Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 3aea893206dfece0cb943228d650ae216607898f rather than bb3603909ab1ef3aa492044f3b646f1bb29ba67c Obtained Jenkinsfile from 3aea893206dfece0cb943228d650ae216607898f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24260 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [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-732 # 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 3aea893206dfece0cb943228d650ae216607898f into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c Merge succeeded, producing 111696ae154a71479e3b832929f739a02db6be30 Checking out Revision 111696ae154a71479e3b832929f739a02db6be30 (PR-732) > 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/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # 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 3aea893206dfece0cb943228d650ae216607898f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 111696ae154a71479e3b832929f739a02db6be30 # timeout=10 Commit message: "Merge commit '3aea893206dfece0cb943228d650ae216607898f' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 48807053613575e78c4fa610d360d65e6f880de1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:36 ========================================================= 02:42:36 EdgeX Global Pipelines Version Info 02:42:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:37 ------------------- 02:42:37 stable info: 02:42:37 ------------------- 02:42:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:37 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:42:37 Message: update stable to v1.0.179 02:42:38 ------------------- 02:42:38 experimental info: 02:42:38 ------------------- 02:42:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:38 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:42:38 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:42:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-732 [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-732 [Pipeline] echo 02:42:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-732 [Pipeline] echo 02:42:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 111696ae154a71479e3b832929f739a02db6be30 [Pipeline] echo 02:42:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 111696a [Pipeline] echo 02:42:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:42:42 provisioning config files... 02:42:42 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config4456236998401690446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:42:43 ---> docker-login.sh 02:42:43 nexus3.edgexfoundry.org:10001 02:42:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:43 Configure a credential helper to remove this warning. See 02:42:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:43 02:42:43 Login Succeeded 02:42:43 nexus3.edgexfoundry.org:10002 02:42:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:43 Configure a credential helper to remove this warning. See 02:42:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:43 02:42:43 Login Succeeded 02:42:43 nexus3.edgexfoundry.org:10003 02:42:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:43 Configure a credential helper to remove this warning. See 02:42:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:43 02:42:43 Login Succeeded 02:42:43 nexus3.edgexfoundry.org:10004 02:42:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:44 Configure a credential helper to remove this warning. See 02:42:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:44 02:42:44 Login Succeeded 02:42:44 docker.io 02:42:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:44 Configure a credential helper to remove this warning. See 02:42:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:44 02:42:44 Login Succeeded 02:42:44 ---> docker-login.sh ends [Pipeline] } 02:42:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:45 + git log --format=format:%s -1 111696ae154a71479e3b832929f739a02db6be30 [Pipeline] echo 02:42:45 GIT_COMMIT: 111696ae154a71479e3b832929f739a02db6be30, Commit Message: Merge commit '3aea893206dfece0cb943228d650ae216607898f' into HEAD [Pipeline] echo 02:42:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:45 02:42:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:46 latest: Pulling from edgex-devops/git-semver 02:42:46 31603596830f: Pulling fs layer 02:42:46 2a8b12db71e7: Pulling fs layer 02:42:46 6ca5941a6612: Pulling fs layer 02:42:46 ecc8261a40a4: Pulling fs layer 02:42:46 ecc8261a40a4: Waiting 02:42:46 2a8b12db71e7: Verifying Checksum 02:42:46 2a8b12db71e7: Download complete 02:42:46 31603596830f: Verifying Checksum 02:42:46 31603596830f: Download complete 02:42:46 ecc8261a40a4: Verifying Checksum 02:42:46 ecc8261a40a4: Download complete 02:42:46 6ca5941a6612: Verifying Checksum 02:42:46 6ca5941a6612: Download complete 02:42:46 31603596830f: Pull complete 02:42:47 2a8b12db71e7: Pull complete 02:42:48 6ca5941a6612: Pull complete 02:42:48 ecc8261a40a4: Pull complete 02:42:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:48 prd-centos7-docker-4c-2g-24260 does not seem to be running inside a container 02:42:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-732 -v /w/workspace/dgexfoundry_device-sdk-go_PR-732:/w/workspace/dgexfoundry_device-sdk-go_PR-732:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-732@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 02:42:51 $ docker top 78dfbb41eab683047ad6cced13bfcb229cc1064aa0d6353017e4027e22c877d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:51 [ssh-agent] Looking for ssh-agent implementation... 02:42:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:51 $ docker exec 78dfbb41eab683047ad6cced13bfcb229cc1064aa0d6353017e4027e22c877d6 ssh-agent 02:42:51 SSH_AUTH_SOCK=/tmp/ssh-2wPJ8PdO0SAh/agent.12 02:42:51 SSH_AGENT_PID=17 02:42:51 Running ssh-add (command line suppressed) 02:42:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_3245933286837690511.key (/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_3245933286837690511.key) 02:42:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:52 + git tag --points-at HEAD [Pipeline] } 02:42:52 $ docker exec --env ******** --env ******** 78dfbb41eab683047ad6cced13bfcb229cc1064aa0d6353017e4027e22c877d6 ssh-agent -k 02:42:52 unset SSH_AUTH_SOCK; 02:42:52 unset SSH_AGENT_PID; 02:42:52 echo Agent pid 17 killed; 02:42:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:52 [ssh-agent] Looking for ssh-agent implementation... 02:42:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:53 $ docker exec 78dfbb41eab683047ad6cced13bfcb229cc1064aa0d6353017e4027e22c877d6 ssh-agent 02:42:53 SSH_AUTH_SOCK=/tmp/ssh-JHsNJEQLkhdz/agent.46 02:42:53 SSH_AGENT_PID=51 02:42:53 Running ssh-add (command line suppressed) 02:42:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_5003186311593273726.key (/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/private_key_5003186311593273726.key) 02:42:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:53 + git semver init 02:42:53 # -> Open(): unable to determine branch for HEAD 02:42:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-732/.git 02:42:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-732 02:42:53 # $SEMVER_REMOTE_NAME = origin 02:42:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:53 # $SEMVER_USER_NAME = edgex-jenkins 02:42:53 # $SEMVER_BRANCH = PR-732 02:42:53 # $SEMVER_TEMP = /tmp/semver-988578049 02:42:53 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:54 # '/tmp/semver-988578049' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-732/.semver' 02:42:54 # -> Force: false 02:42:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-732/.semver [Pipeline] } 02:42:54 $ docker exec --env ******** --env ******** 78dfbb41eab683047ad6cced13bfcb229cc1064aa0d6353017e4027e22c877d6 ssh-agent -k 02:42:54 unset SSH_AUTH_SOCK; 02:42:54 unset SSH_AGENT_PID; 02:42:54 echo Agent pid 51 killed; 02:42:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:55 + git semver [Pipeline] } 02:42:55 $ docker stop --time=1 78dfbb41eab683047ad6cced13bfcb229cc1064aa0d6353017e4027e22c877d6 02:42:56 $ docker rm -f 78dfbb41eab683047ad6cced13bfcb229cc1064aa0d6353017e4027e22c877d6 [Pipeline] // withDockerContainer [Pipeline] sh 02:42:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:57 Stashed 1 file(s) [Pipeline] echo 02:42:57 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:43:13 Still waiting to schedule task 02:43:13 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24255’ is offline; ‘prd-centos7-docker-4c-2g-24262’ is offline; ‘prd-centos7-docker-4c-2g-24264’ is offline 02:43:13 Still waiting to schedule task 02:43:13 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24257’ 02:44:52 Running on prd-centos7-docker-4c-2g-24266 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [Pipeline] { [Pipeline] ws 02:44:53 Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout 02:45:01 using credential edgex-jenkins-ssh 02:45:01 Cloning the remote Git repository 02:45:01 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:01 > git init /w/workspace/device-sdk-go/10 # timeout=10 02:45:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:01 > git --version # timeout=10 02:45:01 > git --version # 'git version 2.24.3' 02:45:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:05 Merging remotes/origin/master commit 3aea893206dfece0cb943228d650ae216607898f into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c 02:45:05 Merge succeeded, producing dd376ae1f1bfa836a680d12ba4f48980768330c5 02:45:05 Checking out Revision dd376ae1f1bfa836a680d12ba4f48980768330c5 (PR-732) 02:45:05 > git config core.sparsecheckout # timeout=10 02:45:05 > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 02:45:05 > git remote # timeout=10 02:45:05 > git config --get remote.origin.url # timeout=10 02:45:05 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:05 > git merge 3aea893206dfece0cb943228d650ae216607898f # timeout=10 02:45:05 > git rev-parse HEAD^{commit} # timeout=10 02:45:05 > git config core.sparsecheckout # timeout=10 02:45:05 > git checkout -f dd376ae1f1bfa836a680d12ba4f48980768330c5 # timeout=10 02:45:10 Commit message: "Merge commit '3aea893206dfece0cb943228d650ae216607898f' into HEAD" 02:45:10 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:10 > git rev-list --no-walk 48807053613575e78c4fa610d360d65e6f880de1 # timeout=10 02:45:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:12 + sudo service docker restart 02:45:12 + true 02:45:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:14 provisioning config files... 02:45:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/10@tmp/config1711906958195826499tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:15 ---> docker-login.sh 02:45:15 nexus3.edgexfoundry.org:10001 02:45:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:16 Configure a credential helper to remove this warning. See 02:45:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:16 02:45:16 Login Succeeded 02:45:16 nexus3.edgexfoundry.org:10002 02:45:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:16 Configure a credential helper to remove this warning. See 02:45:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:16 02:45:16 Login Succeeded 02:45:16 nexus3.edgexfoundry.org:10003 02:45:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:16 Configure a credential helper to remove this warning. See 02:45:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:16 02:45:16 Login Succeeded 02:45:16 nexus3.edgexfoundry.org:10004 02:45:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:17 Configure a credential helper to remove this warning. See 02:45:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:17 02:45:17 Login Succeeded 02:45:17 docker.io 02:45:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:17 Configure a credential helper to remove this warning. See 02:45:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:17 02:45:17 Login Succeeded 02:45:17 ---> docker-login.sh ends [Pipeline] } 02:45:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:18 ========================================================= 02:45:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:45:18 Sending build context to Docker daemon 2.551MB 02:45:18 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:18 Step 2/8 : FROM ${BASE} 02:45:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:18 188c0c94c7c5: Pulling fs layer 02:45:18 0ef7d3d256c8: Pulling fs layer 02:45:18 de9db76c5a1d: Pulling fs layer 02:45:18 bca2f99d35d6: Pulling fs layer 02:45:18 93359f2a8cfa: Pulling fs layer 02:45:18 7c6f9722023f: Pulling fs layer 02:45:18 a35cf1a2eb13: Pulling fs layer 02:45:18 a35cf1a2eb13: Waiting 02:45:18 7c6f9722023f: Waiting 02:45:18 bca2f99d35d6: Waiting 02:45:18 93359f2a8cfa: Waiting 02:45:18 de9db76c5a1d: Verifying Checksum 02:45:18 de9db76c5a1d: Download complete 02:45:18 0ef7d3d256c8: Download complete 02:45:19 93359f2a8cfa: Verifying Checksum 02:45:19 93359f2a8cfa: Download complete 02:45:19 7c6f9722023f: Download complete 02:45:19 188c0c94c7c5: Verifying Checksum 02:45:19 188c0c94c7c5: Download complete 02:45:19 188c0c94c7c5: Pull complete 02:45:20 0ef7d3d256c8: Pull complete 02:45:20 de9db76c5a1d: Pull complete 02:45:22 a35cf1a2eb13: Verifying Checksum 02:45:22 a35cf1a2eb13: Download complete 02:45:25 bca2f99d35d6: Download complete 02:45:34 bca2f99d35d6: Pull complete 02:45:34 93359f2a8cfa: Pull complete 02:45:34 7c6f9722023f: Pull complete 02:45:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24268 in /w/workspace/dgexfoundry_device-sdk-go_PR-732 [Pipeline] { [Pipeline] ws 02:45:41 Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout 02:45:41 a35cf1a2eb13: Pull complete 02:45:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:41 ---> a62c8e92a672 02:45:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:41 ---> Running in b0f7b390b8d7 02:45:41 Removing intermediate container b0f7b390b8d7 02:45:41 ---> 48c744ad753a 02:45:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:41 ---> Running in 5956ad8a2c69 02:45:42 Removing intermediate container 5956ad8a2c69 02:45:42 ---> 5634ae8c6984 02:45:42 Step 5/8 : RUN apk add --update --no-cache make git 02:45:42 ---> Running in 2d1692132253 02:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:46 OK: 166 MiB in 39 packages 02:45:46 using credential edgex-jenkins-ssh 02:45:46 Cloning the remote Git repository 02:45:46 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:46 > git init /w/workspace/device-sdk-go/10 # timeout=10 02:45:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:46 > git --version # timeout=10 02:45:46 > git --version # 'git version 2.17.1' 02:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:47 Removing intermediate container 2d1692132253 02:45:47 ---> 7216721c06d6 02:45:47 Step 6/8 : WORKDIR /device-sdk-go 02:45:47 ---> Running in f4e8f1f1f691 02:45:47 Removing intermediate container f4e8f1f1f691 02:45:47 ---> 21cc6f8ae81f 02:45:47 Step 7/8 : COPY . . 02:45:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/732/head:refs/remotes/origin/PR-732 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:48 Merging remotes/origin/master commit 3aea893206dfece0cb943228d650ae216607898f into PR head commit bb3603909ab1ef3aa492044f3b646f1bb29ba67c 02:45:49 ---> c7efd8b0b645 02:45:49 Step 8/8 : RUN go mod download 02:45:49 ---> Running in a2a4bd8e6ae4 02:45:49 Merge succeeded, producing 6c4fa3f5f6c0094bf591ca1e923c563f5164655f 02:45:49 Checking out Revision 6c4fa3f5f6c0094bf591ca1e923c563f5164655f (PR-732) 02:45:48 > git config core.sparsecheckout # timeout=10 02:45:48 > git checkout -f bb3603909ab1ef3aa492044f3b646f1bb29ba67c # timeout=10 02:45:48 > git remote # timeout=10 02:45:49 > git config --get remote.origin.url # timeout=10 02:45:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:49 > git merge 3aea893206dfece0cb943228d650ae216607898f # timeout=10 02:45:49 > git rev-parse HEAD^{commit} # timeout=10 02:45:49 > git config core.sparsecheckout # timeout=10 02:45:49 > git checkout -f 6c4fa3f5f6c0094bf591ca1e923c563f5164655f # timeout=10 02:45:53 Commit message: "Merge commit '3aea893206dfece0cb943228d650ae216607898f' into HEAD" 02:45:53 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:53 > git rev-list --no-walk 48807053613575e78c4fa610d360d65e6f880de1 # timeout=10 02:45:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:45:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:56 + sudo service docker restart 02:45:56 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:58 provisioning config files... 02:45:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/10@tmp/config8344912910346094837tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:59 ---> docker-login.sh 02:45:59 nexus3.edgexfoundry.org:10001 02:46:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:00 Configure a credential helper to remove this warning. See 02:46:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:00 02:46:00 Login Succeeded 02:46:00 nexus3.edgexfoundry.org:10002 02:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:01 Configure a credential helper to remove this warning. See 02:46:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:01 02:46:01 Login Succeeded 02:46:01 nexus3.edgexfoundry.org:10003 02:46:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:01 Configure a credential helper to remove this warning. See 02:46:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:01 02:46:01 Login Succeeded 02:46:01 nexus3.edgexfoundry.org:10004 02:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:02 Configure a credential helper to remove this warning. See 02:46:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:02 02:46:02 Login Succeeded 02:46:02 docker.io 02:46:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:02 Configure a credential helper to remove this warning. See 02:46:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:02 02:46:02 Login Succeeded 02:46:03 ---> docker-login.sh ends [Pipeline] } 02:46:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:03 ========================================================= 02:46:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:46:04 Sending build context to Docker daemon 2.558MB 02:46:04 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:04 Step 2/8 : FROM ${BASE} 02:46:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:04 5f621e34cdf4: Pulling fs layer 02:46:04 a4357932f1b6: Pulling fs layer 02:46:04 18c013af1878: Pulling fs layer 02:46:04 00ac8860ef70: Pulling fs layer 02:46:04 63d7cb157983: Pulling fs layer 02:46:04 b116817d02f9: Pulling fs layer 02:46:04 745a02a5169b: Pulling fs layer 02:46:04 00ac8860ef70: Waiting 02:46:04 63d7cb157983: Waiting 02:46:04 b116817d02f9: Waiting 02:46:04 745a02a5169b: Waiting 02:46:04 18c013af1878: Download complete 02:46:04 a4357932f1b6: Verifying Checksum 02:46:04 a4357932f1b6: Download complete 02:46:04 63d7cb157983: Verifying Checksum 02:46:04 63d7cb157983: Download complete 02:46:04 b116817d02f9: Verifying Checksum 02:46:04 b116817d02f9: Download complete 02:46:04 5f621e34cdf4: Verifying Checksum 02:46:04 5f621e34cdf4: Download complete 02:46:05 5f621e34cdf4: Pull complete 02:46:05 a4357932f1b6: Pull complete 02:46:06 18c013af1878: Pull complete 02:46:07 745a02a5169b: Verifying Checksum 02:46:07 745a02a5169b: Download complete 02:46:08 00ac8860ef70: Verifying Checksum 02:46:08 00ac8860ef70: Download complete 02:46:16 Removing intermediate container a2a4bd8e6ae4 02:46:16 ---> e27c044982b3 02:46:16 Successfully built e27c044982b3 02:46:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:16 + docker inspect -f . ci-base-image-x86_64 02:46:17 . [Pipeline] withDockerContainer 02:46:17 prd-centos7-docker-4c-2g-24266 does not seem to be running inside a container 02:46:18 00ac8860ef70: Pull complete 02:46:18 63d7cb157983: Pull complete 02:46:18 b116817d02f9: Pull complete 02:46:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:19 $ docker top cfbe1ed02205c575a33cff9e0bad49df5d4d89408b98e94c6ca23095aba0664f -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:20 + go version 02:46:20 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:20 $ docker stop --time=1 cfbe1ed02205c575a33cff9e0bad49df5d4d89408b98e94c6ca23095aba0664f 02:46:21 745a02a5169b: Pull complete 02:46:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:46:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:46:21 ---> b7e6874047d6 02:46:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:22 $ docker rm -f cfbe1ed02205c575a33cff9e0bad49df5d4d89408b98e94c6ca23095aba0664f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:23 + docker inspect -f . ci-base-image-x86_64 02:46:23 . [Pipeline] withDockerContainer 02:46:23 prd-centos7-docker-4c-2g-24266 does not seem to be running inside a container 02:46:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:24 ---> Running in e5e101948bc1 02:46:24 Removing intermediate container e5e101948bc1 02:46:24 ---> 71a1bc628ed9 02:46:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:24 ---> Running in 7e569becd01f 02:46:25 $ docker top fb39f5fff997df4b810d071fdfd1cca0189f1bb8c72b67facbbcea784337bfe0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:26 + make test 02:46:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:27 Removing intermediate container 7e569becd01f 02:46:27 ---> 0a8f57d3cb48 02:46:27 Step 5/8 : RUN apk add --update --no-cache make git 02:46:27 ---> Running in e3735cdd1c4f 02:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:30 OK: 142 MiB in 39 packages 02:46:31 Removing intermediate container e3735cdd1c4f 02:46:31 ---> 87d67db8c75a 02:46:31 Step 6/8 : WORKDIR /device-sdk-go 02:46:31 ---> Running in f09e4bf42c97 02:46:32 Removing intermediate container f09e4bf42c97 02:46:32 ---> 5fb2b30ef769 02:46:32 Step 7/8 : COPY . . 02:46:33 ---> 8c11e5d95874 02:46:33 Step 8/8 : RUN go mod download 02:46:33 ---> Running in 0debfc1e4754 02:46:41 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:55 Removing intermediate container 0debfc1e4754 02:46:55 ---> 988be6b572fa 02:46:55 Successfully built 988be6b572fa 02:46:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:56 + docker inspect -f . ci-base-image-arm64 02:46:56 . [Pipeline] withDockerContainer 02:46:56 prd-ubuntu18.04-docker-arm64-4c-16g-24268 does not seem to be running inside a container 02:46:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:46:57 $ docker top ef3594c748c924f098667a0f0d25fa072de3f0e36a27a0c67e0d344d058ccff0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:58 + go version 02:46:58 go version go1.15.5 linux/arm64 [Pipeline] } 02:46:58 $ docker stop --time=1 ef3594c748c924f098667a0f0d25fa072de3f0e36a27a0c67e0d344d058ccff0 02:47:00 $ docker rm -f ef3594c748c924f098667a0f0d25fa072de3f0e36a27a0c67e0d344d058ccff0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:01 + docker inspect -f . ci-base-image-arm64 02:47:01 . [Pipeline] withDockerContainer 02:47:02 prd-ubuntu18.04-docker-arm64-4c-16g-24268 does not seem to be running inside a container 02:47:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:03 $ docker top 7b33415e6fcda1fa1c17a695820cfff7636ceb51394716e6fd52b35655de636a -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:04 + make test 02:47:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.141s coverage: 19.4% of statements 02:47:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.801s coverage: 97.1% of statements 02:47:26 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.170s coverage: 9.4% of statements 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.083s coverage: 21.7% of statements 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.462s coverage: 43.6% of statements 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.533s coverage: 66.5% of statements 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.181s coverage: 53.8% of statements 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.163s coverage: 25.2% of statements 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.633s coverage: 83.5% of statements 02:47:44 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.129s coverage: 4.2% of statements 02:47:44 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:44 GO111MODULE=on go vet ./... 02:48:07 gofmt -l . 02:48:07 [ "`gofmt -l .`" = "" ] 02:48:07 ./bin/test-attribution-txt.sh 02:48:07 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:48:07 $ docker stop --time=1 fb39f5fff997df4b810d071fdfd1cca0189f1bb8c72b67facbbcea784337bfe0 02:48:09 $ docker rm -f fb39f5fff997df4b810d071fdfd1cca0189f1bb8c72b67facbbcea784337bfe0 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:48:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:12 + ls -al . 02:48:12 total 216 02:48:12 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 1 02:48 . 02:48:12 drwxrwxr-x. 4 jenkins jenkins 30 Feb 1 02:45 .. 02:48:12 drwxrwxr-x. 2 jenkins jenkins 64 Feb 1 02:45 bin 02:48:12 -rw-r--r--. 1 jenkins jenkins 138370 Feb 1 02:47 coverage.out 02:48:12 -rw-rw-r--. 1 jenkins jenkins 949 Feb 1 02:45 Dockerfile.build 02:48:12 -rw-rw-r--. 1 jenkins jenkins 140 Feb 1 02:45 .dockerignore 02:48:12 drwxrwxr-x. 4 jenkins jenkins 48 Feb 1 02:45 example 02:48:12 drwxrwxr-x. 8 jenkins jenkins 179 Feb 1 02:45 .git 02:48:12 drwxrwxr-x. 2 jenkins jenkins 103 Feb 1 02:45 .github 02:48:12 -rw-rw-r--. 1 jenkins jenkins 138 Feb 1 02:45 .gitignore 02:48:12 -rw-r--r--. 1 jenkins jenkins 514 Feb 1 02:48 go.mod 02:48:12 -rw-r--r--. 1 jenkins jenkins 14191 Feb 1 02:48 go.sum 02:48:12 drwxrwxr-x. 15 jenkins jenkins 211 Feb 1 02:45 internal 02:48:12 -rw-rw-r--. 1 jenkins jenkins 901 Feb 1 02:45 Jenkinsfile 02:48:12 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 1 02:45 LICENSE 02:48:12 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 1 02:45 Makefile 02:48:12 drwxrwxr-x. 4 jenkins jenkins 26 Feb 1 02:45 openapi 02:48:12 drwxrwxr-x. 5 jenkins jenkins 50 Feb 1 02:45 pkg 02:48:12 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 1 02:45 README.md 02:48:12 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 1 02:45 RELEASE-NOTES.txt 02:48:12 drwxrwxr-x. 4 jenkins jenkins 54 Feb 1 02:45 snap 02:48:12 -rw-rw-r--. 1 jenkins jenkins 5 Feb 1 02:42 VERSION 02:48:12 -rw-rw-r--. 1 jenkins jenkins 222 Feb 1 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:48:13 + 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=111696ae154a71479e3b832929f739a02db6be30 --label arch=amd64 --label version=0.0.0 . 02:48:13 Sending build context to Docker daemon 2.69MB 02:48:13 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:48:13 Step 2/24 : FROM ${BASE} AS builder 02:48:13 ---> e27c044982b3 02:48:13 Step 3/24 : ARG MAKE='make build' 02:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:48:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:48:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.148s coverage: 19.4% of statements 02:48:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.172s coverage: 97.1% of statements 02:48:14 ---> Running in f9c3fc80b1e3 02:48:14 Removing intermediate container f9c3fc80b1e3 02:48:14 ---> 6ecfdba05672 02:48:14 Step 4/24 : WORKDIR /device-sdk-go 02:48:15 ---> Running in cda12327960d 02:48:15 Removing intermediate container cda12327960d 02:48:15 ---> 7461faa4e0c0 02:48:15 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:15 ---> Running in 52bf565808f6 02:48:15 Removing intermediate container 52bf565808f6 02:48:15 ---> 52db82b10cb3 02:48:15 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:15 ---> Running in d9525e765e6b 02:48:17 Removing intermediate container d9525e765e6b 02:48:17 ---> 2fcb5ca3d18b 02:48:17 Step 7/24 : RUN apk add --update --no-cache make git 02:48:17 ---> Running in 2ddac24657d7 02:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:19 OK: 166 MiB in 39 packages 02:48:20 Removing intermediate container 2ddac24657d7 02:48:20 ---> 066627c4cf27 02:48:20 Step 8/24 : COPY . . 02:48:21 ---> ddd97e7ff7c3 02:48:21 Step 9/24 : RUN ${MAKE} 02:48:21 ---> Running in 3873eb786741 02:48:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.121s coverage: 9.4% of statements 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.142s coverage: 21.7% of statements 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.572s coverage: 43.6% of statements 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.764s coverage: 66.5% of statements 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.181s coverage: 53.8% of statements 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.182s coverage: 25.2% of statements 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.769s coverage: 83.5% of statements 02:48:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.140s coverage: 4.2% of statements 02:48:40 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:48:40 GO111MODULE=on go vet ./... 02:48:41 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:48:42 Removing intermediate container 3873eb786741 02:48:42 ---> b4c099276deb 02:48:42 Step 10/24 : FROM scratch 02:48:42 ---> 02:48:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:43 ---> Running in 6ecafabd14c4 02:48:43 Removing intermediate container 6ecafabd14c4 02:48:43 ---> 2a7cb99c8a68 02:48:43 Step 12/24 : ENV APP_PORT=49990 02:48:43 ---> Running in 12d0a5247a28 02:48:43 Removing intermediate container 12d0a5247a28 02:48:43 ---> eec7e804a519 02:48:43 Step 13/24 : EXPOSE $APP_PORT 02:48:43 ---> Running in 6a222b83898c 02:48:43 Removing intermediate container 6a222b83898c 02:48:43 ---> 3b029831a5cb 02:48:43 Step 14/24 : WORKDIR / 02:48:43 ---> Running in a0a6024b84be 02:48:43 Removing intermediate container a0a6024b84be 02:48:43 ---> 6b94231ec2d9 02:48:43 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:48:44 ---> 33128aafed3f 02:48:44 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:48:45 ---> b8741251d03f 02:48:45 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:48:45 ---> 61e4e08ce1f9 02:48:45 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:48:46 ---> 58c84a95754b 02:48:46 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:48:46 ---> 5115395e08bd 02:48:46 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:48:46 ---> Running in 5d62b1002440 02:48:47 Removing intermediate container 5d62b1002440 02:48:47 ---> 4d1692e89863 02:48:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:47 ---> Running in 4e91c8a6f8eb 02:48:47 Removing intermediate container 4e91c8a6f8eb 02:48:47 ---> eece7dca20da 02:48:47 Step 22/24 : LABEL arch=amd64 02:48:47 ---> Running in cab55548e884 02:48:47 Removing intermediate container cab55548e884 02:48:47 ---> f78303ac9b43 02:48:47 Step 23/24 : LABEL git_sha=111696ae154a71479e3b832929f739a02db6be30 02:48:47 ---> Running in 09df294f8be9 02:48:48 Removing intermediate container 09df294f8be9 02:48:48 ---> 9e9debf4d455 02:48:48 Step 24/24 : LABEL version=0.0.0 02:48:48 ---> Running in c62c319dffe9 02:48:48 Removing intermediate container c62c319dffe9 02:48:48 ---> cc978a40254b 02:48:48 [Warning] One or more build-args [ARCH] were not consumed 02:48:48 Successfully built cc978a40254b 02:48:48 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:13 gofmt -l . 02:49:13 [ "`gofmt -l .`" = "" ] 02:49:14 ./bin/test-attribution-txt.sh 02:49:15 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:15 $ docker stop --time=1 7b33415e6fcda1fa1c17a695820cfff7636ceb51394716e6fd52b35655de636a 02:49:18 $ docker rm -f 7b33415e6fcda1fa1c17a695820cfff7636ceb51394716e6fd52b35655de636a [Pipeline] // withDockerContainer [Pipeline] sh 02:49:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:19 Warning: overwriting stash ‘coverage-report’ 02:49:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:21 + ls -al . 02:49:21 total 252 02:49:21 drwxrwxr-x 10 jenkins jenkins 4096 Feb 1 02:49 . 02:49:21 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 02:45 .. 02:49:21 -rw-rw-r-- 1 jenkins jenkins 140 Feb 1 02:45 .dockerignore 02:49:21 drwxrwxr-x 8 jenkins jenkins 4096 Feb 1 02:45 .git 02:49:21 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 02:45 .github 02:49:21 -rw-rw-r-- 1 jenkins jenkins 138 Feb 1 02:45 .gitignore 02:49:21 -rw-rw-r-- 1 jenkins jenkins 949 Feb 1 02:45 Dockerfile.build 02:49:21 -rw-rw-r-- 1 jenkins jenkins 901 Feb 1 02:45 Jenkinsfile 02:49:21 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 1 02:45 LICENSE 02:49:21 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 1 02:45 Makefile 02:49:21 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 1 02:45 README.md 02:49:21 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 1 02:45 RELEASE-NOTES.txt 02:49:21 -rw-rw-r-- 1 jenkins jenkins 5 Feb 1 02:42 VERSION 02:49:21 drwxrwxr-x 2 jenkins jenkins 4096 Feb 1 02:45 bin 02:49:21 -rw-r--r-- 1 jenkins jenkins 138371 Feb 1 02:48 coverage.out 02:49:21 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 02:45 example 02:49:21 -rw-r--r-- 1 jenkins jenkins 514 Feb 1 02:49 go.mod 02:49:21 -rw-r--r-- 1 jenkins jenkins 14191 Feb 1 02:49 go.sum 02:49:21 drwxrwxr-x 15 jenkins jenkins 4096 Feb 1 02:45 internal 02:49:21 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 02:45 openapi 02:49:21 drwxrwxr-x 5 jenkins jenkins 4096 Feb 1 02:45 pkg 02:49:21 drwxrwxr-x 4 jenkins jenkins 4096 Feb 1 02:45 snap 02:49:21 -rw-rw-r-- 1 jenkins jenkins 222 Feb 1 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:49:21 + 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=111696ae154a71479e3b832929f739a02db6be30 --label arch=arm64 --label version=0.0.0 . 02:49:22 Sending build context to Docker daemon 2.698MB 02:49:22 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:49:22 Step 2/24 : FROM ${BASE} AS builder 02:49:22 ---> 988be6b572fa 02:49:22 Step 3/24 : ARG MAKE='make build' 02:49:22 ---> Running in 93b82c230566 02:49:23 Removing intermediate container 93b82c230566 02:49:23 ---> 8e00f75e2179 02:49:23 Step 4/24 : WORKDIR /device-sdk-go 02:49:23 ---> Running in d3b62baa3b43 02:49:24 Removing intermediate container d3b62baa3b43 02:49:24 ---> eb4deeece464 02:49:24 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:24 ---> Running in 23b44e6cfe1f 02:49:24 Removing intermediate container 23b44e6cfe1f 02:49:24 ---> 8070be001f9b 02:49:24 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:24 ---> Running in 388ddad16e63 02:49:26 Removing intermediate container 388ddad16e63 02:49:26 ---> 99e055f22c9c 02:49:26 Step 7/24 : RUN apk add --update --no-cache make git 02:49:26 ---> Running in 2583d31e925a 02:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:31 OK: 142 MiB in 39 packages 02:49:32 Removing intermediate container 2583d31e925a 02:49:32 ---> b71ca9dc95a1 02:49:32 Step 8/24 : COPY . . 02:49:33 ---> 2103706789e8 02:49:33 Step 9/24 : RUN ${MAKE} 02:49:33 ---> Running in 24fbf4dc014f 02:49:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:50:01 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:50:01 Removing intermediate container 24fbf4dc014f 02:50:01 ---> 4330d96bbe26 02:50:01 Step 10/24 : FROM scratch 02:50:01 ---> 02:50:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:02 ---> Running in e86777e4baaf 02:50:02 Removing intermediate container e86777e4baaf 02:50:02 ---> 6150682f0d7c 02:50:02 Step 12/24 : ENV APP_PORT=49990 02:50:02 ---> Running in bd9be4503f29 02:50:03 Removing intermediate container bd9be4503f29 02:50:03 ---> cb7f9f1b9bf6 02:50:03 Step 13/24 : EXPOSE $APP_PORT 02:50:03 ---> Running in ef13dcd11d3f 02:50:03 Removing intermediate container ef13dcd11d3f 02:50:03 ---> 1cfb15ff5c70 02:50:03 Step 14/24 : WORKDIR / 02:50:03 ---> Running in cdf78efc19db 02:50:04 Removing intermediate container cdf78efc19db 02:50:04 ---> ff60476a244c 02:50:04 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:50:05 ---> 6956ed3fd3a9 02:50:05 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:50:05 ---> 4e712055a9f1 02:50:05 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:50:06 ---> 62e8482a8f6b 02:50:06 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:50:07 ---> 6804f65cde62 02:50:07 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:50:08 ---> d5fad7c0aba9 02:50:08 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:50:08 ---> Running in 950937ded4ea 02:50:08 Removing intermediate container 950937ded4ea 02:50:08 ---> bbd9e4b81535 02:50:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:09 ---> Running in fb12a136dd7f 02:50:09 Removing intermediate container fb12a136dd7f 02:50:09 ---> 5df893071129 02:50:09 Step 22/24 : LABEL arch=arm64 02:50:09 ---> Running in dcd90ecae495 02:50:09 Removing intermediate container dcd90ecae495 02:50:09 ---> 76fcf3da2483 02:50:09 Step 23/24 : LABEL git_sha=111696ae154a71479e3b832929f739a02db6be30 02:50:10 ---> Running in 2bda1a0878f7 02:50:10 Removing intermediate container 2bda1a0878f7 02:50:10 ---> 44511bb984b1 02:50:10 Step 24/24 : LABEL version=0.0.0 02:50:10 ---> Running in a4d738d25166 02:50:11 Removing intermediate container a4d738d25166 02:50:11 ---> 8b6b3f3a7e5e 02:50:11 [Warning] One or more build-args [ARCH] were not consumed 02:50:11 Successfully built 8b6b3f3a7e5e 02:50:11 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:50:14 provisioning config files... 02:50:14 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config3371383842317774085tmp [Pipeline] { [Pipeline] sh 02:50:14 + set +x 02:50:14 + curl -s https://codecov.io/bash 02:50:14 + bash -s -- 02:50:14 02:50:14 _____ _ 02:50:14 / ____| | | 02:50:14 | | ___ __| | ___ ___ _____ __ 02:50:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:14 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:14 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:14 Bash-20210129-7c25fce 02:50:14 02:50:14 02:50:14 ==> git version 2.24.3 found 02:50:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:50:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:50:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:50:14 ==> Jenkins CI detected. 02:50:14 project root: . 02:50:14 --> token set from env 02:50:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:14 ==> Running gcov in . (disable via -X gcov) 02:50:14 ==> Python coveragepy not found 02:50:14 ==> Searching for coverage reports in: 02:50:14 + . 02:50:14 -> Found 1 reports 02:50:14 ==> Detecting git/mercurial file structure 02:50:14 ==> Reading reports 02:50:14 + ./coverage.out bytes=138371 02:50:14 ==> Appending adjustments 02:50:14 https://docs.codecov.io/docs/fixing-reports 02:50:15 + Found adjustments 02:50:15 ==> Gzipping contents 02:50:15 24K /tmp/codecov.2akYi8.gz 02:50:15 ==> Uploading reports 02:50:15 url: https://codecov.io 02:50:15 query: branch=PR-732&commit=111696ae154a71479e3b832929f739a02db6be30&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-732%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=732&job=&cmd_args= 02:50:15 -> Pinging Codecov 02:50:15 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-732&commit=111696ae154a71479e3b832929f739a02db6be30&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-732%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=732&job=&cmd_args= 02:50:15 -> Uploading to 02:50:15 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/7E55EF52A471D76F132DFD9A03CDDE97/111696ae154a71479e3b832929f739a02db6be30/91afbc3d-eca8-43da-8f56-292470906887.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T025015Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9d5519265d99a6e6bbcac2b73eeb03286559ec4cc31a4797ad1b0b97c36eaed2 02:50:15 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:15 Dload Upload Total Spent Left Speed 02:50:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21741 0 0 100 21741 0 46732 --:--:-- --:--:-- --:--:-- 46754 02:50:16 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/111696ae154a71479e3b832929f739a02db6be30 [Pipeline] } 02:50:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:50:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:50:19 ---> package-listing.sh 02:50:19 ++ facter osfamily 02:50:19 ++ tr '[:upper:]' '[:lower:]' 02:50:19 + OS_FAMILY=redhat 02:50:19 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-732 02:50:19 + START_PACKAGES=/tmp/packages_start.txt 02:50:19 + END_PACKAGES=/tmp/packages_end.txt 02:50:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:50:19 + PACKAGES=/tmp/packages_start.txt 02:50:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-732 ']' 02:50:19 + PACKAGES=/tmp/packages_end.txt 02:50:19 + case "${OS_FAMILY}" in 02:50:19 + rpm -qa 02:50:19 + sort 02:50:24 + '[' -f /tmp/packages_start.txt ']' 02:50:24 + '[' -f /tmp/packages_end.txt ']' 02:50:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:50:24 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-732 ']' 02:50:24 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-732/archives/ 02:50:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-732/archives/ [Pipeline] echo 02:50:24 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-732/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:50:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:50:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:25 02:50:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:50:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:25 alpine: Pulling from edgex-lftools-log-publisher 02:50:25 df20fa9351a1: Pulling fs layer 02:50:25 36b3adc4ff6f: Pulling fs layer 02:50:25 8ad3a11d3b57: Pulling fs layer 02:50:25 46f8f816bc3b: Pulling fs layer 02:50:25 93b61091891f: Pulling fs layer 02:50:25 93b9cdb0e59b: Pulling fs layer 02:50:25 5e14af77c1be: Pulling fs layer 02:50:25 01666e4c0597: Pulling fs layer 02:50:25 aa168da1d23b: Pulling fs layer 02:50:25 93b9cdb0e59b: Waiting 02:50:25 46f8f816bc3b: Waiting 02:50:25 93b61091891f: Waiting 02:50:25 5e14af77c1be: Waiting 02:50:25 aa168da1d23b: Waiting 02:50:25 36b3adc4ff6f: Download complete 02:50:25 46f8f816bc3b: Download complete 02:50:25 df20fa9351a1: Download complete 02:50:26 93b9cdb0e59b: Verifying Checksum 02:50:26 93b9cdb0e59b: Download complete 02:50:26 5e14af77c1be: Download complete 02:50:26 01666e4c0597: Verifying Checksum 02:50:26 01666e4c0597: Download complete 02:50:26 93b61091891f: Verifying Checksum 02:50:26 93b61091891f: Download complete 02:50:26 8ad3a11d3b57: Verifying Checksum 02:50:26 8ad3a11d3b57: Download complete 02:50:26 df20fa9351a1: Pull complete 02:50:26 36b3adc4ff6f: Pull complete 02:50:28 8ad3a11d3b57: Pull complete 02:50:28 aa168da1d23b: Download complete 02:50:28 46f8f816bc3b: Pull complete 02:50:29 93b61091891f: Pull complete 02:50:29 93b9cdb0e59b: Pull complete 02:50:29 5e14af77c1be: Pull complete 02:50:29 01666e4c0597: Pull complete 02:50:37 aa168da1d23b: Pull complete 02:50:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:50:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:50:38 prd-centos7-docker-4c-2g-24260 does not seem to be running inside a container 02:50:38 $ 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-732/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-732 -v /w/workspace/dgexfoundry_device-sdk-go_PR-732:/w/workspace/dgexfoundry_device-sdk-go_PR-732:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-732@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 02:50:42 $ docker top c519af2b8d5ee79234ed666e1d4235a4700a2e93b057171d82dc19b01fb00bcb -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:42 + touch /tmp/pre-build-complete [Pipeline] sh 02:50:43 + mkdir -p /var/log/sa [Pipeline] sh 02:50:43 + ls /var/log/sa-host 02:50:43 + sadf -c /var/log/sa-host/sa01 02:50:43 file_magic: OK 02:50:43 HZ: Using current value: 100 02:50:43 file_header: OK 02:50:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:50:43 Statistics: 02:50:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:50:43 File successfully converted to sysstat format version 12.2.1 02:50:43 + sadf -c /var/log/sa-host/sa23 02:50:43 file_magic: OK 02:50:43 HZ: Using current value: 100 02:50:43 file_header: OK 02:50:43 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:50:43 Statistics: 02:50:43 Hnuu...uuuununununu... 02:50:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:43 provisioning config files... 02:50:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp/config7426861795753306494tmp [Pipeline] { [Pipeline] echo 02:50:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:50:44 ---> create-netrc.sh [Pipeline] } 02:50:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:50:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:50:44 ---> python-tools-install.sh [Pipeline] echo 02:50:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:50:44 ---> sudo-logs.sh 02:50:44 Archiving 'sudo' log.. [Pipeline] echo 02:50:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:50:45 ---> job-cost.sh 02:50:45 lf-activate-venv: SKIPPING 02:50:45 INFO: No Stack... 02:50:46 INFO: Retrieving Pricing Info for: v1-standard-2 02:50:46 INFO: Archiving Costs [Pipeline] echo 02:50:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:50:47 ---> logs-deploy.sh 02:50:47 lf-activate-venv: SKIPPING 02:50:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-732/10 02:50:47 INFO: archiving workspace using pattern(s): 02:50:49 Archives upload complete. 02:50:49 INFO: archiving logs to Nexus 02:50:50 ---> uname -a: 02:50:50 Linux prd-centos7-docker-4c-2g-24260.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:50:50 02:50:50 02:50:50 ---> lscpu: 02:50:50 Architecture: x86_64 02:50:50 CPU op-mode(s): 32-bit, 64-bit 02:50:50 Byte Order: Little Endian 02:50:50 Address sizes: 40 bits physical, 48 bits virtual 02:50:50 CPU(s): 4 02:50:50 On-line CPU(s) list: 0-3 02:50:50 Thread(s) per core: 1 02:50:50 Core(s) per socket: 1 02:50:50 Socket(s): 4 02:50:50 NUMA node(s): 1 02:50:50 Vendor ID: GenuineIntel 02:50:50 CPU family: 6 02:50:50 Model: 44 02:50:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:50:50 Stepping: 1 02:50:50 CPU MHz: 2933.438 02:50:50 BogoMIPS: 5866.87 02:50:50 Virtualization: VT-x 02:50:50 Hypervisor vendor: KVM 02:50:50 Virtualization type: full 02:50:50 L1d cache: 128 KiB 02:50:50 L1i cache: 128 KiB 02:50:50 L2 cache: 16 MiB 02:50:50 L3 cache: 64 MiB 02:50:50 NUMA node0 CPU(s): 0-3 02:50:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:50:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:50:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:50:50 Vulnerability Meltdown: Mitigation; PTI 02:50:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:50:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:50:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:50:50 Vulnerability Srbds: Not affected 02:50:50 Vulnerability Tsx async abort: Not affected 02:50:50 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:50:50 02:50:50 02:50:50 ---> nproc: 02:50:50 4 02:50:50 02:50:50 02:50:50 ---> df -h: 02:50:50 Filesystem Size Used Available Use% Mounted on 02:50:50 overlay 50.0G 7.3G 42.7G 15% / 02:50:50 tmpfs 64.0M 0 64.0M 0% /dev 02:50:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:50:50 shm 64.0M 0 64.0M 0% /dev/shm 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-732 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-732@tmp 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:50:50 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:50:50 02:50:50 02:50:50 ---> free -m: 02:50:50 total used free shared buff/cache available 02:50:50 Mem: 1837 717 107 0 1012 1014 02:50:50 Swap: 1023 1 1022 02:50:50 02:50:50