Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 859d05bb29d195830a2bef80ceacb337f49ed4c7 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27410 in /w/workspace/dgexfoundry_device-sdk-go_master [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_master # 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 Checking out Revision 859d05bb29d195830a2bef80ceacb337f49ed4c7 (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 Commit message: "Merge pull request #792 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.13" > git rev-list --no-walk 9c99b3ad7d2e4ca826a6fb04090188d28e886681 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:25:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:25:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:25:34 ========================================================= 23:25:34 EdgeX Global Pipelines Version Info 23:25:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:25:37 ------------------- 23:25:37 stable info: 23:25:37 ------------------- 23:25:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:25:37 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 23:25:37 Message: update stable to v1.0.181 23:25:39 ------------------- 23:25:39 experimental info: 23:25:39 ------------------- 23:25:39 Commited By: **** collab-it+edgex@linuxfoundation.org 23:25:39 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 23:25:39 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:25:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 23:25:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:25:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 859d05bb29d195830a2bef80ceacb337f49ed4c7 [Pipeline] echo 23:25:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 859d05b [Pipeline] echo 23:25:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:25:43 provisioning config files... 23:25:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5381252647158953445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:25:43 ---> docker-login.sh 23:25:43 nexus3.edgexfoundry.org:10001 23:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:46 Configure a credential helper to remove this warning. See 23:25:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:46 23:25:46 Login Succeeded 23:25:46 nexus3.edgexfoundry.org:10002 23:25:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:46 Configure a credential helper to remove this warning. See 23:25:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:46 23:25:46 Login Succeeded 23:25:46 nexus3.edgexfoundry.org:10003 23:25:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:48 Configure a credential helper to remove this warning. See 23:25:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:48 23:25:48 Login Succeeded 23:25:48 nexus3.edgexfoundry.org:10004 23:25:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:49 Configure a credential helper to remove this warning. See 23:25:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:49 23:25:49 Login Succeeded 23:25:49 docker.io 23:25:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:49 Configure a credential helper to remove this warning. See 23:25:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:49 23:25:49 Login Succeeded 23:25:49 ---> docker-login.sh ends [Pipeline] } 23:25: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 23:25:50 + git log --format=format:%s -1 859d05bb29d195830a2bef80ceacb337f49ed4c7 [Pipeline] echo 23:25:51 GIT_COMMIT: 859d05bb29d195830a2bef80ceacb337f49ed4c7, Commit Message: Merge pull request #792 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.13 [Pipeline] echo 23:25:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:25:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:52 23:25:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:25:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:53 latest: Pulling from edgex-devops/git-semver 23:25:53 31603596830f: Pulling fs layer 23:25:53 2a8b12db71e7: Pulling fs layer 23:25:53 6ca5941a6612: Pulling fs layer 23:25:53 ecc8261a40a4: Pulling fs layer 23:25:53 ecc8261a40a4: Waiting 23:25:53 2a8b12db71e7: Verifying Checksum 23:25:53 2a8b12db71e7: Download complete 23:25:54 31603596830f: Verifying Checksum 23:25:54 31603596830f: Download complete 23:25:56 31603596830f: Pull complete 23:25:56 2a8b12db71e7: Pull complete 23:25:56 ecc8261a40a4: Verifying Checksum 23:25:56 ecc8261a40a4: Download complete 23:25:57 6ca5941a6612: Verifying Checksum 23:25:57 6ca5941a6612: Download complete 23:26:01 6ca5941a6612: Pull complete 23:26:02 ecc8261a40a4: Pull complete 23:26:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:26:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:26:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:26:03 prd-centos7-docker-4c-2g-27410 does not seem to be running inside a container 23:26:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:26:07 $ docker top de675802d3e45459416719ee834abaabad6a37f63051da8a7820cd709be7ae30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:26:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:26:07 [ssh-agent] Looking for ssh-agent implementation... 23:26:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:26:08 $ docker exec de675802d3e45459416719ee834abaabad6a37f63051da8a7820cd709be7ae30 ssh-agent 23:26:09 SSH_AUTH_SOCK=/tmp/ssh-kgz4cooNpvV8/agent.12 23:26:09 SSH_AGENT_PID=17 23:26:09 Running ssh-add (command line suppressed) 23:26:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_775175176598674215.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_775175176598674215.key) 23:26:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:26:13 + git tag --points-at HEAD [Pipeline] } 23:26:13 $ docker exec --env ******** --env ******** de675802d3e45459416719ee834abaabad6a37f63051da8a7820cd709be7ae30 ssh-agent -k 23:26:14 unset SSH_AUTH_SOCK; 23:26:14 unset SSH_AGENT_PID; 23:26:14 echo Agent pid 17 killed; 23:26:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:26:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:26:14 [ssh-agent] Looking for ssh-agent implementation... 23:26:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:26:15 $ docker exec de675802d3e45459416719ee834abaabad6a37f63051da8a7820cd709be7ae30 ssh-agent 23:26:16 SSH_AUTH_SOCK=/tmp/ssh-Gznw7n0UWPnh/agent.45 23:26:16 SSH_AGENT_PID=50 23:26:16 Running ssh-add (command line suppressed) 23:26:17 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1164343906684332671.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1164343906684332671.key) 23:26:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:26:19 + git semver init 23:26:19 # -> Open(): unable to determine branch for HEAD 23:26:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:26:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:26:19 # $SEMVER_REMOTE_NAME = origin 23:26:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:26:19 # $SEMVER_USER_NAME = edgex-jenkins 23:26:19 # $SEMVER_BRANCH = master 23:26:19 # $SEMVER_TEMP = /tmp/semver-788966529 23:26:19 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 23:26:22 # '/tmp/semver-788966529' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 23:26:22 # -> Force: false 23:26:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 23:26:22 $ docker exec --env ******** --env ******** de675802d3e45459416719ee834abaabad6a37f63051da8a7820cd709be7ae30 ssh-agent -k 23:26:22 unset SSH_AUTH_SOCK; 23:26:22 unset SSH_AGENT_PID; 23:26:22 echo Agent pid 50 killed; 23:26:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:26:24 + git semver [Pipeline] } 23:26:24 $ docker stop --time=1 de675802d3e45459416719ee834abaabad6a37f63051da8a7820cd709be7ae30 23:26:28 $ docker rm -f de675802d3e45459416719ee834abaabad6a37f63051da8a7820cd709be7ae30 [Pipeline] // withDockerContainer [Pipeline] sh 23:26:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:26:30 Stashed 1 file(s) [Pipeline] echo 23:26:30 [edgeXSemver]: initialized semver on version 2.0.0-dev.16 [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 23:26:46 Still waiting to schedule task 23:26:46 ‘prd-centos7-blackbox-4c-2g-27021’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-27399’ is offline; ‘prd-centos7-docker-4c-2g-27412’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27409’ doesn’t have label ‘centos7-docker-4c-2g’ 23:26:46 Still waiting to schedule task 23:26:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:28:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27413 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 23:28:38 Running in /w/workspace/device-sdk-go/121 [Pipeline] { [Pipeline] checkout 23:28:43 using credential edgex-jenkins-ssh 23:28:43 Cloning the remote Git repository 23:28:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 23:28:43 > git init /w/workspace/device-sdk-go/121 # timeout=10 23:28:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:28:44 > git --version # timeout=10 23:28:44 > git --version # 'git version 2.17.1' 23:28:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:45 Checking out Revision 859d05bb29d195830a2bef80ceacb337f49ed4c7 (master) 23:28:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:28:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:28:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:28:45 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:28:45 > git config core.sparsecheckout # timeout=10 23:28:45 > git checkout -f 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 23:28:50 Commit message: "Merge pull request #792 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:28:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:28:52 + sudo service docker restart+ 23:28:52 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:55 provisioning config files... 23:28:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/121@tmp/config2741541613997237476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:55 ---> docker-login.sh 23:28:55 nexus3.edgexfoundry.org:10001 23:28:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:56 Configure a credential helper to remove this warning. See 23:28:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:56 23:28:56 Login Succeeded 23:28:56 nexus3.edgexfoundry.org:10002 23:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:57 Configure a credential helper to remove this warning. See 23:28:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:57 23:28:57 Login Succeeded 23:28:57 nexus3.edgexfoundry.org:10003 23:28:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:57 Configure a credential helper to remove this warning. See 23:28:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:57 23:28:57 Login Succeeded 23:28:58 nexus3.edgexfoundry.org:10004 23:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:58 Configure a credential helper to remove this warning. See 23:28:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:58 23:28:58 Login Succeeded 23:28:58 docker.io 23:28:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:59 Configure a credential helper to remove this warning. See 23:28:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:59 23:28:59 Login Succeeded 23:28:59 ---> docker-login.sh ends [Pipeline] } 23:28:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:28:59 ========================================================= 23:28:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:28:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:29:00 + 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 . 23:29:00 Sending build context to Docker daemon 2.396MB 23:29:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:29:00 Step 2/8 : FROM ${BASE} 23:29:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:29:00 5f621e34cdf4: Pulling fs layer 23:29:00 a4357932f1b6: Pulling fs layer 23:29:00 18c013af1878: Pulling fs layer 23:29:00 00ac8860ef70: Pulling fs layer 23:29:00 63d7cb157983: Pulling fs layer 23:29:00 b116817d02f9: Pulling fs layer 23:29:00 745a02a5169b: Pulling fs layer 23:29:00 63d7cb157983: Waiting 23:29:00 00ac8860ef70: Waiting 23:29:00 b116817d02f9: Waiting 23:29:00 745a02a5169b: Waiting 23:29:00 18c013af1878: Download complete 23:29:00 a4357932f1b6: Verifying Checksum 23:29:00 a4357932f1b6: Download complete 23:29:00 63d7cb157983: Verifying Checksum 23:29:00 63d7cb157983: Download complete 23:29:00 b116817d02f9: Verifying Checksum 23:29:00 b116817d02f9: Download complete 23:29:00 5f621e34cdf4: Verifying Checksum 23:29:00 5f621e34cdf4: Download complete 23:29:01 5f621e34cdf4: Pull complete 23:29:02 a4357932f1b6: Pull complete 23:29:02 18c013af1878: Pull complete 23:29:03 745a02a5169b: Verifying Checksum 23:29:03 745a02a5169b: Download complete 23:29:04 00ac8860ef70: Verifying Checksum 23:29:04 00ac8860ef70: Download complete 23:29:14 00ac8860ef70: Pull complete 23:29:14 63d7cb157983: Pull complete 23:29:15 b116817d02f9: Pull complete 23:29:18 745a02a5169b: Pull complete 23:29:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:29:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:29:18 ---> b7e6874047d6 23:29:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:29:21 ---> Running in 171f6f27754e 23:29:21 Removing intermediate container 171f6f27754e 23:29:21 ---> 8a6c9b4abec3 23:29:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:29:21 ---> Running in bcaef09460b9 23:29:24 Removing intermediate container bcaef09460b9 23:29:24 ---> 371ea849adb6 23:29:24 Step 5/8 : RUN apk add --update --no-cache make git 23:29:24 ---> Running in c59f54fad78b 23:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:29:26 OK: 142 MiB in 39 packages 23:29:27 Removing intermediate container c59f54fad78b 23:29:27 ---> 5ed374e2bab9 23:29:27 Step 6/8 : WORKDIR /device-sdk-go 23:29:27 ---> Running in dcafc2a445fc 23:29:28 Removing intermediate container dcafc2a445fc 23:29:28 ---> 6f4a141fe2bf 23:29:28 Step 7/8 : COPY . . 23:29:29 ---> 0b3abc62a2c1 23:29:29 Step 8/8 : RUN go mod download 23:29:29 ---> Running in 1e822d6510e8 23:29:56 Removing intermediate container 1e822d6510e8 23:29:56 ---> 14d8c1c1da50 23:29:56 Successfully built 14d8c1c1da50 23:29:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:29:57 + docker inspect -f . ci-base-image-arm64 23:29:57 . [Pipeline] withDockerContainer 23:29:57 prd-ubuntu18.04-docker-arm64-4c-16g-27413 does not seem to be running inside a container 23:29:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/121 -v /w/workspace/device-sdk-go/121:/w/workspace/device-sdk-go/121:rw,z -v /w/workspace/device-sdk-go/121@tmp:/w/workspace/device-sdk-go/121@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 ******** ci-base-image-arm64 cat 23:29:59 $ docker top 3ad5d5269b69e755458ae8ae5da4a6f05d57d1ef733f49a38968746e631f3195 -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:00 + go version 23:30:00 go version go1.15.5 linux/arm64 [Pipeline] } 23:30:00 $ docker stop --time=1 3ad5d5269b69e755458ae8ae5da4a6f05d57d1ef733f49a38968746e631f3195 23:30:02 $ docker rm -f 3ad5d5269b69e755458ae8ae5da4a6f05d57d1ef733f49a38968746e631f3195 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:30:03 + docker inspect -f . ci-base-image-arm64 23:30:03 . [Pipeline] withDockerContainer 23:30:03 prd-ubuntu18.04-docker-arm64-4c-16g-27413 does not seem to be running inside a container 23:30:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/121 -v /w/workspace/device-sdk-go/121:/w/workspace/device-sdk-go/121:rw,z -v /w/workspace/device-sdk-go/121@tmp:/w/workspace/device-sdk-go/121@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 ******** ci-base-image-arm64 cat 23:30:05 $ docker top a289e104d3e55f7192014d58a4c0b35be926a82ced521179dd7d99b7e3705483 -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:06 + make test 23:30:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:30:28 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 23:31:02 Running on prd-centos7-docker-4c-2g-27414 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 23:31:02 Running in /w/workspace/device-sdk-go/121 [Pipeline] { [Pipeline] checkout 23:31:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 23:31:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 23:31:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 23:31:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.144s coverage: 25.5% of statements 23:31:20 using credential edgex-jenkins-ssh 23:31:20 Cloning the remote Git repository 23:31:21 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 23:31:21 > git init /w/workspace/device-sdk-go/121 # timeout=10 23:31:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:31:21 > git --version # timeout=10 23:31:21 > git --version # 'git version 2.24.3' 23:31:21 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:31:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:31:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:31:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:31:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:31:24 using GIT_SSH to set credentials SSH Credentials for GitHub 23:31:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:31:26 Checking out Revision 859d05bb29d195830a2bef80ceacb337f49ed4c7 (master) 23:31:26 > git config core.sparsecheckout # timeout=10 23:31:26 > git checkout -f 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 23:31:36 Commit message: "Merge pull request #792 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:31:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:31:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:31:41 + true 23:31:41 + sudo service docker restart 23:31:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:31:45 provisioning config files... 23:31:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/121@tmp/config4021690088742688036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:31:46 ---> docker-login.sh 23:31:46 nexus3.edgexfoundry.org:10001 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.195s coverage: 10.1% of statements 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.110s coverage: 12.5% of statements 23:31:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.168s coverage: 84.8% of statements 23:31:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 23:31:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 23:31:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 23:31:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.202s coverage: 49.2% of statements 23:31:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.159s coverage: 81.3% of statements 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.178s coverage: 24.8% of statements 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.802s coverage: 83.5% of statements 23:31:47 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.130s coverage: 5.3% of statements 23:31:47 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 23:31:47 GO111MODULE=on go vet ./... 23:31:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:48 Configure a credential helper to remove this warning. See 23:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:48 23:31:48 Login Succeeded 23:31:48 nexus3.edgexfoundry.org:10002 23:31:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:49 Configure a credential helper to remove this warning. See 23:31:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:49 23:31:49 Login Succeeded 23:31:50 nexus3.edgexfoundry.org:10003 23:31:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:51 Configure a credential helper to remove this warning. See 23:31:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:51 23:31:51 Login Succeeded 23:31:52 nexus3.edgexfoundry.org:10004 23:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:52 Configure a credential helper to remove this warning. See 23:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:52 23:31:52 Login Succeeded 23:31:52 docker.io 23:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:53 Configure a credential helper to remove this warning. See 23:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:53 23:31:53 Login Succeeded 23:31:53 ---> docker-login.sh ends [Pipeline] } 23:31:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:31:55 ========================================================= 23:31:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:31:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:31:56 + 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 . 23:31:56 Sending build context to Docker daemon 2.395MB 23:31:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:31:57 Step 2/8 : FROM ${BASE} 23:31:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:31:58 188c0c94c7c5: Pulling fs layer 23:31:58 0ef7d3d256c8: Pulling fs layer 23:31:58 de9db76c5a1d: Pulling fs layer 23:31:58 bca2f99d35d6: Pulling fs layer 23:31:58 93359f2a8cfa: Pulling fs layer 23:31:58 7c6f9722023f: Pulling fs layer 23:31:58 a35cf1a2eb13: Pulling fs layer 23:31:58 bca2f99d35d6: Waiting 23:31:58 93359f2a8cfa: Waiting 23:31:58 7c6f9722023f: Waiting 23:31:58 a35cf1a2eb13: Waiting 23:31:58 de9db76c5a1d: Verifying Checksum 23:31:58 de9db76c5a1d: Download complete 23:31:58 0ef7d3d256c8: Verifying Checksum 23:31:58 0ef7d3d256c8: Download complete 23:31:58 93359f2a8cfa: Verifying Checksum 23:31:58 93359f2a8cfa: Download complete 23:31:59 7c6f9722023f: Verifying Checksum 23:31:59 7c6f9722023f: Download complete 23:32:00 188c0c94c7c5: Verifying Checksum 23:32:00 188c0c94c7c5: Download complete 23:32:01 188c0c94c7c5: Pull complete 23:32:02 0ef7d3d256c8: Pull complete 23:32:03 de9db76c5a1d: Pull complete 23:32:09 a35cf1a2eb13: Verifying Checksum 23:32:09 a35cf1a2eb13: Download complete 23:32:15 bca2f99d35d6: Verifying Checksum 23:32:15 bca2f99d35d6: Download complete 23:32:20 gofmt -l . 23:32:20 [ "`gofmt -l .`" = "" ] 23:32:20 ./bin/test-attribution-txt.sh 23:32:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:32:21 $ docker stop --time=1 a289e104d3e55f7192014d58a4c0b35be926a82ced521179dd7d99b7e3705483 23:32:24 $ docker rm -f a289e104d3e55f7192014d58a4c0b35be926a82ced521179dd7d99b7e3705483 [Pipeline] // withDockerContainer [Pipeline] sh 23:32:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:32:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:32:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:32:29 + ls -al . 23:32:29 total 220 23:32:29 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 23:32 . 23:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 23:28 .. 23:32:29 -rw-rw-r-- 1 jenkins jenkins 140 Feb 23 23:28 .dockerignore 23:32:29 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 23:28 .git 23:32:29 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 23:28 .github 23:32:29 -rw-rw-r-- 1 jenkins jenkins 138 Feb 23 23:28 .gitignore 23:32:29 -rw-rw-r-- 1 jenkins jenkins 949 Feb 23 23:28 Dockerfile.build 23:32:29 -rw-rw-r-- 1 jenkins jenkins 901 Feb 23 23:28 Jenkinsfile 23:32:29 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 23 23:28 LICENSE 23:32:29 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 23 23:28 Makefile 23:32:29 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 23 23:28 README.md 23:32:29 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 23 23:28 RELEASE-NOTES.txt 23:32:29 -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 23:26 VERSION 23:32:29 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 23:28 bin 23:32:29 -rw-r--r-- 1 jenkins jenkins 101757 Feb 23 23:31 coverage.out 23:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 23:28 example 23:32:29 -rw-r--r-- 1 jenkins jenkins 516 Feb 23 23:32 go.mod 23:32:29 -rw-r--r-- 1 jenkins jenkins 17254 Feb 23 23:32 go.sum 23:32:29 drwxrwxr-x 13 jenkins jenkins 4096 Feb 23 23:28 internal 23:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 23:28 openapi 23:32:29 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 23:28 pkg 23:32:29 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 23:28 snap 23:32:29 -rw-rw-r-- 1 jenkins jenkins 222 Feb 23 23:28 version.go [Pipeline] isUnix [Pipeline] sh 23:32:30 + 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=859d05bb29d195830a2bef80ceacb337f49ed4c7 --label arch=arm64 --label version=2.0.0-dev.16 . 23:32:30 Sending build context to Docker daemon 2.498MB 23:32:30 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 23:32:30 Step 2/24 : FROM ${BASE} AS builder 23:32:30 ---> 14d8c1c1da50 23:32:30 Step 3/24 : ARG MAKE='make build' 23:32:30 bca2f99d35d6: Pull complete 23:32:30 93359f2a8cfa: Pull complete 23:32:30 7c6f9722023f: Pull complete 23:32:31 ---> Running in 0e8bdc41d273 23:32:31 Removing intermediate container 0e8bdc41d273 23:32:31 ---> 5ce0aac52923 23:32:31 Step 4/24 : WORKDIR /device-sdk-go 23:32:31 ---> Running in b7ee5b281f39 23:32:32 Removing intermediate container b7ee5b281f39 23:32:32 ---> ec7a2412dd15 23:32:32 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:32:32 ---> Running in e454f126f8a1 23:32:32 Removing intermediate container e454f126f8a1 23:32:32 ---> c7ca1b72a37d 23:32:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:32:32 ---> Running in 3e54d5e40c34 23:32:34 Removing intermediate container 3e54d5e40c34 23:32:34 ---> 52156b5abca4 23:32:34 Step 7/24 : RUN apk add --update --no-cache make git 23:32:35 ---> Running in 07ea0cceb228 23:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:32:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:32:37 OK: 142 MiB in 39 packages 23:32:39 Removing intermediate container 07ea0cceb228 23:32:39 ---> 94d90321b796 23:32:39 Step 8/24 : COPY . . 23:32:40 ---> cb36e65a8d08 23:32:40 Step 9/24 : RUN ${MAKE} 23:32:40 ---> Running in 031b4df30652 23:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.16" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 23:32:44 a35cf1a2eb13: Pull complete 23:32:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:32:44 ---> a62c8e92a672 23:32:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:32:44 ---> Running in 2328fd2d0ed3 23:32:46 Removing intermediate container 2328fd2d0ed3 23:32:46 ---> cbcbb0c1d6b4 23:32:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:32:46 ---> Running in d4998e186f84 23:32:49 Removing intermediate container d4998e186f84 23:32:49 ---> 79ed56c33d2a 23:32:49 Step 5/8 : RUN apk add --update --no-cache make git 23:32:49 ---> Running in 7f438410416b 23:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:32:54 OK: 166 MiB in 39 packages 23:32:55 Removing intermediate container 7f438410416b 23:32:55 ---> d890a190dc53 23:32:55 Step 6/8 : WORKDIR /device-sdk-go 23:32:55 ---> Running in 107c26720932 23:32:56 Removing intermediate container 107c26720932 23:32:56 ---> 67fa5180903c 23:32:56 Step 7/8 : COPY . . 23:32:59 ---> 83788024fcf1 23:32:59 Step 8/8 : RUN go mod download 23:32:59 ---> Running in c0ea4455b77e 23:33:08 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 23:33:11 Removing intermediate container 031b4df30652 23:33:11 ---> 9225124c1ad6 23:33:11 Step 10/24 : FROM scratch 23:33:11 ---> 23:33:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:33:11 ---> Running in daa4945aeb0c 23:33:12 Removing intermediate container daa4945aeb0c 23:33:12 ---> 5ecb30637160 23:33:12 Step 12/24 : ENV APP_PORT=49990 23:33:12 ---> Running in c9652ac39d78 23:33:12 Removing intermediate container c9652ac39d78 23:33:12 ---> 64e4d35b1df4 23:33:12 Step 13/24 : EXPOSE $APP_PORT 23:33:12 ---> Running in 77e509f575c6 23:33:13 Removing intermediate container 77e509f575c6 23:33:13 ---> ddfca3f7ae48 23:33:13 Step 14/24 : WORKDIR / 23:33:13 ---> Running in d33279086da0 23:33:14 Removing intermediate container d33279086da0 23:33:14 ---> af9be8d2bb57 23:33:14 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 23:33:15 ---> 4a00be4a51e5 23:33:15 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 23:33:16 ---> a14f16f4abe9 23:33:16 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 23:33:17 ---> 97572aafd59f 23:33:17 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 23:33:17 ---> e1c5e9711500 23:33:17 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 23:33:18 ---> 8eaf8ed0e6dc 23:33:18 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 23:33:18 ---> Running in 5e549f683dbd 23:33:19 Removing intermediate container 5e549f683dbd 23:33:19 ---> 6e8ce46d0033 23:33:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:33:19 ---> Running in 1b3763070b22 23:33:20 Removing intermediate container 1b3763070b22 23:33:20 ---> 243fdf6c4407 23:33:20 Step 22/24 : LABEL arch=arm64 23:33:20 ---> Running in edea26f1fa9e 23:33:20 Removing intermediate container edea26f1fa9e 23:33:20 ---> 777df8814199 23:33:20 Step 23/24 : LABEL git_sha=859d05bb29d195830a2bef80ceacb337f49ed4c7 23:33:20 ---> Running in 341be8386bdb 23:33:21 Removing intermediate container 341be8386bdb 23:33:21 ---> 9197311f4c17 23:33:21 Step 24/24 : LABEL version=2.0.0-dev.16 23:33:21 ---> Running in a6da6653ff26 23:33:22 Removing intermediate container a6da6653ff26 23:33:22 ---> fa1ff47a1fbd 23:33:22 [Warning] One or more build-args [ARCH] were not consumed 23:33:22 Successfully built fa1ff47a1fbd 23:33:22 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 Post stage [Pipeline] libraryResource [Pipeline] sh 23:33:23 ---> job-cost.sh 23:33:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VgGc 23:33:49 Removing intermediate container c0ea4455b77e 23:33:49 ---> f4efaa9e524a 23:33:49 Successfully built f4efaa9e524a 23:33:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:33:49 + docker inspect -f . ci-base-image-x86_64 23:33:51 . [Pipeline] withDockerContainer 23:33:52 prd-centos7-docker-4c-2g-27414 does not seem to be running inside a container 23:33:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/121 -v /w/workspace/device-sdk-go/121:/w/workspace/device-sdk-go/121:rw,z -v /w/workspace/device-sdk-go/121@tmp:/w/workspace/device-sdk-go/121@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 ******** ci-base-image-x86_64 cat 23:33:56 $ docker top dbe0adf6d7fabb2748f7f5638ee829b27316e3d50f22d6a9e7c85b2614eb3f0b -eo pid,comm [Pipeline] { [Pipeline] sh 23:33:58 + go version 23:33:58 go version go1.15.5 linux/amd64 [Pipeline] } 23:33:58 $ docker stop --time=1 dbe0adf6d7fabb2748f7f5638ee829b27316e3d50f22d6a9e7c85b2614eb3f0b 23:34:00 $ docker rm -f dbe0adf6d7fabb2748f7f5638ee829b27316e3d50f22d6a9e7c85b2614eb3f0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:34:02 + docker inspect -f . ci-base-image-x86_64 23:34:02 . [Pipeline] withDockerContainer 23:34:04 prd-centos7-docker-4c-2g-27414 does not seem to be running inside a container 23:34:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/121 -v /w/workspace/device-sdk-go/121:/w/workspace/device-sdk-go/121:rw,z -v /w/workspace/device-sdk-go/121@tmp:/w/workspace/device-sdk-go/121@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 ******** ci-base-image-x86_64 cat 23:34:07 $ docker top 4e2d0636fd0bf85611762989e18406fd1fda69ea112ce8a5afa83e0ead93e671 -eo pid,comm [Pipeline] { [Pipeline] sh 23:34:08 + make test 23:34:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:34:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:34:25 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 23:34:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 23:34:54 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 23:34:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 23:34:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.068s coverage: 25.5% of statements 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.130s coverage: 10.1% of statements 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.121s coverage: 12.5% of statements 23:35:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.147s coverage: 84.8% of statements 23:35:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 23:35:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 23:35:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 23:35:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.084s coverage: 49.2% of statements 23:35:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.075s coverage: 81.3% of statements 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.124s coverage: 24.8% of statements 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.111s coverage: 83.5% of statements 23:35:24 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.079s coverage: 5.3% of statements 23:35:24 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 23:35:24 GO111MODULE=on go vet ./... 23:35:52 gofmt -l . 23:35:52 [ "`gofmt -l .`" = "" ] 23:35:52 ./bin/test-attribution-txt.sh 23:35:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:35:55 $ docker stop --time=1 4e2d0636fd0bf85611762989e18406fd1fda69ea112ce8a5afa83e0ead93e671 23:35:59 $ docker rm -f 4e2d0636fd0bf85611762989e18406fd1fda69ea112ce8a5afa83e0ead93e671 [Pipeline] // withDockerContainer [Pipeline] sh 23:36:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:36:01 Warning: overwriting stash ‘coverage-report’ 23:36:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:36:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:36:07 + ls -al . 23:36:07 total 184 23:36:07 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 23:35 . 23:36:07 drwxrwxr-x. 4 jenkins jenkins 32 Feb 23 23:31 .. 23:36:07 drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 23:31 bin 23:36:07 -rw-r--r--. 1 jenkins jenkins 101758 Feb 23 23:35 coverage.out 23:36:07 -rw-rw-r--. 1 jenkins jenkins 949 Feb 23 23:31 Dockerfile.build 23:36:07 -rw-rw-r--. 1 jenkins jenkins 140 Feb 23 23:31 .dockerignore 23:36:07 drwxrwxr-x. 4 jenkins jenkins 48 Feb 23 23:31 example 23:36:07 drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 23:31 .git 23:36:07 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 23:31 .github 23:36:07 -rw-rw-r--. 1 jenkins jenkins 138 Feb 23 23:31 .gitignore 23:36:07 -rw-r--r--. 1 jenkins jenkins 516 Feb 23 23:35 go.mod 23:36:07 -rw-r--r--. 1 jenkins jenkins 17254 Feb 23 23:35 go.sum 23:36:07 drwxrwxr-x. 13 jenkins jenkins 183 Feb 23 23:31 internal 23:36:07 -rw-rw-r--. 1 jenkins jenkins 901 Feb 23 23:31 Jenkinsfile 23:36:07 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 23 23:31 LICENSE 23:36:07 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 23 23:31 Makefile 23:36:07 drwxrwxr-x. 4 jenkins jenkins 26 Feb 23 23:31 openapi 23:36:07 drwxrwxr-x. 5 jenkins jenkins 50 Feb 23 23:31 pkg 23:36:07 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 23 23:31 README.md 23:36:07 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 23 23:31 RELEASE-NOTES.txt 23:36:07 drwxrwxr-x. 4 jenkins jenkins 54 Feb 23 23:31 snap 23:36:07 -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 23:26 VERSION 23:36:07 -rw-rw-r--. 1 jenkins jenkins 222 Feb 23 23:31 version.go [Pipeline] isUnix [Pipeline] sh 23:36:07 + 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=859d05bb29d195830a2bef80ceacb337f49ed4c7 --label arch=amd64 --label version=2.0.0-dev.16 . 23:36:09 Sending build context to Docker daemon 2.498MB 23:36:09 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 23:36:09 Step 2/24 : FROM ${BASE} AS builder 23:36:09 ---> f4efaa9e524a 23:36:09 Step 3/24 : ARG MAKE='make build' 23:36:09 ---> Running in e48adc5ac86c 23:36:10 Removing intermediate container e48adc5ac86c 23:36:10 ---> d368cdf9bce0 23:36:10 Step 4/24 : WORKDIR /device-sdk-go 23:36:10 ---> Running in a305e4a761a5 23:36:10 Removing intermediate container a305e4a761a5 23:36:10 ---> ac62901ed60a 23:36:10 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:36:10 ---> Running in 0355f7d2cce2 23:36:11 Removing intermediate container 0355f7d2cce2 23:36:11 ---> 52a3f367c083 23:36:11 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:36:11 ---> Running in 001f0910b05c 23:36:17 Removing intermediate container 001f0910b05c 23:36:17 ---> a1221aee09d6 23:36:17 Step 7/24 : RUN apk add --update --no-cache make git 23:36:17 ---> Running in 077b94e5bf9b 23:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:36:19 OK: 166 MiB in 39 packages 23:36:21 Removing intermediate container 077b94e5bf9b 23:36:21 ---> e3a7ab5962e6 23:36:21 Step 8/24 : COPY . . 23:36:24 ---> 569f1d21f45b 23:36:24 Step 9/24 : RUN ${MAKE} 23:36:24 ---> Running in 059da80c5d51 23:36:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.16" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 23:36:46 lf-activate-venv(): INFO: Adding /tmp/venv-VgGc/bin to PATH 23:36:46 INFO: No Stack... 23:36:46 INFO: Retrieving Pricing Info for: lf-standard-4 23:36:46 INFO: Archiving Costs [Pipeline] sh 23:36:47 + cat /w/workspace/device-sdk-go/121/archives/cost.csv 23:36:47 + cut -d, -f6 [Pipeline] lock 23:36:47 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] 23:36:47 Resource [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] did not exist. Created. 23:36:47 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:36:47 + echo total: 0.20999999344348907 [Pipeline] stash 23:36:48 Stashed 1 file(s) [Pipeline] } 23:36:48 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:37:08 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 23:37:10 Removing intermediate container 059da80c5d51 23:37:10 ---> 50240abc9b71 23:37:10 Step 10/24 : FROM scratch 23:37:10 ---> 23:37:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:37:10 ---> Running in b6ee314d55b3 23:37:10 Removing intermediate container b6ee314d55b3 23:37:10 ---> 2bcd2794091c 23:37:10 Step 12/24 : ENV APP_PORT=49990 23:37:11 ---> Running in 916d071b9be9 23:37:12 Removing intermediate container 916d071b9be9 23:37:12 ---> acdcb1716e60 23:37:12 Step 13/24 : EXPOSE $APP_PORT 23:37:12 ---> Running in d4a48ede1067 23:37:13 Removing intermediate container d4a48ede1067 23:37:13 ---> 40316337d46e 23:37:13 Step 14/24 : WORKDIR / 23:37:13 ---> Running in 08d7aa898075 23:37:14 Removing intermediate container 08d7aa898075 23:37:14 ---> 472f50f28e87 23:37:14 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 23:37:15 ---> 11356293115e 23:37:15 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 23:37:17 ---> 55b65afbf7d4 23:37:17 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 23:37:18 ---> d1f778e89495 23:37:18 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 23:37:18 ---> 6671a93af53c 23:37:18 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 23:37:20 ---> 837c32962f80 23:37:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 23:37:20 ---> Running in 216389cc813e 23:37:22 Removing intermediate container 216389cc813e 23:37:22 ---> a602a162c976 23:37:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:37:22 ---> Running in 5a8bd4d8916c 23:37:23 Removing intermediate container 5a8bd4d8916c 23:37:23 ---> dd47d9873551 23:37:23 Step 22/24 : LABEL arch=amd64 23:37:23 ---> Running in 864d9229dde2 23:37:23 Removing intermediate container 864d9229dde2 23:37:23 ---> c8d990f41fcf 23:37:23 Step 23/24 : LABEL git_sha=859d05bb29d195830a2bef80ceacb337f49ed4c7 23:37:23 ---> Running in c044bdb72e99 23:37:24 Removing intermediate container c044bdb72e99 23:37:24 ---> acd420d04ac9 23:37:24 Step 24/24 : LABEL version=2.0.0-dev.16 23:37:24 ---> Running in 94888b661dc5 23:37:24 Removing intermediate container 94888b661dc5 23:37:24 ---> dd93a5ba51b3 23:37:24 [Warning] One or more build-args [ARCH] were not consumed 23:37:24 Successfully built dd93a5ba51b3 23:37:24 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 Post stage [Pipeline] libraryResource [Pipeline] sh 23:37:26 ---> job-cost.sh 23:37:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wTvn 23:37:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:38:58 lf-activate-venv(): INFO: Adding /tmp/venv-wTvn/bin to PATH 23:38:58 INFO: No Stack... 23:38:58 INFO: Retrieving Pricing Info for: v1-standard-2 23:38:58 INFO: Archiving Costs [Pipeline] sh 23:38:59 + cat /w/workspace/device-sdk-go/121/archives/cost.csv 23:38:59 + cut -d, -f6 [Pipeline] lock 23:38:59 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] 23:38:59 Resource [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] did not exist. Created. 23:38:59 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:39:01 /w/workspace/device-sdk-go/121@tmp/durable-d90dcff4/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 23:39:01 + echo total: 0.029999999329447746 [Pipeline] stash 23:39:02 Warning: overwriting stash ‘stack-cost’ 23:39:02 Stashed 1 file(s) [Pipeline] } 23:39:02 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-121-stack-cost] [Pipeline] // lock [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 23:39:04 provisioning config files... 23:39:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7592830194263349720tmp [Pipeline] { [Pipeline] sh 23:39:05 + set +x 23:39:05 + bash -s -- 23:39:05 + curl -s https://codecov.io/bash 23:39:05 23:39:05 _____ _ 23:39:05 / ____| | | 23:39:05 | | ___ __| | ___ ___ _____ __ 23:39:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:39:05 | |___| (_) | (_| | __/ (_| (_) \ V / 23:39:05 \_____\___/ \__,_|\___|\___\___/ \_/ 23:39:05 Bash-20210129-7c25fce 23:39:05 23:39:05 23:39:05 ==> git version 2.24.3 found 23:39:05 ==> 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 23:39:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:39:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:39:05 ==> Jenkins CI detected. 23:39:05 project root: . 23:39:05 --> token set from env 23:39:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:39:06 ==> Running gcov in . (disable via -X gcov) 23:39:06 ==> Python coveragepy not found 23:39:06 ==> Searching for coverage reports in: 23:39:06 + . 23:39:06 -> Found 1 reports 23:39:06 ==> Detecting git/mercurial file structure 23:39:06 ==> Reading reports 23:39:06 + ./coverage.out bytes=101758 23:39:06 ==> Appending adjustments 23:39:06 https://docs.codecov.io/docs/fixing-reports 23:39:07 + Found adjustments 23:39:07 ==> Gzipping contents 23:39:08 20K /tmp/codecov.6Dtv8u.gz 23:39:08 ==> Uploading reports 23:39:08 url: https://codecov.io 23:39:08 query: branch=master&commit=859d05bb29d195830a2bef80ceacb337f49ed4c7&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F121%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:39:08 -> Pinging Codecov 23:39:08 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=859d05bb29d195830a2bef80ceacb337f49ed4c7&build=121&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F121%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:39:08 -> Uploading to 23:39:08 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/7E55EF52A471D76F132DFD9A03CDDE97/859d05bb29d195830a2bef80ceacb337f49ed4c7/c896007b-ae3e-4661-96f9-09f44a97c3cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T233908Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab623d119af29195dec4ad462d01fabd4a0f1a72938e597c1f57de6e3b412ca9 23:39:08 % Total % Received % Xferd Average Speed Time Time Time Current 23:39:08 Dload Upload Total Spent Left Speed 23:39:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16509 0 0 100 16509 0 27629 --:--:-- --:--:-- --:--:-- 27607 23:39:09 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/859d05bb29d195830a2bef80ceacb337f49ed4c7 [Pipeline] } 23:39:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:39:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:39:10 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:39:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:39:11 23:39:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:39:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:39:12 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:39:12 188c0c94c7c5: Pulling fs layer 23:39:12 0ef7d3d256c8: Pulling fs layer 23:39:12 de9db76c5a1d: Pulling fs layer 23:39:12 0eba1c9be4d2: Pulling fs layer 23:39:12 0d57e429df01: Pulling fs layer 23:39:12 4e4be7b47b0d: Pulling fs layer 23:39:12 e1f770b5df2f: Pulling fs layer 23:39:12 85a0685a4137: Pulling fs layer 23:39:12 0eba1c9be4d2: Waiting 23:39:12 0d57e429df01: Waiting 23:39:12 4e4be7b47b0d: Waiting 23:39:12 e1f770b5df2f: Waiting 23:39:12 85a0685a4137: Waiting 23:39:13 de9db76c5a1d: Verifying Checksum 23:39:13 de9db76c5a1d: Download complete 23:39:13 0ef7d3d256c8: Verifying Checksum 23:39:13 0ef7d3d256c8: Download complete 23:39:13 0d57e429df01: Verifying Checksum 23:39:13 0d57e429df01: Download complete 23:39:13 4e4be7b47b0d: Download complete 23:39:13 188c0c94c7c5: Verifying Checksum 23:39:13 188c0c94c7c5: Download complete 23:39:15 188c0c94c7c5: Pull complete 23:39:16 0ef7d3d256c8: Pull complete 23:39:16 de9db76c5a1d: Pull complete 23:39:18 e1f770b5df2f: Verifying Checksum 23:39:18 e1f770b5df2f: Download complete 23:39:26 0eba1c9be4d2: Verifying Checksum 23:39:26 0eba1c9be4d2: Download complete 23:39:34 85a0685a4137: Verifying Checksum 23:39:34 85a0685a4137: Download complete 23:39:50 0eba1c9be4d2: Pull complete 23:39:50 0d57e429df01: Pull complete 23:39:50 4e4be7b47b0d: Pull complete 23:39:53 e1f770b5df2f: Pull complete 23:40:12 85a0685a4137: Pull complete 23:40:12 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:40:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:40:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:40:13 prd-centos7-docker-4c-2g-27410 does not seem to be running inside a container 23:40:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:40:16 $ docker top 5a694a62a298d467a8595baadfa399da68fad7e6dc24d24b3f1f10d4adc11ee5 -eo pid,comm [Pipeline] { [Pipeline] echo 23:40:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:40:17 + set -o pipefail 23:40:17 + snyk monitor '--org=edgex-jenkins' 23:40:37 23:40:37 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 23:40:37 23:40:37 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/ce21a975-83d9-4139-b131-a9da408fba15 23:40:37 23:40:37 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:40:37 23:40:37 23:40:37 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 23:40:37 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:40:37 $ docker stop --time=1 5a694a62a298d467a8595baadfa399da68fad7e6dc24d24b3f1f10d4adc11ee5 23:40:41 $ docker rm -f 5a694a62a298d467a8595baadfa399da68fad7e6dc24d24b3f1f10d4adc11ee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 23:40:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:40:43 provisioning config files... 23:40:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config399895689714152996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:40:44 --> edgex-publish-swagger.sh 23:40:44 === Publish openapi/v1 API === 23:40:44 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 23:40:44 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 23:40:44 % Total % Received % Xferd Average Speed Time Time Time Current 23:40:44 Dload Upload Total Spent Left Speed 23:40:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24977 --:--:-- --:--:-- --:--:-- 24996 100 19947 0 0 100 19947 0 24968 --:--:-- --:--:-- --:--:-- 24996 23:40:45 23:40:45 23:40:45 === Publish openapi/v2 API === 23:40:45 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:40:45 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 23:40:45 % Total % Received % Xferd Average Speed Time Time Time Current 23:40:45 Dload Upload Total Spent Left Speed 23:40:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 57135 --:--:-- --:--:-- --:--:-- 57110 23:40:46 23:40:46 [Pipeline] } 23:40:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:40:47 + git log --format=format:%s -1 859d05bb29d195830a2bef80ceacb337f49ed4c7 [Pipeline] isUnix [Pipeline] sh 23:40:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:40:48 . [Pipeline] withDockerContainer 23:40:50 prd-centos7-docker-4c-2g-27410 does not seem to be running inside a container 23:40:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:40:56 $ docker top d0d6a2297e08d3200a15def8e59b1e9e5ad787e9d6005484265de9dc64eea086 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:40:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:40:57 [ssh-agent] Looking for ssh-agent implementation... 23:40:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:40:58 $ docker exec d0d6a2297e08d3200a15def8e59b1e9e5ad787e9d6005484265de9dc64eea086 ssh-agent 23:41:00 SSH_AUTH_SOCK=/tmp/ssh-yswT69dsIolM/agent.11 23:41:00 SSH_AGENT_PID=16 23:41:00 Running ssh-add (command line suppressed) 23:41:00 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_579434959639268071.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_579434959639268071.key) 23:41:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:41:02 + git semver tag 23:41:02 # -> Open(): unable to determine branch for HEAD 23:41:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:41:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:41:02 # $SEMVER_REMOTE_NAME = origin 23:41:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:41:02 # $SEMVER_USER_NAME = edgex-jenkins 23:41:02 # $SEMVER_BRANCH = master 23:41:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 23:41:02 # 859d05bb29d195830a2bef80ceacb337f49ed4c7 HEAD 23:41:02 # -> Force: false 23:41:02 # 337df76dee161bf678d33c8f670dcbf62836709b refs/tags/v2.0.0-dev.16 [Pipeline] } 23:41:02 $ docker exec --env ******** --env ******** d0d6a2297e08d3200a15def8e59b1e9e5ad787e9d6005484265de9dc64eea086 ssh-agent -k 23:41:03 unset SSH_AUTH_SOCK; 23:41:03 unset SSH_AGENT_PID; 23:41:03 echo Agent pid 16 killed; 23:41:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:41:04 + git semver [Pipeline] } 23:41:04 $ docker stop --time=1 d0d6a2297e08d3200a15def8e59b1e9e5ad787e9d6005484265de9dc64eea086 23:41:07 $ docker rm -f d0d6a2297e08d3200a15def8e59b1e9e5ad787e9d6005484265de9dc64eea086 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:41:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:41:09 23:41:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:41:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:41:10 0.23.1-centos7: Pulling from edgex-lftools 23:41:10 ab5ef0e58194: Pulling fs layer 23:41:10 9712f1f96733: Pulling fs layer 23:41:10 63f879dbbcfc: Pulling fs layer 23:41:10 0d9ebad4ef96: Pulling fs layer 23:41:10 e9a5061849ea: Pulling fs layer 23:41:10 d747dcd14b5f: Pulling fs layer 23:41:10 2de7ff778b66: Pulling fs layer 23:41:10 0d9ebad4ef96: Waiting 23:41:10 e9a5061849ea: Waiting 23:41:10 d747dcd14b5f: Waiting 23:41:10 2de7ff778b66: Waiting 23:41:10 9712f1f96733: Verifying Checksum 23:41:10 9712f1f96733: Download complete 23:41:24 63f879dbbcfc: Verifying Checksum 23:41:24 63f879dbbcfc: Download complete 23:41:24 e9a5061849ea: Verifying Checksum 23:41:24 e9a5061849ea: Download complete 23:41:24 d747dcd14b5f: Verifying Checksum 23:41:24 d747dcd14b5f: Download complete 23:41:26 2de7ff778b66: Verifying Checksum 23:41:26 2de7ff778b66: Download complete 23:41:28 0d9ebad4ef96: Verifying Checksum 23:41:28 0d9ebad4ef96: Download complete 23:41:28 ab5ef0e58194: Verifying Checksum 23:41:28 ab5ef0e58194: Download complete 23:41:44 ab5ef0e58194: Pull complete 23:41:45 9712f1f96733: Pull complete 23:41:51 63f879dbbcfc: Pull complete 23:42:10 0d9ebad4ef96: Pull complete 23:42:13 e9a5061849ea: Pull complete 23:42:14 d747dcd14b5f: Pull complete 23:42:23 2de7ff778b66: Pull complete 23:42:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:42:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:42:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:42:24 prd-centos7-docker-4c-2g-27410 does not seem to be running inside a container 23:42:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:42:30 $ docker top 4a1519e3b79e1dcfab39fe609a18fa9bc893f2858c0642e60fd4e1cb5f700c75 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:42:31 provisioning config files... 23:42:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4882775463719160664tmp 23:42:32 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6207809965958863022tmp 23:42:32 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6146367154973082469tmp [Pipeline] { [Pipeline] echo 23:42:32 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:42:34 ---> sigul-configuration.sh 23:42:34 gpg: directory `/root/.gnupg' created 23:42:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:42:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:42:34 gpg: keyring `/root/.gnupg/secring.gpg' created 23:42:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:42:34 gpg: CAST5 encrypted data 23:42:34 gpg: encrypted with 1 passphrase 23:42:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:42:35 + mkdir /home/jenkins 23:42:35 + mkdir /home/jenkins/sigul [Pipeline] sh 23:42:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 23:42:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:42:37 ---> sigul-install.sh 23:42:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:42:55 + git tag --list 23:42:55 0.7.1 23:42:55 delhi-tag 23:42:55 v1.0.0 23:42:55 v1.1.0 23:42:55 v1.1.1 23:42:55 v1.1.2 23:42:55 v1.2.0 23:42:55 v1.2.1 23:42:55 v1.2.2 23:42:55 v1.2.3 23:42:55 v1.3.0 23:42:55 v1.4.0 23:42:55 v2.0.0-dev.1 23:42:55 v2.0.0-dev.10 23:42:55 v2.0.0-dev.11 23:42:55 v2.0.0-dev.12 23:42:55 v2.0.0-dev.13 23:42:55 v2.0.0-dev.14 23:42:55 v2.0.0-dev.15 23:42:55 v2.0.0-dev.16 23:42:55 v2.0.0-dev.2 23:42:55 v2.0.0-dev.3 23:42:55 v2.0.0-dev.4 23:42:55 v2.0.0-dev.5 23:42:55 v2.0.0-dev.6 23:42:55 v2.0.0-dev.7 23:42:55 v2.0.0-dev.8 23:42:55 v2.0.0-dev.9 [Pipeline] sh 23:42:56 + lftools sign git-tag v2.0.0-dev.16 23:42:58 Signing Git tag with Sigul... 23:42:58 Signing v2.0.0-dev.16 [Pipeline] echo 23:43:02 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:43:04 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:43:04 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:43:04 $ docker stop --time=1 4a1519e3b79e1dcfab39fe609a18fa9bc893f2858c0642e60fd4e1cb5f700c75 23:43:06 $ docker rm -f 4a1519e3b79e1dcfab39fe609a18fa9bc893f2858c0642e60fd4e1cb5f700c75 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:43:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:43:07 . [Pipeline] withDockerContainer 23:43:08 prd-centos7-docker-4c-2g-27410 does not seem to be running inside a container 23:43:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:43:11 $ docker top 04d42b42ca8f9c1c773fc9b451570f2034645829f8c5b6d07e085c01a5a1c6d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:43:11 [ssh-agent] Looking for ssh-agent implementation... 23:43:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:43:12 $ docker exec 04d42b42ca8f9c1c773fc9b451570f2034645829f8c5b6d07e085c01a5a1c6d7 ssh-agent 23:43:14 SSH_AUTH_SOCK=/tmp/ssh-44gg6ZUQIAvO/agent.11 23:43:14 SSH_AGENT_PID=16 23:43:14 Running ssh-add (command line suppressed) 23:43:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2737199144862182951.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2737199144862182951.key) 23:43:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:43:16 + git semver bump pre 23:43:16 # -> Open(): unable to determine branch for HEAD 23:43:16 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:43:16 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:43:16 # $SEMVER_REMOTE_NAME = origin 23:43:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:43:16 # $SEMVER_USER_NAME = edgex-jenkins 23:43:16 # $SEMVER_BRANCH = master 23:43:16 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 23:43:16 2.0.0-dev.17 [Pipeline] } 23:43:16 $ docker exec --env ******** --env ******** 04d42b42ca8f9c1c773fc9b451570f2034645829f8c5b6d07e085c01a5a1c6d7 ssh-agent -k 23:43:17 unset SSH_AUTH_SOCK; 23:43:17 unset SSH_AGENT_PID; 23:43:17 echo Agent pid 16 killed; 23:43:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:43:19 + git semver [Pipeline] } 23:43:19 $ docker stop --time=1 04d42b42ca8f9c1c773fc9b451570f2034645829f8c5b6d07e085c01a5a1c6d7 23:43:21 $ docker rm -f 04d42b42ca8f9c1c773fc9b451570f2034645829f8c5b6d07e085c01a5a1c6d7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:43:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:43:22 . [Pipeline] withDockerContainer 23:43:24 prd-centos7-docker-4c-2g-27410 does not seem to be running inside a container 23:43:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:43:27 $ docker top 2f693766c3621b45544a76628217ddf656566d1c60fced6e25e3febf2de8a833 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:43:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:43:28 [ssh-agent] Looking for ssh-agent implementation... 23:43:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:43:30 $ docker exec 2f693766c3621b45544a76628217ddf656566d1c60fced6e25e3febf2de8a833 ssh-agent 23:43:32 SSH_AUTH_SOCK=/tmp/ssh-xRERYB1RpbAd/agent.11 23:43:32 SSH_AGENT_PID=17 23:43:32 Running ssh-add (command line suppressed) 23:43:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8774802397606794215.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8774802397606794215.key) 23:43:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:43:34 + git semver push 23:43:34 # -> Open(): unable to determine branch for HEAD 23:43:34 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:43:34 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:43:34 # $SEMVER_REMOTE_NAME = origin 23:43:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:43:34 # $SEMVER_USER_NAME = edgex-jenkins 23:43:34 # $SEMVER_BRANCH = master 23:43:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 23:43:45 $ docker exec --env ******** --env ******** 2f693766c3621b45544a76628217ddf656566d1c60fced6e25e3febf2de8a833 ssh-agent -k 23:43:46 unset SSH_AUTH_SOCK; 23:43:46 unset SSH_AGENT_PID; 23:43:46 echo Agent pid 17 killed; 23:43:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:43:49 + git semver [Pipeline] } 23:43:49 $ docker stop --time=1 2f693766c3621b45544a76628217ddf656566d1c60fced6e25e3febf2de8a833 23:43:52 $ docker rm -f 2f693766c3621b45544a76628217ddf656566d1c60fced6e25e3febf2de8a833 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 23:43:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:43:56 ---> package-listing.sh 23:43:56 ++ tr '[:upper:]' '[:lower:]' 23:43:56 ++ facter osfamily 23:43:56 + OS_FAMILY=redhat 23:43:56 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 23:43:56 + START_PACKAGES=/tmp/packages_start.txt 23:43:56 + END_PACKAGES=/tmp/packages_end.txt 23:43:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:43:56 + PACKAGES=/tmp/packages_start.txt 23:43:56 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 23:43:56 + PACKAGES=/tmp/packages_end.txt 23:43:56 + case "${OS_FAMILY}" in 23:43:56 + rpm -qa 23:43:56 + sort 23:44:09 + '[' -f /tmp/packages_start.txt ']' 23:44:09 + '[' -f /tmp/packages_end.txt ']' 23:44:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:44:09 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 23:44:09 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 23:44:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 23:44:09 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:44:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:44:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:44:11 23:44:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:44:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:44:12 alpine: Pulling from edgex-lftools-log-publisher 23:44:12 df20fa9351a1: Pulling fs layer 23:44:12 36b3adc4ff6f: Pulling fs layer 23:44:12 8ad3a11d3b57: Pulling fs layer 23:44:12 46f8f816bc3b: Pulling fs layer 23:44:12 93b61091891f: Pulling fs layer 23:44:12 93b9cdb0e59b: Pulling fs layer 23:44:12 5e14af77c1be: Pulling fs layer 23:44:12 01666e4c0597: Pulling fs layer 23:44:12 aa168da1d23b: Pulling fs layer 23:44:12 93b9cdb0e59b: Waiting 23:44:12 5e14af77c1be: Waiting 23:44:12 01666e4c0597: Waiting 23:44:12 46f8f816bc3b: Waiting 23:44:12 aa168da1d23b: Waiting 23:44:12 93b61091891f: Waiting 23:44:12 36b3adc4ff6f: Verifying Checksum 23:44:12 36b3adc4ff6f: Download complete 23:44:12 46f8f816bc3b: Verifying Checksum 23:44:12 46f8f816bc3b: Download complete 23:44:12 df20fa9351a1: Verifying Checksum 23:44:12 df20fa9351a1: Download complete 23:44:12 93b9cdb0e59b: Verifying Checksum 23:44:12 93b9cdb0e59b: Download complete 23:44:13 5e14af77c1be: Verifying Checksum 23:44:13 5e14af77c1be: Download complete 23:44:13 01666e4c0597: Verifying Checksum 23:44:13 01666e4c0597: Download complete 23:44:13 93b61091891f: Verifying Checksum 23:44:13 93b61091891f: Download complete 23:44:14 df20fa9351a1: Pull complete 23:44:14 8ad3a11d3b57: Verifying Checksum 23:44:14 8ad3a11d3b57: Download complete 23:44:15 36b3adc4ff6f: Pull complete 23:44:19 8ad3a11d3b57: Pull complete 23:44:19 46f8f816bc3b: Pull complete 23:44:22 93b61091891f: Pull complete 23:44:22 93b9cdb0e59b: Pull complete 23:44:23 5e14af77c1be: Pull complete 23:44:24 01666e4c0597: Pull complete 23:44:25 aa168da1d23b: Verifying Checksum 23:44:25 aa168da1d23b: Download complete 23:44:41 aa168da1d23b: Pull complete 23:44:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:44:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:44:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:44:42 prd-centos7-docker-4c-2g-27410 does not seem to be running inside a container 23:44:43 $ 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_master/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_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:44:46 $ docker top 95845d9d88edd6f391add554d6a401dc5e12d89c7f7b838ede64af8a2f7ac305 -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:48 + touch /tmp/pre-build-complete [Pipeline] sh 23:44:49 + mkdir -p /var/log/sa [Pipeline] sh 23:44:51 + ls /var/log/sa-host 23:44:51 + sadf -c /var/log/sa-host/sa23 23:44:51 file_magic: OK 23:44:51 HZ: Using current value: 100 23:44:51 file_header: OK 23:44:51 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 23:44:51 Statistics: 23:44:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:44:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:44:51 provisioning config files... 23:44:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9222073529768596305tmp [Pipeline] { [Pipeline] echo 23:44:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:44:53 ---> create-netrc.sh [Pipeline] } 23:44:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:44:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:44:55 ---> python-tools-install.sh [Pipeline] echo 23:44:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:44:56 ---> sudo-logs.sh 23:44:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:44:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:44:58 ---> job-cost.sh 23:44:58 lf-activate-venv: SKIPPING 23:44:58 DEBUG: total: 0.029999999329447746 23:44:58 INFO: Retrieving Stack Cost... 23:44:59 INFO: Retrieving Pricing Info for: v1-standard-2 23:45:00 INFO: Archiving Costs [Pipeline] echo 23:45:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:45:02 ---> logs-deploy.sh 23:45:02 lf-activate-venv: SKIPPING 23:45:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/121 23:45:02 INFO: archiving workspace using pattern(s): 23:45:05 Archives upload complete. 23:45:05 INFO: archiving logs to Nexus