Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d41dfb76324865f87a7aea80ddd0df968928e1d8 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-5816 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 d41dfb76324865f87a7aea80ddd0df968928e1d8 (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 d41dfb76324865f87a7aea80ddd0df968928e1d8 # timeout=10 Commit message: "Merge pull request #628 from hahattan/issue-547" > git rev-list --no-walk 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:20:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:20:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:20:10 ========================================================= 07:20:10 EdgeX Global Pipelines Version Info 07:20:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:20:13 ------------------- 07:20:13 stable info: 07:20:13 ------------------- 07:20:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:20:13 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:20:13 Message: update stable to v1.0.144 07:20:14 ------------------- 07:20:14 experimental info: 07:20:14 ------------------- 07:20:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:20:14 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:20:14 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:20:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:20:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:20:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d41dfb76324865f87a7aea80ddd0df968928e1d8 [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d41dfb7 [Pipeline] echo 07:20:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:20:18 + git log --format=format:%s -1 d41dfb76324865f87a7aea80ddd0df968928e1d8 [Pipeline] echo 07:20:18 GIT_COMMIT: d41dfb76324865f87a7aea80ddd0df968928e1d8, Commit Message: Merge pull request #628 from hahattan/issue-547 [Pipeline] echo 07:20:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:20:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:19 07:20:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:20:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:20 latest: Pulling from edgex-devops/git-semver 07:20:20 31603596830f: Pulling fs layer 07:20:20 2a8b12db71e7: Pulling fs layer 07:20:20 6ca5941a6612: Pulling fs layer 07:20:20 ecc8261a40a4: Pulling fs layer 07:20:20 ecc8261a40a4: Waiting 07:20:20 2a8b12db71e7: Verifying Checksum 07:20:20 2a8b12db71e7: Download complete 07:20:20 31603596830f: Verifying Checksum 07:20:20 31603596830f: Download complete 07:20:21 31603596830f: Pull complete 07:20:21 ecc8261a40a4: Verifying Checksum 07:20:21 ecc8261a40a4: Download complete 07:20:21 6ca5941a6612: Verifying Checksum 07:20:21 6ca5941a6612: Download complete 07:20:21 2a8b12db71e7: Pull complete 07:20:23 6ca5941a6612: Pull complete 07:20:23 ecc8261a40a4: Pull complete 07:20:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:20:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:20:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:20:23 prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container 07:20: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:20:25 $ docker top 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:20:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:20:26 [ssh-agent] Looking for ssh-agent implementation... 07:20:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:20:26 $ docker exec 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent 07:20:26 SSH_AUTH_SOCK=/tmp/ssh-wsb7fGQqLmxO/agent.11 07:20:26 SSH_AGENT_PID=16 07:20:26 Running ssh-add (command line suppressed) 07:20:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3694894651761841997.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3694894651761841997.key) 07:20:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:20:27 + git tag --points-at HEAD [Pipeline] } 07:20:27 $ docker exec --env ******** --env ******** 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent -k 07:20:27 unset SSH_AUTH_SOCK; 07:20:27 unset SSH_AGENT_PID; 07:20:27 echo Agent pid 16 killed; 07:20:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:20:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:20:28 [ssh-agent] Looking for ssh-agent implementation... 07:20:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:20:28 $ docker exec 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent 07:20:28 SSH_AUTH_SOCK=/tmp/ssh-IpW40FnYTDBf/agent.45 07:20:28 SSH_AGENT_PID=50 07:20:28 Running ssh-add (command line suppressed) 07:20:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4819023717541369527.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4819023717541369527.key) 07:20:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:20:29 + git semver init 07:20:29 # -> Open(): unable to determine branch for HEAD 07:20:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:20:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:20:29 # $SEMVER_REMOTE_NAME = origin 07:20:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:20:29 # $SEMVER_USER_NAME = edgex-jenkins 07:20:29 # $SEMVER_BRANCH = master 07:20:29 # $SEMVER_TEMP = /tmp/semver-943587339 07:20:29 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:20:30 # '/tmp/semver-943587339' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:20:30 # -> Force: false 07:20:30 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:20:30 $ docker exec --env ******** --env ******** 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent -k 07:20:30 unset SSH_AUTH_SOCK; 07:20:30 unset SSH_AGENT_PID; 07:20:30 echo Agent pid 50 killed; 07:20:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:20:31 + git semver [Pipeline] } 07:20:31 $ docker stop --time=1 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f 07:20:33 $ docker rm -f 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f [Pipeline] // withDockerContainer [Pipeline] sh 07:20:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:20:34 Stashed 1 file(s) [Pipeline] echo 07:20:34 [edgeXSemver]: initialized semver on version 1.2.4-dev.28 [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:20:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5809 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:20:35 Running in /w/workspace/device-sdk-go/79 [Pipeline] { [Pipeline] checkout 07:20:39 using credential edgex-jenkins-ssh 07:20:39 Cloning the remote Git repository 07:20:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:20:39 > git init /w/workspace/device-sdk-go/79 # timeout=10 07:20:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:20:39 > git --version # timeout=10 07:20:39 > git --version # 'git version 2.17.1' 07:20:39 using GIT_SSH to set credentials SSH Credentials for GitHub 07:20:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:20:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:20:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:20:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:20:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:20:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:20:41 Checking out Revision d41dfb76324865f87a7aea80ddd0df968928e1d8 (master) 07:20:41 > git config core.sparsecheckout # timeout=10 07:20:41 > git checkout -f d41dfb76324865f87a7aea80ddd0df968928e1d8 # timeout=10 07:20:45 Commit message: "Merge pull request #628 from hahattan/issue-547" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:20:46 ========================================================= 07:20:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:20:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:20:47 + 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:20:48 Sending build context to Docker daemon 2.318MB 07:20:48 Step 1/8 : ARG BASE=golang:1.15-alpine 07:20:48 Step 2/8 : FROM ${BASE} 07:20:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:20:48 b538f80385f9: Pulling fs layer 07:20:48 74f711af9a0d: Pulling fs layer 07:20:48 99f96fe45779: Pulling fs layer 07:20:48 8529a6b9a6be: Pulling fs layer 07:20:48 45590311c82a: Pulling fs layer 07:20:48 69ca0ff8b7b3: Pulling fs layer 07:20:48 209524e5b208: Pulling fs layer 07:20:48 8529a6b9a6be: Waiting 07:20:48 45590311c82a: Waiting 07:20:48 69ca0ff8b7b3: Waiting 07:20:48 209524e5b208: Waiting 07:20:48 99f96fe45779: Download complete 07:20:48 74f711af9a0d: Verifying Checksum 07:20:48 74f711af9a0d: Download complete 07:20:48 45590311c82a: Verifying Checksum 07:20:48 45590311c82a: Download complete 07:20:48 69ca0ff8b7b3: Verifying Checksum 07:20:48 69ca0ff8b7b3: Download complete 07:20:48 b538f80385f9: Verifying Checksum 07:20:48 b538f80385f9: Download complete 07:20:49 b538f80385f9: Pull complete 07:20:49 Still waiting to schedule task 07:20:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:20:50 74f711af9a0d: Pull complete 07:20:50 99f96fe45779: Pull complete 07:20:51 209524e5b208: Verifying Checksum 07:20:51 209524e5b208: Download complete 07:20:52 8529a6b9a6be: Verifying Checksum 07:20:52 8529a6b9a6be: Download complete 07:21:04 8529a6b9a6be: Pull complete 07:21:04 45590311c82a: Pull complete 07:21:04 69ca0ff8b7b3: Pull complete 07:21:07 209524e5b208: Pull complete 07:21:07 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:21:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:21:07 ---> 5bddaf1c2fca 07:21:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:21:10 ---> Running in 2a35ec58e4fd 07:21:10 Removing intermediate container 2a35ec58e4fd 07:21:10 ---> 76323f571e6b 07:21:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:10 ---> Running in be158d354d48 07:21:13 Removing intermediate container be158d354d48 07:21:13 ---> c0b7af06d584 07:21:13 Step 5/8 : RUN apk add --no-cache make git 07:21:13 ---> Running in f2f433cea60a 07:21:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:21:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:21:16 OK: 142 MiB in 39 packages 07:21:17 Removing intermediate container f2f433cea60a 07:21:17 ---> 32cb49e4f3c0 07:21:17 Step 6/8 : WORKDIR /device-sdk-go 07:21:17 ---> Running in c105e0cf1b4d 07:21:18 Removing intermediate container c105e0cf1b4d 07:21:18 ---> c2a0032b81e2 07:21:18 Step 7/8 : COPY . . 07:21:19 ---> e0464f5a4669 07:21:19 Step 8/8 : RUN go mod download 07:21:19 ---> Running in cebeb61ef7c3 07:21:41 Removing intermediate container cebeb61ef7c3 07:21:41 ---> 4b772c8bf99b 07:21:41 Successfully built 4b772c8bf99b 07:21:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:21:42 + docker inspect -f . ci-base-image-arm64 07:21:42 . [Pipeline] withDockerContainer 07:21:42 prd-ubuntu18.04-docker-arm64-4c-16g-5809 does not seem to be running inside a container 07:21:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/79 -v /w/workspace/device-sdk-go/79:/w/workspace/device-sdk-go/79:rw,z -v /w/workspace/device-sdk-go/79@tmp:/w/workspace/device-sdk-go/79@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 07:21:44 $ docker top dfac1bc738abc1402d3c2800db9588016b68423939c4e10cb4b0da4e9a673c38 -eo pid,comm [Pipeline] { [Pipeline] sh 07:21:45 + go version 07:21:45 go version go1.15.2 linux/arm64 [Pipeline] } 07:21:45 $ docker stop --time=1 dfac1bc738abc1402d3c2800db9588016b68423939c4e10cb4b0da4e9a673c38 07:21:47 $ docker rm -f dfac1bc738abc1402d3c2800db9588016b68423939c4e10cb4b0da4e9a673c38 [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:21:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:21:51 + ls -al . 07:21:51 total 100 07:21:51 drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 07:20 . 07:21:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 .. 07:21:51 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 07:20 .dockerignore 07:21:51 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 07:20 .git 07:21:51 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 07:20 .github 07:21:51 -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 07:20 .gitignore 07:21:51 -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 07:20 Dockerfile.build 07:21:51 -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 07:20 Jenkinsfile 07:21:51 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 07:20 LICENSE 07:21:51 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 07:20 Makefile 07:21:51 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 07:20 README.md 07:21:51 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 07:20 RELEASE-NOTES.txt 07:21:51 -rw-rw-r-- 1 jenkins jenkins 12 Oct 16 07:20 VERSION 07:21:51 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 07:20 bin 07:21:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 example 07:21:51 -rw-rw-r-- 1 jenkins jenkins 517 Oct 16 07:20 go.mod 07:21:51 drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 07:20 internal 07:21:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 openapi 07:21:51 drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 07:20 pkg 07:21:51 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 snap 07:21:51 -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 07:20 version.go [Pipeline] isUnix [Pipeline] sh 07:21:52 + 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=d41dfb76324865f87a7aea80ddd0df968928e1d8 --label arch=arm64 --label version=1.2.4-dev.28 . 07:21:52 Sending build context to Docker daemon 2.318MB 07:21:52 Step 1/24 : ARG BASE=golang:1.15-alpine 07:21:52 Step 2/24 : FROM ${BASE} AS builder 07:21:52 ---> 4b772c8bf99b 07:21:52 Step 3/24 : ARG MAKE='make build' 07:21:52 ---> Running in 49268e22293e 07:21:53 Removing intermediate container 49268e22293e 07:21:53 ---> 6f44583db310 07:21:53 Step 4/24 : WORKDIR /device-sdk-go 07:21:53 ---> Running in 57efcaa6c756 07:21:53 Removing intermediate container 57efcaa6c756 07:21:53 ---> 4844fe3b6e88 07:21:53 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:21:54 ---> Running in f9623fd6466e 07:21:54 Removing intermediate container f9623fd6466e 07:21:54 ---> 719e344b5c9c 07:21:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:54 ---> Running in 118dd9e2e0ba 07:21:57 Removing intermediate container 118dd9e2e0ba 07:21:57 ---> ed4bc4e26831 07:21:57 Step 7/24 : RUN apk add --update --no-cache make git 07:21:57 ---> Running in df5e62c3889a 07:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:21:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:22:00 OK: 142 MiB in 39 packages 07:22:01 Removing intermediate container df5e62c3889a 07:22:01 ---> f84de8e0effe 07:22:01 Step 8/24 : COPY . . 07:22:02 ---> 93b9e83d36bf 07:22:02 Step 9/24 : RUN ${MAKE} 07:22:02 ---> Running in bf31cafc200c 07:22:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:22:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:22:30 Removing intermediate container bf31cafc200c 07:22:30 ---> 835172d23aec 07:22:30 Step 10/24 : FROM scratch 07:22:30 ---> 07:22:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:22:30 ---> Running in 9e798717bb51 07:22:30 Removing intermediate container 9e798717bb51 07:22:30 ---> 27f72921d877 07:22:30 Step 12/24 : ENV APP_PORT=49990 07:22:31 ---> Running in 95db75637e31 07:22:31 Removing intermediate container 95db75637e31 07:22:31 ---> bda414a76526 07:22:31 Step 13/24 : EXPOSE $APP_PORT 07:22:31 ---> Running in 138af53fa97e 07:22:31 Removing intermediate container 138af53fa97e 07:22:31 ---> b20daa8f92e1 07:22:31 Step 14/24 : WORKDIR / 07:22:31 ---> Running in ffc391ab12be 07:22:32 Removing intermediate container ffc391ab12be 07:22:32 ---> 8e2ed5e37760 07:22:32 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:22:33 ---> e2a10f038038 07:22:33 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:22:34 ---> 04568c6629d4 07:22:34 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:22:35 ---> 5f9514d3d81a 07:22:35 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:22:35 ---> 70d664f33e4a 07:22:35 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:22:36 ---> 0c3baf302998 07:22:36 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:22:36 ---> Running in fc44729e5394 07:22:36 Removing intermediate container fc44729e5394 07:22:36 ---> cebee12778b3 07:22:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:37 ---> Running in b1e90c0d3c61 07:22:37 Removing intermediate container b1e90c0d3c61 07:22:37 ---> 4d8eefee2848 07:22:37 Step 22/24 : LABEL arch=arm64 07:22:37 ---> Running in 1b3129774baf 07:22:38 Removing intermediate container 1b3129774baf 07:22:38 ---> ee69eecfcced 07:22:38 Step 23/24 : LABEL git_sha=d41dfb76324865f87a7aea80ddd0df968928e1d8 07:22:38 ---> Running in 7fd343146d39 07:22:38 Removing intermediate container 7fd343146d39 07:22:38 ---> bce3e68f4e17 07:22:38 Step 24/24 : LABEL version=1.2.4-dev.28 07:22:38 ---> Running in 4ce1a280e7cb 07:22:39 Removing intermediate container 4ce1a280e7cb 07:22:39 ---> 214c80e9c9c8 07:22:39 [Warning] One or more build-args [ARCH] were not consumed 07:22:39 Successfully built 214c80e9c9c8 07:22:39 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] } 07:24:05 Running on prd-centos7-docker-4c-2g-5817 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:24:05 Running in /w/workspace/device-sdk-go/79 [Pipeline] { [Pipeline] checkout 07:24:08 using credential edgex-jenkins-ssh 07:24:08 Cloning the remote Git repository 07:24:08 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:24:08 > git init /w/workspace/device-sdk-go/79 # timeout=10 07:24:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:24:08 > git --version # timeout=10 07:24:08 > git --version # 'git version 2.16.5' 07:24:08 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:24:09 Checking out Revision d41dfb76324865f87a7aea80ddd0df968928e1d8 (master) 07:24:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:24:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:24:09 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:24:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:24:09 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:24:09 > git config core.sparsecheckout # timeout=10 07:24:10 > git checkout -f d41dfb76324865f87a7aea80ddd0df968928e1d8 # timeout=10 07:24:13 Commit message: "Merge pull request #628 from hahattan/issue-547" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:24:14 ========================================================= 07:24:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:24:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:24:15 + 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:24:15 Sending build context to Docker daemon 2.318MB 07:24:15 Step 1/8 : ARG BASE=golang:1.15-alpine 07:24:15 Step 2/8 : FROM ${BASE} 07:24:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:24:15 df20fa9351a1: Pulling fs layer 07:24:15 ed8968b2872e: Pulling fs layer 07:24:15 a92cc7c5fd73: Pulling fs layer 07:24:15 e871e8e8d7a9: Pulling fs layer 07:24:15 e73272ec9a57: Pulling fs layer 07:24:15 1e910a182e73: Pulling fs layer 07:24:15 4e634b169226: Pulling fs layer 07:24:15 e871e8e8d7a9: Waiting 07:24:15 e73272ec9a57: Waiting 07:24:15 1e910a182e73: Waiting 07:24:15 4e634b169226: Waiting 07:24:15 a92cc7c5fd73: Verifying Checksum 07:24:15 a92cc7c5fd73: Download complete 07:24:15 ed8968b2872e: Verifying Checksum 07:24:15 ed8968b2872e: Download complete 07:24:16 e73272ec9a57: Download complete 07:24:16 1e910a182e73: Verifying Checksum 07:24:16 1e910a182e73: Download complete 07:24:16 df20fa9351a1: Verifying Checksum 07:24:16 df20fa9351a1: Download complete 07:24:16 df20fa9351a1: Pull complete 07:24:16 ed8968b2872e: Pull complete 07:24:16 a92cc7c5fd73: Pull complete 07:24:17 4e634b169226: Verifying Checksum 07:24:17 4e634b169226: Download complete 07:24:18 e871e8e8d7a9: Verifying Checksum 07:24:18 e871e8e8d7a9: Download complete 07:24:24 e871e8e8d7a9: Pull complete 07:24:24 e73272ec9a57: Pull complete 07:24:24 1e910a182e73: Pull complete 07:24:32 4e634b169226: Pull complete 07:24:32 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:24:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:24:32 ---> f7629b54cfaa 07:24:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:24:32 ---> Running in 8a648367fe47 07:24:32 Removing intermediate container 8a648367fe47 07:24:32 ---> 5d56fe7acb3b 07:24:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:24:32 ---> Running in cb95e5627d97 07:24:32 Removing intermediate container cb95e5627d97 07:24:32 ---> 0e9b38f95547 07:24:32 Step 5/8 : RUN apk add --no-cache make git 07:24:33 ---> Running in 571d97958530 07:24:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:24:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:24:34 OK: 166 MiB in 39 packages 07:24:35 Removing intermediate container 571d97958530 07:24:35 ---> ca04d9c80347 07:24:35 Step 6/8 : WORKDIR /device-sdk-go 07:24:35 ---> Running in e4f25120d594 07:24:35 Removing intermediate container e4f25120d594 07:24:35 ---> 8c714eab3c42 07:24:35 Step 7/8 : COPY . . 07:24:36 ---> f6583f90ccd6 07:24:36 Step 8/8 : RUN go mod download 07:24:36 ---> Running in 6a22d10eebc9 07:24:58 Removing intermediate container 6a22d10eebc9 07:24:58 ---> 68a6a57c73dc 07:24:58 Successfully built 68a6a57c73dc 07:24:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:24:59 + docker inspect -f . ci-base-image-x86_64 07:24:59 . [Pipeline] withDockerContainer 07:24:59 prd-centos7-docker-4c-2g-5817 does not seem to be running inside a container 07:24:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/79 -v /w/workspace/device-sdk-go/79:/w/workspace/device-sdk-go/79:rw,z -v /w/workspace/device-sdk-go/79@tmp:/w/workspace/device-sdk-go/79@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 07:24:59 $ docker top cf47b23024612c14ad809ce94bfb89a6ee2cb82b22b583e42af9d71323fabef9 -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:00 + go version 07:25:00 go version go1.15.2 linux/amd64 [Pipeline] } 07:25:00 $ docker stop --time=1 cf47b23024612c14ad809ce94bfb89a6ee2cb82b22b583e42af9d71323fabef9 07:25:01 $ docker rm -f cf47b23024612c14ad809ce94bfb89a6ee2cb82b22b583e42af9d71323fabef9 [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 07:25:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:25:03 + ls -al . 07:25:03 total 64 07:25:03 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 07:24 . 07:25:03 drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 07:24 .. 07:25:03 drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 07:24 bin 07:25:03 -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 07:24 Dockerfile.build 07:25:03 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 07:24 .dockerignore 07:25:03 drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 07:24 example 07:25:03 drwxrwxr-x. 8 jenkins jenkins 162 Oct 16 07:24 .git 07:25:03 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 07:24 .github 07:25:03 -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 07:24 .gitignore 07:25:03 -rw-rw-r--. 1 jenkins jenkins 517 Oct 16 07:24 go.mod 07:25:03 drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 07:24 internal 07:25:03 -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 07:24 Jenkinsfile 07:25:03 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 07:24 LICENSE 07:25:03 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 07:24 Makefile 07:25:03 drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 07:24 openapi 07:25:03 drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 07:24 pkg 07:25:03 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 07:24 README.md 07:25:03 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 07:24 RELEASE-NOTES.txt 07:25:03 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 07:24 snap 07:25:03 -rw-rw-r--. 1 jenkins jenkins 12 Oct 16 07:20 VERSION 07:25:03 -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 07:24 version.go [Pipeline] isUnix [Pipeline] sh 07:25:03 + 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=d41dfb76324865f87a7aea80ddd0df968928e1d8 --label arch=amd64 --label version=1.2.4-dev.28 . 07:25:03 Sending build context to Docker daemon 2.318MB 07:25:03 Step 1/24 : ARG BASE=golang:1.15-alpine 07:25:03 Step 2/24 : FROM ${BASE} AS builder 07:25:03 ---> 68a6a57c73dc 07:25:03 Step 3/24 : ARG MAKE='make build' 07:25:04 ---> Running in 83a8de27e8f7 07:25:04 Removing intermediate container 83a8de27e8f7 07:25:04 ---> ef5cafb82358 07:25:04 Step 4/24 : WORKDIR /device-sdk-go 07:25:04 ---> Running in e730ea498482 07:25:04 Removing intermediate container e730ea498482 07:25:04 ---> b68a3cb95894 07:25:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:25:04 ---> Running in b853b7d0f227 07:25:04 Removing intermediate container b853b7d0f227 07:25:04 ---> 944bc50121ae 07:25:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:25:05 ---> Running in 0f7ddf1e2ddb 07:25:05 Removing intermediate container 0f7ddf1e2ddb 07:25:05 ---> 5986720580e0 07:25:05 Step 7/24 : RUN apk add --update --no-cache make git 07:25:05 ---> Running in 2b8cd551ea99 07:25:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:25:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:25:07 OK: 166 MiB in 39 packages 07:25:07 Removing intermediate container 2b8cd551ea99 07:25:07 ---> 61647edf5ac5 07:25:07 Step 8/24 : COPY . . 07:25:08 ---> 9187a8e4438d 07:25:08 Step 9/24 : RUN ${MAKE} 07:25:08 ---> Running in 8a330c7b0cd4 07:25:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:25:17 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:25:19 Removing intermediate container 8a330c7b0cd4 07:25:19 ---> 770dc0805fe6 07:25:19 Step 10/24 : FROM scratch 07:25:19 ---> 07:25:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:25:19 ---> Running in 3e0a0fb96463 07:25:19 Removing intermediate container 3e0a0fb96463 07:25:19 ---> ad4aeb6d6d4f 07:25:19 Step 12/24 : ENV APP_PORT=49990 07:25:19 ---> Running in 202656b95d15 07:25:19 Removing intermediate container 202656b95d15 07:25:19 ---> a7c5d2aeff68 07:25:19 Step 13/24 : EXPOSE $APP_PORT 07:25:19 ---> Running in 7963c8860bc8 07:25:19 Removing intermediate container 7963c8860bc8 07:25:19 ---> 1eb4d8fde7bf 07:25:19 Step 14/24 : WORKDIR / 07:25:19 ---> Running in 96284cacadcd 07:25:19 Removing intermediate container 96284cacadcd 07:25:19 ---> d69032303b27 07:25:19 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:25:20 ---> bc1d675b6fdd 07:25:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:25:20 ---> ebf4f977eb73 07:25:20 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:25:20 ---> b7ffb333bddd 07:25:20 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:25:20 ---> f9c42a49ce38 07:25:20 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:25:21 ---> 312b87d1f754 07:25:21 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:25:21 ---> Running in 6e852d634946 07:25:21 Removing intermediate container 6e852d634946 07:25:21 ---> 1633377fc3d6 07:25:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:25:21 ---> Running in 2e53ce6edf5c 07:25:21 Removing intermediate container 2e53ce6edf5c 07:25:21 ---> 7b22a8e95324 07:25:21 Step 22/24 : LABEL arch=amd64 07:25:21 ---> Running in a5e4b1fc8f9e 07:25:21 Removing intermediate container a5e4b1fc8f9e 07:25:21 ---> ef53db1ea2db 07:25:21 Step 23/24 : LABEL git_sha=d41dfb76324865f87a7aea80ddd0df968928e1d8 07:25:21 ---> Running in e741401360cc 07:25:21 Removing intermediate container e741401360cc 07:25:21 ---> 1671c7b8222c 07:25:21 Step 24/24 : LABEL version=1.2.4-dev.28 07:25:22 ---> Running in 718764f9f6b3 07:25:22 Removing intermediate container 718764f9f6b3 07:25:22 ---> 7e9947a40284 07:25:22 [Warning] One or more build-args [ARCH] were not consumed 07:25:22 Successfully built 7e9947a40284 07:25:22 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 07:25:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:25:24 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:25:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:25:24 07:25:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:25:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:25:25 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:25:25 cbdbe7a5bc2a: Pulling fs layer 07:25:25 408f87550127: Pulling fs layer 07:25:25 fe522b08c979: Pulling fs layer 07:25:25 221eaa008020: Pulling fs layer 07:25:25 2a4607e5d6b9: Pulling fs layer 07:25:25 8f79b27c4fd2: Pulling fs layer 07:25:25 e5c8dbe1645b: Pulling fs layer 07:25:25 23e8b3b47431: Pulling fs layer 07:25:25 5c568d65a230: Pulling fs layer 07:25:25 8f79b27c4fd2: Waiting 07:25:25 e5c8dbe1645b: Waiting 07:25:25 23e8b3b47431: Waiting 07:25:25 5c568d65a230: Waiting 07:25:25 221eaa008020: Waiting 07:25:25 2a4607e5d6b9: Waiting 07:25:25 fe522b08c979: Verifying Checksum 07:25:25 fe522b08c979: Download complete 07:25:25 408f87550127: Verifying Checksum 07:25:25 408f87550127: Download complete 07:25:25 2a4607e5d6b9: Verifying Checksum 07:25:25 2a4607e5d6b9: Download complete 07:25:25 8f79b27c4fd2: Verifying Checksum 07:25:25 8f79b27c4fd2: Download complete 07:25:25 cbdbe7a5bc2a: Verifying Checksum 07:25:26 cbdbe7a5bc2a: Pull complete 07:25:26 408f87550127: Pull complete 07:25:26 fe522b08c979: Pull complete 07:25:27 e5c8dbe1645b: Verifying Checksum 07:25:27 e5c8dbe1645b: Download complete 07:25:28 23e8b3b47431: Verifying Checksum 07:25:28 23e8b3b47431: Download complete 07:25:29 5c568d65a230: Verifying Checksum 07:25:29 5c568d65a230: Download complete 07:25:32 221eaa008020: Verifying Checksum 07:25:32 221eaa008020: Download complete 07:25:45 221eaa008020: Pull complete 07:25:45 2a4607e5d6b9: Pull complete 07:25:45 8f79b27c4fd2: Pull complete 07:25:45 e5c8dbe1645b: Pull complete 07:25:49 23e8b3b47431: Pull complete 07:25:51 5c568d65a230: Pull complete 07:25:51 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:25:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:25:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:25:51 prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container 07:25:51 $ 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 07:25:53 $ docker top ddb65f2194bd609ed8ba04fcbe29a9dbd2dda104ce3a683785e66acfe4d1eb7f -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:54 + snyk monitor '--org=edgex-jenkins' 07:26:00 07:26:00 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 07:26:00 07:26:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/1e6dc1a4-8f58-4a63-a89a-29e3a7095bdc 07:26:00 07:26:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:26:00 07:26:00 07:26:00 Snyk CLI supports Node.js 8 and higher. 07:26:00 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:26:00 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:26:00 07:26:00 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:26:00 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 07:26:00 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 07:26:00 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:26:00 $ docker stop --time=1 ddb65f2194bd609ed8ba04fcbe29a9dbd2dda104ce3a683785e66acfe4d1eb7f 07:26:03 $ docker rm -f ddb65f2194bd609ed8ba04fcbe29a9dbd2dda104ce3a683785e66acfe4d1eb7f [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:26:05 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:26:05 provisioning config files... 07:26:05 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3568523173637897481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:26:05 --> edgex-publish-swagger.sh 07:26:05 === Publish openapi/v1 API === 07:26:05 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:26:05 [publishToSwagger] Publishing API Name [device-sdk] 07:26:05 % Total % Received % Xferd Average Speed Time Time Time Current 07:26:05 Dload Upload Total Spent Left Speed 07:26:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 22895 --:--:-- --:--:-- --:--:-- 22914 100 20188 0 0 100 20188 0 22890 --:--:-- --:--:-- --:--:-- 22914 07:26:06 07:26:06 07:26:06 === Publish openapi/v2 API === 07:26:06 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:26:06 [publishToSwagger] Publishing API Name [device-sdk] 07:26:06 % Total % Received % Xferd Average Speed Time Time Time Current 07:26:06 Dload Upload Total Spent Left Speed 07:26:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 68252 --:--:-- --:--:-- --:--:-- 68341 07:26:07 07:26:07 [Pipeline] } 07:26:07 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:26:08 + git log --format=format:%s -1 d41dfb76324865f87a7aea80ddd0df968928e1d8 [Pipeline] isUnix [Pipeline] sh 07:26:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:08 . [Pipeline] withDockerContainer 07:26:08 prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container 07:26:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:26:10 $ docker top f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:26:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:10 [ssh-agent] Looking for ssh-agent implementation... 07:26:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:11 $ docker exec f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 ssh-agent 07:26:11 SSH_AUTH_SOCK=/tmp/ssh-p5Aps4uHQ3q4/agent.11 07:26:11 SSH_AGENT_PID=16 07:26:11 Running ssh-add (command line suppressed) 07:26:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6393955866672024802.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6393955866672024802.key) 07:26:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:12 + git semver tag 07:26:12 # -> Open(): unable to determine branch for HEAD 07:26:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:26:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:26:12 # $SEMVER_REMOTE_NAME = origin 07:26:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:26:12 # $SEMVER_USER_NAME = edgex-jenkins 07:26:12 # $SEMVER_BRANCH = master 07:26:12 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:26:12 # d41dfb76324865f87a7aea80ddd0df968928e1d8 HEAD 07:26:12 # -> Force: false 07:26:12 # 14342a6119c019233f02fd5a734499031e93b1d4 refs/tags/v1.2.4-dev.28 [Pipeline] } 07:26:12 $ docker exec --env ******** --env ******** f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 ssh-agent -k 07:26:12 unset SSH_AUTH_SOCK; 07:26:12 unset SSH_AGENT_PID; 07:26:12 echo Agent pid 16 killed; 07:26:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:26:13 + git semver [Pipeline] } 07:26:13 $ docker stop --time=1 f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 07:26:15 $ docker rm -f f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:26:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:26:16 07:26:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:26:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:26:16 0.23.1-centos7: Pulling from edgex-lftools 07:26:16 ab5ef0e58194: Pulling fs layer 07:26:16 9712f1f96733: Pulling fs layer 07:26:16 63f879dbbcfc: Pulling fs layer 07:26:16 0d9ebad4ef96: Pulling fs layer 07:26:16 e9a5061849ea: Pulling fs layer 07:26:16 d747dcd14b5f: Pulling fs layer 07:26:16 2de7ff778b66: Pulling fs layer 07:26:16 0d9ebad4ef96: Waiting 07:26:16 d747dcd14b5f: Waiting 07:26:16 2de7ff778b66: Waiting 07:26:16 e9a5061849ea: Waiting 07:26:16 9712f1f96733: Verifying Checksum 07:26:16 9712f1f96733: Download complete 07:26:27 63f879dbbcfc: Verifying Checksum 07:26:27 63f879dbbcfc: Download complete 07:26:27 e9a5061849ea: Verifying Checksum 07:26:27 e9a5061849ea: Download complete 07:26:27 d747dcd14b5f: Verifying Checksum 07:26:27 d747dcd14b5f: Download complete 07:26:27 2de7ff778b66: Verifying Checksum 07:26:27 2de7ff778b66: Download complete 07:26:30 0d9ebad4ef96: Verifying Checksum 07:26:30 0d9ebad4ef96: Download complete 07:26:31 ab5ef0e58194: Verifying Checksum 07:26:31 ab5ef0e58194: Download complete 07:26:40 ab5ef0e58194: Pull complete 07:26:40 9712f1f96733: Pull complete 07:26:42 63f879dbbcfc: Pull complete 07:26:53 0d9ebad4ef96: Pull complete 07:26:54 e9a5061849ea: Pull complete 07:26:54 d747dcd14b5f: Pull complete 07:26:58 2de7ff778b66: Pull complete 07:26:58 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:26:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:26:58 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:26:59 prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container 07:26:59 $ 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 07:27:02 $ docker top 029850a77e9085903ecedc587fc03af178f0820bcba7a2148a01f44b42392f8b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:27:03 provisioning config files... 07:27:03 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2872879493778972684tmp 07:27:03 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1341465826549432219tmp 07:27:03 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8641654076579269472tmp [Pipeline] { [Pipeline] echo 07:27:03 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:27:03 ---> sigul-configuration.sh 07:27:03 gpg: directory `/root/.gnupg' created 07:27:03 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:27:03 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:27:03 gpg: keyring `/root/.gnupg/secring.gpg' created 07:27:03 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:27:03 gpg: CAST5 encrypted data 07:27:03 gpg: encrypted with 1 passphrase 07:27:03 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:27:04 + mkdir /home/jenkins 07:27:04 + mkdir /home/jenkins/sigul [Pipeline] sh 07:27:04 + 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:27:04 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:27:05 ---> sigul-install.sh 07:27:13 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:27:14 + git tag --list 07:27:14 0.7.1 07:27:14 delhi-tag 07:27:14 v1.0.0 07:27:14 v1.1.0 07:27:14 v1.1.1 07:27:14 v1.1.2 07:27:14 v1.2.0 07:27:14 v1.2.1 07:27:14 v1.2.2 07:27:14 v1.2.3 07:27:14 v1.2.4-dev.1 07:27:14 v1.2.4-dev.10 07:27:14 v1.2.4-dev.11 07:27:14 v1.2.4-dev.12 07:27:14 v1.2.4-dev.13 07:27:14 v1.2.4-dev.14 07:27:14 v1.2.4-dev.15 07:27:14 v1.2.4-dev.16 07:27:14 v1.2.4-dev.17 07:27:14 v1.2.4-dev.18 07:27:14 v1.2.4-dev.19 07:27:14 v1.2.4-dev.2 07:27:14 v1.2.4-dev.20 07:27:14 v1.2.4-dev.21 07:27:14 v1.2.4-dev.22 07:27:14 v1.2.4-dev.23 07:27:14 v1.2.4-dev.24 07:27:14 v1.2.4-dev.25 07:27:14 v1.2.4-dev.26 07:27:14 v1.2.4-dev.27 07:27:14 v1.2.4-dev.28 07:27:14 v1.2.4-dev.3 07:27:14 v1.2.4-dev.4 07:27:14 v1.2.4-dev.5 07:27:14 v1.2.4-dev.6 07:27:14 v1.2.4-dev.7 07:27:14 v1.2.4-dev.8 07:27:14 v1.2.4-dev.9 [Pipeline] sh 07:27:14 + lftools sign git-tag v1.2.4-dev.28 07:27:16 Signing Git tag with Sigul... 07:27:16 Signing v1.2.4-dev.28 [Pipeline] echo 07:27:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:27:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:27:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:27:18 $ docker stop --time=1 029850a77e9085903ecedc587fc03af178f0820bcba7a2148a01f44b42392f8b 07:27:20 $ docker rm -f 029850a77e9085903ecedc587fc03af178f0820bcba7a2148a01f44b42392f8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:27:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:27:21 . [Pipeline] withDockerContainer 07:27:21 prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container 07:27:21 $ 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 07:27:23 $ docker top 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:23 [ssh-agent] Looking for ssh-agent implementation... 07:27:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:24 $ docker exec 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c ssh-agent 07:27:24 SSH_AUTH_SOCK=/tmp/ssh-pi2TBz1RKZ9N/agent.12 07:27:24 SSH_AGENT_PID=17 07:27:24 Running ssh-add (command line suppressed) 07:27:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_492326027591045376.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_492326027591045376.key) 07:27:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:25 + git semver bump pre 07:27:26 # -> Open(): unable to determine branch for HEAD 07:27:26 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:27:26 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:27:26 # $SEMVER_REMOTE_NAME = origin 07:27:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:27:26 # $SEMVER_USER_NAME = edgex-jenkins 07:27:26 # $SEMVER_BRANCH = master 07:27:26 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:27:26 1.2.4-dev.29 [Pipeline] } 07:27:26 $ docker exec --env ******** --env ******** 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c ssh-agent -k 07:27:26 unset SSH_AUTH_SOCK; 07:27:26 unset SSH_AGENT_PID; 07:27:26 echo Agent pid 17 killed; 07:27:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:26 + git semver [Pipeline] } 07:27:26 $ docker stop --time=1 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c 07:27:28 $ docker rm -f 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:27:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:27:28 . [Pipeline] withDockerContainer 07:27:28 prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container 07:27:29 $ 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 07:27:29 $ docker top fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:27:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:27:30 [ssh-agent] Looking for ssh-agent implementation... 07:27:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:27:30 $ docker exec fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 ssh-agent 07:27:30 SSH_AUTH_SOCK=/tmp/ssh-FNtnYfXFbT4l/agent.11 07:27:30 SSH_AGENT_PID=16 07:27:30 Running ssh-add (command line suppressed) 07:27:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9801878371661063.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9801878371661063.key) 07:27:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:27:31 + git semver push 07:27:31 # -> Open(): unable to determine branch for HEAD 07:27:31 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:27:31 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:27:31 # $SEMVER_REMOTE_NAME = origin 07:27:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:27:31 # $SEMVER_USER_NAME = edgex-jenkins 07:27:31 # $SEMVER_BRANCH = master 07:27:31 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:27:39 $ docker exec --env ******** --env ******** fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 ssh-agent -k 07:27:40 unset SSH_AUTH_SOCK; 07:27:40 unset SSH_AGENT_PID; 07:27:40 echo Agent pid 16 killed; 07:27:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:41 + git semver [Pipeline] } 07:27:41 $ docker stop --time=1 fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 07:27:42 $ docker rm -f fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 [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:27:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:27:44 ---> package-listing.sh 07:27:44 ++ facter osfamily 07:27:44 ++ tr '[:upper:]' '[:lower:]' 07:27:44 + OS_FAMILY=redhat 07:27:44 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:27:44 + START_PACKAGES=/tmp/packages_start.txt 07:27:44 + END_PACKAGES=/tmp/packages_end.txt 07:27:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:27:44 + PACKAGES=/tmp/packages_start.txt 07:27:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:27:44 + PACKAGES=/tmp/packages_end.txt 07:27:44 + case "${OS_FAMILY}" in 07:27:44 + rpm -qa 07:27:44 + sort 07:27:48 + '[' -f /tmp/packages_start.txt ']' 07:27:48 + '[' -f /tmp/packages_end.txt ']' 07:27:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:27:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:27:48 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:27:48 + 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:27:48 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:27:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:27:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:27:49 07:27:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:27:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:27:50 alpine: Pulling from edgex-lftools-log-publisher 07:27:50 df20fa9351a1: Pulling fs layer 07:27:50 36b3adc4ff6f: Pulling fs layer 07:27:50 8ad3a11d3b57: Pulling fs layer 07:27:50 46f8f816bc3b: Pulling fs layer 07:27:50 93b61091891f: Pulling fs layer 07:27:50 93b9cdb0e59b: Pulling fs layer 07:27:50 5e14af77c1be: Pulling fs layer 07:27:50 01666e4c0597: Pulling fs layer 07:27:50 aa168da1d23b: Pulling fs layer 07:27:50 46f8f816bc3b: Waiting 07:27:50 93b61091891f: Waiting 07:27:50 93b9cdb0e59b: Waiting 07:27:50 5e14af77c1be: Waiting 07:27:50 01666e4c0597: Waiting 07:27:50 aa168da1d23b: Waiting 07:27:50 36b3adc4ff6f: Verifying Checksum 07:27:50 36b3adc4ff6f: Download complete 07:27:50 46f8f816bc3b: Verifying Checksum 07:27:50 46f8f816bc3b: Download complete 07:27:50 df20fa9351a1: Download complete 07:27:50 93b9cdb0e59b: Verifying Checksum 07:27:50 93b9cdb0e59b: Download complete 07:27:50 5e14af77c1be: Verifying Checksum 07:27:50 5e14af77c1be: Download complete 07:27:50 01666e4c0597: Verifying Checksum 07:27:50 01666e4c0597: Download complete 07:27:50 93b61091891f: Verifying Checksum 07:27:50 93b61091891f: Download complete 07:27:51 df20fa9351a1: Pull complete 07:27:51 36b3adc4ff6f: Pull complete 07:27:51 8ad3a11d3b57: Verifying Checksum 07:27:51 8ad3a11d3b57: Download complete 07:27:53 8ad3a11d3b57: Pull complete 07:27:53 46f8f816bc3b: Pull complete 07:27:54 93b61091891f: Pull complete 07:27:54 93b9cdb0e59b: Pull complete 07:27:54 5e14af77c1be: Pull complete 07:27:55 01666e4c0597: Pull complete 07:27:55 aa168da1d23b: Verifying Checksum 07:27:55 aa168da1d23b: Download complete 07:28:05 aa168da1d23b: Pull complete 07:28:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:28:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:28:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:28:06 prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container 07:28:06 $ 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 07:28:10 $ docker top cfc04f62bf56808be938352e5292820dd4205bc5075e2a9c370b39819f28139a -eo pid,comm [Pipeline] { [Pipeline] sh 07:28:11 + touch /tmp/pre-build-complete [Pipeline] sh 07:28:11 + mkdir -p /var/log/sa [Pipeline] sh 07:28:12 + ls /var/log/sa-host 07:28:12 + sadf -c /var/log/sa-host/sa05 07:28:12 file_magic: OK 07:28:12 HZ: Using current value: 100 07:28:12 file_header: OK 07:28:12 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:28:12 Statistics: 07:28:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:28:12 File successfully converted to sysstat format version 12.2.1 07:28:12 + sadf -c /var/log/sa-host/sa16 07:28:12 file_magic: OK 07:28:12 HZ: Using current value: 100 07:28:12 file_header: OK 07:28:12 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:28:12 Statistics: 07:28:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:28:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:28:12 provisioning config files... 07:28:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1349049442666135711tmp [Pipeline] { [Pipeline] echo 07:28:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:28:13 ---> create-netrc.sh [Pipeline] } 07:28:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:28:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:28:13 ---> python-tools-install.sh [Pipeline] echo 07:28:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:28:13 ---> sudo-logs.sh 07:28:13 Archiving 'sudo' log.. [Pipeline] echo 07:28:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:28:14 ---> job-cost.sh 07:28:14 lf-activate-venv: SKIPPING 07:28:14 INFO: No Stack... 07:28:16 INFO: Retrieving Pricing Info for: v1-standard-2 07:28:16 INFO: Archiving Costs [Pipeline] echo 07:28:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:28:17 ---> logs-deploy.sh 07:28:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/79 07:28:17 INFO: archiving workspace using pattern(s): 07:28:19 Archives upload complete. 07:28:19 INFO: archiving logs to Nexus