Pull request #741 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 76f379e117d47d347c778e665035e6da3d1541dc+69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb (0002b5f92ad15b4757e949970c7dc51abe112458) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21160 in /w/workspace/dgexfoundry_device-sdk-go_PR-741 [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-741 # 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 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit 76f379e117d47d347c778e665035e6da3d1541dc Merge succeeded, producing 76f379e117d47d347c778e665035e6da3d1541dc Checking out Revision 76f379e117d47d347c778e665035e6da3d1541dc (PR-741) > 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/741/head:refs/remotes/origin/PR-741 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # 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 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 24c286e808a2121fb212f10ca9ebc6d8f0e8e456 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:43:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:43:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:43:41 ========================================================= 07:43:41 EdgeX Global Pipelines Version Info 07:43:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:43:43 ------------------- 07:43:43 stable info: 07:43:43 ------------------- 07:43:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:43:43 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 07:43:43 Message: update stable to v1.0.177 07:43:44 ------------------- 07:43:44 experimental info: 07:43:44 ------------------- 07:43:44 Commited By: **** collab-it+edgex@linuxfoundation.org 07:43:44 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 07:43:44 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:43:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:43:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:43:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:43:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:43:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:43:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-741 [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-741 [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-741 [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 76f379e117d47d347c778e665035e6da3d1541dc [Pipeline] echo 07:43:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 76f379e [Pipeline] echo 07:43:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:43:48 provisioning config files... 07:43:48 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/config6854276798729581629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:43:48 ---> docker-login.sh 07:43:48 nexus3.edgexfoundry.org:10001 07:43:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:48 Configure a credential helper to remove this warning. See 07:43:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:48 07:43:48 Login Succeeded 07:43:48 nexus3.edgexfoundry.org:10002 07:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:49 Configure a credential helper to remove this warning. See 07:43:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:49 07:43:49 Login Succeeded 07:43:49 nexus3.edgexfoundry.org:10003 07:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:49 Configure a credential helper to remove this warning. See 07:43:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:49 07:43:49 Login Succeeded 07:43:49 nexus3.edgexfoundry.org:10004 07:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:49 Configure a credential helper to remove this warning. See 07:43:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:49 07:43:49 Login Succeeded 07:43:49 docker.io 07:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:49 Configure a credential helper to remove this warning. See 07:43:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:49 07:43:49 Login Succeeded 07:43:49 ---> docker-login.sh ends [Pipeline] } 07:43:49 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 07:43:50 + git log --format=format:%s -1 76f379e117d47d347c778e665035e6da3d1541dc [Pipeline] echo 07:43:50 GIT_COMMIT: 76f379e117d47d347c778e665035e6da3d1541dc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 07:43:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:43:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:51 07:43:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:43:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:51 latest: Pulling from edgex-devops/git-semver 07:43:51 31603596830f: Pulling fs layer 07:43:51 2a8b12db71e7: Pulling fs layer 07:43:51 6ca5941a6612: Pulling fs layer 07:43:51 ecc8261a40a4: Pulling fs layer 07:43:51 ecc8261a40a4: Waiting 07:43:51 2a8b12db71e7: Verifying Checksum 07:43:51 2a8b12db71e7: Download complete 07:43:52 31603596830f: Download complete 07:43:52 ecc8261a40a4: Verifying Checksum 07:43:52 ecc8261a40a4: Download complete 07:43:52 6ca5941a6612: Verifying Checksum 07:43:52 6ca5941a6612: Download complete 07:43:52 31603596830f: Pull complete 07:43:52 2a8b12db71e7: Pull complete 07:43:53 6ca5941a6612: Pull complete 07:43:53 ecc8261a40a4: Pull complete 07:43:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:43:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:43:54 prd-centos7-docker-4c-2g-21160 does not seem to be running inside a container 07:43:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-741 -v /w/workspace/dgexfoundry_device-sdk-go_PR-741:/w/workspace/dgexfoundry_device-sdk-go_PR-741:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-741@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:43:56 $ docker top 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:43:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:43:56 [ssh-agent] Looking for ssh-agent implementation... 07:43:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:43:56 $ docker exec 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent 07:43:56 SSH_AUTH_SOCK=/tmp/ssh-JD3jbyVUBhqH/agent.13 07:43:56 SSH_AGENT_PID=19 07:43:56 Running ssh-add (command line suppressed) 07:43:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_2139004027330783134.key (/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_2139004027330783134.key) 07:43:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:43:57 + git tag --points-at HEAD [Pipeline] } 07:43:57 $ docker exec --env ******** --env ******** 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent -k 07:43:57 unset SSH_AUTH_SOCK; 07:43:57 unset SSH_AGENT_PID; 07:43:57 echo Agent pid 19 killed; 07:43:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:43:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:43:57 [ssh-agent] Looking for ssh-agent implementation... 07:43:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:43:58 $ docker exec 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent 07:43:58 SSH_AUTH_SOCK=/tmp/ssh-POsXoaZ3XP5o/agent.48 07:43:58 SSH_AGENT_PID=53 07:43:58 Running ssh-add (command line suppressed) 07:43:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_4527555483349414368.key (/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/private_key_4527555483349414368.key) 07:43:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:43:58 + git semver init 07:43:58 # -> Open(): unable to determine branch for HEAD 07:43:58 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-741/.git 07:43:58 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-741 07:43:58 # $SEMVER_REMOTE_NAME = origin 07:43:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:43:58 # $SEMVER_USER_NAME = edgex-jenkins 07:43:58 # $SEMVER_BRANCH = PR-741 07:43:58 # $SEMVER_TEMP = /tmp/semver-831692836 07:43:58 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:43:59 # '/tmp/semver-831692836' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-741/.semver' 07:43:59 # -> Force: false 07:43:59 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-741/.semver [Pipeline] } 07:43:59 $ docker exec --env ******** --env ******** 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 ssh-agent -k 07:43:59 unset SSH_AUTH_SOCK; 07:43:59 unset SSH_AGENT_PID; 07:43:59 echo Agent pid 53 killed; 07:43:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:44:00 + git semver [Pipeline] } 07:44:00 $ docker stop --time=1 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 07:44:01 $ docker rm -f 0a7f01d224c289118a7f631916c13959d2fcb18236fb056c133210c1ac20c7b1 [Pipeline] // withDockerContainer [Pipeline] sh 07:44:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:44:02 Stashed 1 file(s) [Pipeline] echo 07:44:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:44:18 Still waiting to schedule task 07:44:18 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21156’ is offline; ‘prd-centos7-docker-4c-2g-21162’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 07:44:18 Still waiting to schedule task 07:44:18 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:47:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21164 in /w/workspace/dgexfoundry_device-sdk-go_PR-741 [Pipeline] { [Pipeline] ws 07:47:45 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 07:47:50 using credential edgex-jenkins-ssh 07:47:50 Cloning the remote Git repository 07:47:51 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:47:51 > git init /w/workspace/device-sdk-go/2 # timeout=10 07:47:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:47:51 > git --version # timeout=10 07:47:51 > git --version # 'git version 2.17.1' 07:47:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:53 Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit 76f379e117d47d347c778e665035e6da3d1541dc 07:47:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:47:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:47:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:47:52 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/741/head:refs/remotes/origin/PR-741 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:53 > git config core.sparsecheckout # timeout=10 07:47:53 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 07:47:53 > git remote # timeout=10 07:47:53 > git config --get remote.origin.url # timeout=10 07:47:53 Merge succeeded, producing 76f379e117d47d347c778e665035e6da3d1541dc 07:47:53 Checking out Revision 76f379e117d47d347c778e665035e6da3d1541dc (PR-741) 07:47:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:53 > git merge 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 07:47:53 > git rev-parse HEAD^{commit} # timeout=10 07:47:53 > git config core.sparsecheckout # timeout=10 07:47:53 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 07:47:58 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:47:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:48:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:48:00 + sudo service docker+ restart 07:48:00 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:48:03 provisioning config files... 07:48:03 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1246875729316530934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:48:03 ---> docker-login.sh 07:48:03 nexus3.edgexfoundry.org:10001 07:48:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:05 Configure a credential helper to remove this warning. See 07:48:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:05 07:48:05 Login Succeeded 07:48:05 nexus3.edgexfoundry.org:10002 07:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:05 Configure a credential helper to remove this warning. See 07:48:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:05 07:48:05 Login Succeeded 07:48:05 nexus3.edgexfoundry.org:10003 07:48:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:05 Configure a credential helper to remove this warning. See 07:48:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:05 07:48:05 Login Succeeded 07:48:06 nexus3.edgexfoundry.org:10004 07:48:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:06 Configure a credential helper to remove this warning. See 07:48:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:06 07:48:06 Login Succeeded 07:48:06 docker.io 07:48:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:48:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:48:07 Configure a credential helper to remove this warning. See 07:48:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:48:07 07:48:07 Login Succeeded 07:48:07 ---> docker-login.sh ends [Pipeline] } 07:48:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:48:07 ========================================================= 07:48:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:48:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:48:08 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 07:48:08 Sending build context to Docker daemon 2.528MB 07:48:08 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:48:08 Step 2/8 : FROM ${BASE} 07:48:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:48:08 5f621e34cdf4: Pulling fs layer 07:48:08 a4357932f1b6: Pulling fs layer 07:48:08 18c013af1878: Pulling fs layer 07:48:08 00ac8860ef70: Pulling fs layer 07:48:08 63d7cb157983: Pulling fs layer 07:48:08 b116817d02f9: Pulling fs layer 07:48:08 745a02a5169b: Pulling fs layer 07:48:08 00ac8860ef70: Waiting 07:48:08 63d7cb157983: Waiting 07:48:08 b116817d02f9: Waiting 07:48:08 745a02a5169b: Waiting 07:48:08 a4357932f1b6: Verifying Checksum 07:48:08 18c013af1878: Verifying Checksum 07:48:08 18c013af1878: Download complete 07:48:08 a4357932f1b6: Download complete 07:48:08 63d7cb157983: Verifying Checksum 07:48:08 63d7cb157983: Download complete 07:48:08 b116817d02f9: Verifying Checksum 07:48:08 b116817d02f9: Download complete 07:48:08 5f621e34cdf4: Verifying Checksum 07:48:08 5f621e34cdf4: Download complete 07:48:09 5f621e34cdf4: Pull complete 07:48:10 a4357932f1b6: Pull complete 07:48:10 18c013af1878: Pull complete 07:48:11 745a02a5169b: Verifying Checksum 07:48:11 745a02a5169b: Download complete 07:48:12 00ac8860ef70: Verifying Checksum 07:48:12 00ac8860ef70: Download complete 07:48:22 00ac8860ef70: Pull complete 07:48:22 63d7cb157983: Pull complete 07:48:23 b116817d02f9: Pull complete 07:48:27 745a02a5169b: Pull complete 07:48:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:48:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:48:27 ---> b7e6874047d6 07:48:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:48:30 ---> Running in 2b3bf5b5e174 07:48:30 Removing intermediate container 2b3bf5b5e174 07:48:30 ---> 30938db8114e 07:48:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:48:30 ---> Running in 46f207e04230 07:48:33 Removing intermediate container 46f207e04230 07:48:33 ---> 01987dfffce8 07:48:33 Step 5/8 : RUN apk add --update --no-cache make git 07:48:33 ---> Running in 98427c270905 07:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:48:35 OK: 142 MiB in 39 packages 07:48:36 Removing intermediate container 98427c270905 07:48:36 ---> c804e7db7117 07:48:36 Step 6/8 : WORKDIR /device-sdk-go 07:48:36 ---> Running in 9500f6dcacf3 07:48:37 Removing intermediate container 9500f6dcacf3 07:48:37 ---> c6257002e887 07:48:37 Step 7/8 : COPY . . 07:48:38 ---> 73379d7ec05e 07:48:38 Step 8/8 : RUN go mod download 07:48:38 ---> Running in bcd485cc95cf 07:49:01 Removing intermediate container bcd485cc95cf 07:49:01 ---> ceb1e4a8daf0 07:49:01 Successfully built ceb1e4a8daf0 07:49:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:49:01 + docker inspect -f . ci-base-image-arm64 07:49:01 . [Pipeline] withDockerContainer 07:49:01 prd-ubuntu18.04-docker-arm64-4c-16g-21164 does not seem to be running inside a container 07:49:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:49:03 $ docker top 3f0362a195a0e992ff4af48da365e90b561287e4beb8c43a8ae75704c5b0f3f2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:49:04 + go version 07:49:04 go version go1.15.5 linux/arm64 [Pipeline] } 07:49:04 $ docker stop --time=1 3f0362a195a0e992ff4af48da365e90b561287e4beb8c43a8ae75704c5b0f3f2 07:49:06 $ docker rm -f 3f0362a195a0e992ff4af48da365e90b561287e4beb8c43a8ae75704c5b0f3f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:49:07 + docker inspect -f . ci-base-image-arm64 07:49:07 . [Pipeline] withDockerContainer 07:49:07 prd-ubuntu18.04-docker-arm64-4c-16g-21164 does not seem to be running inside a container 07:49:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:49:09 $ docker top eaa2d7e59c9f7d131fcfb572e5d05cac600a2f94b69b6776738c9603ac3c8fdd -eo pid,comm [Pipeline] { [Pipeline] sh 07:49:10 + make test 07:49:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:49:13 Running on prd-centos7-docker-4c-2g-21165 in /w/workspace/dgexfoundry_device-sdk-go_PR-741 [Pipeline] { [Pipeline] ws 07:49:13 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 07:49:19 using credential edgex-jenkins-ssh 07:49:20 Cloning the remote Git repository 07:49:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:49:20 > git init /w/workspace/device-sdk-go/2 # timeout=10 07:49:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:49:20 > git --version # timeout=10 07:49:20 > git --version # 'git version 2.24.3' 07:49:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:49:22 Merging remotes/origin/master commit 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb into PR head commit 76f379e117d47d347c778e665035e6da3d1541dc 07:49:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:49:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:49:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:49:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:49:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/741/head:refs/remotes/origin/PR-741 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:49:22 > git config core.sparsecheckout # timeout=10 07:49:22 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 07:49:23 Merge succeeded, producing 76f379e117d47d347c778e665035e6da3d1541dc 07:49:23 Checking out Revision 76f379e117d47d347c778e665035e6da3d1541dc (PR-741) 07:49:22 > git remote # timeout=10 07:49:22 > git config --get remote.origin.url # timeout=10 07:49:23 using GIT_SSH to set credentials SSH Credentials for GitHub 07:49:23 > git merge 69f04b7fdf1dcdf1d7249d6f4cf0fd5d90d15cbb # timeout=10 07:49:23 > git rev-parse HEAD^{commit} # timeout=10 07:49:23 > git config core.sparsecheckout # timeout=10 07:49:23 > git checkout -f 76f379e117d47d347c778e665035e6da3d1541dc # timeout=10 07:49:27 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:49:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:49:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:49:30 + sudo service docker restart 07:49:30 + true 07:49:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:49:31 provisioning config files... 07:49:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config4658668496852236593tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:49:32 ---> docker-login.sh 07:49:32 nexus3.edgexfoundry.org:10001 07:49:32 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:49:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:33 Configure a credential helper to remove this warning. See 07:49:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:33 07:49:33 Login Succeeded 07:49:33 nexus3.edgexfoundry.org:10002 07:49:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:33 Configure a credential helper to remove this warning. See 07:49:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:33 07:49:33 Login Succeeded 07:49:33 nexus3.edgexfoundry.org:10003 07:49:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:34 Configure a credential helper to remove this warning. See 07:49:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:34 07:49:34 Login Succeeded 07:49:34 nexus3.edgexfoundry.org:10004 07:49:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:34 Configure a credential helper to remove this warning. See 07:49:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:34 07:49:34 Login Succeeded 07:49:34 docker.io 07:49:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:35 Configure a credential helper to remove this warning. See 07:49:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:35 07:49:35 Login Succeeded 07:49:35 ---> docker-login.sh ends [Pipeline] } 07:49:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:49:35 ========================================================= 07:49:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:49:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:49:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 07:49:36 Sending build context to Docker daemon 2.522MB 07:49:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:49:36 Step 2/8 : FROM ${BASE} 07:49:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:49:36 188c0c94c7c5: Pulling fs layer 07:49:36 0ef7d3d256c8: Pulling fs layer 07:49:36 de9db76c5a1d: Pulling fs layer 07:49:36 bca2f99d35d6: Pulling fs layer 07:49:36 93359f2a8cfa: Pulling fs layer 07:49:36 7c6f9722023f: Pulling fs layer 07:49:36 a35cf1a2eb13: Pulling fs layer 07:49:36 bca2f99d35d6: Waiting 07:49:36 93359f2a8cfa: Waiting 07:49:36 7c6f9722023f: Waiting 07:49:36 a35cf1a2eb13: Waiting 07:49:36 de9db76c5a1d: Verifying Checksum 07:49:36 de9db76c5a1d: Download complete 07:49:36 0ef7d3d256c8: Verifying Checksum 07:49:36 0ef7d3d256c8: Download complete 07:49:36 93359f2a8cfa: Verifying Checksum 07:49:36 93359f2a8cfa: Download complete 07:49:37 7c6f9722023f: Verifying Checksum 07:49:37 7c6f9722023f: Download complete 07:49:37 188c0c94c7c5: Verifying Checksum 07:49:37 188c0c94c7c5: Download complete 07:49:38 188c0c94c7c5: Pull complete 07:49:38 0ef7d3d256c8: Pull complete 07:49:38 de9db76c5a1d: Pull complete 07:49:42 a35cf1a2eb13: Verifying Checksum 07:49:42 a35cf1a2eb13: Download complete 07:49:43 bca2f99d35d6: Verifying Checksum 07:49:43 bca2f99d35d6: Download complete 07:49:56 bca2f99d35d6: Pull complete 07:49:56 93359f2a8cfa: Pull complete 07:49:56 7c6f9722023f: Pull complete 07:50:01 a35cf1a2eb13: Pull complete 07:50:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:50:01 ---> a62c8e92a672 07:50:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:50:01 ---> Running in eb732bd17d8c 07:50:02 Removing intermediate container eb732bd17d8c 07:50:02 ---> 3746a9550fda 07:50:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:50:02 ---> Running in d6121dd3c4a9 07:50:05 Removing intermediate container d6121dd3c4a9 07:50:05 ---> 4d8cfdd12a18 07:50:05 Step 5/8 : RUN apk add --update --no-cache make git 07:50:05 ---> Running in 4bf30423bcfa 07:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:07 OK: 166 MiB in 39 packages 07:50:08 Removing intermediate container 4bf30423bcfa 07:50:08 ---> 7c8574e99897 07:50:08 Step 6/8 : WORKDIR /device-sdk-go 07:50:08 ---> Running in 18aff80957c5 07:50:08 Removing intermediate container 18aff80957c5 07:50:08 ---> a71d728ebebd 07:50:08 Step 7/8 : COPY . . 07:50:10 ---> fbff5cc06c71 07:50:10 Step 8/8 : RUN go mod download 07:50:10 ---> Running in 35c1a8fd2005 07:50:11 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:50:11 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:50:11 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:50:12 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.136s coverage: 19.4% of statements 07:50:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.175s coverage: 97.1% of statements 07:50:37 Removing intermediate container 35c1a8fd2005 07:50:37 ---> 9a65577f80c8 07:50:37 Successfully built 9a65577f80c8 07:50:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:50:38 + docker inspect -f . ci-base-image-x86_64 07:50:38 . [Pipeline] withDockerContainer 07:50:39 prd-centos7-docker-4c-2g-21165 does not seem to be running inside a container 07:50:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:50:41 $ docker top eec048ced5a9c25189a570a3f475a9acf2fe7ef7e970deb47498bf2d50174028 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:42 + go version 07:50:42 go version go1.15.5 linux/amd64 [Pipeline] } 07:50:42 $ docker stop --time=1 eec048ced5a9c25189a570a3f475a9acf2fe7ef7e970deb47498bf2d50174028 07:50:43 $ docker rm -f eec048ced5a9c25189a570a3f475a9acf2fe7ef7e970deb47498bf2d50174028 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:44 + docker inspect -f . ci-base-image-x86_64 07:50:44 . [Pipeline] withDockerContainer 07:50:45 prd-centos7-docker-4c-2g-21165 does not seem to be running inside a container 07:50:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:50:46 $ docker top a5409063fe37338dc3b136272bdfa82bf9b5de3d17253a7ac98f32223ec3bc9e -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:46 + make test 07:50:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.135s coverage: 9.4% of statements 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.138s coverage: 21.7% of statements 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.605s coverage: 43.2% of statements 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.750s coverage: 68.9% of statements 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.182s coverage: 53.8% of statements 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.159s coverage: 26.8% of statements 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.705s coverage: 68.9% of statements 07:50:50 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.130s coverage: 4.2% of statements 07:50:50 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:50:50 GO111MODULE=on go vet ./... 07:51:02 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:51:22 gofmt -l . 07:51:22 [ "`gofmt -l .`" = "" ] 07:51:22 ./bin/test-attribution-txt.sh 07:51:22 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:51:22 $ docker stop --time=1 eaa2d7e59c9f7d131fcfb572e5d05cac600a2f94b69b6776738c9603ac3c8fdd 07:51:24 $ docker rm -f eaa2d7e59c9f7d131fcfb572e5d05cac600a2f94b69b6776738c9603ac3c8fdd [Pipeline] // withDockerContainer [Pipeline] sh 07:51:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:51:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:51:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:51:28 + ls -al . 07:51:28 total 260 07:51:28 drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 07:51 . 07:51:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 .. 07:51:28 -rw-rw-r-- 1 jenkins jenkins 140 Jan 19 07:47 .dockerignore 07:51:28 drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 07:47 .git 07:51:28 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:47 .github 07:51:28 -rw-rw-r-- 1 jenkins jenkins 138 Jan 19 07:47 .gitignore 07:51:28 -rw-rw-r-- 1 jenkins jenkins 949 Jan 19 07:47 Dockerfile.build 07:51:28 -rw-rw-r-- 1 jenkins jenkins 901 Jan 19 07:47 Jenkinsfile 07:51:28 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 19 07:47 LICENSE 07:51:28 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 19 07:47 Makefile 07:51:28 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 19 07:47 README.md 07:51:28 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 19 07:47 RELEASE-NOTES.txt 07:51:28 -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 07:44 VERSION 07:51:28 drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 07:47 bin 07:51:28 -rw-r--r-- 1 jenkins jenkins 143471 Jan 19 07:50 coverage.out 07:51:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 example 07:51:28 -rw-r--r-- 1 jenkins jenkins 491 Jan 19 07:51 go.mod 07:51:28 -rw-r--r-- 1 jenkins jenkins 14014 Jan 19 07:51 go.sum 07:51:28 drwxrwxr-x 15 jenkins jenkins 4096 Jan 19 07:47 internal 07:51:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 openapi 07:51:28 drwxrwxr-x 5 jenkins jenkins 4096 Jan 19 07:47 pkg 07:51:28 drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 07:47 snap 07:51:28 -rw-rw-r-- 1 jenkins jenkins 222 Jan 19 07:47 version.go [Pipeline] isUnix [Pipeline] sh 07:51:28 + 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=76f379e117d47d347c778e665035e6da3d1541dc --label arch=arm64 --label version=0.0.0 . 07:51:29 Sending build context to Docker daemon 2.673MB 07:51:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:51:29 Step 2/24 : FROM ${BASE} AS builder 07:51:29 ---> ceb1e4a8daf0 07:51:29 Step 3/24 : ARG MAKE='make build' 07:51:29 ---> Running in c5fe17d210ed 07:51:30 Removing intermediate container c5fe17d210ed 07:51:30 ---> ec9d147dbefd 07:51:30 Step 4/24 : WORKDIR /device-sdk-go 07:51:30 ---> Running in 3860c483e2bc 07:51:30 Removing intermediate container 3860c483e2bc 07:51:30 ---> 886180c43b86 07:51:30 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:51:30 ---> Running in 2d633e2d3700 07:51:31 Removing intermediate container 2d633e2d3700 07:51:31 ---> 00a60d4d7f2e 07:51:31 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:31 ---> Running in af42a61c78c7 07:51:33 Removing intermediate container af42a61c78c7 07:51:33 ---> 9d5e454c145e 07:51:33 Step 7/24 : RUN apk add --update --no-cache make git 07:51:33 ---> Running in 7c52e5364994 07:51:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:51:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:51:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:51:35 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:51:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:51:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.098s coverage: 19.4% of statements 07:51:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.089s coverage: 97.1% of statements 07:51:36 OK: 142 MiB in 39 packages 07:51:37 Removing intermediate container 7c52e5364994 07:51:37 ---> 75f04eb4801f 07:51:37 Step 8/24 : COPY . . 07:51:38 ---> fa3bd0aca5df 07:51:38 Step 9/24 : RUN ${MAKE} 07:51:38 ---> Running in 40bece21864a 07:51:39 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 07:52:06 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:52:06 Removing intermediate container 40bece21864a 07:52:06 ---> 486f8a901141 07:52:06 Step 10/24 : FROM scratch 07:52:06 ---> 07:52:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:06 ---> Running in 07c3df30a813 07:52:07 Removing intermediate container 07c3df30a813 07:52:07 ---> 4508b9da3823 07:52:07 Step 12/24 : ENV APP_PORT=49990 07:52:07 ---> Running in f402b8fdb6b5 07:52:07 Removing intermediate container f402b8fdb6b5 07:52:07 ---> 87716f9e7503 07:52:07 Step 13/24 : EXPOSE $APP_PORT 07:52:07 ---> Running in 454703304d54 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.119s coverage: 9.4% of statements 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.121s coverage: 21.7% of statements 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.424s coverage: 43.2% of statements 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.454s coverage: 68.9% of statements 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.138s coverage: 53.8% of statements 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.143s coverage: 26.8% of statements 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.803s coverage: 68.9% of statements 07:52:08 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.105s coverage: 4.2% of statements 07:52:08 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:52:08 GO111MODULE=on go vet ./... 07:52:08 Removing intermediate container 454703304d54 07:52:08 ---> e817f5cbf57c 07:52:08 Step 14/24 : WORKDIR / 07:52:08 ---> Running in 2d3244f3e646 07:52:08 Removing intermediate container 2d3244f3e646 07:52:08 ---> 21d32d1b4eb3 07:52:08 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:52:09 ---> a6220b31078c 07:52:09 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:52:10 ---> 22c1db7dd936 07:52:10 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:52:11 ---> 7e84597404a9 07:52:11 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:52:11 ---> 6d74037bf97e 07:52:11 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:52:12 ---> 61a0fa400fee 07:52:12 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:52:12 ---> Running in 064d13a2bc58 07:52:13 Removing intermediate container 064d13a2bc58 07:52:13 ---> 43198b5f5be3 07:52:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:13 ---> Running in 17f83d6ec5dc 07:52:13 Removing intermediate container 17f83d6ec5dc 07:52:13 ---> 0cbc00595fde 07:52:13 Step 22/24 : LABEL arch=arm64 07:52:13 ---> Running in 5091b2752781 07:52:14 Removing intermediate container 5091b2752781 07:52:14 ---> 051da2442e78 07:52:14 Step 23/24 : LABEL git_sha=76f379e117d47d347c778e665035e6da3d1541dc 07:52:14 ---> Running in 9a6c2c472cf3 07:52:14 Removing intermediate container 9a6c2c472cf3 07:52:14 ---> bdc8116b9f34 07:52:14 Step 24/24 : LABEL version=0.0.0 07:52:15 ---> Running in 3b638ed5c660 07:52:15 Removing intermediate container 3b638ed5c660 07:52:15 ---> 8b12d951eec3 07:52:15 [Warning] One or more build-args [ARCH] were not consumed 07:52:15 Successfully built 8b12d951eec3 07:52:15 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] } 07:52:30 gofmt -l . 07:52:30 [ "`gofmt -l .`" = "" ] 07:52:30 ./bin/test-attribution-txt.sh 07:52:31 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:52:31 $ docker stop --time=1 a5409063fe37338dc3b136272bdfa82bf9b5de3d17253a7ac98f32223ec3bc9e 07:52:34 $ docker rm -f a5409063fe37338dc3b136272bdfa82bf9b5de3d17253a7ac98f32223ec3bc9e [Pipeline] // withDockerContainer [Pipeline] sh 07:52:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:52:35 Warning: overwriting stash ‘coverage-report’ 07:52:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:52:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:52:37 + ls -al . 07:52:37 total 224 07:52:37 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 19 07:52 . 07:52:37 drwxrwxr-x. 4 jenkins jenkins 28 Jan 19 07:49 .. 07:52:37 drwxrwxr-x. 2 jenkins jenkins 64 Jan 19 07:49 bin 07:52:37 -rw-r--r--. 1 jenkins jenkins 143471 Jan 19 07:52 coverage.out 07:52:37 -rw-rw-r--. 1 jenkins jenkins 949 Jan 19 07:49 Dockerfile.build 07:52:37 -rw-rw-r--. 1 jenkins jenkins 140 Jan 19 07:49 .dockerignore 07:52:37 drwxrwxr-x. 4 jenkins jenkins 48 Jan 19 07:49 example 07:52:37 drwxrwxr-x. 8 jenkins jenkins 179 Jan 19 07:49 .git 07:52:37 drwxrwxr-x. 2 jenkins jenkins 103 Jan 19 07:49 .github 07:52:37 -rw-rw-r--. 1 jenkins jenkins 138 Jan 19 07:49 .gitignore 07:52:37 -rw-r--r--. 1 jenkins jenkins 491 Jan 19 07:52 go.mod 07:52:37 -rw-r--r--. 1 jenkins jenkins 14014 Jan 19 07:52 go.sum 07:52:37 drwxrwxr-x. 15 jenkins jenkins 211 Jan 19 07:49 internal 07:52:37 -rw-rw-r--. 1 jenkins jenkins 901 Jan 19 07:49 Jenkinsfile 07:52:37 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 19 07:49 LICENSE 07:52:37 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 19 07:49 Makefile 07:52:37 drwxrwxr-x. 4 jenkins jenkins 26 Jan 19 07:49 openapi 07:52:37 drwxrwxr-x. 5 jenkins jenkins 50 Jan 19 07:49 pkg 07:52:37 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 19 07:49 README.md 07:52:37 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 19 07:49 RELEASE-NOTES.txt 07:52:37 drwxrwxr-x. 4 jenkins jenkins 54 Jan 19 07:49 snap 07:52:37 -rw-rw-r--. 1 jenkins jenkins 5 Jan 19 07:44 VERSION 07:52:37 -rw-rw-r--. 1 jenkins jenkins 222 Jan 19 07:49 version.go [Pipeline] isUnix [Pipeline] sh 07:52:37 + 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=76f379e117d47d347c778e665035e6da3d1541dc --label arch=amd64 --label version=0.0.0 . 07:52:38 Sending build context to Docker daemon 2.666MB 07:52:38 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:52:38 Step 2/24 : FROM ${BASE} AS builder 07:52:38 ---> 9a65577f80c8 07:52:38 Step 3/24 : ARG MAKE='make build' 07:52:38 ---> Running in f4e5974c167e 07:52:39 Removing intermediate container f4e5974c167e 07:52:39 ---> 8a76d6b4b701 07:52:39 Step 4/24 : WORKDIR /device-sdk-go 07:52:39 ---> Running in 5701346821e2 07:52:39 Removing intermediate container 5701346821e2 07:52:39 ---> 799f3a31b424 07:52:39 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:39 ---> Running in 2330ff641435 07:52:40 Removing intermediate container 2330ff641435 07:52:40 ---> 4d6393a78248 07:52:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:40 ---> Running in 7b870f6b385c 07:52:42 Removing intermediate container 7b870f6b385c 07:52:42 ---> 0fd651cf36f4 07:52:42 Step 7/24 : RUN apk add --update --no-cache make git 07:52:42 ---> Running in b954455b4603 07:52:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:44 OK: 166 MiB in 39 packages 07:52:45 Removing intermediate container b954455b4603 07:52:45 ---> 3d18ee648633 07:52:45 Step 8/24 : COPY . . 07:52:47 ---> c9e8a2b64fc4 07:52:47 Step 9/24 : RUN ${MAKE} 07:52:47 ---> Running in e9059c497825 07:52: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 07:53:12 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:53:15 Removing intermediate container e9059c497825 07:53:15 ---> b41ff64e9835 07:53:15 Step 10/24 : FROM scratch 07:53:15 ---> 07:53:15 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:53:15 ---> Running in b86fa005d83e 07:53:16 Removing intermediate container b86fa005d83e 07:53:16 ---> 7fb9d2d35de2 07:53:16 Step 12/24 : ENV APP_PORT=49990 07:53:16 ---> Running in f9f0ecf085fc 07:53:16 Removing intermediate container f9f0ecf085fc 07:53:16 ---> 0ea4cc4788d3 07:53:16 Step 13/24 : EXPOSE $APP_PORT 07:53:16 ---> Running in 3dee23f6fbe4 07:53:17 Removing intermediate container 3dee23f6fbe4 07:53:17 ---> 15a05e30c00e 07:53:17 Step 14/24 : WORKDIR / 07:53:17 ---> Running in 1c7afb386861 07:53:17 Removing intermediate container 1c7afb386861 07:53:17 ---> 01c1c53262c4 07:53:17 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:53:18 ---> ca40b928f2ee 07:53:18 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:53:19 ---> 13a7b93b53d8 07:53:19 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:53:19 ---> 856086abd744 07:53:19 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:53:20 ---> b1a3992b977d 07:53:20 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:53:20 ---> d1daf372fe8e 07:53:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:53:20 ---> Running in a7071877052e 07:53:21 Removing intermediate container a7071877052e 07:53:21 ---> 741a4296103f 07:53:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:53:21 ---> Running in dccb92262471 07:53:21 Removing intermediate container dccb92262471 07:53:21 ---> 01a5f71e9100 07:53:21 Step 22/24 : LABEL arch=amd64 07:53:21 ---> Running in f9e36a3a07e1 07:53:22 Removing intermediate container f9e36a3a07e1 07:53:22 ---> 6612ce9c0724 07:53:22 Step 23/24 : LABEL git_sha=76f379e117d47d347c778e665035e6da3d1541dc 07:53:22 ---> Running in 5f6c3e6ffd8b 07:53:22 Removing intermediate container 5f6c3e6ffd8b 07:53:22 ---> bb54863f7acd 07:53:22 Step 24/24 : LABEL version=0.0.0 07:53:22 ---> Running in 82d1604ae6a1 07:53:22 Removing intermediate container 82d1604ae6a1 07:53:22 ---> ce601c100d57 07:53:22 [Warning] One or more build-args [ARCH] were not consumed 07:53:22 Successfully built ce601c100d57 07:53:23 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:53:24 provisioning config files... 07:53:24 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/config7856565360450137285tmp [Pipeline] { [Pipeline] sh 07:53:25 + set +x 07:53:25 + curl -s https://codecov.io/bash 07:53:25 + bash -s -- 07:53:25 07:53:25 _____ _ 07:53:25 / ____| | | 07:53:25 | | ___ __| | ___ ___ _____ __ 07:53:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:53:25 | |___| (_) | (_| | __/ (_| (_) \ V / 07:53:25 \_____\___/ \__,_|\___|\___\___/ \_/ 07:53:25 Bash-20210115-cec3c92 07:53:25 07:53:25 07:53:25 ==> git version 2.24.3 found 07:53:25 ==> 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 07:53:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:53:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:53:25 ==> Jenkins CI detected. 07:53:25 project root: . 07:53:25 --> token set from env 07:53:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:53:25 ==> Running gcov in . (disable via -X gcov) 07:53:25 ==> Python coveragepy not found 07:53:25 ==> Searching for coverage reports in: 07:53:25 + . 07:53:25 -> Found 1 reports 07:53:25 ==> Detecting git/mercurial file structure 07:53:25 ==> Reading reports 07:53:25 + ./coverage.out bytes=143471 07:53:25 ==> Appending adjustments 07:53:25 https://docs.codecov.io/docs/fixing-reports 07:53:25 + Found adjustments 07:53:25 ==> Gzipping contents 07:53:25 24K /tmp/codecov.1G9pSm.gz 07:53:25 ==> Uploading reports 07:53:25 url: https://codecov.io 07:53:25 query: branch=PR-741&commit=76f379e117d47d347c778e665035e6da3d1541dc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-741%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=741&job=&cmd_args= 07:53:25 -> Pinging Codecov 07:53:25 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-741&commit=76f379e117d47d347c778e665035e6da3d1541dc&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-741%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=741&job=&cmd_args= 07:53:26 -> Uploading to 07:53:26 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/7E55EF52A471D76F132DFD9A03CDDE97/76f379e117d47d347c778e665035e6da3d1541dc/28dd0b4a-a35b-4d84-832e-f4444a8c067e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T075326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dcfdedc58e3f722c37fbc61f60227316cbe813847922acd1ad744609e23079f3 07:53:26 % Total % Received % Xferd Average Speed Time Time Time Current 07:53:26 Dload Upload Total Spent Left Speed 07:53:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22209 0 0 100 22209 0 40031 --:--:-- --:--:-- --:--:-- 40088 07:53:27 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/76f379e117d47d347c778e665035e6da3d1541dc [Pipeline] } 07:53:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:53:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:53:29 ---> package-listing.sh 07:53:29 ++ facter osfamily 07:53:29 ++ tr '[:upper:]' '[:lower:]' 07:53:29 + OS_FAMILY=redhat 07:53:29 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-741 07:53:29 + START_PACKAGES=/tmp/packages_start.txt 07:53:29 + END_PACKAGES=/tmp/packages_end.txt 07:53:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:53:29 + PACKAGES=/tmp/packages_start.txt 07:53:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-741 ']' 07:53:29 + PACKAGES=/tmp/packages_end.txt 07:53:29 + case "${OS_FAMILY}" in 07:53:29 + rpm -qa 07:53:29 + sort 07:53:35 + '[' -f /tmp/packages_start.txt ']' 07:53:35 + '[' -f /tmp/packages_end.txt ']' 07:53:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:53:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-741 ']' 07:53:35 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-741/archives/ 07:53:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-741/archives/ [Pipeline] echo 07:53:35 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-741/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:53:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:53:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:53:35 07:53:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:53:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:53:36 alpine: Pulling from edgex-lftools-log-publisher 07:53:36 df20fa9351a1: Pulling fs layer 07:53:36 36b3adc4ff6f: Pulling fs layer 07:53:36 8ad3a11d3b57: Pulling fs layer 07:53:36 46f8f816bc3b: Pulling fs layer 07:53:36 93b61091891f: Pulling fs layer 07:53:36 93b9cdb0e59b: Pulling fs layer 07:53:36 5e14af77c1be: Pulling fs layer 07:53:36 01666e4c0597: Pulling fs layer 07:53:36 aa168da1d23b: Pulling fs layer 07:53:36 93b9cdb0e59b: Waiting 07:53:36 5e14af77c1be: Waiting 07:53:36 01666e4c0597: Waiting 07:53:36 aa168da1d23b: Waiting 07:53:36 46f8f816bc3b: Waiting 07:53:36 93b61091891f: Waiting 07:53:36 36b3adc4ff6f: Verifying Checksum 07:53:36 36b3adc4ff6f: Download complete 07:53:36 46f8f816bc3b: Verifying Checksum 07:53:36 46f8f816bc3b: Download complete 07:53:36 df20fa9351a1: Verifying Checksum 07:53:36 93b9cdb0e59b: Download complete 07:53:36 93b61091891f: Download complete 07:53:36 5e14af77c1be: Verifying Checksum 07:53:36 01666e4c0597: Verifying Checksum 07:53:36 01666e4c0597: Download complete 07:53:36 df20fa9351a1: Pull complete 07:53:37 36b3adc4ff6f: Pull complete 07:53:37 8ad3a11d3b57: Verifying Checksum 07:53:37 8ad3a11d3b57: Download complete 07:53:38 8ad3a11d3b57: Pull complete 07:53:38 46f8f816bc3b: Pull complete 07:53:39 aa168da1d23b: Verifying Checksum 07:53:39 aa168da1d23b: Download complete 07:53:39 93b61091891f: Pull complete 07:53:39 93b9cdb0e59b: Pull complete 07:53:39 5e14af77c1be: Pull complete 07:53:40 01666e4c0597: Pull complete 07:53:46 aa168da1d23b: Pull complete 07:53:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:53:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:53:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:53:46 prd-centos7-docker-4c-2g-21160 does not seem to be running inside a container 07:53:46 $ 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-741/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-741 -v /w/workspace/dgexfoundry_device-sdk-go_PR-741:/w/workspace/dgexfoundry_device-sdk-go_PR-741:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-741@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:10003/edgex-lftools-log-publisher:alpine cat 07:53:50 $ docker top 25f7b2efcc56900379e1cdacf07f28bb2c6a32f5b387857cedc62b96246e2e57 -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:51 + touch /tmp/pre-build-complete [Pipeline] sh 07:53:51 + mkdir -p /var/log/sa [Pipeline] sh 07:53:52 + ls /var/log/sa-host 07:53:52 + sadf -c /var/log/sa-host/sa19 07:53:52 file_magic: OK 07:53:52 HZ: Using current value: 100 07:53:52 file_header: OK 07:53:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:53:52 Statistics: 07:53:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:53:52 File successfully converted to sysstat format version 12.2.1 07:53:52 + sadf -c /var/log/sa-host/sa23 07:53:52 file_magic: OK 07:53:52 HZ: Using current value: 100 07:53:52 file_header: OK 07:53:52 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:53:52 Statistics: 07:53:52 Hnuu...uuuununununu... 07:53:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:53:52 provisioning config files... 07:53:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-741@tmp/config8995158491528177573tmp [Pipeline] { [Pipeline] echo 07:53:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:53:52 ---> create-netrc.sh [Pipeline] } 07:53:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:53:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:53:53 ---> python-tools-install.sh [Pipeline] echo 07:53:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:53:53 ---> sudo-logs.sh 07:53:53 Archiving 'sudo' log.. [Pipeline] echo 07:53:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:53:53 ---> job-cost.sh 07:53:53 lf-activate-venv: SKIPPING 07:53:53 INFO: No Stack... 07:53:54 INFO: Retrieving Pricing Info for: v1-standard-2 07:53:55 INFO: Archiving Costs [Pipeline] echo 07:53:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:53:55 ---> logs-deploy.sh 07:53:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-741/2 07:53:55 INFO: archiving workspace using pattern(s): 07:53:57 Archives upload complete. 07:53:57 INFO: archiving logs to Nexus