Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abee7d5846637e135dd277469e99a0143c7ff265 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5569 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 > 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 Checking out Revision abee7d5846637e135dd277469e99a0143c7ff265 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 Commit message: "feat: implement v2 command API (#619)" > git rev-list --no-walk 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:44:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:44:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:44:01 ========================================================= 07:44:01 EdgeX Global Pipelines Version Info 07:44:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:44:03 ------------------- 07:44:03 stable info: 07:44:03 ------------------- 07:44:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:44:03 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 07:44:03 Message: update stable to v1.0.142 07:44:03 ------------------- 07:44:03 experimental info: 07:44:03 ------------------- 07:44:03 Commited By: **** collab-it+edgex@linuxfoundation.org 07:44:03 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 07:44:03 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:44:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:44:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:44:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:44:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:44:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abee7d5846637e135dd277469e99a0143c7ff265 [Pipeline] echo 07:44:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abee7d5 [Pipeline] echo 07:44:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:44:07 + git log --format=format:%s -1 abee7d5846637e135dd277469e99a0143c7ff265 [Pipeline] echo 07:44:08 GIT_COMMIT: abee7d5846637e135dd277469e99a0143c7ff265, Commit Message: feat: implement v2 command API (#619) [Pipeline] echo 07:44:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:44:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:44:08 07:44:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:44:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:44:09 latest: Pulling from edgex-devops/git-semver 07:44:09 31603596830f: Pulling fs layer 07:44:09 2a8b12db71e7: Pulling fs layer 07:44:09 6ca5941a6612: Pulling fs layer 07:44:09 ecc8261a40a4: Pulling fs layer 07:44:09 ecc8261a40a4: Waiting 07:44:09 2a8b12db71e7: Verifying Checksum 07:44:09 2a8b12db71e7: Download complete 07:44:09 31603596830f: Verifying Checksum 07:44:09 31603596830f: Download complete 07:44:09 ecc8261a40a4: Verifying Checksum 07:44:09 ecc8261a40a4: Download complete 07:44:09 6ca5941a6612: Verifying Checksum 07:44:09 6ca5941a6612: Download complete 07:44:09 31603596830f: Pull complete 07:44:09 2a8b12db71e7: Pull complete 07:44:10 6ca5941a6612: Pull complete 07:44:10 ecc8261a40a4: Pull complete 07:44:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:44:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:44:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:44:10 prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container 07:44:10 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:44:13 $ docker top 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:44:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:44:13 [ssh-agent] Looking for ssh-agent implementation... 07:44:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:44:13 $ docker exec 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent 07:44:13 SSH_AUTH_SOCK=/tmp/ssh-dpMgHUJs4Jfg/agent.12 07:44:13 SSH_AGENT_PID=17 07:44:13 Running ssh-add (command line suppressed) 07:44:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3251392080620867002.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3251392080620867002.key) 07:44:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:44:14 + git tag --points-at HEAD [Pipeline] } 07:44:14 $ docker exec --env ******** --env ******** 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent -k 07:44:14 unset SSH_AUTH_SOCK; 07:44:14 unset SSH_AGENT_PID; 07:44:14 echo Agent pid 17 killed; 07:44:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:44:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:44:14 [ssh-agent] Looking for ssh-agent implementation... 07:44:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:44:14 $ docker exec 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent 07:44:15 SSH_AUTH_SOCK=/tmp/ssh-jZi3UnHtls4R/agent.45 07:44:15 SSH_AGENT_PID=50 07:44:15 Running ssh-add (command line suppressed) 07:44:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_841290471594768951.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_841290471594768951.key) 07:44:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:44:15 + git semver init 07:44:15 # -> Open(): unable to determine branch for HEAD 07:44:15 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:44:15 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:44:15 # $SEMVER_REMOTE_NAME = origin 07:44:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:44:15 # $SEMVER_USER_NAME = edgex-jenkins 07:44:15 # $SEMVER_BRANCH = master 07:44:15 # $SEMVER_TEMP = /tmp/semver-208533894 07:44:15 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:44:16 # '/tmp/semver-208533894' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:44:16 # -> Force: false 07:44:16 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:44:16 $ docker exec --env ******** --env ******** 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent -k 07:44:16 unset SSH_AUTH_SOCK; 07:44:16 unset SSH_AGENT_PID; 07:44:16 echo Agent pid 50 killed; 07:44:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:44:16 + git semver [Pipeline] } 07:44:16 $ docker stop --time=1 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b 07:44:18 $ docker rm -f 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:44:18 Stashed 1 file(s) [Pipeline] echo 07:44:18 [edgeXSemver]: initialized semver on version 1.2.4-dev.26 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:44:34 Still waiting to schedule task 07:44:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:44:34 Still waiting to schedule task 07:44:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 07:46:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5570 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:46:29 Running in /w/workspace/device-sdk-go/77 [Pipeline] { [Pipeline] checkout 07:46:35 using credential edgex-jenkins-ssh 07:46:35 Cloning the remote Git repository 07:46:35 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:46:35 > git init /w/workspace/device-sdk-go/77 # timeout=10 07:46:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:46:35 > git --version # timeout=10 07:46:35 > git --version # 'git version 2.17.1' 07:46:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:37 Checking out Revision abee7d5846637e135dd277469e99a0143c7ff265 (master) 07:46:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:46:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:46:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:46:36 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:46:37 > git config core.sparsecheckout # timeout=10 07:46:37 > git checkout -f abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 07:46:41 Commit message: "feat: implement v2 command API (#619)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:46:42 ========================================================= 07:46:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:46:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:46:43 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 07:46:44 Sending build context to Docker daemon 2.288MB 07:46:44 Step 1/8 : ARG BASE=golang:1.15-alpine 07:46:44 Step 2/8 : FROM ${BASE} 07:46:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:46:45 b538f80385f9: Pulling fs layer 07:46:45 74f711af9a0d: Pulling fs layer 07:46:45 99f96fe45779: Pulling fs layer 07:46:45 8529a6b9a6be: Pulling fs layer 07:46:45 45590311c82a: Pulling fs layer 07:46:45 69ca0ff8b7b3: Pulling fs layer 07:46:45 209524e5b208: Pulling fs layer 07:46:45 8529a6b9a6be: Waiting 07:46:45 45590311c82a: Waiting 07:46:45 69ca0ff8b7b3: Waiting 07:46:45 209524e5b208: Waiting 07:46:45 99f96fe45779: Verifying Checksum 07:46:45 99f96fe45779: Download complete 07:46:45 74f711af9a0d: Verifying Checksum 07:46:45 74f711af9a0d: Download complete 07:46:45 45590311c82a: Verifying Checksum 07:46:45 45590311c82a: Download complete 07:46:45 69ca0ff8b7b3: Verifying Checksum 07:46:45 69ca0ff8b7b3: Download complete 07:46:46 b538f80385f9: Verifying Checksum 07:46:46 b538f80385f9: Download complete 07:46:46 b538f80385f9: Pull complete 07:46:47 74f711af9a0d: Pull complete 07:46:47 99f96fe45779: Pull complete 07:46:48 209524e5b208: Verifying Checksum 07:46:48 209524e5b208: Download complete 07:46:49 8529a6b9a6be: Verifying Checksum 07:46:49 8529a6b9a6be: Download complete 07:47:01 8529a6b9a6be: Pull complete 07:47:01 45590311c82a: Pull complete 07:47:01 69ca0ff8b7b3: Pull complete 07:47:04 209524e5b208: Pull complete 07:47:04 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:47:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:47:04 ---> 5bddaf1c2fca 07:47:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:47:05 Running on prd-centos7-docker-4c-2g-5571 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:47:05 Running in /w/workspace/device-sdk-go/77 [Pipeline] { [Pipeline] checkout 07:47:07 ---> Running in 4cb1535a2af7 07:47:07 Removing intermediate container 4cb1535a2af7 07:47:07 ---> 2cf925f4576c 07:47:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:07 ---> Running in 922810cc5d67 07:47:09 using credential edgex-jenkins-ssh 07:47:09 Cloning the remote Git repository 07:47:10 Removing intermediate container 922810cc5d67 07:47:10 ---> a91780fe5127 07:47:10 Step 5/8 : RUN apk add --no-cache make git 07:47:10 ---> Running in b719edfd42c8 07:47:09 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:47:09 > git init /w/workspace/device-sdk-go/77 # timeout=10 07:47:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:47:10 > git --version # timeout=10 07:47:10 > git --version # 'git version 2.16.5' 07:47:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:47:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:47:10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:47:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:47:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:47:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:47:11 Checking out Revision abee7d5846637e135dd277469e99a0143c7ff265 (master) 07:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:47:11 > git config core.sparsecheckout # timeout=10 07:47:11 > git checkout -f abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 07:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:47:13 OK: 142 MiB in 39 packages 07:47:14 Removing intermediate container b719edfd42c8 07:47:14 ---> da901f4a017f 07:47:14 Step 6/8 : WORKDIR /device-sdk-go 07:47:14 ---> Running in ac654ddd2ffb 07:47:14 Removing intermediate container ac654ddd2ffb 07:47:14 ---> 8fb025831baf 07:47:14 Step 7/8 : COPY . . 07:47:15 Commit message: "feat: implement v2 command API (#619)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:47:15 ========================================================= 07:47:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:47:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:47:16 ---> 2d6603492639 07:47:16 Step 8/8 : RUN go mod download 07:47:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 07:47:16 ---> Running in 8a2db4065b82 07:47:16 Sending build context to Docker daemon 2.287MB 07:47:16 Step 1/8 : ARG BASE=golang:1.15-alpine 07:47:16 Step 2/8 : FROM ${BASE} 07:47:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:47:17 df20fa9351a1: Pulling fs layer 07:47:17 ed8968b2872e: Pulling fs layer 07:47:17 a92cc7c5fd73: Pulling fs layer 07:47:17 e871e8e8d7a9: Pulling fs layer 07:47:17 e73272ec9a57: Pulling fs layer 07:47:17 1e910a182e73: Pulling fs layer 07:47:17 4e634b169226: Pulling fs layer 07:47:17 e73272ec9a57: Waiting 07:47:17 1e910a182e73: Waiting 07:47:17 4e634b169226: Waiting 07:47:17 e871e8e8d7a9: Waiting 07:47:17 a92cc7c5fd73: Verifying Checksum 07:47:17 a92cc7c5fd73: Download complete 07:47:17 ed8968b2872e: Verifying Checksum 07:47:17 ed8968b2872e: Download complete 07:47:17 e73272ec9a57: Verifying Checksum 07:47:17 e73272ec9a57: Download complete 07:47:17 df20fa9351a1: Verifying Checksum 07:47:17 df20fa9351a1: Download complete 07:47:17 1e910a182e73: Verifying Checksum 07:47:17 1e910a182e73: Download complete 07:47:17 df20fa9351a1: Pull complete 07:47:17 ed8968b2872e: Pull complete 07:47:17 a92cc7c5fd73: Pull complete 07:47:19 4e634b169226: Verifying Checksum 07:47:19 4e634b169226: Download complete 07:47:19 e871e8e8d7a9: Verifying Checksum 07:47:19 e871e8e8d7a9: Download complete 07:47:24 e871e8e8d7a9: Pull complete 07:47:24 e73272ec9a57: Pull complete 07:47:24 1e910a182e73: Pull complete 07:47:30 4e634b169226: Pull complete 07:47:30 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:47:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:47:30 ---> f7629b54cfaa 07:47:30 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:47:30 ---> Running in 80a24dc33d14 07:47:30 Removing intermediate container 80a24dc33d14 07:47:30 ---> 2060d55d8e48 07:47:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:30 ---> Running in d748735d0cf6 07:47:31 Removing intermediate container d748735d0cf6 07:47:31 ---> 8be1e08cff88 07:47:31 Step 5/8 : RUN apk add --no-cache make git 07:47:31 ---> Running in c1891ee84181 07:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:47:33 OK: 166 MiB in 39 packages 07:47:33 Removing intermediate container c1891ee84181 07:47:33 ---> 069185778a3c 07:47:33 Step 6/8 : WORKDIR /device-sdk-go 07:47:33 ---> Running in 43c81761a240 07:47:33 Removing intermediate container 43c81761a240 07:47:33 ---> 0f6f804cbb06 07:47:33 Step 7/8 : COPY . . 07:47:34 ---> 2c72f74166a3 07:47:34 Step 8/8 : RUN go mod download 07:47:34 ---> Running in 91784bd54129 07:47:38 Removing intermediate container 8a2db4065b82 07:47:38 ---> b746a02131b1 07:47:38 Successfully built b746a02131b1 07:47:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:47:39 + docker inspect -f . ci-base-image-arm64 07:47:39 . [Pipeline] withDockerContainer 07:47:39 prd-ubuntu18.04-docker-arm64-4c-16g-5570 does not seem to be running inside a container 07:47:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/77 -v /w/workspace/device-sdk-go/77:/w/workspace/device-sdk-go/77:rw,z -v /w/workspace/device-sdk-go/77@tmp:/w/workspace/device-sdk-go/77@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 07:47:41 $ docker top 2ea8492e61b59f57ad607f396223a57ab6044b39dbffd79e10ee335fba42f833 -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:42 + go version 07:47:42 go version go1.15.2 linux/arm64 [Pipeline] } 07:47:42 $ docker stop --time=1 2ea8492e61b59f57ad607f396223a57ab6044b39dbffd79e10ee335fba42f833 07:47:44 $ docker rm -f 2ea8492e61b59f57ad607f396223a57ab6044b39dbffd79e10ee335fba42f833 [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] script [Pipeline] { [Pipeline] sh 07:47:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:47:48 + ls -al . 07:47:48 total 100 07:47:48 drwxrwxr-x 10 jenkins jenkins 4096 Oct 15 07:46 . 07:47:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 .. 07:47:48 -rw-rw-r-- 1 jenkins jenkins 140 Oct 15 07:46 .dockerignore 07:47:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 07:46 .git 07:47:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 07:46 .github 07:47:48 -rw-rw-r-- 1 jenkins jenkins 138 Oct 15 07:46 .gitignore 07:47:48 -rw-rw-r-- 1 jenkins jenkins 936 Oct 15 07:46 Dockerfile.build 07:47:48 -rw-rw-r-- 1 jenkins jenkins 901 Oct 15 07:46 Jenkinsfile 07:47:48 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 15 07:46 LICENSE 07:47:48 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 15 07:46 Makefile 07:47:48 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 15 07:46 README.md 07:47:48 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 15 07:46 RELEASE-NOTES.txt 07:47:48 -rw-rw-r-- 1 jenkins jenkins 12 Oct 15 07:44 VERSION 07:47:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 07:46 bin 07:47:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 example 07:47:48 -rw-rw-r-- 1 jenkins jenkins 517 Oct 15 07:46 go.mod 07:47:48 drwxrwxr-x 15 jenkins jenkins 4096 Oct 15 07:46 internal 07:47:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 openapi 07:47:48 drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 07:46 pkg 07:47:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 snap 07:47:48 -rw-rw-r-- 1 jenkins jenkins 222 Oct 15 07:46 version.go [Pipeline] isUnix [Pipeline] sh 07:47:48 + 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=abee7d5846637e135dd277469e99a0143c7ff265 --label arch=arm64 --label version=1.2.4-dev.26 . 07:47:49 Sending build context to Docker daemon 2.288MB 07:47:49 Step 1/24 : ARG BASE=golang:1.15-alpine 07:47:49 Step 2/24 : FROM ${BASE} AS builder 07:47:49 ---> b746a02131b1 07:47:49 Step 3/24 : ARG MAKE='make build' 07:47:49 ---> Running in 1e300c8b8613 07:47:49 Removing intermediate container 1e300c8b8613 07:47:49 ---> e043e9b7abd6 07:47:49 Step 4/24 : WORKDIR /device-sdk-go 07:47:49 ---> Running in 706b6e351a31 07:47:50 Removing intermediate container 706b6e351a31 07:47:50 ---> e5e8fbea5247 07:47:50 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:47:50 ---> Running in 67992e304074 07:47:51 Removing intermediate container 67992e304074 07:47:51 ---> 51b02d4bdcc1 07:47:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:51 ---> Running in 974072a1ab07 07:47:53 Removing intermediate container 91784bd54129 07:47:53 ---> 1d35224c8274 07:47:53 Successfully built 1d35224c8274 07:47:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:47:53 + docker inspect -f . ci-base-image-x86_64 07:47:53 . [Pipeline] withDockerContainer 07:47:53 prd-centos7-docker-4c-2g-5571 does not seem to be running inside a container 07:47:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/77 -v /w/workspace/device-sdk-go/77:/w/workspace/device-sdk-go/77:rw,z -v /w/workspace/device-sdk-go/77@tmp:/w/workspace/device-sdk-go/77@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-x86_64 cat 07:47:53 Removing intermediate container 974072a1ab07 07:47:53 ---> 79610f528e39 07:47:53 Step 7/24 : RUN apk add --update --no-cache make git 07:47:53 ---> Running in 2972b0bc45eb 07:47:54 $ docker top 769f77ad18e962070e7e27e261ab7437d7ab3c5a755ec72a2163812e7cfa2743 -eo pid,comm [Pipeline] { [Pipeline] sh 07:47:54 + go version 07:47:54 go version go1.15.2 linux/amd64 [Pipeline] } 07:47:54 $ docker stop --time=1 769f77ad18e962070e7e27e261ab7437d7ab3c5a755ec72a2163812e7cfa2743 07:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:47:56 $ docker rm -f 769f77ad18e962070e7e27e261ab7437d7ab3c5a755ec72a2163812e7cfa2743 [Pipeline] // withDockerContainer 07:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 07:47:56 OK: 142 MiB in 39 packages [Pipeline] sh 07:47:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:47:57 + ls -al . 07:47:57 total 64 07:47:57 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 15 07:47 . 07:47:57 drwxrwxr-x. 4 jenkins jenkins 30 Oct 15 07:47 .. 07:47:57 drwxrwxr-x. 2 jenkins jenkins 64 Oct 15 07:47 bin 07:47:57 -rw-rw-r--. 1 jenkins jenkins 936 Oct 15 07:47 Dockerfile.build 07:47:57 -rw-rw-r--. 1 jenkins jenkins 140 Oct 15 07:47 .dockerignore 07:47:57 drwxrwxr-x. 4 jenkins jenkins 48 Oct 15 07:47 example 07:47:57 drwxrwxr-x. 8 jenkins jenkins 162 Oct 15 07:47 .git 07:47:57 drwxrwxr-x. 2 jenkins jenkins 60 Oct 15 07:47 .github 07:47:57 -rw-rw-r--. 1 jenkins jenkins 138 Oct 15 07:47 .gitignore 07:47:57 -rw-rw-r--. 1 jenkins jenkins 517 Oct 15 07:47 go.mod 07:47:57 drwxrwxr-x. 15 jenkins jenkins 211 Oct 15 07:47 internal 07:47:57 -rw-rw-r--. 1 jenkins jenkins 901 Oct 15 07:47 Jenkinsfile 07:47:57 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 15 07:47 LICENSE 07:47:57 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 15 07:47 Makefile 07:47:57 drwxrwxr-x. 4 jenkins jenkins 26 Oct 15 07:47 openapi 07:47:57 drwxrwxr-x. 5 jenkins jenkins 50 Oct 15 07:47 pkg 07:47:57 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 15 07:47 README.md 07:47:57 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 15 07:47 RELEASE-NOTES.txt 07:47:57 drwxrwxr-x. 4 jenkins jenkins 54 Oct 15 07:47 snap 07:47:57 -rw-rw-r--. 1 jenkins jenkins 12 Oct 15 07:44 VERSION 07:47:57 -rw-rw-r--. 1 jenkins jenkins 222 Oct 15 07:47 version.go [Pipeline] isUnix [Pipeline] sh 07:47:57 + 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=abee7d5846637e135dd277469e99a0143c7ff265 --label arch=amd64 --label version=1.2.4-dev.26 . 07:47:57 Sending build context to Docker daemon 2.287MB 07:47:57 Step 1/24 : ARG BASE=golang:1.15-alpine 07:47:57 Step 2/24 : FROM ${BASE} AS builder 07:47:57 ---> 1d35224c8274 07:47:57 Step 3/24 : ARG MAKE='make build' 07:47:57 Removing intermediate container 2972b0bc45eb 07:47:57 ---> 7eba854176a6 07:47:57 Step 8/24 : COPY . . 07:47:58 ---> Running in 8c11456bf670 07:47:58 Removing intermediate container 8c11456bf670 07:47:58 ---> 01d8632d3c67 07:47:58 Step 4/24 : WORKDIR /device-sdk-go 07:47:58 ---> Running in be6fd6fccc8c 07:47:58 Removing intermediate container be6fd6fccc8c 07:47:58 ---> 5a8a6563edae 07:47:58 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:47:58 ---> Running in fac9ea865c38 07:47:58 Removing intermediate container fac9ea865c38 07:47:58 ---> 25b73562bbe3 07:47:58 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:58 ---> Running in a712567cf253 07:47:59 ---> 1f9537bf63b2 07:47:59 Step 9/24 : RUN ${MAKE} 07:47:59 ---> Running in 74ee2439dbfe 07:47:59 Removing intermediate container a712567cf253 07:47:59 ---> 51ac8f9b77b3 07:47:59 Step 7/24 : RUN apk add --update --no-cache make git 07:47:59 ---> Running in 345df09bfb3a 07:47:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:48:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.26" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:48:01 OK: 166 MiB in 39 packages 07:48:02 Removing intermediate container 345df09bfb3a 07:48:02 ---> 57bc944b8344 07:48:02 Step 8/24 : COPY . . 07:48:02 ---> a2e251ada04c 07:48:02 Step 9/24 : RUN ${MAKE} 07:48:03 ---> Running in 39c5beb29138 07:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.26" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:48:11 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:48:12 Removing intermediate container 39c5beb29138 07:48:12 ---> 74b82dad14b0 07:48:12 Step 10/24 : FROM scratch 07:48:12 ---> 07:48:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:48:12 ---> Running in efdcdc6c33ef 07:48:12 Removing intermediate container efdcdc6c33ef 07:48:12 ---> 9ce93f6d63f3 07:48:12 Step 12/24 : ENV APP_PORT=49990 07:48:12 ---> Running in 7576317b5dbf 07:48:12 Removing intermediate container 7576317b5dbf 07:48:12 ---> efa272f99da3 07:48:12 Step 13/24 : EXPOSE $APP_PORT 07:48:12 ---> Running in 61eaa01498f3 07:48:13 Removing intermediate container 61eaa01498f3 07:48:13 ---> 5db90ee23360 07:48:13 Step 14/24 : WORKDIR / 07:48:13 ---> Running in 22e47873662d 07:48:13 Removing intermediate container 22e47873662d 07:48:13 ---> f6114f8f3b5d 07:48:13 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:48:13 ---> fe8be47bb9fd 07:48:13 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:48:14 ---> 41965cdc3798 07:48:14 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:48:14 ---> a5b80dd43c64 07:48:14 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:48:14 ---> 669bc3180aee 07:48:14 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:48:14 ---> cf543d80cf71 07:48:14 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:48:14 ---> Running in f804b8f219fb 07:48:14 Removing intermediate container f804b8f219fb 07:48:14 ---> 9f27b26d095d 07:48:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:14 ---> Running in b5e49ba84c0a 07:48:15 Removing intermediate container b5e49ba84c0a 07:48:15 ---> 3ccc05812f68 07:48:15 Step 22/24 : LABEL arch=amd64 07:48:15 ---> Running in 8fea873713f8 07:48:15 Removing intermediate container 8fea873713f8 07:48:15 ---> e88867dd05c4 07:48:15 Step 23/24 : LABEL git_sha=abee7d5846637e135dd277469e99a0143c7ff265 07:48:15 ---> Running in 925bcf274ba3 07:48:15 Removing intermediate container 925bcf274ba3 07:48:15 ---> 5a2202b261f9 07:48:15 Step 24/24 : LABEL version=1.2.4-dev.26 07:48:15 ---> Running in 06370a1629a8 07:48:15 Removing intermediate container 06370a1629a8 07:48:15 ---> b9bf736b09bb 07:48:15 [Warning] One or more build-args [ARCH] were not consumed 07:48:15 Successfully built b9bf736b09bb 07:48:15 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] } 07:48:27 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:48:27 Removing intermediate container 74ee2439dbfe 07:48:27 ---> 41e0f636b560 07:48:27 Step 10/24 : FROM scratch 07:48:27 ---> 07:48:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:48:27 ---> Running in fcd9c3ff4b9b 07:48:27 Removing intermediate container fcd9c3ff4b9b 07:48:27 ---> 232dd161e2fa 07:48:27 Step 12/24 : ENV APP_PORT=49990 07:48:27 ---> Running in b43a6275c49a 07:48:28 Removing intermediate container b43a6275c49a 07:48:28 ---> bd7eb9418fd9 07:48:28 Step 13/24 : EXPOSE $APP_PORT 07:48:28 ---> Running in 3d3797f5b86c 07:48:28 Removing intermediate container 3d3797f5b86c 07:48:28 ---> 7495331ddad3 07:48:28 Step 14/24 : WORKDIR / 07:48:28 ---> Running in 30b96e076d02 07:48:29 Removing intermediate container 30b96e076d02 07:48:29 ---> be7b55d98c76 07:48:29 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:48:30 ---> bb2af1fcccf4 07:48:30 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:48:31 ---> d0edc434805c 07:48:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:48:31 ---> 724e4ebd585f 07:48:31 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:48:32 ---> 22ea7612281a 07:48:32 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:48:33 ---> c7c8697a0eba 07:48:33 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:48:33 ---> Running in f8e6b3491857 07:48:33 Removing intermediate container f8e6b3491857 07:48:33 ---> 9353d74b9b91 07:48:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:33 ---> Running in 296df10fae49 07:48:34 Removing intermediate container 296df10fae49 07:48:34 ---> 4bfb6987b2dc 07:48:34 Step 22/24 : LABEL arch=arm64 07:48:34 ---> Running in adba6fecbc72 07:48:35 Removing intermediate container adba6fecbc72 07:48:35 ---> 0a3221cd61bc 07:48:35 Step 23/24 : LABEL git_sha=abee7d5846637e135dd277469e99a0143c7ff265 07:48:35 ---> Running in eeaeafba10da 07:48:35 Removing intermediate container eeaeafba10da 07:48:35 ---> 9693509223e7 07:48:35 Step 24/24 : LABEL version=1.2.4-dev.26 07:48:35 ---> Running in a4c99e799c59 07:48:36 Removing intermediate container a4c99e799c59 07:48:36 ---> 292fb3017337 07:48:36 [Warning] One or more build-args [ARCH] were not consumed 07:48:36 Successfully built 292fb3017337 07:48:36 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] } [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 07:48:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:48:38 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:48:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:48:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:48:38 07:48:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:48:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:48:39 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:48:39 cbdbe7a5bc2a: Pulling fs layer 07:48:39 408f87550127: Pulling fs layer 07:48:39 fe522b08c979: Pulling fs layer 07:48:39 221eaa008020: Pulling fs layer 07:48:39 2a4607e5d6b9: Pulling fs layer 07:48:39 8f79b27c4fd2: Pulling fs layer 07:48:39 e5c8dbe1645b: Pulling fs layer 07:48:39 23e8b3b47431: Pulling fs layer 07:48:39 5c568d65a230: Pulling fs layer 07:48:39 8f79b27c4fd2: Waiting 07:48:39 e5c8dbe1645b: Waiting 07:48:39 23e8b3b47431: Waiting 07:48:39 5c568d65a230: Waiting 07:48:39 2a4607e5d6b9: Waiting 07:48:39 221eaa008020: Waiting 07:48:39 fe522b08c979: Verifying Checksum 07:48:39 fe522b08c979: Download complete 07:48:39 408f87550127: Download complete 07:48:39 2a4607e5d6b9: Verifying Checksum 07:48:39 2a4607e5d6b9: Download complete 07:48:39 8f79b27c4fd2: Verifying Checksum 07:48:39 8f79b27c4fd2: Download complete 07:48:39 cbdbe7a5bc2a: Download complete 07:48:39 cbdbe7a5bc2a: Pull complete 07:48:39 408f87550127: Pull complete 07:48:39 fe522b08c979: Pull complete 07:48:40 e5c8dbe1645b: Verifying Checksum 07:48:40 e5c8dbe1645b: Download complete 07:48:41 23e8b3b47431: Verifying Checksum 07:48:41 23e8b3b47431: Download complete 07:48:41 5c568d65a230: Verifying Checksum 07:48:41 5c568d65a230: Download complete 07:48:42 221eaa008020: Download complete 07:48:48 221eaa008020: Pull complete 07:48:48 2a4607e5d6b9: Pull complete 07:48:48 8f79b27c4fd2: Pull complete 07:48:50 e5c8dbe1645b: Pull complete 07:48:53 23e8b3b47431: Pull complete 07:48:54 5c568d65a230: Pull complete 07:48:54 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:48:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:48:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:48:54 prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container 07:48:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:48:55 $ docker top aa22f18f3791beb858240b9e920ec40408779217044762d5d69cd6cae4bd3426 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:56 + snyk monitor '--org=edgex-jenkins' 07:49:06 07:49:06 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 07:49:06 07:49:06 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/01d59139-8594-4427-a0d2-732c5da52481 07:49:06 07:49:06 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:49:06 07:49:06 07:49:06 Snyk CLI supports Node.js 8 and higher. 07:49:06 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:49:06 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:49:06 07:49:06 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:49:06 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 07:49:06 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 07:49:06 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:49:06 $ docker stop --time=1 aa22f18f3791beb858240b9e920ec40408779217044762d5d69cd6cae4bd3426 07:49:09 $ docker rm -f aa22f18f3791beb858240b9e920ec40408779217044762d5d69cd6cae4bd3426 [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 07:49:11 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:11 provisioning config files... 07:49:11 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8983736377185870186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:49:11 --> edgex-publish-swagger.sh 07:49:11 === Publish openapi/v1 API === 07:49:11 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:49:11 [publishToSwagger] Publishing API Name [device-sdk] 07:49:11 % Total % Received % Xferd Average Speed Time Time Time Current 07:49:11 Dload Upload Total Spent Left Speed 07:49:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 27756 --:--:-- --:--:-- --:--:-- 27768 100 20188 0 0 100 20188 0 27749 --:--:-- --:--:-- --:--:-- 27768 07:49:12 07:49:12 07:49:12 === Publish openapi/v2 API === 07:49:12 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:49:12 [publishToSwagger] Publishing API Name [device-sdk] 07:49:12 % Total % Received % Xferd Average Speed Time Time Time Current 07:49:12 Dload Upload Total Spent Left Speed 07:49:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 65073 --:--:-- --:--:-- --:--:-- 65005 100 49274 0 0 100 49274 0 65056 --:--:-- --:--:-- --:--:-- 65005 07:49:13 07:49:13 [Pipeline] } 07:49:13 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 07:49:14 + git log --format=format:%s -1 abee7d5846637e135dd277469e99a0143c7ff265 [Pipeline] isUnix [Pipeline] sh 07:49:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:14 . [Pipeline] withDockerContainer 07:49:14 prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container 07:49:14 $ 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 07:49:15 $ docker top a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:49:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:49:15 [ssh-agent] Looking for ssh-agent implementation... 07:49:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:49:15 $ docker exec a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 ssh-agent 07:49:15 SSH_AUTH_SOCK=/tmp/ssh-GCwnCTZ45KMm/agent.12 07:49:15 SSH_AGENT_PID=17 07:49:15 Running ssh-add (command line suppressed) 07:49:16 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3458888253758342711.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3458888253758342711.key) 07:49:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:49:16 + git semver tag 07:49:16 # -> Open(): unable to determine branch for HEAD 07:49:16 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:49:16 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:49:16 # $SEMVER_REMOTE_NAME = origin 07:49:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:49:16 # $SEMVER_USER_NAME = edgex-jenkins 07:49:16 # $SEMVER_BRANCH = master 07:49:16 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:49:16 # abee7d5846637e135dd277469e99a0143c7ff265 HEAD 07:49:16 # -> Force: false 07:49:16 # 8051f4682653d53dc25847e71d3eb481043c7451 refs/tags/v1.2.4-dev.26 [Pipeline] } 07:49:16 $ docker exec --env ******** --env ******** a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 ssh-agent -k 07:49:16 unset SSH_AUTH_SOCK; 07:49:16 unset SSH_AGENT_PID; 07:49:16 echo Agent pid 17 killed; 07:49:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:17 + git semver [Pipeline] } 07:49:17 $ docker stop --time=1 a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 07:49:18 $ docker rm -f a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:49:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:49:19 07:49:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:49:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:49:19 0.23.1-centos7: Pulling from edgex-lftools 07:49:19 ab5ef0e58194: Pulling fs layer 07:49:19 9712f1f96733: Pulling fs layer 07:49:19 63f879dbbcfc: Pulling fs layer 07:49:19 0d9ebad4ef96: Pulling fs layer 07:49:19 e9a5061849ea: Pulling fs layer 07:49:19 d747dcd14b5f: Pulling fs layer 07:49:19 2de7ff778b66: Pulling fs layer 07:49:19 0d9ebad4ef96: Waiting 07:49:19 e9a5061849ea: Waiting 07:49:19 d747dcd14b5f: Waiting 07:49:19 2de7ff778b66: Waiting 07:49:19 9712f1f96733: Verifying Checksum 07:49:19 9712f1f96733: Download complete 07:49:21 63f879dbbcfc: Verifying Checksum 07:49:21 63f879dbbcfc: Download complete 07:49:21 e9a5061849ea: Verifying Checksum 07:49:21 e9a5061849ea: Download complete 07:49:21 d747dcd14b5f: Verifying Checksum 07:49:21 d747dcd14b5f: Download complete 07:49:21 2de7ff778b66: Verifying Checksum 07:49:21 2de7ff778b66: Download complete 07:49:22 0d9ebad4ef96: Verifying Checksum 07:49:22 0d9ebad4ef96: Download complete 07:49:22 ab5ef0e58194: Verifying Checksum 07:49:22 ab5ef0e58194: Download complete 07:49:26 ab5ef0e58194: Pull complete 07:49:26 9712f1f96733: Pull complete 07:49:29 63f879dbbcfc: Pull complete 07:49:41 0d9ebad4ef96: Pull complete 07:49:41 e9a5061849ea: Pull complete 07:49:41 d747dcd14b5f: Pull complete 07:49:45 2de7ff778b66: Pull complete 07:49:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:49:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:49:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:49:46 prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container 07:49:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:49:48 $ docker top b6404483fd95d04f35158fe356d6834d6241c2bc43e54593bcae3ca90c7e9eea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:49:49 provisioning config files... 07:49:49 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config808005998708118311tmp 07:49:49 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config279158014473069288tmp 07:49:49 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config601297687345390864tmp [Pipeline] { [Pipeline] echo 07:49:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:49:49 ---> sigul-configuration.sh 07:49:49 gpg: directory `/root/.gnupg' created 07:49:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:49:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:49:49 gpg: keyring `/root/.gnupg/secring.gpg' created 07:49:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:49:49 gpg: CAST5 encrypted data 07:49:49 gpg: encrypted with 1 passphrase 07:49:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:49:50 + mkdir /home/jenkins 07:49:50 + mkdir /home/jenkins/sigul [Pipeline] sh 07:49:50 + 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 07:49:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:49:50 ---> sigul-install.sh 07:49:56 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:49:56 + git tag --list 07:49:56 0.7.1 07:49:56 delhi-tag 07:49:56 v1.0.0 07:49:56 v1.1.0 07:49:56 v1.1.1 07:49:56 v1.1.2 07:49:56 v1.2.0 07:49:56 v1.2.1 07:49:56 v1.2.2 07:49:56 v1.2.3 07:49:56 v1.2.4-dev.1 07:49:56 v1.2.4-dev.10 07:49:56 v1.2.4-dev.11 07:49:56 v1.2.4-dev.12 07:49:56 v1.2.4-dev.13 07:49:56 v1.2.4-dev.14 07:49:56 v1.2.4-dev.15 07:49:56 v1.2.4-dev.16 07:49:56 v1.2.4-dev.17 07:49:56 v1.2.4-dev.18 07:49:56 v1.2.4-dev.19 07:49:56 v1.2.4-dev.2 07:49:56 v1.2.4-dev.20 07:49:56 v1.2.4-dev.21 07:49:56 v1.2.4-dev.22 07:49:56 v1.2.4-dev.23 07:49:56 v1.2.4-dev.24 07:49:56 v1.2.4-dev.25 07:49:56 v1.2.4-dev.26 07:49:56 v1.2.4-dev.3 07:49:56 v1.2.4-dev.4 07:49:56 v1.2.4-dev.5 07:49:56 v1.2.4-dev.6 07:49:56 v1.2.4-dev.7 07:49:56 v1.2.4-dev.8 07:49:56 v1.2.4-dev.9 [Pipeline] sh 07:49:56 + lftools sign git-tag v1.2.4-dev.26 07:49:57 Signing Git tag with Sigul... 07:49:57 Signing v1.2.4-dev.26 [Pipeline] echo 07:49:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:49:59 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:49:59 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:49:59 $ docker stop --time=1 b6404483fd95d04f35158fe356d6834d6241c2bc43e54593bcae3ca90c7e9eea 07:50:01 $ docker rm -f b6404483fd95d04f35158fe356d6834d6241c2bc43e54593bcae3ca90c7e9eea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:50:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:02 . [Pipeline] withDockerContainer 07:50:02 prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container 07:50:02 $ 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 07:50:03 $ docker top 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:50:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:03 [ssh-agent] Looking for ssh-agent implementation... 07:50:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:03 $ docker exec 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 ssh-agent 07:50:03 SSH_AUTH_SOCK=/tmp/ssh-OGTWKESgIZsa/agent.12 07:50:03 SSH_AGENT_PID=17 07:50:03 Running ssh-add (command line suppressed) 07:50:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8128179452634088146.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8128179452634088146.key) 07:50:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:04 + git semver bump pre 07:50:04 # -> Open(): unable to determine branch for HEAD 07:50:04 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:50:04 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:50:04 # $SEMVER_REMOTE_NAME = origin 07:50:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:50:04 # $SEMVER_USER_NAME = edgex-jenkins 07:50:04 # $SEMVER_BRANCH = master 07:50:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:50:04 1.2.4-dev.27 [Pipeline] } 07:50:04 $ docker exec --env ******** --env ******** 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 ssh-agent -k 07:50:04 unset SSH_AUTH_SOCK; 07:50:04 unset SSH_AGENT_PID; 07:50:04 echo Agent pid 17 killed; 07:50:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:50:04 + git semver [Pipeline] } 07:50:04 $ docker stop --time=1 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 07:50:06 $ docker rm -f 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:50:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:06 . [Pipeline] withDockerContainer 07:50:06 prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container 07:50:06 $ 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 07:50:07 $ docker top a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:50:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:07 [ssh-agent] Looking for ssh-agent implementation... 07:50:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:07 $ docker exec a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a ssh-agent 07:50:08 SSH_AUTH_SOCK=/tmp/ssh-isSxxKhzjwnr/agent.11 07:50:08 SSH_AGENT_PID=16 07:50:08 Running ssh-add (command line suppressed) 07:50:08 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6424286770632013717.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6424286770632013717.key) 07:50:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:08 + git semver push 07:50:08 # -> Open(): unable to determine branch for HEAD 07:50:08 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:50:08 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:50:08 # $SEMVER_REMOTE_NAME = origin 07:50:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:50:08 # $SEMVER_USER_NAME = edgex-jenkins 07:50:08 # $SEMVER_BRANCH = master 07:50:08 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:50:15 $ docker exec --env ******** --env ******** a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a ssh-agent -k 07:50:15 unset SSH_AUTH_SOCK; 07:50:15 unset SSH_AGENT_PID; 07:50:15 echo Agent pid 16 killed; 07:50:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:50:15 + git semver [Pipeline] } 07:50:15 $ docker stop --time=1 a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a 07:50:17 $ docker rm -f a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a [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 07:50:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:50:19 ---> package-listing.sh 07:50:19 ++ facter osfamily 07:50:19 ++ tr '[:upper:]' '[:lower:]' 07:50:19 + OS_FAMILY=redhat 07:50:19 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:50:19 + START_PACKAGES=/tmp/packages_start.txt 07:50:19 + END_PACKAGES=/tmp/packages_end.txt 07:50:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:50:19 + PACKAGES=/tmp/packages_start.txt 07:50:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:50:19 + PACKAGES=/tmp/packages_end.txt 07:50:19 + case "${OS_FAMILY}" in 07:50:19 + rpm -qa 07:50:19 + sort 07:50:23 + '[' -f /tmp/packages_start.txt ']' 07:50:23 + '[' -f /tmp/packages_end.txt ']' 07:50:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:50:23 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:50:23 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:50:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 07:50:23 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 07:50:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:50:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:50:24 07:50:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:50:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:50:24 alpine: Pulling from edgex-lftools-log-publisher 07:50:24 df20fa9351a1: Pulling fs layer 07:50:24 36b3adc4ff6f: Pulling fs layer 07:50:24 8ad3a11d3b57: Pulling fs layer 07:50:24 46f8f816bc3b: Pulling fs layer 07:50:24 93b61091891f: Pulling fs layer 07:50:24 93b9cdb0e59b: Pulling fs layer 07:50:24 5e14af77c1be: Pulling fs layer 07:50:24 01666e4c0597: Pulling fs layer 07:50:24 aa168da1d23b: Pulling fs layer 07:50:24 46f8f816bc3b: Waiting 07:50:24 5e14af77c1be: Waiting 07:50:24 93b61091891f: Waiting 07:50:24 93b9cdb0e59b: Waiting 07:50:24 01666e4c0597: Waiting 07:50:24 aa168da1d23b: Waiting 07:50:24 36b3adc4ff6f: Verifying Checksum 07:50:24 36b3adc4ff6f: Download complete 07:50:24 46f8f816bc3b: Download complete 07:50:24 df20fa9351a1: Verifying Checksum 07:50:24 df20fa9351a1: Download complete 07:50:24 93b61091891f: Verifying Checksum 07:50:24 93b61091891f: Download complete 07:50:24 93b9cdb0e59b: Verifying Checksum 07:50:24 93b9cdb0e59b: Download complete 07:50:24 5e14af77c1be: Verifying Checksum 07:50:24 5e14af77c1be: Download complete 07:50:24 01666e4c0597: Verifying Checksum 07:50:24 01666e4c0597: Download complete 07:50:24 df20fa9351a1: Pull complete 07:50:24 36b3adc4ff6f: Pull complete 07:50:25 8ad3a11d3b57: Verifying Checksum 07:50:25 8ad3a11d3b57: Download complete 07:50:25 8ad3a11d3b57: Pull complete 07:50:25 46f8f816bc3b: Pull complete 07:50:26 aa168da1d23b: Verifying Checksum 07:50:26 aa168da1d23b: Download complete 07:50:27 93b61091891f: Pull complete 07:50:27 93b9cdb0e59b: Pull complete 07:50:27 5e14af77c1be: Pull complete 07:50:27 01666e4c0597: Pull complete 07:50:33 aa168da1d23b: Pull complete 07:50:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:50:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:50:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:50:33 prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container 07:50:33 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:50:37 $ docker top d02f881c161544c5ccc495f154ac6fe6cd514cb6169250e814c30ad8ab844749 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:38 + touch /tmp/pre-build-complete [Pipeline] sh 07:50:38 + mkdir -p /var/log/sa [Pipeline] sh 07:50:38 + ls /var/log/sa-host 07:50:38 + sadf -c /var/log/sa-host/sa05 07:50:38 file_magic: OK 07:50:38 HZ: Using current value: 100 07:50:38 file_header: OK 07:50:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:50:38 Statistics: 07:50:38 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:50:38 File successfully converted to sysstat format version 12.2.1 07:50:38 + sadf -c /var/log/sa-host/sa15 07:50:38 file_magic: OK 07:50:38 HZ: Using current value: 100 07:50:38 file_header: OK 07:50:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:50:38 Statistics: 07:50:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:50:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:50:39 provisioning config files... 07:50:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3036579124572988493tmp [Pipeline] { [Pipeline] echo 07:50:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:50:39 ---> create-netrc.sh [Pipeline] } 07:50:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:50:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:50:39 ---> python-tools-install.sh [Pipeline] echo 07:50:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:50:40 ---> sudo-logs.sh 07:50:40 Archiving 'sudo' log.. [Pipeline] echo 07:50:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:50:40 ---> job-cost.sh 07:50:40 lf-activate-venv: SKIPPING 07:50:40 INFO: No Stack... 07:50:42 INFO: Retrieving Pricing Info for: v1-standard-2 07:50:42 INFO: Archiving Costs [Pipeline] echo 07:50:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:50:42 ---> logs-deploy.sh 07:50:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/77 07:50:42 INFO: archiving workspace using pattern(s): 07:50:44 Archives upload complete. 07:50:44 INFO: archiving logs to Nexus 07:50:45 ---> uname -a: 07:50:45 Linux prd-centos7-docker-4c-2g-5569.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:50:45 07:50:45 07:50:45 ---> lscpu: 07:50:45 Architecture: x86_64 07:50:45 CPU op-mode(s): 32-bit, 64-bit 07:50:45 Byte Order: Little Endian 07:50:45 Address sizes: 40 bits physical, 48 bits virtual 07:50:45 CPU(s): 4 07:50:45 On-line CPU(s) list: 0-3 07:50:45 Thread(s) per core: 1 07:50:45 Core(s) per socket: 1 07:50:45 Socket(s): 4 07:50:45 NUMA node(s): 1 07:50:45 Vendor ID: GenuineIntel 07:50:45 CPU family: 6 07:50:45 Model: 44 07:50:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:50:45 Stepping: 1 07:50:45 CPU MHz: 2933.438 07:50:45 BogoMIPS: 5866.87 07:50:45 Virtualization: VT-x 07:50:45 Hypervisor vendor: KVM 07:50:45 Virtualization type: full 07:50:45 L1d cache: 128 KiB 07:50:45 L1i cache: 128 KiB 07:50:45 L2 cache: 16 MiB 07:50:45 L3 cache: 64 MiB 07:50:45 NUMA node0 CPU(s): 0-3 07:50:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:50:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:50:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:50:45 Vulnerability Meltdown: Mitigation; PTI 07:50:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:50:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:50:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:50:45 Vulnerability Tsx async abort: Not affected 07:50:45 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 07:50:45 07:50:45 07:50:45 ---> nproc: 07:50:45 4 07:50:45 07:50:45 07:50:45 ---> df -h: 07:50:45 Filesystem Size Used Available Use% Mounted on 07:50:45 overlay 50.0G 8.4G 41.5G 17% / 07:50:45 tmpfs 64.0M 0 64.0M 0% /dev 07:50:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:50:45 shm 64.0M 0 64.0M 0% /dev/shm 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 07:50:45 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 07:50:45 07:50:45 07:50:45 ---> free -m: 07:50:45 total used free shared buff/cache available 07:50:45 Mem: 1837 748 162 0 925 1030 07:50:45 Swap: 1023 3 1020 07:50:45 07:50:45 07:50:45 ---> ip addr: 07:50:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:50:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:50:45 inet 127.0.0.1/8 scope host lo 07:50:45 valid_lft forever preferred_lft forever 07:50:45 inet6 ::1/128 scope host 07:50:45 valid_lft forever preferred_lft forever 07:50:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:50:45 link/ether fa:16:3e:e9:96:ba brd ff:ff:ff:ff:ff:ff 07:50:45 inet 10.30.122.8/23 brd 10.30.123.255 scope global dynamic eth0 07:50:45 valid_lft 85966sec preferred_lft 85966sec 07:50:45 inet6 fe80::f816:3eff:fee9:96ba/64 scope link 07:50:45 valid_lft forever preferred_lft forever 07:50:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:50:45 link/ether 02:42:cb:17:5d:50 brd ff:ff:ff:ff:ff:ff 07:50:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:50:45 valid_lft forever preferred_lft forever 07:50:45 inet6 fe80::42:cbff:fe17:5d50/64 scope link 07:50:45 valid_lft forever preferred_lft forever 07:50:45 07:50:45 07:50:45 ---> sar -b -r -n DEV: 07:50:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 07:50:45 07:50:45 07:43:13 LINUX RESTART (4 CPU) 07:50:45 07:50:45 07:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:50:45 07:45:01 29.33 10.26 19.07 0.00 4417.61 2297.68 0.00 07:50:45 07:46:01 1.67 0.00 1.67 0.00 0.00 29.80 0.00 07:50:45 07:47:01 0.17 0.00 0.17 0.00 0.00 1.95 0.00 07:50:45 07:48:01 0.32 0.00 0.32 0.00 0.00 3.51 0.00 07:50:45 07:49:01 181.88 104.80 77.09 0.00 5775.29 30516.25 0.00 07:50:45 07:50:01 252.92 92.34 160.58 0.00 5125.62 34007.64 0.00 07:50:45 Average: 78.09 34.74 43.35 0.00 2555.58 11201.40 0.00 07:50:45 07:50:45 07:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:50:45 07:45:01 173016 0 554468 29.47 2620 1151452 1073756 36.65 410840 1136704 20 07:50:45 07:46:01 179372 0 548108 29.13 2620 1151456 1031176 35.19 409896 1132544 8 07:50:45 07:47:01 178572 0 548900 29.17 2620 1151464 1031344 35.20 412872 1130612 8 07:50:45 07:48:01 177776 0 549696 29.21 2620 1151464 1031308 35.20 414484 1129952 20 07:50:45 07:49:01 85276 0 674068 35.83 2620 1119592 1380988 47.13 513772 1083336 3076 07:50:45 07:50:01 122092 0 720000 38.27 2120 1037344 1246916 42.56 677604 787712 24 07:50:45 Average: 152684 0 599207 31.85 2537 1127129 1132581 38.65 473245 1066810 526 07:50:45 07:50:45 07:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:50:45 07:45:01 eth0 70.45 58.52 359.40 25.10 0.00 0.00 0.00 0.00 07:50:45 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:45:01 docker0 7.69 6.25 1.17 19.81 0.00 0.00 0.00 0.00 07:50:45 07:46:01 eth0 0.68 0.07 0.06 0.01 0.00 0.00 0.00 0.00 07:50:45 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:47:01 eth0 2.63 1.49 1.84 0.25 0.00 0.00 0.00 0.00 07:50:45 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:48:01 eth0 0.57 0.43 0.31 0.21 0.00 0.00 0.00 0.00 07:50:45 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:49:01 veth1311066 17.52 15.67 2.01 25.42 0.00 0.00 0.00 0.00 07:50:45 07:49:01 eth0 423.06 387.00 3813.00 33.61 0.00 0.00 0.00 0.00 07:50:45 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:49:01 docker0 17.52 15.55 1.77 25.41 0.00 0.00 0.00 0.00 07:50:45 07:50:01 eth0 454.24 405.08 3562.86 107.65 0.00 0.00 0.00 0.00 07:50:45 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 07:50:01 docker0 40.09 45.63 2.41 326.28 0.00 0.00 0.00 0.00 07:50:45 Average: eth0 159.32 142.76 1296.08 27.90 0.00 0.00 0.00 0.00 07:50:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:50:45 Average: docker0 10.92 11.29 0.89 62.23 0.00 0.00 0.00 0.00 07:50:45 07:50:45 07:50:45 ---> sar -P ALL: 07:50:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 07:50:45 07:50:45 07:43:13 LINUX RESTART (4 CPU) 07:50:45 07:50:45 07:44:02 CPU %user %nice %system %iowait %steal %idle 07:50:45 07:45:01 all 2.51 0.00 1.22 0.72 0.01 95.54 07:50:45 07:45:01 0 2.57 0.00 1.17 0.54 0.00 95.72 07:50:45 07:45:01 1 2.14 0.00 1.27 0.63 0.02 95.94 07:50:45 07:45:01 2 2.09 0.00 1.41 0.07 0.02 96.42 07:50:45 07:45:01 3 3.25 0.00 1.02 1.63 0.02 94.09 07:50:45 07:46:01 all 0.15 0.00 0.04 0.00 0.00 99.81 07:50:45 07:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:50:45 07:46:01 1 0.08 0.00 0.07 0.00 0.00 99.85 07:50:45 07:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:50:45 07:46:01 3 0.45 0.00 0.02 0.00 0.00 99.53 07:50:45 07:47:01 all 0.17 0.00 0.03 0.00 0.00 99.79 07:50:45 07:47:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:50:45 07:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 07:50:45 07:47:01 2 0.08 0.00 0.03 0.00 0.00 99.88 07:50:45 07:47:01 3 0.52 0.00 0.03 0.00 0.00 99.44 07:50:45 07:48:01 all 0.13 0.00 0.02 0.00 0.00 99.85 07:50:45 07:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:50:45 07:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:50:45 07:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:50:45 07:48:01 3 0.45 0.00 0.02 0.00 0.00 99.53 07:50:45 07:49:01 all 6.51 0.00 3.04 1.98 0.01 88.46 07:50:45 07:49:01 0 6.30 0.00 3.13 1.23 0.02 89.33 07:50:45 07:49:01 1 6.35 0.00 3.24 1.71 0.02 88.67 07:50:45 07:49:01 2 7.02 0.00 3.19 1.80 0.00 88.00 07:50:45 07:49:01 3 6.38 0.00 2.61 3.16 0.02 87.83 07:50:45 07:50:01 all 10.73 0.00 5.79 3.20 0.05 80.24 07:50:45 07:50:01 0 9.46 0.00 6.48 4.71 0.07 79.28 07:50:45 07:50:01 1 12.50 0.00 5.07 1.77 0.03 80.62 07:50:45 07:50:01 2 10.91 0.00 5.13 2.77 0.07 81.13 07:50:45 07:50:01 3 10.03 0.00 6.50 3.54 0.03 79.91 07:50:45 Average: all 3.36 0.00 1.69 0.98 0.01 93.97 07:50:45 Average: 0 3.05 0.00 1.80 1.08 0.02 94.06 07:50:45 Average: 1 3.52 0.00 1.62 0.68 0.01 94.17 07:50:45 Average: 2 3.35 0.00 1.63 0.77 0.01 94.23 07:50:45 Average: 3 3.50 0.00 1.69 1.38 0.01 93.41 07:50:45 07:50:45 07:50:45