Pull request #761 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e+84ea4a05cef1466ee67975698004463005cbf340 (adcac819ad946bae9e30c416676319bed61c6a0a) 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 ‘prd-centos7-docker-4c-2g-23961’ Running on prd-centos7-docker-4c-2g-23963 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [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-761 # 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 84ea4a05cef1466ee67975698004463005cbf340 into PR head commit 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e Merge succeeded, producing 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e Checking out Revision 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e (PR-761) > 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/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e # 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 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 6bb31f54c8cf817d8fded8a5e94c7d798f4310be # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:42:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:42:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:42:19 ========================================================= 13:42:19 EdgeX Global Pipelines Version Info 13:42:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:42:20 ------------------- 13:42:20 stable info: 13:42:20 ------------------- 13:42:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:42:20 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:42:20 Message: update stable to v1.0.179 13:42:21 ------------------- 13:42:21 experimental info: 13:42:21 ------------------- 13:42:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:42:21 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 13:42:21 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:42:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:42:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:42:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-761 [Pipeline] echo 13:42:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-761 [Pipeline] echo 13:42:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-761 [Pipeline] echo 13:42:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e [Pipeline] echo 13:42:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c093a3 [Pipeline] echo 13:42:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:42:25 provisioning config files... 13:42:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config3965071209616959028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:42:26 ---> docker-login.sh 13:42:26 nexus3.edgexfoundry.org:10001 13:42:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:26 Configure a credential helper to remove this warning. See 13:42:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:26 13:42:26 Login Succeeded 13:42:26 nexus3.edgexfoundry.org:10002 13:42:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:26 Configure a credential helper to remove this warning. See 13:42:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:26 13:42:26 Login Succeeded 13:42:26 nexus3.edgexfoundry.org:10003 13:42:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:26 Configure a credential helper to remove this warning. See 13:42:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:26 13:42:26 Login Succeeded 13:42:26 nexus3.edgexfoundry.org:10004 13:42:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:27 Configure a credential helper to remove this warning. See 13:42:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:27 13:42:27 Login Succeeded 13:42:27 docker.io 13:42:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:27 Configure a credential helper to remove this warning. See 13:42:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:27 13:42:27 Login Succeeded 13:42:27 ---> docker-login.sh ends [Pipeline] } 13:42: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 13:42:28 + git log --format=format:%s -1 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e [Pipeline] echo 13:42:28 GIT_COMMIT: 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 13:42:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:42:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:42:28 13:42:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:42:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:42:29 latest: Pulling from edgex-devops/git-semver 13:42:29 31603596830f: Pulling fs layer 13:42:29 2a8b12db71e7: Pulling fs layer 13:42:29 6ca5941a6612: Pulling fs layer 13:42:29 ecc8261a40a4: Pulling fs layer 13:42:29 ecc8261a40a4: Waiting 13:42:29 2a8b12db71e7: Verifying Checksum 13:42:29 2a8b12db71e7: Download complete 13:42:29 31603596830f: Verifying Checksum 13:42:29 31603596830f: Download complete 13:42:29 ecc8261a40a4: Verifying Checksum 13:42:29 ecc8261a40a4: Download complete 13:42:29 6ca5941a6612: Verifying Checksum 13:42:29 6ca5941a6612: Download complete 13:42:29 31603596830f: Pull complete 13:42:30 2a8b12db71e7: Pull complete 13:42:31 6ca5941a6612: Pull complete 13:42:31 ecc8261a40a4: Pull complete 13:42:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:42:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:42:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:42:31 prd-centos7-docker-4c-2g-23963 does not seem to be running inside a container 13:42:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-761 -v /w/workspace/dgexfoundry_device-sdk-go_PR-761:/w/workspace/dgexfoundry_device-sdk-go_PR-761:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-761@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 13:42:34 $ docker top 3b36d8480716753bcaacb0c1f1c3e212bd9c4e3c4d48aac36d1cf05bd0951bb9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:42:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:42:34 [ssh-agent] Looking for ssh-agent implementation... 13:42:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:42:34 $ docker exec 3b36d8480716753bcaacb0c1f1c3e212bd9c4e3c4d48aac36d1cf05bd0951bb9 ssh-agent 13:42:34 SSH_AUTH_SOCK=/tmp/ssh-OuWNcPnEWV9v/agent.12 13:42:34 SSH_AGENT_PID=17 13:42:34 Running ssh-add (command line suppressed) 13:42:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_6820174379582227324.key (/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_6820174379582227324.key) 13:42:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:42:35 + git tag --points-at HEAD [Pipeline] } 13:42:35 $ docker exec --env ******** --env ******** 3b36d8480716753bcaacb0c1f1c3e212bd9c4e3c4d48aac36d1cf05bd0951bb9 ssh-agent -k 13:42:35 unset SSH_AUTH_SOCK; 13:42:35 unset SSH_AGENT_PID; 13:42:35 echo Agent pid 17 killed; 13:42:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:42:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:42:35 [ssh-agent] Looking for ssh-agent implementation... 13:42:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:42:36 $ docker exec 3b36d8480716753bcaacb0c1f1c3e212bd9c4e3c4d48aac36d1cf05bd0951bb9 ssh-agent 13:42:36 SSH_AUTH_SOCK=/tmp/ssh-lLU5NvVgka2l/agent.46 13:42:36 SSH_AGENT_PID=51 13:42:36 Running ssh-add (command line suppressed) 13:42:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_8110333038650181319.key (/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/private_key_8110333038650181319.key) 13:42:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:42:36 + git semver init 13:42:36 # -> Open(): unable to determine branch for HEAD 13:42:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-761/.git 13:42:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-761 13:42:36 # $SEMVER_REMOTE_NAME = origin 13:42:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:42:36 # $SEMVER_USER_NAME = edgex-jenkins 13:42:36 # $SEMVER_BRANCH = PR-761 13:42:36 # $SEMVER_TEMP = /tmp/semver-791739093 13:42:36 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 13:42:37 # '/tmp/semver-791739093' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-761/.semver' 13:42:37 # -> Force: false 13:42:37 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-761/.semver [Pipeline] } 13:42:37 $ docker exec --env ******** --env ******** 3b36d8480716753bcaacb0c1f1c3e212bd9c4e3c4d48aac36d1cf05bd0951bb9 ssh-agent -k 13:42:37 unset SSH_AUTH_SOCK; 13:42:37 unset SSH_AGENT_PID; 13:42:37 echo Agent pid 51 killed; 13:42:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:42:38 + git semver [Pipeline] } 13:42:38 $ docker stop --time=1 3b36d8480716753bcaacb0c1f1c3e212bd9c4e3c4d48aac36d1cf05bd0951bb9 13:42:40 $ docker rm -f 3b36d8480716753bcaacb0c1f1c3e212bd9c4e3c4d48aac36d1cf05bd0951bb9 [Pipeline] // withDockerContainer [Pipeline] sh 13:42:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:42:41 Stashed 1 file(s) [Pipeline] echo 13:42:41 [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 13:42:56 Still waiting to schedule task 13:42:56 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:42:56 Still waiting to schedule task 13:42:56 ‘prd-ubuntu18.04-docker-arm64-4c-16g-23964’ is offline 13:44:23 Running on prd-centos7-docker-4c-2g-23967 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [Pipeline] { [Pipeline] ws 13:44:23 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 13:44:30 using credential edgex-jenkins-ssh 13:44:30 Cloning the remote Git repository 13:44:30 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:44:30 > git init /w/workspace/device-sdk-go/4 # timeout=10 13:44:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:44:30 > git --version # timeout=10 13:44:30 > git --version # 'git version 2.24.3' 13:44:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:44:32 Merging remotes/origin/master commit 84ea4a05cef1466ee67975698004463005cbf340 into PR head commit 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e 13:44:32 Merge succeeded, producing 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e 13:44:32 Checking out Revision 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e (PR-761) 13:44:31 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:44:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:44:31 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:44:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:44:31 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:44:32 > git config core.sparsecheckout # timeout=10 13:44:32 > git checkout -f 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e # timeout=10 13:44:32 > git remote # timeout=10 13:44:32 > git config --get remote.origin.url # timeout=10 13:44:32 using GIT_SSH to set credentials SSH Credentials for GitHub 13:44:32 > git merge 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 13:44:32 > git rev-parse HEAD^{commit} # timeout=10 13:44:32 > git config core.sparsecheckout # timeout=10 13:44:32 > git checkout -f 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e # timeout=10 13:44:36 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:44:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:44:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:44:38 + sudo service docker restart 13:44:38 + true 13:44:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:44:40 provisioning config files... 13:44:40 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config3627049501475505736tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:44:40 ---> docker-login.sh 13:44:40 nexus3.edgexfoundry.org:10001 13:44:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:41 Configure a credential helper to remove this warning. See 13:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:41 13:44:41 Login Succeeded 13:44:41 nexus3.edgexfoundry.org:10002 13:44:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:41 Configure a credential helper to remove this warning. See 13:44:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:41 13:44:41 Login Succeeded 13:44:41 nexus3.edgexfoundry.org:10003 13:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:42 Configure a credential helper to remove this warning. See 13:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:42 13:44:42 Login Succeeded 13:44:42 nexus3.edgexfoundry.org:10004 13:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:42 Configure a credential helper to remove this warning. See 13:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:42 13:44:42 Login Succeeded 13:44:42 docker.io 13:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:44:42 Configure a credential helper to remove this warning. See 13:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:44:42 13:44:42 Login Succeeded 13:44:42 ---> docker-login.sh ends [Pipeline] } 13:44:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:44:43 ========================================================= 13:44:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:44:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:44:43 + 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 . 13:44:44 Sending build context to Docker daemon 2.475MB 13:44:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:44:44 Step 2/8 : FROM ${BASE} 13:44:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:44:44 188c0c94c7c5: Pulling fs layer 13:44:44 0ef7d3d256c8: Pulling fs layer 13:44:44 de9db76c5a1d: Pulling fs layer 13:44:44 bca2f99d35d6: Pulling fs layer 13:44:44 93359f2a8cfa: Pulling fs layer 13:44:44 7c6f9722023f: Pulling fs layer 13:44:44 a35cf1a2eb13: Pulling fs layer 13:44:44 93359f2a8cfa: Waiting 13:44:44 7c6f9722023f: Waiting 13:44:44 bca2f99d35d6: Waiting 13:44:44 a35cf1a2eb13: Waiting 13:44:44 de9db76c5a1d: Verifying Checksum 13:44:44 de9db76c5a1d: Download complete 13:44:44 0ef7d3d256c8: Verifying Checksum 13:44:44 0ef7d3d256c8: Download complete 13:44:44 93359f2a8cfa: Verifying Checksum 13:44:44 93359f2a8cfa: Download complete 13:44:44 7c6f9722023f: Verifying Checksum 13:44:44 7c6f9722023f: Download complete 13:44:45 188c0c94c7c5: Verifying Checksum 13:44:45 188c0c94c7c5: Download complete 13:44:46 188c0c94c7c5: Pull complete 13:44:46 0ef7d3d256c8: Pull complete 13:44:46 de9db76c5a1d: Pull complete 13:44:48 a35cf1a2eb13: Verifying Checksum 13:44:48 a35cf1a2eb13: Download complete 13:44:49 bca2f99d35d6: Verifying Checksum 13:44:49 bca2f99d35d6: Download complete 13:45:01 bca2f99d35d6: Pull complete 13:45:01 93359f2a8cfa: Pull complete 13:45:01 7c6f9722023f: Pull complete 13:45:08 a35cf1a2eb13: Pull complete 13:45:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:45:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:45:08 ---> a62c8e92a672 13:45:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:45:08 ---> Running in 386c5e64561a 13:45:08 Removing intermediate container 386c5e64561a 13:45:08 ---> bd593ed6ddbb 13:45:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:45:08 ---> Running in e9646d02eba2 13:45:10 Removing intermediate container e9646d02eba2 13:45:10 ---> f46303eccaf8 13:45:10 Step 5/8 : RUN apk add --update --no-cache make git 13:45:10 ---> Running in ac07f2b81806 13:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:45:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:45:12 OK: 166 MiB in 39 packages 13:45:13 Removing intermediate container ac07f2b81806 13:45:13 ---> 2a355eb9c402 13:45:13 Step 6/8 : WORKDIR /device-sdk-go 13:45:13 ---> Running in 7aaad26257ec 13:45:13 Removing intermediate container 7aaad26257ec 13:45:13 ---> 18fec5d5c8b6 13:45:13 Step 7/8 : COPY . . 13:45:15 ---> a470f4af9bcc 13:45:15 Step 8/8 : RUN go mod download 13:45:15 ---> Running in bc636e9cf4e3 13:45:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23969 in /w/workspace/dgexfoundry_device-sdk-go_PR-761 [Pipeline] { [Pipeline] ws 13:45:20 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 13:45:26 using credential edgex-jenkins-ssh 13:45:26 Cloning the remote Git repository 13:45:26 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 13:45:26 > git init /w/workspace/device-sdk-go/4 # timeout=10 13:45:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:45:26 > git --version # timeout=10 13:45:26 > git --version # 'git version 2.17.1' 13:45:26 using GIT_SSH to set credentials SSH Credentials for GitHub 13:45:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:45:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:45:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:45:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 13:45:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 13:45:27 using GIT_SSH to set credentials SSH Credentials for GitHub 13:45:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/761/head:refs/remotes/origin/PR-761 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:45:28 Merging remotes/origin/master commit 84ea4a05cef1466ee67975698004463005cbf340 into PR head commit 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e 13:45:28 Merge succeeded, producing 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e 13:45:28 Checking out Revision 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e (PR-761) 13:45:28 > git config core.sparsecheckout # timeout=10 13:45:28 > git checkout -f 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e # timeout=10 13:45:28 > git remote # timeout=10 13:45:28 > git config --get remote.origin.url # timeout=10 13:45:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:45:28 > git merge 84ea4a05cef1466ee67975698004463005cbf340 # timeout=10 13:45:28 > git rev-parse HEAD^{commit} # timeout=10 13:45:28 > git config core.sparsecheckout # timeout=10 13:45:28 > git checkout -f 9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e # timeout=10 13:45:33 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:45:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:45:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:45:35 + true 13:45:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:45:38 provisioning config files... 13:45:38 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config3440415858333595028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:45:38 ---> docker-login.sh 13:45:38 nexus3.edgexfoundry.org:10001 13:45:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:39 Configure a credential helper to remove this warning. See 13:45:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:39 13:45:39 Login Succeeded 13:45:39 nexus3.edgexfoundry.org:10002 13:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:40 Configure a credential helper to remove this warning. See 13:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:40 13:45:40 Login Succeeded 13:45:40 nexus3.edgexfoundry.org:10003 13:45:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:40 Configure a credential helper to remove this warning. See 13:45:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:40 13:45:40 Login Succeeded 13:45:40 nexus3.edgexfoundry.org:10004 13:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:41 Configure a credential helper to remove this warning. See 13:45:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:41 13:45:41 Login Succeeded 13:45:41 docker.io 13:45:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:42 Configure a credential helper to remove this warning. See 13:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:42 13:45:42 Login Succeeded 13:45:42 ---> docker-login.sh ends [Pipeline] } 13:45:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 13:45:42 Removing intermediate container bc636e9cf4e3 13:45:42 ---> 98ff1ff20d62 13:45:42 Successfully built 98ff1ff20d62 13:45:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 13:45:42 ========================================================= 13:45:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:45:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:45:42 + docker inspect -f . ci-base-image-x86_64 13:45:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 13:45:43 . [Pipeline] withDockerContainer 13:45:43 prd-centos7-docker-4c-2g-23967 does not seem to be running inside a container 13:45:43 Sending build context to Docker daemon 2.472MB 13:45:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 13:45:43 Step 2/8 : FROM ${BASE} 13:45:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:45:43 5f621e34cdf4: Pulling fs layer 13:45:43 a4357932f1b6: Pulling fs layer 13:45:43 18c013af1878: Pulling fs layer 13:45:43 00ac8860ef70: Pulling fs layer 13:45:43 63d7cb157983: Pulling fs layer 13:45:43 b116817d02f9: Pulling fs layer 13:45:43 745a02a5169b: Pulling fs layer 13:45:43 63d7cb157983: Waiting 13:45:43 b116817d02f9: Waiting 13:45:43 745a02a5169b: Waiting 13:45:43 00ac8860ef70: Waiting 13:45:43 18c013af1878: Download complete 13:45:43 a4357932f1b6: Verifying Checksum 13:45:43 a4357932f1b6: Download complete 13:45:43 63d7cb157983: Verifying Checksum 13:45:43 63d7cb157983: Download complete 13:45:43 b116817d02f9: Verifying Checksum 13:45:43 b116817d02f9: Download complete 13:45: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 ******** ci-base-image-x86_64 cat 13:45:44 5f621e34cdf4: Verifying Checksum 13:45:44 5f621e34cdf4: Download complete 13:45:45 5f621e34cdf4: Pull complete 13:45:45 a4357932f1b6: Pull complete 13:45:45 18c013af1878: Pull complete 13:45:45 $ docker top 8e572d32d5f9050801fff34cbaa09d0c1f0426260d601e948aab7c5edc133665 -eo pid,comm [Pipeline] { [Pipeline] sh 13:45:46 745a02a5169b: Verifying Checksum 13:45:46 745a02a5169b: Download complete 13:45:46 + go version 13:45:46 go version go1.15.5 linux/amd64 [Pipeline] } 13:45:46 $ docker stop --time=1 8e572d32d5f9050801fff34cbaa09d0c1f0426260d601e948aab7c5edc133665 13:45:47 00ac8860ef70: Download complete 13:45:48 $ docker rm -f 8e572d32d5f9050801fff34cbaa09d0c1f0426260d601e948aab7c5edc133665 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:45:49 + docker inspect -f . ci-base-image-x86_64 13:45:49 . [Pipeline] withDockerContainer 13:45:49 prd-centos7-docker-4c-2g-23967 does not seem to be running inside a container 13:45:49 $ 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 ******** ci-base-image-x86_64 cat 13:45:50 $ docker top acd1f7d062721cdf8676332af246cc213ded0c10d777e1de228432adaf7596d9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:45:51 + make test 13:45:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:45:57 00ac8860ef70: Pull complete 13:45:57 63d7cb157983: Pull complete 13:45:58 b116817d02f9: Pull complete 13:46:02 745a02a5169b: Pull complete 13:46:02 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:46:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:46:02 ---> b7e6874047d6 13:46:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:46:03 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 13:46:05 ---> Running in a37deb0951fb 13:46:05 Removing intermediate container a37deb0951fb 13:46:05 ---> caf836547cce 13:46:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:46:05 ---> Running in 9cdd23c2e33c 13:46:08 Removing intermediate container 9cdd23c2e33c 13:46:08 ---> 00283d421ee2 13:46:08 Step 5/8 : RUN apk add --update --no-cache make git 13:46:08 ---> Running in b463fead3467 13:46:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:10 OK: 142 MiB in 39 packages 13:46:11 Removing intermediate container b463fead3467 13:46:11 ---> 609f1019253e 13:46:11 Step 6/8 : WORKDIR /device-sdk-go 13:46:11 ---> Running in 8cf52f5b9533 13:46:12 Removing intermediate container 8cf52f5b9533 13:46:12 ---> 38002fd62a07 13:46:12 Step 7/8 : COPY . . 13:46:13 ---> b95ea54cee2a 13:46:13 Step 8/8 : RUN go mod download 13:46:13 ---> Running in 546a5be1b4c0 13:46:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 13:46:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 13:46:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 13:46:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.086s coverage: 19.4% of statements 13:46:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.783s coverage: 97.1% of statements 13:46:35 Removing intermediate container 546a5be1b4c0 13:46:35 ---> 5f829f9cd917 13:46:35 Successfully built 5f829f9cd917 13:46:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:46:36 + docker inspect -f . ci-base-image-arm64 13:46:36 . [Pipeline] withDockerContainer 13:46:36 prd-ubuntu18.04-docker-arm64-4c-16g-23969 does not seem to be running inside a container 13:46:36 $ 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-arm64 cat 13:46:38 $ docker top a728405adb0a4fe43ac56eaf7639c40f676458a270050c106bbf46b353e894c0 -eo pid,comm [Pipeline] { [Pipeline] sh 13:46:39 + go version 13:46:39 go version go1.15.5 linux/arm64 [Pipeline] } 13:46:39 $ docker stop --time=1 a728405adb0a4fe43ac56eaf7639c40f676458a270050c106bbf46b353e894c0 13:46:41 $ docker rm -f a728405adb0a4fe43ac56eaf7639c40f676458a270050c106bbf46b353e894c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:46:42 + docker inspect -f . ci-base-image-arm64 13:46:42 . [Pipeline] withDockerContainer 13:46:42 prd-ubuntu18.04-docker-arm64-4c-16g-23969 does not seem to be running inside a container 13:46:42 $ 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-arm64 cat 13:46:44 $ docker top ca9603d8701b6fec6c76c6a9301110e101fc9ebfbfa807c04f4c9bc69b7176cd -eo pid,comm [Pipeline] { [Pipeline] sh 13:46:45 + make test 13:46:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.124s coverage: 9.4% of statements 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.150s coverage: 21.7% of statements 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.441s coverage: 43.6% of statements 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.535s coverage: 68.9% of statements 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.108s coverage: 53.8% of statements 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.205s coverage: 25.2% of statements 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.375s coverage: 83.5% of statements 13:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.180s coverage: 4.2% of statements 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 13:47:07 GO111MODULE=on go vet ./... 13:47:07 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 13:47:26 gofmt -l . 13:47:26 [ "`gofmt -l .`" = "" ] 13:47:26 ./bin/test-attribution-txt.sh 13:47:26 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:47:26 $ docker stop --time=1 acd1f7d062721cdf8676332af246cc213ded0c10d777e1de228432adaf7596d9 13:47:28 $ docker rm -f acd1f7d062721cdf8676332af246cc213ded0c10d777e1de228432adaf7596d9 [Pipeline] // withDockerContainer [Pipeline] sh 13:47:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:47:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:47:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:47:32 + ls -al . 13:47:32 total 216 13:47:32 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 29 13:47 . 13:47:32 drwxrwxr-x. 4 jenkins jenkins 28 Jan 29 13:44 .. 13:47:32 drwxrwxr-x. 2 jenkins jenkins 64 Jan 29 13:44 bin 13:47:32 -rw-r--r--. 1 jenkins jenkins 137333 Jan 29 13:47 coverage.out 13:47:32 -rw-rw-r--. 1 jenkins jenkins 949 Jan 29 13:44 Dockerfile.build 13:47:32 -rw-rw-r--. 1 jenkins jenkins 140 Jan 29 13:44 .dockerignore 13:47:32 drwxrwxr-x. 4 jenkins jenkins 48 Jan 29 13:44 example 13:47:32 drwxrwxr-x. 8 jenkins jenkins 179 Jan 29 13:44 .git 13:47:32 drwxrwxr-x. 2 jenkins jenkins 103 Jan 29 13:44 .github 13:47:32 -rw-rw-r--. 1 jenkins jenkins 138 Jan 29 13:44 .gitignore 13:47:32 -rw-r--r--. 1 jenkins jenkins 514 Jan 29 13:47 go.mod 13:47:32 -rw-r--r--. 1 jenkins jenkins 14308 Jan 29 13:47 go.sum 13:47:32 drwxrwxr-x. 15 jenkins jenkins 211 Jan 29 13:44 internal 13:47:32 -rw-rw-r--. 1 jenkins jenkins 901 Jan 29 13:44 Jenkinsfile 13:47:32 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 29 13:44 LICENSE 13:47:32 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 29 13:44 Makefile 13:47:32 drwxrwxr-x. 4 jenkins jenkins 26 Jan 29 13:44 openapi 13:47:32 drwxrwxr-x. 5 jenkins jenkins 50 Jan 29 13:44 pkg 13:47:32 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 29 13:44 README.md 13:47:32 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 29 13:44 RELEASE-NOTES.txt 13:47:32 drwxrwxr-x. 4 jenkins jenkins 54 Jan 29 13:44 snap 13:47:32 -rw-rw-r--. 1 jenkins jenkins 5 Jan 29 13:42 VERSION 13:47:32 -rw-rw-r--. 1 jenkins jenkins 222 Jan 29 13:44 version.go [Pipeline] isUnix [Pipeline] sh 13:47:32 + 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=9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e --label arch=amd64 --label version=0.0.0 . 13:47:32 Sending build context to Docker daemon 2.613MB 13:47:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 13:47:32 Step 2/24 : FROM ${BASE} AS builder 13:47:32 ---> 98ff1ff20d62 13:47:32 Step 3/24 : ARG MAKE='make build' 13:47:33 ---> Running in 6788d92721a3 13:47:33 Removing intermediate container 6788d92721a3 13:47:33 ---> 650e4f97100a 13:47:33 Step 4/24 : WORKDIR /device-sdk-go 13:47:33 ---> Running in d6aaaef5c05a 13:47:33 Removing intermediate container d6aaaef5c05a 13:47:33 ---> bc8c90d66b49 13:47:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:47:33 ---> Running in 56a58a378ac7 13:47:34 Removing intermediate container 56a58a378ac7 13:47:34 ---> 5baee3cf388e 13:47:34 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:47:34 ---> Running in a234dafdc845 13:47:36 Removing intermediate container a234dafdc845 13:47:36 ---> f7ee0879850a 13:47:36 Step 7/24 : RUN apk add --update --no-cache make git 13:47:36 ---> Running in a9acb8a02394 13:47:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:47:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:47:38 OK: 166 MiB in 39 packages 13:47:39 Removing intermediate container a9acb8a02394 13:47:39 ---> d2186d48da1c 13:47:39 Step 8/24 : COPY . . 13:47:40 ---> 61ef3cbf5810 13:47:40 Step 9/24 : RUN ${MAKE} 13:47:40 ---> Running in 461e3013108b 13:47:41 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 13:47:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 13:47:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 13:47:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 13:47:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.117s coverage: 19.4% of statements 13:47:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.265s coverage: 97.1% of statements 13:47:56 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:47:57 Removing intermediate container 461e3013108b 13:47:57 ---> b9e7b7d5f5cf 13:47:57 Step 10/24 : FROM scratch 13:47:57 ---> 13:47:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:47:57 ---> Running in 48e3d2aaf00e 13:47:58 Removing intermediate container 48e3d2aaf00e 13:47:58 ---> 63156e3ae7b5 13:47:58 Step 12/24 : ENV APP_PORT=49990 13:47:58 ---> Running in a57dc7cd6847 13:47:58 Removing intermediate container a57dc7cd6847 13:47:58 ---> d53de9d96d72 13:47:58 Step 13/24 : EXPOSE $APP_PORT 13:47:58 ---> Running in 90ad649690ba 13:47:59 Removing intermediate container 90ad649690ba 13:47:59 ---> 4d24e5a0fac1 13:47:59 Step 14/24 : WORKDIR / 13:47:59 ---> Running in aa5b18560246 13:47:59 Removing intermediate container aa5b18560246 13:47:59 ---> f5008d786465 13:47:59 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:48:00 ---> 75efb8ef669b 13:48:00 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:48:00 ---> 973bff7f40a9 13:48:00 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:48:00 ---> 7baf36b260d3 13:48:00 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:48:01 ---> 842e61ecdacc 13:48:01 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:48:01 ---> f5dd26d9c0cc 13:48:01 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 13:48:01 ---> Running in b383b001a13d 13:48:02 Removing intermediate container b383b001a13d 13:48:02 ---> 2c29fdf4b615 13:48:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:48:02 ---> Running in 8d286de68f24 13:48:02 Removing intermediate container 8d286de68f24 13:48:02 ---> 352e67037441 13:48:02 Step 22/24 : LABEL arch=amd64 13:48:02 ---> Running in 79707d1a8011 13:48:02 Removing intermediate container 79707d1a8011 13:48:02 ---> fbae00c87263 13:48:02 Step 23/24 : LABEL git_sha=9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e 13:48:02 ---> Running in e903da115554 13:48:02 Removing intermediate container e903da115554 13:48:02 ---> bac645ac0722 13:48:02 Step 24/24 : LABEL version=0.0.0 13:48:03 ---> Running in b70121f6bd8c 13:48:03 Removing intermediate container b70121f6bd8c 13:48:03 ---> afaa586120df 13:48:03 [Warning] One or more build-args [ARCH] were not consumed 13:48:03 Successfully built afaa586120df 13:48:03 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] } 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.129s coverage: 9.4% of statements 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.110s coverage: 21.7% of statements 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.561s coverage: 43.6% of statements 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.692s coverage: 68.9% of statements 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.171s coverage: 53.8% of statements 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.164s coverage: 25.2% of statements 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.100s coverage: 83.5% of statements 13:48:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 4.2% of statements 13:48:16 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 13:48:17 GO111MODULE=on go vet ./... 13:48:56 gofmt -l . 13:48:56 [ "`gofmt -l .`" = "" ] 13:48:56 ./bin/test-attribution-txt.sh 13:48:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 13:48:56 $ docker stop --time=1 ca9603d8701b6fec6c76c6a9301110e101fc9ebfbfa807c04f4c9bc69b7176cd 13:48:58 $ docker rm -f ca9603d8701b6fec6c76c6a9301110e101fc9ebfbfa807c04f4c9bc69b7176cd [Pipeline] // withDockerContainer [Pipeline] sh 13:49:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:49:00 Warning: overwriting stash ‘coverage-report’ 13:49:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:49:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:49:01 + ls -al . 13:49:01 total 252 13:49:01 drwxrwxr-x 10 jenkins jenkins 4096 Jan 29 13:48 . 13:49:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:45 .. 13:49:01 -rw-rw-r-- 1 jenkins jenkins 140 Jan 29 13:45 .dockerignore 13:49:01 drwxrwxr-x 8 jenkins jenkins 4096 Jan 29 13:45 .git 13:49:01 drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 13:45 .github 13:49:01 -rw-rw-r-- 1 jenkins jenkins 138 Jan 29 13:45 .gitignore 13:49:01 -rw-rw-r-- 1 jenkins jenkins 949 Jan 29 13:45 Dockerfile.build 13:49:01 -rw-rw-r-- 1 jenkins jenkins 901 Jan 29 13:45 Jenkinsfile 13:49:01 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 29 13:45 LICENSE 13:49:01 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 29 13:45 Makefile 13:49:01 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 29 13:45 README.md 13:49:01 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 29 13:45 RELEASE-NOTES.txt 13:49:01 -rw-rw-r-- 1 jenkins jenkins 5 Jan 29 13:42 VERSION 13:49:01 drwxrwxr-x 2 jenkins jenkins 4096 Jan 29 13:45 bin 13:49:01 -rw-r--r-- 1 jenkins jenkins 137333 Jan 29 13:48 coverage.out 13:49:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:45 example 13:49:01 -rw-r--r-- 1 jenkins jenkins 514 Jan 29 13:48 go.mod 13:49:01 -rw-r--r-- 1 jenkins jenkins 14308 Jan 29 13:48 go.sum 13:49:01 drwxrwxr-x 15 jenkins jenkins 4096 Jan 29 13:45 internal 13:49:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:45 openapi 13:49:01 drwxrwxr-x 5 jenkins jenkins 4096 Jan 29 13:45 pkg 13:49:01 drwxrwxr-x 4 jenkins jenkins 4096 Jan 29 13:45 snap 13:49:01 -rw-rw-r-- 1 jenkins jenkins 222 Jan 29 13:45 version.go [Pipeline] isUnix [Pipeline] sh 13:49:02 + 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=9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e --label arch=arm64 --label version=0.0.0 . 13:49:02 Sending build context to Docker daemon 2.611MB 13:49:02 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 13:49:02 Step 2/24 : FROM ${BASE} AS builder 13:49:02 ---> 5f829f9cd917 13:49:02 Step 3/24 : ARG MAKE='make build' 13:49:03 ---> Running in 6f726a37ddcd 13:49:03 Removing intermediate container 6f726a37ddcd 13:49:03 ---> ff0142197af3 13:49:03 Step 4/24 : WORKDIR /device-sdk-go 13:49:03 ---> Running in 4f9eec5bdae5 13:49:04 Removing intermediate container 4f9eec5bdae5 13:49:04 ---> 4e6ffe746530 13:49:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:49:04 ---> Running in aaa05387031e 13:49:04 Removing intermediate container aaa05387031e 13:49:04 ---> 5bc3633dd1c2 13:49:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:49:04 ---> Running in 15d105f13271 13:49:06 Removing intermediate container 15d105f13271 13:49:06 ---> b98e76b0d0c5 13:49:06 Step 7/24 : RUN apk add --update --no-cache make git 13:49:06 ---> Running in 8edfb6a92830 13:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:49:09 OK: 142 MiB in 39 packages 13:49:10 Removing intermediate container 8edfb6a92830 13:49:10 ---> 42433af2082d 13:49:10 Step 8/24 : COPY . . 13:49:11 ---> e6bb4b3583cc 13:49:11 Step 9/24 : RUN ${MAKE} 13:49:11 ---> Running in 54b4eaa81e43 13:49:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 13:49:39 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 13:49:39 Removing intermediate container 54b4eaa81e43 13:49:39 ---> 3430d20606a7 13:49:39 Step 10/24 : FROM scratch 13:49:39 ---> 13:49:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:49:39 ---> Running in de5ae3402ec1 13:49:40 Removing intermediate container de5ae3402ec1 13:49:40 ---> 13d6e6263a37 13:49:40 Step 12/24 : ENV APP_PORT=49990 13:49:40 ---> Running in d7e524f1051a 13:49:40 Removing intermediate container d7e524f1051a 13:49:40 ---> 0ad9cc33e61f 13:49:40 Step 13/24 : EXPOSE $APP_PORT 13:49:40 ---> Running in 2799b908fcf2 13:49:41 Removing intermediate container 2799b908fcf2 13:49:41 ---> 73741dd758e9 13:49:41 Step 14/24 : WORKDIR / 13:49:41 ---> Running in c27d870756ac 13:49:41 Removing intermediate container c27d870756ac 13:49:41 ---> 09d8affa176e 13:49:41 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 13:49:43 ---> 9f199c65abba 13:49:43 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 13:49:43 ---> 9dbbbc2abb14 13:49:43 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 13:49:44 ---> 75d8ce5c9860 13:49:44 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 13:49:45 ---> f31234082790 13:49:45 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 13:49:45 ---> 9bae94dc7061 13:49:45 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 13:49:45 ---> Running in b0cc4c928dda 13:49:46 Removing intermediate container b0cc4c928dda 13:49:46 ---> 5502ce1be1e2 13:49:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:49:46 ---> Running in 2b5f41da6861 13:49:47 Removing intermediate container 2b5f41da6861 13:49:47 ---> 15476d12a14e 13:49:47 Step 22/24 : LABEL arch=arm64 13:49:47 ---> Running in 980bb038905d 13:49:47 Removing intermediate container 980bb038905d 13:49:47 ---> d532c2873934 13:49:47 Step 23/24 : LABEL git_sha=9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e 13:49:47 ---> Running in ada512c60cb6 13:49:48 Removing intermediate container ada512c60cb6 13:49:48 ---> 671bcf0baa53 13:49:48 Step 24/24 : LABEL version=0.0.0 13:49:48 ---> Running in d1ce779e921a 13:49:48 Removing intermediate container d1ce779e921a 13:49:48 ---> 073647ec8a41 13:49:48 [Warning] One or more build-args [ARCH] were not consumed 13:49:48 Successfully built 073647ec8a41 13:49:48 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 13:49:50 provisioning config files... 13:49:50 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config8950682840962909314tmp [Pipeline] { [Pipeline] sh 13:49:50 + set +x 13:49:50 + curl -s https://codecov.io/bash 13:49:50 + bash -s -- 13:49:51 13:49:51 _____ _ 13:49:51 / ____| | | 13:49:51 | | ___ __| | ___ ___ _____ __ 13:49:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:49:51 | |___| (_) | (_| | __/ (_| (_) \ V / 13:49:51 \_____\___/ \__,_|\___|\___\___/ \_/ 13:49:51 Bash-20210128-d4071a2 13:49:51 13:49:51 13:49:51 ==> git version 2.24.3 found 13:49:51 ==> 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 13:49:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:49:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:49:51 ==> Jenkins CI detected. 13:49:51 project root: . 13:49:51 --> token set from env 13:49:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:49:51 ==> Running gcov in . (disable via -X gcov) 13:49:51 ==> Python coveragepy not found 13:49:51 ==> Searching for coverage reports in: 13:49:51 + . 13:49:51 -> Found 1 reports 13:49:51 ==> Detecting git/mercurial file structure 13:49:51 ==> Reading reports 13:49:51 + ./coverage.out bytes=137333 13:49:51 ==> Appending adjustments 13:49:51 https://docs.codecov.io/docs/fixing-reports 13:49:51 + Found adjustments 13:49:51 ==> Gzipping contents 13:49:51 24K /tmp/codecov.F6P1n7.gz 13:49:51 ==> Uploading reports 13:49:51 url: https://codecov.io 13:49:51 query: branch=PR-761&commit=9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-761%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=761&job=&cmd_args= 13:49:51 -> Pinging Codecov 13:49:51 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-761&commit=9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-761%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=761&job=&cmd_args= 13:49:52 -> Uploading to 13:49:52 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/7E55EF52A471D76F132DFD9A03CDDE97/9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e/ecad686f-850d-457a-b70d-6b0e96ae1ec1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T134952Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=305092dabd1478b9d2fd5870b4564b4f25f8d85426058b1f47a62b3533ef0e49 13:49:52 % Total % Received % Xferd Average Speed Time Time Time Current 13:49:52 Dload Upload Total Spent Left Speed 13:49:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21621 0 0 100 21621 0 48931 --:--:-- --:--:-- --:--:-- 48916 100 21621 0 0 100 21621 0 48912 --:--:-- --:--:-- --:--:-- 48916 13:49:52 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9c093a3ec1a8ebe2b1aac9d38ddb210dbdd2792e [Pipeline] } 13:49:52 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 13:49:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:49:55 ---> package-listing.sh 13:49:55 ++ facter osfamily 13:49:55 ++ tr '[:upper:]' '[:lower:]' 13:49:55 + OS_FAMILY=redhat 13:49:55 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-761 13:49:55 + START_PACKAGES=/tmp/packages_start.txt 13:49:55 + END_PACKAGES=/tmp/packages_end.txt 13:49:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:49:55 + PACKAGES=/tmp/packages_start.txt 13:49:55 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-761 ']' 13:49:55 + PACKAGES=/tmp/packages_end.txt 13:49:55 + case "${OS_FAMILY}" in 13:49:55 + rpm -qa 13:49:55 + sort 13:50:00 + '[' -f /tmp/packages_start.txt ']' 13:50:00 + '[' -f /tmp/packages_end.txt ']' 13:50:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:50:00 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-761 ']' 13:50:00 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-761/archives/ 13:50:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-761/archives/ [Pipeline] echo 13:50:00 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-761/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:50:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:50:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:50:01 13:50:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:50:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:50:01 alpine: Pulling from edgex-lftools-log-publisher 13:50:01 df20fa9351a1: Pulling fs layer 13:50:01 36b3adc4ff6f: Pulling fs layer 13:50:01 8ad3a11d3b57: Pulling fs layer 13:50:01 46f8f816bc3b: Pulling fs layer 13:50:01 93b61091891f: Pulling fs layer 13:50:01 93b9cdb0e59b: Pulling fs layer 13:50:01 5e14af77c1be: Pulling fs layer 13:50:01 01666e4c0597: Pulling fs layer 13:50:01 aa168da1d23b: Pulling fs layer 13:50:01 93b9cdb0e59b: Waiting 13:50:01 5e14af77c1be: Waiting 13:50:01 aa168da1d23b: Waiting 13:50:01 01666e4c0597: Waiting 13:50:01 46f8f816bc3b: Waiting 13:50:01 93b61091891f: Waiting 13:50:01 36b3adc4ff6f: Verifying Checksum 13:50:01 36b3adc4ff6f: Download complete 13:50:01 46f8f816bc3b: Verifying Checksum 13:50:01 46f8f816bc3b: Download complete 13:50:01 df20fa9351a1: Verifying Checksum 13:50:01 df20fa9351a1: Download complete 13:50:01 93b9cdb0e59b: Verifying Checksum 13:50:01 93b9cdb0e59b: Download complete 13:50:01 93b61091891f: Download complete 13:50:01 5e14af77c1be: Verifying Checksum 13:50:01 5e14af77c1be: Download complete 13:50:01 01666e4c0597: Verifying Checksum 13:50:01 01666e4c0597: Download complete 13:50:01 8ad3a11d3b57: Verifying Checksum 13:50:01 8ad3a11d3b57: Download complete 13:50:02 df20fa9351a1: Pull complete 13:50:02 36b3adc4ff6f: Pull complete 13:50:03 8ad3a11d3b57: Pull complete 13:50:03 46f8f816bc3b: Pull complete 13:50:04 aa168da1d23b: Verifying Checksum 13:50:04 aa168da1d23b: Download complete 13:50:04 93b61091891f: Pull complete 13:50:04 93b9cdb0e59b: Pull complete 13:50:04 5e14af77c1be: Pull complete 13:50:04 01666e4c0597: Pull complete 13:50:12 aa168da1d23b: Pull complete 13:50:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:50:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:50:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:50:12 prd-centos7-docker-4c-2g-23963 does not seem to be running inside a container 13:50:13 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-761/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-761 -v /w/workspace/dgexfoundry_device-sdk-go_PR-761:/w/workspace/dgexfoundry_device-sdk-go_PR-761:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-761@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 13:50:16 $ docker top 7b2b9ac1f157615479523e3b7c6eb4b8a03be3200de589d09d6ab34e45a047d4 -eo pid,comm [Pipeline] { [Pipeline] sh 13:50:16 + touch /tmp/pre-build-complete [Pipeline] sh 13:50:17 + mkdir -p /var/log/sa [Pipeline] sh 13:50:17 + ls /var/log/sa-host 13:50:17 + sadf -c /var/log/sa-host/sa23 13:50:17 file_magic: OK 13:50:17 HZ: Using current value: 100 13:50:17 file_header: OK 13:50:17 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 13:50:17 Statistics: 13:50:17 Hnuu...uuuununununu... 13:50:17 File successfully converted to sysstat format version 12.2.1 13:50:17 + sadf -c /var/log/sa-host/sa29 13:50:17 file_magic: OK 13:50:17 HZ: Using current value: 100 13:50:17 file_header: OK 13:50:17 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 13:50:17 Statistics: 13:50:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:50:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:50:17 provisioning config files... 13:50:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-761@tmp/config2594426430261747529tmp [Pipeline] { [Pipeline] echo 13:50:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:50:18 ---> create-netrc.sh [Pipeline] } 13:50:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:50:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:50:18 ---> python-tools-install.sh [Pipeline] echo 13:50:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:50:18 ---> sudo-logs.sh 13:50:18 Archiving 'sudo' log.. [Pipeline] echo 13:50:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:50:19 ---> job-cost.sh 13:50:19 lf-activate-venv: SKIPPING 13:50:19 INFO: No Stack... 13:50:20 INFO: Retrieving Pricing Info for: v1-standard-2 13:50:20 INFO: Archiving Costs [Pipeline] echo 13:50:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:50:21 ---> logs-deploy.sh 13:50:21 lf-activate-venv: SKIPPING 13:50:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-761/4 13:50:21 INFO: archiving workspace using pattern(s): 13:50:22 Archives upload complete. 13:50:22 INFO: archiving logs to Nexus