Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 975d48b943a5c2bc6063d84ef50a93379b203cdf 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8166 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 975d48b943a5c2bc6063d84ef50a93379b203cdf (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 --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 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 Commit message: "Merge pull request #641 from hahattan/issue-636" > git rev-list --no-walk 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:01:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:01:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:01:05 ========================================================= 06:01:05 EdgeX Global Pipelines Version Info 06:01:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:01:07 ------------------- 06:01:07 stable info: 06:01:07 ------------------- 06:01:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:01:07 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:01:07 Message: update stable to v1.0.144 06:01:08 ------------------- 06:01:08 experimental info: 06:01:08 ------------------- 06:01:08 Commited By: **** collab-it+edgex@linuxfoundation.org 06:01:08 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 06:01:08 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:01:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:01:08 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:01:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:01:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:01:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:01:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:01:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:01:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:01:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:01:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:01:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:01:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:01:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 975d48b943a5c2bc6063d84ef50a93379b203cdf [Pipeline] echo 06:01:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 975d48b [Pipeline] echo 06:01:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:01:12 + git log --format=format:%s -1 975d48b943a5c2bc6063d84ef50a93379b203cdf [Pipeline] echo 06:01:12 GIT_COMMIT: 975d48b943a5c2bc6063d84ef50a93379b203cdf, Commit Message: Merge pull request #641 from hahattan/issue-636 [Pipeline] echo 06:01:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:01:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:01:14 06:01:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:01:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:01:14 latest: Pulling from edgex-devops/git-semver 06:01:14 31603596830f: Pulling fs layer 06:01:14 2a8b12db71e7: Pulling fs layer 06:01:14 6ca5941a6612: Pulling fs layer 06:01:14 ecc8261a40a4: Pulling fs layer 06:01:14 ecc8261a40a4: Waiting 06:01:14 2a8b12db71e7: Verifying Checksum 06:01:14 2a8b12db71e7: Download complete 06:01:14 31603596830f: Verifying Checksum 06:01:14 31603596830f: Download complete 06:01:14 ecc8261a40a4: Verifying Checksum 06:01:14 ecc8261a40a4: Download complete 06:01:14 6ca5941a6612: Verifying Checksum 06:01:14 6ca5941a6612: Download complete 06:01:15 31603596830f: Pull complete 06:01:15 2a8b12db71e7: Pull complete 06:01:16 6ca5941a6612: Pull complete 06:01:16 ecc8261a40a4: Pull complete 06:01:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:01:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:01:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:01:16 prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container 06:01:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:01:19 $ docker top b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:01:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:01:19 [ssh-agent] Looking for ssh-agent implementation... 06:01:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:01:19 $ docker exec b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent 06:01:20 SSH_AUTH_SOCK=/tmp/ssh-wrovNxoIniXF/agent.12 06:01:20 SSH_AGENT_PID=17 06:01:20 Running ssh-add (command line suppressed) 06:01:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7653637740438097341.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7653637740438097341.key) 06:01:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:01:20 + git tag --points-at HEAD [Pipeline] } 06:01:20 $ docker exec --env ******** --env ******** b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent -k 06:01:20 unset SSH_AUTH_SOCK; 06:01:20 unset SSH_AGENT_PID; 06:01:20 echo Agent pid 17 killed; 06:01:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:01:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:01:20 [ssh-agent] Looking for ssh-agent implementation... 06:01:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:01:21 $ docker exec b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent 06:01:21 SSH_AUTH_SOCK=/tmp/ssh-V9ExSBUCj7MY/agent.46 06:01:21 SSH_AGENT_PID=51 06:01:21 Running ssh-add (command line suppressed) 06:01:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2193950258953313044.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2193950258953313044.key) 06:01:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:01:21 + git semver init 06:01:21 # -> Open(): unable to determine branch for HEAD 06:01:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:01:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:01:21 # $SEMVER_REMOTE_NAME = origin 06:01:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:01:21 # $SEMVER_USER_NAME = edgex-jenkins 06:01:21 # $SEMVER_BRANCH = master 06:01:21 # $SEMVER_TEMP = /tmp/semver-856495079 06:01:21 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:01:22 # '/tmp/semver-856495079' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:01:22 # -> Force: false 06:01:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:01:22 $ docker exec --env ******** --env ******** b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent -k 06:01:22 unset SSH_AUTH_SOCK; 06:01:22 unset SSH_AGENT_PID; 06:01:22 echo Agent pid 51 killed; 06:01:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:01:23 + git semver [Pipeline] } 06:01:23 $ docker stop --time=1 b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 06:01:24 $ docker rm -f b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 [Pipeline] // withDockerContainer [Pipeline] sh 06:01:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:01:26 Stashed 1 file(s) [Pipeline] echo 06:01:26 [edgeXSemver]: initialized semver on version 1.2.4-dev.32 [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 06:01:41 Still waiting to schedule task 06:01:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:01:41 Still waiting to schedule task 06:01:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:03:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8167 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:03:40 Running in /w/workspace/device-sdk-go/83 [Pipeline] { [Pipeline] checkout 06:03:45 using credential edgex-jenkins-ssh 06:03:45 Cloning the remote Git repository 06:03:45 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:03:45 > git init /w/workspace/device-sdk-go/83 # timeout=10 06:03:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:03:45 > git --version # timeout=10 06:03:45 > git --version # 'git version 2.17.1' 06:03:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:03:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:03:47 Checking out Revision 975d48b943a5c2bc6063d84ef50a93379b203cdf (master) 06:03:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:03:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:03:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:03:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:03:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:03:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:03:47 > git config core.sparsecheckout # timeout=10 06:03:47 > git checkout -f 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 06:03:52 Commit message: "Merge pull request #641 from hahattan/issue-636" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:03:53 ========================================================= 06:03:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:03:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:03:54 + 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 . 06:03:55 Sending build context to Docker daemon 2.324MB 06:03:55 Step 1/8 : ARG BASE=golang:1.15-alpine 06:03:55 Step 2/8 : FROM ${BASE} 06:03:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:03:55 b538f80385f9: Pulling fs layer 06:03:55 74f711af9a0d: Pulling fs layer 06:03:55 99f96fe45779: Pulling fs layer 06:03:55 8529a6b9a6be: Pulling fs layer 06:03:55 45590311c82a: Pulling fs layer 06:03:55 69ca0ff8b7b3: Pulling fs layer 06:03:55 209524e5b208: Pulling fs layer 06:03:55 8529a6b9a6be: Waiting 06:03:55 45590311c82a: Waiting 06:03:55 209524e5b208: Waiting 06:03:55 69ca0ff8b7b3: Waiting 06:03:55 99f96fe45779: Verifying Checksum 06:03:55 99f96fe45779: Download complete 06:03:55 74f711af9a0d: Verifying Checksum 06:03:55 74f711af9a0d: Download complete 06:03:55 45590311c82a: Download complete 06:03:56 69ca0ff8b7b3: Verifying Checksum 06:03:56 b538f80385f9: Verifying Checksum 06:03:56 b538f80385f9: Download complete 06:03:57 b538f80385f9: Pull complete 06:03:57 74f711af9a0d: Pull complete 06:03:57 99f96fe45779: Pull complete 06:03:58 209524e5b208: Verifying Checksum 06:03:58 209524e5b208: Download complete 06:04:00 8529a6b9a6be: Verifying Checksum 06:04:00 8529a6b9a6be: Download complete 06:04:10 8529a6b9a6be: Pull complete 06:04:10 45590311c82a: Pull complete 06:04:10 69ca0ff8b7b3: Pull complete 06:04:15 209524e5b208: Pull complete 06:04:15 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:04:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:04:15 ---> 5bddaf1c2fca 06:04:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:04:16 Running on prd-centos7-docker-4c-2g-8168 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:04:16 Running in /w/workspace/device-sdk-go/83 [Pipeline] { [Pipeline] checkout 06:04:17 ---> Running in d61d77e641aa 06:04:17 Removing intermediate container d61d77e641aa 06:04:17 ---> 295245edf307 06:04:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:04:17 ---> Running in ca207c23015c 06:04:20 Removing intermediate container ca207c23015c 06:04:20 ---> e78a88e06688 06:04:20 Step 5/8 : RUN apk add --no-cache make git 06:04:20 ---> Running in 4da85106a51d 06:04:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:04:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:04:23 OK: 142 MiB in 39 packages 06:04:24 Removing intermediate container 4da85106a51d 06:04:24 ---> 8649c21c522e 06:04:24 Step 6/8 : WORKDIR /device-sdk-go 06:04:24 ---> Running in df9a6536bef4 06:04:24 using credential edgex-jenkins-ssh 06:04:24 Cloning the remote Git repository 06:04:24 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:04:24 > git init /w/workspace/device-sdk-go/83 # timeout=10 06:04:25 Removing intermediate container df9a6536bef4 06:04:25 ---> f1da73a12d7a 06:04:25 Step 7/8 : COPY . . 06:04:26 ---> 16d2207ac447 06:04:26 Step 8/8 : RUN go mod download 06:04:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:04:25 > git --version # timeout=10 06:04:25 > git --version # 'git version 2.16.5' 06:04:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:04:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:04:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:04:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:04:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:04:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:04:26 ---> Running in 01de7b6b257c 06:04:26 Checking out Revision 975d48b943a5c2bc6063d84ef50a93379b203cdf (master) 06:04:26 > git config core.sparsecheckout # timeout=10 06:04:27 > git checkout -f 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 06:04:31 Commit message: "Merge pull request #641 from hahattan/issue-636" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:04:31 ========================================================= 06:04:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:04:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:04:33 + 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 . 06:04:33 Sending build context to Docker daemon 2.326MB 06:04:33 Step 1/8 : ARG BASE=golang:1.15-alpine 06:04:33 Step 2/8 : FROM ${BASE} 06:04:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:04:33 df20fa9351a1: Pulling fs layer 06:04:33 ed8968b2872e: Pulling fs layer 06:04:33 a92cc7c5fd73: Pulling fs layer 06:04:33 e871e8e8d7a9: Pulling fs layer 06:04:33 e73272ec9a57: Pulling fs layer 06:04:33 1e910a182e73: Pulling fs layer 06:04:33 4e634b169226: Pulling fs layer 06:04:33 e871e8e8d7a9: Waiting 06:04:33 e73272ec9a57: Waiting 06:04:33 1e910a182e73: Waiting 06:04:33 4e634b169226: Waiting 06:04:33 a92cc7c5fd73: Download complete 06:04:33 ed8968b2872e: Verifying Checksum 06:04:33 ed8968b2872e: Download complete 06:04:33 e73272ec9a57: Verifying Checksum 06:04:33 e73272ec9a57: Download complete 06:04:33 1e910a182e73: Download complete 06:04:34 df20fa9351a1: Verifying Checksum 06:04:34 df20fa9351a1: Download complete 06:04:35 df20fa9351a1: Pull complete 06:04:35 ed8968b2872e: Pull complete 06:04:35 a92cc7c5fd73: Pull complete 06:04:38 4e634b169226: Verifying Checksum 06:04:38 4e634b169226: Download complete 06:04:40 e871e8e8d7a9: Verifying Checksum 06:04:40 e871e8e8d7a9: Download complete 06:04:48 Removing intermediate container 01de7b6b257c 06:04:48 ---> 84d36971a582 06:04:48 Successfully built 84d36971a582 06:04:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:04:49 + docker inspect -f . ci-base-image-arm64 06:04:49 . [Pipeline] withDockerContainer 06:04:49 e871e8e8d7a9: Pull complete 06:04:49 e73272ec9a57: Pull complete 06:04:49 1e910a182e73: Pull complete 06:04:49 prd-ubuntu18.04-docker-arm64-4c-16g-8167 does not seem to be running inside a container 06:04:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/83 -v /w/workspace/device-sdk-go/83:/w/workspace/device-sdk-go/83:rw,z -v /w/workspace/device-sdk-go/83@tmp:/w/workspace/device-sdk-go/83@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 ******** ci-base-image-arm64 cat 06:04:51 $ docker top 89f151c7040d589b23495389b2a7fb1f21340b9053e97f49d12aa48fc9c9c3e9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:04:52 + go version 06:04:52 go version go1.15.2 linux/arm64 [Pipeline] } 06:04:52 $ docker stop --time=1 89f151c7040d589b23495389b2a7fb1f21340b9053e97f49d12aa48fc9c9c3e9 06:04:54 $ docker rm -f 89f151c7040d589b23495389b2a7fb1f21340b9053e97f49d12aa48fc9c9c3e9 06:04:54 4e634b169226: Pull complete 06:04:54 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:04:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:04:54 ---> f7629b54cfaa 06:04:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 06:04:54 ---> Running in 9dc9fe730cab [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 06:04:55 Removing intermediate container 9dc9fe730cab 06:04:55 ---> 18b105ba3494 06:04:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:04:55 ---> Running in b2403551646a [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 06:04:57 Removing intermediate container b2403551646a 06:04:57 ---> d7816dd63825 06:04:57 Step 5/8 : RUN apk add --no-cache make git 06:04:57 ---> Running in cf5dc638bda3 [Pipeline] sh 06:04:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:04:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:04:58 + ls -al . 06:04:58 total 100 06:04:58 drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 06:03 . 06:04:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 .. 06:04:58 -rw-rw-r-- 1 jenkins jenkins 140 Oct 22 06:03 .dockerignore 06:04:58 drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 06:03 .git 06:04:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 06:03 .github 06:04:58 -rw-rw-r-- 1 jenkins jenkins 138 Oct 22 06:03 .gitignore 06:04:58 -rw-rw-r-- 1 jenkins jenkins 936 Oct 22 06:03 Dockerfile.build 06:04:58 -rw-rw-r-- 1 jenkins jenkins 901 Oct 22 06:03 Jenkinsfile 06:04:58 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 22 06:03 LICENSE 06:04:58 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 22 06:03 Makefile 06:04:58 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 22 06:03 README.md 06:04:58 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 22 06:03 RELEASE-NOTES.txt 06:04:58 -rw-rw-r-- 1 jenkins jenkins 12 Oct 22 06:01 VERSION 06:04:58 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 06:03 bin 06:04:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 example 06:04:58 -rw-rw-r-- 1 jenkins jenkins 517 Oct 22 06:03 go.mod 06:04:58 drwxrwxr-x 15 jenkins jenkins 4096 Oct 22 06:03 internal 06:04:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 openapi 06:04:58 drwxrwxr-x 5 jenkins jenkins 4096 Oct 22 06:03 pkg 06:04:58 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 snap 06:04:58 -rw-rw-r-- 1 jenkins jenkins 222 Oct 22 06:03 version.go [Pipeline] isUnix [Pipeline] sh 06:04:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:04:58 + 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=975d48b943a5c2bc6063d84ef50a93379b203cdf --label arch=arm64 --label version=1.2.4-dev.32 . 06:04:59 OK: 166 MiB in 39 packages 06:04:59 Sending build context to Docker daemon 2.324MB 06:04:59 Step 1/24 : ARG BASE=golang:1.15-alpine 06:04:59 Step 2/24 : FROM ${BASE} AS builder 06:04:59 ---> 84d36971a582 06:04:59 Step 3/24 : ARG MAKE='make build' 06:04:59 ---> Running in af4aa91329ac 06:04:59 Removing intermediate container cf5dc638bda3 06:04:59 ---> 8082e68cdc5e 06:04:59 Step 6/8 : WORKDIR /device-sdk-go 06:04:59 ---> Running in da5e9e3bdb8b 06:04:59 Removing intermediate container af4aa91329ac 06:04:59 ---> 6f3cfc930f16 06:04:59 Step 4/24 : WORKDIR /device-sdk-go 06:04:59 ---> Running in 198f4e654b7a 06:04:59 Removing intermediate container da5e9e3bdb8b 06:04:59 ---> 5601d2354928 06:04:59 Step 7/8 : COPY . . 06:05:00 Removing intermediate container 198f4e654b7a 06:05:00 ---> 5a88132f904e 06:05:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:05:00 ---> Running in 54050268da7b 06:05:00 Removing intermediate container 54050268da7b 06:05:00 ---> c19f32e4e28c 06:05:00 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:01 ---> Running in da767844863e 06:05:01 ---> a12196838830 06:05:01 Step 8/8 : RUN go mod download 06:05:01 ---> Running in 02db71071180 06:05:03 Removing intermediate container da767844863e 06:05:03 ---> 2f60089b035b 06:05:03 Step 7/24 : RUN apk add --update --no-cache make git 06:05:03 ---> Running in 42426f376ff9 06:05:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:05 OK: 142 MiB in 39 packages 06:05:06 Removing intermediate container 42426f376ff9 06:05:06 ---> c187faf3d5e3 06:05:06 Step 8/24 : COPY . . 06:05:08 ---> 0b95c3311d9e 06:05:08 Step 9/24 : RUN ${MAKE} 06:05:08 ---> Running in e2ea3ae357d4 06:05:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:05:23 Removing intermediate container 02db71071180 06:05:23 ---> b178942f9f29 06:05:23 Successfully built b178942f9f29 06:05:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:05:24 + docker inspect -f . ci-base-image-x86_64 06:05:24 . [Pipeline] withDockerContainer 06:05:24 prd-centos7-docker-4c-2g-8168 does not seem to be running inside a container 06:05:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/83 -v /w/workspace/device-sdk-go/83:/w/workspace/device-sdk-go/83:rw,z -v /w/workspace/device-sdk-go/83@tmp:/w/workspace/device-sdk-go/83@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-x86_64 cat 06:05:25 $ docker top 7a16bb77f5d941c535864ee88d43f7e38c197acd880560aa45b81e09342c2aea -eo pid,comm [Pipeline] { [Pipeline] sh 06:05:25 + go version 06:05:25 go version go1.15.2 linux/amd64 [Pipeline] } 06:05:26 $ docker stop --time=1 7a16bb77f5d941c535864ee88d43f7e38c197acd880560aa45b81e09342c2aea 06:05:27 $ docker rm -f 7a16bb77f5d941c535864ee88d43f7e38c197acd880560aa45b81e09342c2aea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:05:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:05:29 + ls -al . 06:05:29 total 64 06:05:29 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 22 06:04 . 06:05:29 drwxrwxr-x. 4 jenkins jenkins 30 Oct 22 06:04 .. 06:05:29 drwxrwxr-x. 2 jenkins jenkins 64 Oct 22 06:04 bin 06:05:29 -rw-rw-r--. 1 jenkins jenkins 936 Oct 22 06:04 Dockerfile.build 06:05:29 -rw-rw-r--. 1 jenkins jenkins 140 Oct 22 06:04 .dockerignore 06:05:29 drwxrwxr-x. 4 jenkins jenkins 48 Oct 22 06:04 example 06:05:29 drwxrwxr-x. 8 jenkins jenkins 162 Oct 22 06:04 .git 06:05:29 drwxrwxr-x. 2 jenkins jenkins 60 Oct 22 06:04 .github 06:05:29 -rw-rw-r--. 1 jenkins jenkins 138 Oct 22 06:04 .gitignore 06:05:29 -rw-rw-r--. 1 jenkins jenkins 517 Oct 22 06:04 go.mod 06:05:29 drwxrwxr-x. 15 jenkins jenkins 211 Oct 22 06:04 internal 06:05:29 -rw-rw-r--. 1 jenkins jenkins 901 Oct 22 06:04 Jenkinsfile 06:05:29 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 22 06:04 LICENSE 06:05:29 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 22 06:04 Makefile 06:05:29 drwxrwxr-x. 4 jenkins jenkins 26 Oct 22 06:04 openapi 06:05:29 drwxrwxr-x. 5 jenkins jenkins 50 Oct 22 06:04 pkg 06:05:29 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 22 06:04 README.md 06:05:29 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 22 06:04 RELEASE-NOTES.txt 06:05:29 drwxrwxr-x. 4 jenkins jenkins 54 Oct 22 06:04 snap 06:05:29 -rw-rw-r--. 1 jenkins jenkins 12 Oct 22 06:01 VERSION 06:05:29 -rw-rw-r--. 1 jenkins jenkins 222 Oct 22 06:04 version.go [Pipeline] isUnix [Pipeline] sh 06:05:29 + 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=975d48b943a5c2bc6063d84ef50a93379b203cdf --label arch=amd64 --label version=1.2.4-dev.32 . 06:05:30 Sending build context to Docker daemon 2.326MB 06:05:30 Step 1/24 : ARG BASE=golang:1.15-alpine 06:05:30 Step 2/24 : FROM ${BASE} AS builder 06:05:30 ---> b178942f9f29 06:05:30 Step 3/24 : ARG MAKE='make build' 06:05:30 ---> Running in 4a81f015d27b 06:05:30 Removing intermediate container 4a81f015d27b 06:05:30 ---> dcf989351291 06:05:30 Step 4/24 : WORKDIR /device-sdk-go 06:05:30 ---> Running in 46b8a02fd813 06:05:31 Removing intermediate container 46b8a02fd813 06:05:31 ---> c73503f1ebb6 06:05:31 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:05:31 ---> Running in c953f407fdb9 06:05:31 Removing intermediate container c953f407fdb9 06:05:31 ---> 71b9e36fa091 06:05:31 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:31 ---> Running in 514c6fc46132 06:05:32 Removing intermediate container 514c6fc46132 06:05:32 ---> f06a17a7bd0c 06:05:32 Step 7/24 : RUN apk add --update --no-cache make git 06:05:32 ---> Running in 33623b25e315 06:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:05:34 OK: 166 MiB in 39 packages 06:05:34 Removing intermediate container 33623b25e315 06:05:34 ---> 0fdaa0c9e798 06:05:34 Step 8/24 : COPY . . 06:05:36 ---> 38fe7ccb2cc2 06:05:36 Step 9/24 : RUN ${MAKE} 06:05:36 ---> Running in 51dc5fa86cf7 06:05:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:05:36 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:05:36 Removing intermediate container e2ea3ae357d4 06:05:36 ---> f66c97cbab53 06:05:36 Step 10/24 : FROM scratch 06:05:36 ---> 06:05:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:05:36 ---> Running in 53dae100831c 06:05:36 Removing intermediate container 53dae100831c 06:05:36 ---> 15380553d33d 06:05:36 Step 12/24 : ENV APP_PORT=49990 06:05:36 ---> Running in db4c9924a941 06:05:36 Removing intermediate container db4c9924a941 06:05:36 ---> dd295cec45fc 06:05:36 Step 13/24 : EXPOSE $APP_PORT 06:05:37 ---> Running in 66268189627b 06:05:37 Removing intermediate container 66268189627b 06:05:37 ---> 9485db5eb0f4 06:05:37 Step 14/24 : WORKDIR / 06:05:37 ---> Running in 4120b85a6054 06:05:37 Removing intermediate container 4120b85a6054 06:05:37 ---> cf154469e130 06:05:37 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:05:39 ---> b0bf437e3c5b 06:05:39 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:05:40 ---> b49733d19ccc 06:05:40 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:05:40 ---> fe3766e70650 06:05:40 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:05:41 ---> 3dd4102fead6 06:05:41 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:05:42 ---> addf0b68de72 06:05:42 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:05:42 ---> Running in cda8c85e19ec 06:05:42 Removing intermediate container cda8c85e19ec 06:05:42 ---> af4742dfcdd6 06:05:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:05:42 ---> Running in f315b3c32579 06:05:43 Removing intermediate container f315b3c32579 06:05:43 ---> 3e41de0505e2 06:05:43 Step 22/24 : LABEL arch=arm64 06:05:43 ---> Running in ca6ec5b2de2f 06:05:43 Removing intermediate container ca6ec5b2de2f 06:05:43 ---> b2054f9bdc7e 06:05:43 Step 23/24 : LABEL git_sha=975d48b943a5c2bc6063d84ef50a93379b203cdf 06:05:43 ---> Running in fa8766342bab 06:05:44 Removing intermediate container fa8766342bab 06:05:44 ---> 31578ad17c46 06:05:44 Step 24/24 : LABEL version=1.2.4-dev.32 06:05:44 ---> Running in 98dc79d59e20 06:05:44 Removing intermediate container 98dc79d59e20 06:05:44 ---> f08614cf584e 06:05:44 [Warning] One or more build-args [ARCH] were not consumed 06:05:44 Successfully built f08614cf584e 06:05:44 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:05:51 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:05:51 Removing intermediate container 51dc5fa86cf7 06:05:51 ---> 6447368f2216 06:05:51 Step 10/24 : FROM scratch 06:05:51 ---> 06:05:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:05:51 ---> Running in 1bc27d1e2185 06:05:51 Removing intermediate container 1bc27d1e2185 06:05:51 ---> 03009b26d274 06:05:51 Step 12/24 : ENV APP_PORT=49990 06:05:52 ---> Running in 8bdf617b1ffc 06:05:52 Removing intermediate container 8bdf617b1ffc 06:05:52 ---> 1f7cb92944e9 06:05:52 Step 13/24 : EXPOSE $APP_PORT 06:05:52 ---> Running in eceda1424cc0 06:05:52 Removing intermediate container eceda1424cc0 06:05:52 ---> 187b169806fa 06:05:52 Step 14/24 : WORKDIR / 06:05:52 ---> Running in 3302f09963e7 06:05:52 Removing intermediate container 3302f09963e7 06:05:52 ---> 9aa44cc1879f 06:05:52 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:05:53 ---> 2a6b9f2de74c 06:05:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:05:53 ---> 5984cf335957 06:05:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:05:53 ---> ad5c435e618c 06:05:53 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:05:53 ---> 140997999857 06:05:53 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:05:54 ---> 28f926221d79 06:05:54 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:05:54 ---> Running in 4be76817146a 06:05:54 Removing intermediate container 4be76817146a 06:05:54 ---> f24aefb7f5a3 06:05:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:05:54 ---> Running in 6d97fb174c21 06:05:54 Removing intermediate container 6d97fb174c21 06:05:54 ---> 78c52b49edbc 06:05:54 Step 22/24 : LABEL arch=amd64 06:05:55 ---> Running in 124e7b29591b 06:05:55 Removing intermediate container 124e7b29591b 06:05:55 ---> 30d639c75b60 06:05:55 Step 23/24 : LABEL git_sha=975d48b943a5c2bc6063d84ef50a93379b203cdf 06:05:55 ---> Running in be499833275d 06:05:55 Removing intermediate container be499833275d 06:05:55 ---> 7fd171f06f3f 06:05:55 Step 24/24 : LABEL version=1.2.4-dev.32 06:05:55 ---> Running in 12f15dc0eb41 06:05:55 Removing intermediate container 12f15dc0eb41 06:05:55 ---> a9dc82128874 06:05:55 [Warning] One or more build-args [ARCH] were not consumed 06:05:55 Successfully built a9dc82128874 06:05:55 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 06:05:57 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:05:57 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:05:57 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:05:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:05:57 06:05:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:05:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:05:58 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:05:58 cbdbe7a5bc2a: Pulling fs layer 06:05:58 408f87550127: Pulling fs layer 06:05:58 fe522b08c979: Pulling fs layer 06:05:58 221eaa008020: Pulling fs layer 06:05:58 2a4607e5d6b9: Pulling fs layer 06:05:58 8f79b27c4fd2: Pulling fs layer 06:05:58 e5c8dbe1645b: Pulling fs layer 06:05:58 2a4607e5d6b9: Waiting 06:05:58 8f79b27c4fd2: Waiting 06:05:58 221eaa008020: Waiting 06:05:58 23e8b3b47431: Pulling fs layer 06:05:58 5c568d65a230: Pulling fs layer 06:05:58 23e8b3b47431: Waiting 06:05:58 e5c8dbe1645b: Waiting 06:05:58 5c568d65a230: Waiting 06:05:58 fe522b08c979: Verifying Checksum 06:05:58 fe522b08c979: Download complete 06:05:58 408f87550127: Verifying Checksum 06:05:58 408f87550127: Download complete 06:05:58 2a4607e5d6b9: Verifying Checksum 06:05:58 2a4607e5d6b9: Download complete 06:05:58 cbdbe7a5bc2a: Download complete 06:05:58 cbdbe7a5bc2a: Pull complete 06:05:58 408f87550127: Pull complete 06:05:59 fe522b08c979: Pull complete 06:05:59 8f79b27c4fd2: Verifying Checksum 06:05:59 8f79b27c4fd2: Download complete 06:06:00 e5c8dbe1645b: Verifying Checksum 06:06:00 e5c8dbe1645b: Download complete 06:06:01 5c568d65a230: Verifying Checksum 06:06:01 5c568d65a230: Download complete 06:06:01 23e8b3b47431: Verifying Checksum 06:06:01 23e8b3b47431: Download complete 06:06:02 221eaa008020: Verifying Checksum 06:06:02 221eaa008020: Download complete 06:06:07 221eaa008020: Pull complete 06:06:07 2a4607e5d6b9: Pull complete 06:06:08 8f79b27c4fd2: Pull complete 06:06:10 e5c8dbe1645b: Pull complete 06:06:14 23e8b3b47431: Pull complete 06:06:15 5c568d65a230: Pull complete 06:06:15 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:06:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:06:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:06:15 prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container 06:06:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 06:06:16 $ docker top b99679e687b2373347bd03964d2489fa2ac959f7c1d5dc69744ce75a0c11287c -eo pid,comm [Pipeline] { [Pipeline] sh 06:06:17 + snyk monitor '--org=edgex-jenkins' 06:06:25 06:06:25 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 06:06:25 06:06:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/3e306caa-bf2e-47e3-bdc6-d11b25b62524 06:06:25 06:06:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:06:25 06:06:25 06:06:25 Snyk CLI supports Node.js 8 and higher. 06:06:25 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 06:06:25 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 06:06:25 06:06:25 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 06:06:25 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 06:06:25 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 06:06:25 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:06:25 $ docker stop --time=1 b99679e687b2373347bd03964d2489fa2ac959f7c1d5dc69744ce75a0c11287c 06:06:28 $ docker rm -f b99679e687b2373347bd03964d2489fa2ac959f7c1d5dc69744ce75a0c11287c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 06:06:30 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:06:30 provisioning config files... 06:06:30 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1291213116564783214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:06:30 --> edgex-publish-swagger.sh 06:06:30 === Publish openapi/v1 API === 06:06:30 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:06:30 [publishToSwagger] Publishing API Name [device-sdk] 06:06:30 % Total % Received % Xferd Average Speed Time Time Time Current 06:06:30 Dload Upload Total Spent Left Speed 06:06:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25160 --:--:-- --:--:-- --:--:-- 25203 06:06:31 06:06:31 06:06:31 === Publish openapi/v2 API === 06:06:31 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:06:31 [publishToSwagger] Publishing API Name [device-sdk] 06:06:31 % Total % Received % Xferd Average Speed Time Time Time Current 06:06:31 Dload Upload Total Spent Left Speed 06:06:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 60660 --:--:-- --:--:-- --:--:-- 60607 06:06:32 06:06:32 [Pipeline] } 06:06:32 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 06:06:33 + git log --format=format:%s -1 975d48b943a5c2bc6063d84ef50a93379b203cdf [Pipeline] isUnix [Pipeline] sh 06:06:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:06:33 . [Pipeline] withDockerContainer 06:06:33 prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container 06:06:33 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:06:34 $ docker top cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:06:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:06:34 [ssh-agent] Looking for ssh-agent implementation... 06:06:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:06:35 $ docker exec cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 ssh-agent 06:06:35 SSH_AUTH_SOCK=/tmp/ssh-8bhRWYZqyVWB/agent.12 06:06:35 SSH_AGENT_PID=17 06:06:35 Running ssh-add (command line suppressed) 06:06:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2487790063401838207.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2487790063401838207.key) 06:06:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:06:35 + git semver tag 06:06:35 # -> Open(): unable to determine branch for HEAD 06:06:35 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:06:35 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:06:35 # $SEMVER_REMOTE_NAME = origin 06:06:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:06:35 # $SEMVER_USER_NAME = edgex-jenkins 06:06:35 # $SEMVER_BRANCH = master 06:06:35 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:06:35 # 975d48b943a5c2bc6063d84ef50a93379b203cdf HEAD 06:06:35 # -> Force: false 06:06:35 # 8a810fbb1927247485ee10533d59b427eaf6f053 refs/tags/v1.2.4-dev.32 [Pipeline] } 06:06:35 $ docker exec --env ******** --env ******** cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 ssh-agent -k 06:06:35 unset SSH_AUTH_SOCK; 06:06:35 unset SSH_AGENT_PID; 06:06:35 echo Agent pid 17 killed; 06:06:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:06:36 + git semver [Pipeline] } 06:06:36 $ docker stop --time=1 cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 06:06:37 $ docker rm -f cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:06:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:06:38 06:06:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:06:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:06:38 0.23.1-centos7: Pulling from edgex-lftools 06:06:38 ab5ef0e58194: Pulling fs layer 06:06:38 9712f1f96733: Pulling fs layer 06:06:38 63f879dbbcfc: Pulling fs layer 06:06:38 0d9ebad4ef96: Pulling fs layer 06:06:38 e9a5061849ea: Pulling fs layer 06:06:38 d747dcd14b5f: Pulling fs layer 06:06:38 2de7ff778b66: Pulling fs layer 06:06:38 0d9ebad4ef96: Waiting 06:06:38 e9a5061849ea: Waiting 06:06:38 d747dcd14b5f: Waiting 06:06:38 2de7ff778b66: Waiting 06:06:38 9712f1f96733: Download complete 06:06:40 63f879dbbcfc: Verifying Checksum 06:06:40 63f879dbbcfc: Download complete 06:06:40 e9a5061849ea: Verifying Checksum 06:06:40 e9a5061849ea: Download complete 06:06:40 d747dcd14b5f: Verifying Checksum 06:06:40 d747dcd14b5f: Download complete 06:06:41 2de7ff778b66: Download complete 06:06:41 0d9ebad4ef96: Verifying Checksum 06:06:41 0d9ebad4ef96: Download complete 06:06:41 ab5ef0e58194: Download complete 06:06:47 ab5ef0e58194: Pull complete 06:06:47 9712f1f96733: Pull complete 06:06:49 63f879dbbcfc: Pull complete 06:06:55 0d9ebad4ef96: Pull complete 06:06:55 e9a5061849ea: Pull complete 06:06:56 d747dcd14b5f: Pull complete 06:07:00 2de7ff778b66: Pull complete 06:07:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:07:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:07:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:07:00 prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container 06:07:00 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:07:04 $ docker top 9cac398e08ba37c8f5bc4636ff8e3641d9e2ed01a16c54c38b9aa0d316db53a8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:07:04 provisioning config files... 06:07:04 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4408617340686964232tmp 06:07:04 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4914898017889289211tmp 06:07:04 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8197577247105581191tmp [Pipeline] { [Pipeline] echo 06:07:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:07:04 ---> sigul-configuration.sh 06:07:04 gpg: directory `/root/.gnupg' created 06:07:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:07:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:07:04 gpg: keyring `/root/.gnupg/secring.gpg' created 06:07:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:07:04 gpg: CAST5 encrypted data 06:07:05 gpg: encrypted with 1 passphrase 06:07:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:07:05 + mkdir /home/jenkins 06:07:05 + mkdir /home/jenkins/sigul [Pipeline] sh 06:07:05 + 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 06:07:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:07:06 ---> sigul-install.sh 06:07:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:07:11 + git tag --list 06:07:11 0.7.1 06:07:11 delhi-tag 06:07:11 v1.0.0 06:07:11 v1.1.0 06:07:11 v1.1.1 06:07:11 v1.1.2 06:07:11 v1.2.0 06:07:11 v1.2.1 06:07:11 v1.2.2 06:07:11 v1.2.3 06:07:11 v1.2.4-dev.1 06:07:11 v1.2.4-dev.10 06:07:11 v1.2.4-dev.11 06:07:11 v1.2.4-dev.12 06:07:11 v1.2.4-dev.13 06:07:11 v1.2.4-dev.14 06:07:11 v1.2.4-dev.15 06:07:11 v1.2.4-dev.16 06:07:11 v1.2.4-dev.17 06:07:11 v1.2.4-dev.18 06:07:11 v1.2.4-dev.19 06:07:11 v1.2.4-dev.2 06:07:11 v1.2.4-dev.20 06:07:11 v1.2.4-dev.21 06:07:11 v1.2.4-dev.22 06:07:11 v1.2.4-dev.23 06:07:11 v1.2.4-dev.24 06:07:11 v1.2.4-dev.25 06:07:11 v1.2.4-dev.26 06:07:11 v1.2.4-dev.27 06:07:11 v1.2.4-dev.28 06:07:11 v1.2.4-dev.29 06:07:11 v1.2.4-dev.3 06:07:11 v1.2.4-dev.30 06:07:11 v1.2.4-dev.31 06:07:11 v1.2.4-dev.32 06:07:11 v1.2.4-dev.4 06:07:11 v1.2.4-dev.5 06:07:11 v1.2.4-dev.6 06:07:11 v1.2.4-dev.7 06:07:11 v1.2.4-dev.8 06:07:11 v1.2.4-dev.9 [Pipeline] sh 06:07:11 + lftools sign git-tag v1.2.4-dev.32 06:07:13 Signing Git tag with Sigul... 06:07:13 Signing v1.2.4-dev.32 [Pipeline] echo 06:07:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:07:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:07:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:07:15 $ docker stop --time=1 9cac398e08ba37c8f5bc4636ff8e3641d9e2ed01a16c54c38b9aa0d316db53a8 06:07:17 $ docker rm -f 9cac398e08ba37c8f5bc4636ff8e3641d9e2ed01a16c54c38b9aa0d316db53a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:07:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:18 . [Pipeline] withDockerContainer 06:07:18 prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container 06:07:18 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:07:19 $ docker top cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:19 [ssh-agent] Looking for ssh-agent implementation... 06:07:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:19 $ docker exec cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 ssh-agent 06:07:20 SSH_AUTH_SOCK=/tmp/ssh-Ddvmp0hoyLTR/agent.11 06:07:20 SSH_AGENT_PID=16 06:07:20 Running ssh-add (command line suppressed) 06:07:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6749682028684672983.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6749682028684672983.key) 06:07:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:20 + git semver bump pre 06:07:20 # -> Open(): unable to determine branch for HEAD 06:07:20 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:07:20 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:07:20 # $SEMVER_REMOTE_NAME = origin 06:07:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:07:20 # $SEMVER_USER_NAME = edgex-jenkins 06:07:20 # $SEMVER_BRANCH = master 06:07:20 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:07:20 1.2.4-dev.33 [Pipeline] } 06:07:20 $ docker exec --env ******** --env ******** cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 ssh-agent -k 06:07:20 unset SSH_AUTH_SOCK; 06:07:20 unset SSH_AGENT_PID; 06:07:20 echo Agent pid 16 killed; 06:07:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:21 + git semver [Pipeline] } 06:07:21 $ docker stop --time=1 cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 06:07:22 $ docker rm -f cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:07:23 . [Pipeline] withDockerContainer 06:07:23 prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container 06:07:23 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:07:24 $ docker top b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:24 [ssh-agent] Looking for ssh-agent implementation... 06:07:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:24 $ docker exec b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 ssh-agent 06:07:24 SSH_AUTH_SOCK=/tmp/ssh-R9yP0PF2dHKj/agent.12 06:07:24 SSH_AGENT_PID=17 06:07:24 Running ssh-add (command line suppressed) 06:07:24 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7727741974519928862.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7727741974519928862.key) 06:07:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:25 + git semver push 06:07:25 # -> Open(): unable to determine branch for HEAD 06:07:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:07:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:07:25 # $SEMVER_REMOTE_NAME = origin 06:07:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:07:25 # $SEMVER_USER_NAME = edgex-jenkins 06:07:25 # $SEMVER_BRANCH = master 06:07:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:07:31 $ docker exec --env ******** --env ******** b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 ssh-agent -k 06:07:32 unset SSH_AUTH_SOCK; 06:07:32 unset SSH_AGENT_PID; 06:07:32 echo Agent pid 17 killed; 06:07:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:32 + git semver [Pipeline] } 06:07:32 $ docker stop --time=1 b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 06:07:33 $ docker rm -f b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 [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 06:07:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:07:36 ---> package-listing.sh 06:07:36 ++ facter osfamily 06:07:36 ++ tr '[:upper:]' '[:lower:]' 06:07:36 + OS_FAMILY=redhat 06:07:36 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:07:36 + START_PACKAGES=/tmp/packages_start.txt 06:07:36 + END_PACKAGES=/tmp/packages_end.txt 06:07:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:07:36 + PACKAGES=/tmp/packages_start.txt 06:07:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:07:36 + PACKAGES=/tmp/packages_end.txt 06:07:36 + case "${OS_FAMILY}" in 06:07:36 + rpm -qa 06:07:36 + sort 06:07:40 + '[' -f /tmp/packages_start.txt ']' 06:07:40 + '[' -f /tmp/packages_end.txt ']' 06:07:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:07:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:07:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:07:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 06:07:40 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 06:07:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:07:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:07:41 06:07:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:07:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:07:41 alpine: Pulling from edgex-lftools-log-publisher 06:07:41 df20fa9351a1: Pulling fs layer 06:07:41 36b3adc4ff6f: Pulling fs layer 06:07:41 8ad3a11d3b57: Pulling fs layer 06:07:41 46f8f816bc3b: Pulling fs layer 06:07:41 93b61091891f: Pulling fs layer 06:07:41 93b9cdb0e59b: Pulling fs layer 06:07:41 5e14af77c1be: Pulling fs layer 06:07:41 01666e4c0597: Pulling fs layer 06:07:41 aa168da1d23b: Pulling fs layer 06:07:41 46f8f816bc3b: Waiting 06:07:41 93b61091891f: Waiting 06:07:41 93b9cdb0e59b: Waiting 06:07:41 5e14af77c1be: Waiting 06:07:41 01666e4c0597: Waiting 06:07:41 aa168da1d23b: Waiting 06:07:41 36b3adc4ff6f: Verifying Checksum 06:07:41 36b3adc4ff6f: Download complete 06:07:41 46f8f816bc3b: Verifying Checksum 06:07:41 46f8f816bc3b: Download complete 06:07:41 df20fa9351a1: Verifying Checksum 06:07:41 df20fa9351a1: Download complete 06:07:41 93b9cdb0e59b: Verifying Checksum 06:07:41 93b9cdb0e59b: Download complete 06:07:41 93b61091891f: Verifying Checksum 06:07:41 93b61091891f: Download complete 06:07:41 5e14af77c1be: Verifying Checksum 06:07:41 5e14af77c1be: Download complete 06:07:41 01666e4c0597: Verifying Checksum 06:07:41 01666e4c0597: Download complete 06:07:41 8ad3a11d3b57: Verifying Checksum 06:07:41 8ad3a11d3b57: Download complete 06:07:42 df20fa9351a1: Pull complete 06:07:42 36b3adc4ff6f: Pull complete 06:07:43 8ad3a11d3b57: Pull complete 06:07:43 46f8f816bc3b: Pull complete 06:07:43 aa168da1d23b: Verifying Checksum 06:07:43 aa168da1d23b: Download complete 06:07:44 93b61091891f: Pull complete 06:07:44 93b9cdb0e59b: Pull complete 06:07:44 5e14af77c1be: Pull complete 06:07:44 01666e4c0597: Pull complete 06:07:51 aa168da1d23b: Pull complete 06:07:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:07:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:07:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:07:51 prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container 06:07:51 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:07:56 $ docker top 76cd179c2506fbc27057156fd9c3fa8ab9d83897ee4ae9591eea85b0527415ca -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:56 + touch /tmp/pre-build-complete [Pipeline] sh 06:07:57 + mkdir -p /var/log/sa [Pipeline] sh 06:07:57 + ls /var/log/sa-host 06:07:57 + sadf -c /var/log/sa-host/sa05 06:07:57 file_magic: OK 06:07:57 HZ: Using current value: 100 06:07:57 file_header: OK 06:07:57 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 06:07:57 Statistics: 06:07:57 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:07:57 File successfully converted to sysstat format version 12.2.1 06:07:57 + sadf -c /var/log/sa-host/sa22 06:07:57 file_magic: OK 06:07:57 HZ: Using current value: 100 06:07:57 file_header: OK 06:07:57 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 06:07:57 Statistics: 06:07:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:07:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:07:57 provisioning config files... 06:07:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3146293143448215713tmp [Pipeline] { [Pipeline] echo 06:07:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:07:58 ---> create-netrc.sh [Pipeline] } 06:07:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:07:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:07:58 ---> python-tools-install.sh [Pipeline] echo 06:07:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:07:58 ---> sudo-logs.sh 06:07:58 Archiving 'sudo' log.. [Pipeline] echo 06:07:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:07:59 ---> job-cost.sh 06:07:59 lf-activate-venv: SKIPPING 06:07:59 INFO: No Stack... 06:08:01 INFO: Retrieving Pricing Info for: v1-standard-2 06:08:01 INFO: Archiving Costs [Pipeline] echo 06:08:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:08:01 ---> logs-deploy.sh 06:08:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/83 06:08:01 INFO: archiving workspace using pattern(s): 06:08:03 Archives upload complete. 06:08:03 INFO: archiving logs to Nexus 06:08:04 ---> uname -a: 06:08:04 Linux prd-centos7-docker-4c-2g-8166.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:08:04 06:08:04 06:08:04 ---> lscpu: 06:08:04 Architecture: x86_64 06:08:04 CPU op-mode(s): 32-bit, 64-bit 06:08:04 Byte Order: Little Endian 06:08:04 Address sizes: 40 bits physical, 48 bits virtual 06:08:04 CPU(s): 4 06:08:04 On-line CPU(s) list: 0-3 06:08:04 Thread(s) per core: 1 06:08:04 Core(s) per socket: 1 06:08:04 Socket(s): 4 06:08:04 NUMA node(s): 1 06:08:04 Vendor ID: GenuineIntel 06:08:04 CPU family: 6 06:08:04 Model: 44 06:08:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:08:04 Stepping: 1 06:08:04 CPU MHz: 2933.442 06:08:04 BogoMIPS: 5866.88 06:08:04 Virtualization: VT-x 06:08:04 Hypervisor vendor: KVM 06:08:04 Virtualization type: full 06:08:04 L1d cache: 128 KiB 06:08:04 L1i cache: 128 KiB 06:08:04 L2 cache: 16 MiB 06:08:04 L3 cache: 64 MiB 06:08:04 NUMA node0 CPU(s): 0-3 06:08:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:08:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:08:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:08:04 Vulnerability Meltdown: Mitigation; PTI 06:08:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:08:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:08:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:08:04 Vulnerability Tsx async abort: Not affected 06:08:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:08:04 06:08:04 06:08:04 ---> nproc: 06:08:04 4 06:08:04 06:08:04 06:08:04 ---> df -h: 06:08:04 Filesystem Size Used Available Use% Mounted on 06:08:04 overlay 50.0G 8.4G 41.5G 17% / 06:08:04 tmpfs 64.0M 0 64.0M 0% /dev 06:08:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:08:04 shm 64.0M 0 64.0M 0% /dev/shm 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master 06:08:04 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 06:08:04 06:08:04 06:08:04 ---> free -m: 06:08:04 total used free shared buff/cache available 06:08:04 Mem: 1837 791 154 0 891 985 06:08:04 Swap: 1023 3 1020 06:08:04 06:08:04 06:08:04 ---> ip addr: 06:08:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:08:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:08:04 inet 127.0.0.1/8 scope host lo 06:08:04 valid_lft forever preferred_lft forever 06:08:04 inet6 ::1/128 scope host 06:08:04 valid_lft forever preferred_lft forever 06:08:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:08:04 link/ether fa:16:3e:f8:a2:c9 brd ff:ff:ff:ff:ff:ff 06:08:04 inet 10.30.122.24/23 brd 10.30.123.255 scope global dynamic eth0 06:08:04 valid_lft 85946sec preferred_lft 85946sec 06:08:04 inet6 fe80::f816:3eff:fef8:a2c9/64 scope link 06:08:04 valid_lft forever preferred_lft forever 06:08:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:08:04 link/ether 02:42:06:9b:d5:7a brd ff:ff:ff:ff:ff:ff 06:08:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:08:04 valid_lft forever preferred_lft forever 06:08:04 inet6 fe80::42:6ff:fe9b:d57a/64 scope link 06:08:04 valid_lft forever preferred_lft forever 06:08:04 06:08:04 06:08:04 ---> sar -b -r -n DEV: 06:08:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 06:08:04 06:08:04 06:00:11 LINUX RESTART (4 CPU) 06:08:04 06:08:04 06:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:08:04 06:02:01 43.96 11.87 32.09 0.00 4469.24 2286.12 0.00 06:08:04 06:03:01 1.53 0.00 1.53 0.00 0.00 24.16 0.00 06:08:04 06:04:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 06:08:04 06:05:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 06:08:04 06:06:01 5.15 0.02 5.13 0.00 0.53 2768.28 0.00 06:08:04 06:07:01 370.06 176.66 193.40 0.00 9255.19 57609.26 0.00 06:08:04 Average: 70.29 31.47 38.82 0.00 2289.93 10463.21 0.00 06:08:04 06:08:04 06:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:08:04 06:02:01 150292 0 589700 31.34 2620 1138944 1123004 38.33 441936 1128664 20 06:08:04 06:03:01 155860 0 584128 31.04 2620 1138948 1082724 36.95 441472 1125092 8 06:08:04 06:04:01 154932 0 585052 31.09 2620 1138952 1082844 36.96 442328 1125092 8 06:08:04 06:05:01 153484 0 586496 31.17 2620 1138956 1082892 36.96 444392 1124492 8 06:08:04 06:06:01 71436 0 622720 33.10 2620 1184780 1289356 44.00 475712 1169476 99588 06:08:04 06:07:01 111268 0 756224 40.19 2120 1011944 1288800 43.98 566568 911952 580 06:08:04 Average: 132879 0 620720 32.99 2537 1125421 1158270 39.53 468735 1097461 16702 06:08:04 06:08:04 06:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:08:04 06:02:01 eth0 147.89 115.30 463.57 42.89 0.00 0.00 0.00 0.00 06:08:04 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:02:01 docker0 7.41 4.71 1.18 19.71 0.00 0.00 0.00 0.00 06:08:04 06:03:01 eth0 3.80 1.50 3.04 0.10 0.00 0.00 0.00 0.00 06:08:04 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:04:01 eth0 1.45 0.27 0.37 0.19 0.00 0.00 0.00 0.00 06:08:04 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:05:01 eth0 0.97 0.62 0.53 0.37 0.00 0.00 0.00 0.00 06:08:04 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:06:01 eth0 307.09 277.62 3003.37 20.27 0.00 0.00 0.00 0.00 06:08:04 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:07:01 eth0 488.33 431.50 4147.65 49.25 0.00 0.00 0.00 0.00 06:08:04 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 06:07:01 docker0 31.72 30.93 2.91 153.64 0.00 0.00 0.00 0.00 06:08:04 Average: eth0 158.36 137.89 1270.64 18.86 0.00 0.00 0.00 0.00 06:08:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:08:04 Average: docker0 6.53 5.95 0.68 28.93 0.00 0.00 0.00 0.00 06:08:04 06:08:04 06:08:04 ---> sar -P ALL: 06:08:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 06:08:04 06:08:04 06:00:11 LINUX RESTART (4 CPU) 06:08:04 06:08:04 06:01:01 CPU %user %nice %system %iowait %steal %idle 06:08:04 06:02:01 all 3.69 0.00 2.27 1.60 0.02 92.42 06:08:04 06:02:01 0 3.59 0.00 2.64 0.32 0.02 93.43 06:08:04 06:02:01 1 3.64 0.00 2.15 1.04 0.03 93.15 06:08:04 06:02:01 2 3.68 0.00 2.06 2.01 0.02 92.23 06:08:04 06:02:01 3 3.86 0.00 2.23 3.04 0.00 90.87 06:08:04 06:03:01 all 0.18 0.00 0.05 0.00 0.00 99.77 06:08:04 06:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 06:08:04 06:03:01 1 0.53 0.00 0.07 0.00 0.00 99.40 06:08:04 06:03:01 2 0.07 0.00 0.03 0.00 0.00 99.90 06:08:04 06:03:01 3 0.07 0.00 0.05 0.00 0.00 99.88 06:08:04 06:04:01 all 0.14 0.00 0.04 0.00 0.00 99.82 06:08:04 06:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:08:04 06:04:01 1 0.43 0.00 0.03 0.00 0.00 99.53 06:08:04 06:04:01 2 0.08 0.00 0.07 0.00 0.00 99.85 06:08:04 06:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:08:04 06:05:01 all 0.17 0.00 0.03 0.00 0.00 99.79 06:08:04 06:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:08:04 06:05:01 1 0.53 0.00 0.02 0.00 0.00 99.45 06:08:04 06:05:01 2 0.08 0.00 0.07 0.00 0.00 99.85 06:08:04 06:05:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:08:04 06:06:01 all 1.14 0.00 0.88 0.00 0.00 97.97 06:08:04 06:06:01 0 1.09 0.00 1.22 0.00 0.02 97.67 06:08:04 06:06:01 1 1.42 0.00 0.84 0.00 0.00 97.75 06:08:04 06:06:01 2 1.00 0.00 0.72 0.02 0.00 98.26 06:08:04 06:06:01 3 1.05 0.00 0.75 0.00 0.00 98.20 06:08:04 06:07:01 all 15.28 0.00 11.09 3.97 0.06 69.59 06:08:04 06:07:01 0 15.33 0.00 10.88 2.02 0.07 71.69 06:08:04 06:07:01 1 15.37 0.00 10.01 4.33 0.05 70.24 06:08:04 06:07:01 2 14.99 0.00 11.64 5.80 0.05 67.52 06:08:04 06:07:01 3 15.42 0.00 11.84 3.73 0.07 68.94 06:08:04 Average: all 3.38 0.00 2.35 0.91 0.01 93.35 06:08:04 Average: 0 3.28 0.00 2.42 0.38 0.02 93.90 06:08:04 Average: 1 3.60 0.00 2.15 0.88 0.01 93.35 06:08:04 Average: 2 3.26 0.00 2.39 1.28 0.01 93.05 06:08:04 Average: 3 3.35 0.00 2.44 1.11 0.01 93.08 06:08:04 06:08:04 06:08:04