Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6cec193abf44cabffe02bbcaff9748adb3f719d5 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-6232 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 6cec193abf44cabffe02bbcaff9748adb3f719d5 (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 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0" > git rev-list --no-walk 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:48:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:48:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:48:05 ========================================================= 07:48:05 EdgeX Global Pipelines Version Info 07:48:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:48:07 ------------------- 07:48:07 stable info: 07:48:07 ------------------- 07:48:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:48:07 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:48:07 Message: update stable to v1.0.144 07:48:08 ------------------- 07:48:08 experimental info: 07:48:08 ------------------- 07:48:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:48:08 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:48:08 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:48:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:48:08 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:48:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:48:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:48:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:48:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:48:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cec193abf44cabffe02bbcaff9748adb3f719d5 [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cec193 [Pipeline] echo 07:48:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:48:12 + git log --format=format:%s -1 6cec193abf44cabffe02bbcaff9748adb3f719d5 [Pipeline] echo 07:48:12 GIT_COMMIT: 6cec193abf44cabffe02bbcaff9748adb3f719d5, Commit Message: Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0 [Pipeline] echo 07:48:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:48:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:13 07:48:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:48:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:14 latest: Pulling from edgex-devops/git-semver 07:48:14 31603596830f: Pulling fs layer 07:48:14 2a8b12db71e7: Pulling fs layer 07:48:14 6ca5941a6612: Pulling fs layer 07:48:14 ecc8261a40a4: Pulling fs layer 07:48:14 ecc8261a40a4: Waiting 07:48:14 2a8b12db71e7: Verifying Checksum 07:48:14 2a8b12db71e7: Download complete 07:48:14 31603596830f: Verifying Checksum 07:48:14 31603596830f: Download complete 07:48:14 ecc8261a40a4: Download complete 07:48:14 6ca5941a6612: Download complete 07:48:14 31603596830f: Pull complete 07:48:15 2a8b12db71e7: Pull complete 07:48:16 6ca5941a6612: Pull complete 07:48:16 ecc8261a40a4: Pull complete 07:48:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:48:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:48:16 prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container 07:48:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:48:18 $ docker top 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:18 [ssh-agent] Looking for ssh-agent implementation... 07:48:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:18 $ docker exec 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent 07:48:18 SSH_AUTH_SOCK=/tmp/ssh-vUrPM11qABpu/agent.12 07:48:18 SSH_AGENT_PID=18 07:48:18 Running ssh-add (command line suppressed) 07:48:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2325663434849176810.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2325663434849176810.key) 07:48:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:19 + git tag --points-at HEAD [Pipeline] } 07:48:19 $ docker exec --env ******** --env ******** 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent -k 07:48:19 unset SSH_AUTH_SOCK; 07:48:19 unset SSH_AGENT_PID; 07:48:19 echo Agent pid 18 killed; 07:48:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:48:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:19 [ssh-agent] Looking for ssh-agent implementation... 07:48:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:19 $ docker exec 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent 07:48:20 SSH_AUTH_SOCK=/tmp/ssh-IRyM0JUI4CNP/agent.47 07:48:20 SSH_AGENT_PID=52 07:48:20 Running ssh-add (command line suppressed) 07:48:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4184836379591898113.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4184836379591898113.key) 07:48:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:20 + git semver init 07:48:20 # -> Open(): unable to determine branch for HEAD 07:48:20 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:48:20 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:48:20 # $SEMVER_REMOTE_NAME = origin 07:48:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:48:20 # $SEMVER_USER_NAME = edgex-jenkins 07:48:20 # $SEMVER_BRANCH = master 07:48:20 # $SEMVER_TEMP = /tmp/semver-536568955 07:48:20 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:48:21 # '/tmp/semver-536568955' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:48:21 # -> Force: false 07:48:21 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:48:21 $ docker exec --env ******** --env ******** 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent -k 07:48:21 unset SSH_AUTH_SOCK; 07:48:21 unset SSH_AGENT_PID; 07:48:21 echo Agent pid 52 killed; 07:48:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:22 + git semver [Pipeline] } 07:48:22 $ docker stop --time=1 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 07:48:23 $ docker rm -f 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 [Pipeline] // withDockerContainer [Pipeline] sh 07:48:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:48:24 Stashed 1 file(s) [Pipeline] echo 07:48:24 [edgeXSemver]: initialized semver on version 1.2.4-dev.31 [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:48:40 Still waiting to schedule task 07:48:40 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6233’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 07:48:40 Still waiting to schedule task 07:48:40 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 07:50:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6236 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:50:28 Running in /w/workspace/device-sdk-go/82 [Pipeline] { [Pipeline] checkout 07:50:33 using credential edgex-jenkins-ssh 07:50:33 Cloning the remote Git repository 07:50:33 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:50:33 > git init /w/workspace/device-sdk-go/82 # timeout=10 07:50:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:50:33 > git --version # timeout=10 07:50:33 > git --version # 'git version 2.17.1' 07:50:33 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:50:35 Checking out Revision 6cec193abf44cabffe02bbcaff9748adb3f719d5 (master) 07:50:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:50:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:50:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:50:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:50:34 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:50:35 > git config core.sparsecheckout # timeout=10 07:50:35 > git checkout -f 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 07:50:39 Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:50:40 ========================================================= 07:50:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:50:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:50:41 + 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:50:42 Sending build context to Docker daemon 2.312MB 07:50:42 Step 1/8 : ARG BASE=golang:1.15-alpine 07:50:42 Step 2/8 : FROM ${BASE} 07:50:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:50:42 b538f80385f9: Pulling fs layer 07:50:42 74f711af9a0d: Pulling fs layer 07:50:42 99f96fe45779: Pulling fs layer 07:50:42 8529a6b9a6be: Pulling fs layer 07:50:42 45590311c82a: Pulling fs layer 07:50:42 69ca0ff8b7b3: Pulling fs layer 07:50:42 209524e5b208: Pulling fs layer 07:50:42 45590311c82a: Waiting 07:50:42 69ca0ff8b7b3: Waiting 07:50:42 209524e5b208: Waiting 07:50:42 8529a6b9a6be: Waiting 07:50:42 99f96fe45779: Verifying Checksum 07:50:42 99f96fe45779: Download complete 07:50:42 74f711af9a0d: Verifying Checksum 07:50:42 74f711af9a0d: Download complete 07:50:42 45590311c82a: Verifying Checksum 07:50:42 45590311c82a: Download complete 07:50:42 69ca0ff8b7b3: Verifying Checksum 07:50:42 69ca0ff8b7b3: Download complete 07:50:42 b538f80385f9: Verifying Checksum 07:50:42 b538f80385f9: Download complete 07:50:43 b538f80385f9: Pull complete 07:50:44 74f711af9a0d: Pull complete 07:50:44 99f96fe45779: Pull complete 07:50:45 209524e5b208: Verifying Checksum 07:50:45 209524e5b208: Download complete 07:50:47 8529a6b9a6be: Verifying Checksum 07:50:47 8529a6b9a6be: Download complete 07:50:57 8529a6b9a6be: Pull complete 07:50:57 45590311c82a: Pull complete 07:50:57 69ca0ff8b7b3: Pull complete 07:51:01 209524e5b208: Pull complete 07:51:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:51:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:51:01 Running on prd-centos7-docker-4c-2g-6239 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:51:01 Running in /w/workspace/device-sdk-go/82 [Pipeline] { 07:51:01 ---> 5bddaf1c2fca 07:51:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] checkout 07:51:03 ---> Running in 6f28fb8c63ef 07:51:04 Removing intermediate container 6f28fb8c63ef 07:51:04 ---> b3d59d26b65a 07:51:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:04 ---> Running in b177518703a4 07:51:07 Removing intermediate container b177518703a4 07:51:07 ---> cbb04c27472b 07:51:07 Step 5/8 : RUN apk add --no-cache make git 07:51:07 ---> Running in ed6f677d9e8f 07:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:51:10 using credential edgex-jenkins-ssh 07:51:10 Cloning the remote Git repository 07:51:10 OK: 142 MiB in 39 packages 07:51:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:51:10 > git init /w/workspace/device-sdk-go/82 # timeout=10 07:51:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:51:10 > git --version # timeout=10 07:51:10 > git --version # 'git version 2.16.5' 07:51:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:51:11 Removing intermediate container ed6f677d9e8f 07:51:11 ---> cdb486c496f5 07:51:11 Step 6/8 : WORKDIR /device-sdk-go 07:51:11 ---> Running in 0102503be00d 07:51:12 Checking out Revision 6cec193abf44cabffe02bbcaff9748adb3f719d5 (master) 07:51:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:51:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:51:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:51:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:51:11 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:51:12 > git config core.sparsecheckout # timeout=10 07:51:12 > git checkout -f 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 07:51:12 Removing intermediate container 0102503be00d 07:51:12 ---> c8b3a5d153d4 07:51:12 Step 7/8 : COPY . . 07:51:13 ---> a2929480d4d7 07:51:13 Step 8/8 : RUN go mod download 07:51:13 ---> Running in 2cac7f6069da 07:51:16 Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:51:17 ========================================================= 07:51:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:51:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:51:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 07:51:18 Sending build context to Docker daemon 2.312MB 07:51:18 Step 1/8 : ARG BASE=golang:1.15-alpine 07:51:18 Step 2/8 : FROM ${BASE} 07:51:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:51:19 df20fa9351a1: Pulling fs layer 07:51:19 ed8968b2872e: Pulling fs layer 07:51:19 a92cc7c5fd73: Pulling fs layer 07:51:19 e871e8e8d7a9: Pulling fs layer 07:51:19 e73272ec9a57: Pulling fs layer 07:51:19 1e910a182e73: Pulling fs layer 07:51:19 4e634b169226: Pulling fs layer 07:51:19 e73272ec9a57: Waiting 07:51:19 1e910a182e73: Waiting 07:51:19 e871e8e8d7a9: Waiting 07:51:19 a92cc7c5fd73: Verifying Checksum 07:51:19 a92cc7c5fd73: Download complete 07:51:19 ed8968b2872e: Verifying Checksum 07:51:19 ed8968b2872e: Download complete 07:51:19 e73272ec9a57: Verifying Checksum 07:51:19 e73272ec9a57: Download complete 07:51:19 1e910a182e73: Download complete 07:51:20 df20fa9351a1: Verifying Checksum 07:51:20 df20fa9351a1: Download complete 07:51:20 df20fa9351a1: Pull complete 07:51:21 ed8968b2872e: Pull complete 07:51:21 a92cc7c5fd73: Pull complete 07:51:27 4e634b169226: Verifying Checksum 07:51:27 4e634b169226: Download complete 07:51:28 e871e8e8d7a9: Verifying Checksum 07:51:28 e871e8e8d7a9: Download complete 07:51:36 Removing intermediate container 2cac7f6069da 07:51:36 ---> beba49c82b07 07:51:36 Successfully built beba49c82b07 07:51:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:51:36 + docker inspect -f . ci-base-image-arm64 07:51:36 . [Pipeline] withDockerContainer 07:51:36 prd-ubuntu18.04-docker-arm64-4c-16g-6236 does not seem to be running inside a container 07:51:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/82 -v /w/workspace/device-sdk-go/82:/w/workspace/device-sdk-go/82:rw,z -v /w/workspace/device-sdk-go/82@tmp:/w/workspace/device-sdk-go/82@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:51:38 $ docker top 21c35831612564a51a5b9549fd8f7a9031b874d190742096c1816376f4ea65a9 -eo pid,comm 07:51:39 e871e8e8d7a9: Pull complete 07:51:39 e73272ec9a57: Pull complete 07:51:39 1e910a182e73: Pull complete [Pipeline] { [Pipeline] sh 07:51:40 + go version 07:51:40 go version go1.15.2 linux/arm64 [Pipeline] } 07:51:40 $ docker stop --time=1 21c35831612564a51a5b9549fd8f7a9031b874d190742096c1816376f4ea65a9 07:51:42 $ docker rm -f 21c35831612564a51a5b9549fd8f7a9031b874d190742096c1816376f4ea65a9 [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:51:45 4e634b169226: Pull complete 07:51:45 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:51:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:51:45 ---> f7629b54cfaa 07:51:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:51:45 ---> Running in ba5880e0d27b 07:51:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:51:46 Removing intermediate container ba5880e0d27b 07:51:46 ---> 0a18a207f36d 07:51:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:46 ---> Running in 6e8466a381af 07:51:46 + ls -al . 07:51:46 total 100 07:51:46 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:50 . 07:51:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 .. 07:51:46 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:50 .dockerignore 07:51:46 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:50 .git 07:51:46 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:50 .github 07:51:46 -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:50 .gitignore 07:51:46 -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:50 Dockerfile.build 07:51:46 -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:50 Jenkinsfile 07:51:46 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:50 LICENSE 07:51:46 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:50 Makefile 07:51:46 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:50 README.md 07:51:46 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:50 RELEASE-NOTES.txt 07:51:46 -rw-rw-r-- 1 jenkins jenkins 12 Oct 19 07:48 VERSION 07:51:46 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:50 bin 07:51:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 example 07:51:46 -rw-rw-r-- 1 jenkins jenkins 517 Oct 19 07:50 go.mod 07:51:46 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:50 internal 07:51:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 openapi 07:51:46 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:50 pkg 07:51:46 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 snap 07:51:46 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:50 version.go [Pipeline] isUnix [Pipeline] sh 07:51:46 + 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=6cec193abf44cabffe02bbcaff9748adb3f719d5 --label arch=arm64 --label version=1.2.4-dev.31 . 07:51:47 Sending build context to Docker daemon 2.312MB 07:51:47 Step 1/24 : ARG BASE=golang:1.15-alpine 07:51:47 Step 2/24 : FROM ${BASE} AS builder 07:51:47 ---> beba49c82b07 07:51:47 Step 3/24 : ARG MAKE='make build' 07:51:47 ---> Running in 4acb80bfb868 07:51:47 Removing intermediate container 4acb80bfb868 07:51:47 ---> e070a31ac186 07:51:47 Step 4/24 : WORKDIR /device-sdk-go 07:51:47 ---> Running in 35d6e4803fa1 07:51:48 Removing intermediate container 6e8466a381af 07:51:48 ---> d45e3372d65c 07:51:48 Step 5/8 : RUN apk add --no-cache make git 07:51:48 Removing intermediate container 35d6e4803fa1 07:51:48 ---> 3c59ad2f4ab4 07:51:48 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:51:48 ---> Running in 1b4423ee96cd 07:51:48 ---> Running in a7a8f86260b4 07:51:48 Removing intermediate container a7a8f86260b4 07:51:48 ---> e760a4d3125c 07:51:48 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:51:49 ---> Running in 2306bb122cc3 07:51:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:51:51 Removing intermediate container 2306bb122cc3 07:51:51 ---> a1748c1dd9ee 07:51:51 Step 7/24 : RUN apk add --update --no-cache make git 07:51:51 ---> Running in 80e0b1c20573 07:51:51 OK: 166 MiB in 39 packages 07:51:52 Removing intermediate container 1b4423ee96cd 07:51:52 ---> f392a89bd139 07:51:52 Step 6/8 : WORKDIR /device-sdk-go 07:51:52 ---> Running in 3d62add875a2 07:51:53 Removing intermediate container 3d62add875a2 07:51:53 ---> f42633cc6d81 07:51:53 Step 7/8 : COPY . . 07:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:51:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:51:54 ---> 10e729f336b1 07:51:54 Step 8/8 : RUN go mod download 07:51:54 ---> Running in 49be7c1a77ec 07:51:56 OK: 142 MiB in 39 packages 07:51:57 Removing intermediate container 80e0b1c20573 07:51:57 ---> 727d09c69b52 07:51:57 Step 8/24 : COPY . . 07:51:58 ---> 11bf82044c94 07:51:58 Step 9/24 : RUN ${MAKE} 07:51:58 ---> Running in b2d79a17af4b 07:52:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:52:17 Removing intermediate container 49be7c1a77ec 07:52:17 ---> 558e445b755b 07:52:17 Successfully built 558e445b755b 07:52:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:52:17 + docker inspect -f . ci-base-image-x86_64 07:52:17 . [Pipeline] withDockerContainer 07:52:18 prd-centos7-docker-4c-2g-6239 does not seem to be running inside a container 07:52:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/82 -v /w/workspace/device-sdk-go/82:/w/workspace/device-sdk-go/82:rw,z -v /w/workspace/device-sdk-go/82@tmp:/w/workspace/device-sdk-go/82@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:52:19 $ docker top 05a8dfe48d7cc465dc92d0b314d7b2ada9cc6d40638ea9c115d063da4abde492 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:21 + go version 07:52:21 go version go1.15.2 linux/amd64 [Pipeline] } 07:52:21 $ docker stop --time=1 05a8dfe48d7cc465dc92d0b314d7b2ada9cc6d40638ea9c115d063da4abde492 07:52:22 $ docker rm -f 05a8dfe48d7cc465dc92d0b314d7b2ada9cc6d40638ea9c115d063da4abde492 [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:52:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:52:24 + ls -al . 07:52:24 total 64 07:52:24 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:51 . 07:52:24 drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:51 .. 07:52:24 drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:51 bin 07:52:24 -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:51 Dockerfile.build 07:52:24 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:51 .dockerignore 07:52:24 drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:51 example 07:52:24 drwxrwxr-x. 8 jenkins jenkins 162 Oct 19 07:51 .git 07:52:24 drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:51 .github 07:52:24 -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:51 .gitignore 07:52:24 -rw-rw-r--. 1 jenkins jenkins 517 Oct 19 07:51 go.mod 07:52:24 drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:51 internal 07:52:24 -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:51 Jenkinsfile 07:52:24 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:51 LICENSE 07:52:24 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:51 Makefile 07:52:24 drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:51 openapi 07:52:24 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:51 pkg 07:52:24 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:51 README.md 07:52:24 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:51 RELEASE-NOTES.txt 07:52:24 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:51 snap 07:52:24 -rw-rw-r--. 1 jenkins jenkins 12 Oct 19 07:48 VERSION 07:52:24 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:51 version.go [Pipeline] isUnix [Pipeline] sh 07:52:25 + 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=6cec193abf44cabffe02bbcaff9748adb3f719d5 --label arch=amd64 --label version=1.2.4-dev.31 . 07:52:26 Sending build context to Docker daemon 2.312MB 07:52:26 Step 1/24 : ARG BASE=golang:1.15-alpine 07:52:26 Step 2/24 : FROM ${BASE} AS builder 07:52:26 ---> 558e445b755b 07:52:26 Step 3/24 : ARG MAKE='make build' 07:52:26 ---> Running in d19695588cec 07:52:26 Removing intermediate container d19695588cec 07:52:26 ---> 092c5ea702ed 07:52:26 Step 4/24 : WORKDIR /device-sdk-go 07:52:26 ---> Running in c32612bb5bb3 07:52:26 Removing intermediate container c32612bb5bb3 07:52:26 ---> df2b369ed682 07:52:26 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:26 ---> Running in 75bad098d43e 07:52:26 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:52:26 Removing intermediate container b2d79a17af4b 07:52:26 ---> c6f267ccfe9d 07:52:26 Step 10/24 : FROM scratch 07:52:26 ---> 07:52:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:26 ---> Running in aa403b0910d5 07:52:26 Removing intermediate container aa403b0910d5 07:52:26 ---> cf6e03e77138 07:52:26 Step 12/24 : ENV APP_PORT=49990 07:52:26 ---> Running in 31156bc24a19 07:52:27 Removing intermediate container 75bad098d43e 07:52:27 ---> d4c820db6f37 07:52:27 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:27 ---> Running in 1a11810971c7 07:52:27 Removing intermediate container 31156bc24a19 07:52:27 ---> c652642d115f 07:52:27 Step 13/24 : EXPOSE $APP_PORT 07:52:27 ---> Running in a964685d63ea 07:52:28 Removing intermediate container a964685d63ea 07:52:28 ---> b011973ebc65 07:52:28 Step 14/24 : WORKDIR / 07:52:28 ---> Running in f4741b9def14 07:52:28 Removing intermediate container f4741b9def14 07:52:28 ---> 34c2b84a2d38 07:52:28 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:52:28 Removing intermediate container 1a11810971c7 07:52:28 ---> ada8c9b8dedd 07:52:28 Step 7/24 : RUN apk add --update --no-cache make git 07:52:28 ---> Running in 1966cef5b48a 07:52:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:29 ---> 3489db5dac93 07:52:29 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:52:30 ---> 67ec496a1475 07:52:30 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:52:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:31 ---> aa528f40dda3 07:52:31 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:52:31 OK: 166 MiB in 39 packages 07:52:32 ---> dc17eef9ba56 07:52:32 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:52:32 Removing intermediate container 1966cef5b48a 07:52:32 ---> 7322cc587880 07:52:32 Step 8/24 : COPY . . 07:52:32 ---> 486bff7abfb1 07:52:32 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:52:32 ---> Running in 134a690eb05a 07:52:33 Removing intermediate container 134a690eb05a 07:52:33 ---> ac439c8b317e 07:52:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:33 ---> Running in 0a2cec7d0705 07:52:33 Removing intermediate container 0a2cec7d0705 07:52:33 ---> 3cd631c1485e 07:52:33 Step 22/24 : LABEL arch=arm64 07:52:34 ---> Running in b044597e04bb 07:52:34 Removing intermediate container b044597e04bb 07:52:34 ---> 502547d70357 07:52:34 Step 23/24 : LABEL git_sha=6cec193abf44cabffe02bbcaff9748adb3f719d5 07:52:34 ---> 657aa806713f 07:52:34 Step 9/24 : RUN ${MAKE} 07:52:34 ---> Running in ba8b552dfefb 07:52:34 ---> Running in bdcceb4b7ea9 07:52:34 Removing intermediate container bdcceb4b7ea9 07:52:34 ---> 3691b84d1f65 07:52:34 Step 24/24 : LABEL version=1.2.4-dev.31 07:52:35 ---> Running in 86a5d4076374 07:52:35 Removing intermediate container 86a5d4076374 07:52:35 ---> b580efc0c626 07:52:35 [Warning] One or more build-args [ARCH] were not consumed 07:52:35 Successfully built b580efc0c626 07:52:35 Successfully tagged docker-device-sdk-simple-arm64:latest 07:52:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [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:52:51 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:52:54 Removing intermediate container ba8b552dfefb 07:52:54 ---> 6b89be45d0f6 07:52:54 Step 10/24 : FROM scratch 07:52:54 ---> 07:52:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:54 ---> Running in 43d524e1da12 07:52:54 Removing intermediate container 43d524e1da12 07:52:54 ---> 56cee266c4eb 07:52:54 Step 12/24 : ENV APP_PORT=49990 07:52:54 ---> Running in e0817cdcd6ac 07:52:54 Removing intermediate container e0817cdcd6ac 07:52:54 ---> e64939713ec8 07:52:54 Step 13/24 : EXPOSE $APP_PORT 07:52:54 ---> Running in fef445e21fd9 07:52:54 Removing intermediate container fef445e21fd9 07:52:54 ---> b7b50cdcefc5 07:52:54 Step 14/24 : WORKDIR / 07:52:54 ---> Running in 4dfd64e7b899 07:52:55 Removing intermediate container 4dfd64e7b899 07:52:55 ---> 63304f6bab39 07:52:55 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:52:56 ---> c8de8a4dd119 07:52:56 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:52:56 ---> 23a466eab445 07:52:56 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:52:56 ---> 9925e1195615 07:52:56 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:52:56 ---> 21416135ca53 07:52:56 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:52:57 ---> 0a11894ea094 07:52:57 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:52:57 ---> Running in 209dd47a93c5 07:52:57 Removing intermediate container 209dd47a93c5 07:52:57 ---> 75a4c1b57fbe 07:52:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:52:58 ---> Running in fa929afb1933 07:52:58 Removing intermediate container fa929afb1933 07:52:58 ---> 26d04e7a14c1 07:52:58 Step 22/24 : LABEL arch=amd64 07:52:58 ---> Running in c7fa55341891 07:52:58 Removing intermediate container c7fa55341891 07:52:58 ---> c3ec179c7368 07:52:58 Step 23/24 : LABEL git_sha=6cec193abf44cabffe02bbcaff9748adb3f719d5 07:52:58 ---> Running in 584dc4c75338 07:52:58 Removing intermediate container 584dc4c75338 07:52:58 ---> cc3859d473c1 07:52:58 Step 24/24 : LABEL version=1.2.4-dev.31 07:52:58 ---> Running in f2c3778c4001 07:52:59 Removing intermediate container f2c3778c4001 07:52:59 ---> be30e5100f0c 07:52:59 [Warning] One or more build-args [ARCH] were not consumed 07:52:59 Successfully built be30e5100f0c 07:52:59 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:53:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:53:01 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:53:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:53:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:53:01 07:53:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:53:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:53:02 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:53:02 cbdbe7a5bc2a: Pulling fs layer 07:53:02 408f87550127: Pulling fs layer 07:53:02 fe522b08c979: Pulling fs layer 07:53:02 221eaa008020: Pulling fs layer 07:53:02 2a4607e5d6b9: Pulling fs layer 07:53:02 8f79b27c4fd2: Pulling fs layer 07:53:02 e5c8dbe1645b: Pulling fs layer 07:53:02 23e8b3b47431: Pulling fs layer 07:53:02 5c568d65a230: Pulling fs layer 07:53:02 2a4607e5d6b9: Waiting 07:53:02 8f79b27c4fd2: Waiting 07:53:02 e5c8dbe1645b: Waiting 07:53:02 23e8b3b47431: Waiting 07:53:02 5c568d65a230: Waiting 07:53:02 221eaa008020: Waiting 07:53:02 fe522b08c979: Verifying Checksum 07:53:02 fe522b08c979: Download complete 07:53:02 408f87550127: Download complete 07:53:02 2a4607e5d6b9: Verifying Checksum 07:53:02 2a4607e5d6b9: Download complete 07:53:02 8f79b27c4fd2: Verifying Checksum 07:53:02 8f79b27c4fd2: Download complete 07:53:02 cbdbe7a5bc2a: Verifying Checksum 07:53:02 cbdbe7a5bc2a: Pull complete 07:53:02 408f87550127: Pull complete 07:53:03 fe522b08c979: Pull complete 07:53:03 e5c8dbe1645b: Verifying Checksum 07:53:03 e5c8dbe1645b: Download complete 07:53:04 23e8b3b47431: Verifying Checksum 07:53:04 23e8b3b47431: Download complete 07:53:04 5c568d65a230: Verifying Checksum 07:53:04 5c568d65a230: Download complete 07:53:05 221eaa008020: Verifying Checksum 07:53:05 221eaa008020: Download complete 07:53:11 221eaa008020: Pull complete 07:53:11 2a4607e5d6b9: Pull complete 07:53:11 8f79b27c4fd2: Pull complete 07:53:13 e5c8dbe1645b: Pull complete 07:53:16 23e8b3b47431: Pull complete 07:53:17 5c568d65a230: Pull complete 07:53:17 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:53:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:53:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:53:17 prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container 07:53:17 $ 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:53:18 $ docker top 20e711ec5e7b3dffd6ba1661130847cd3ad6ea9d237e15f3029375d86ccb5a8f -eo pid,comm [Pipeline] { [Pipeline] sh 07:53:19 + snyk monitor '--org=edgex-jenkins' 07:53:25 07:53:25 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 07:53:25 07:53:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/fadcba49-b4ce-48d9-8c58-5b3d8975dca4 07:53:25 07:53:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:53:25 07:53:25 07:53:25 Snyk CLI supports Node.js 8 and higher. 07:53:25 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:53:25 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:53:25 07:53:25 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:53:25 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 07:53:25 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 07:53:25 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:53:25 $ docker stop --time=1 20e711ec5e7b3dffd6ba1661130847cd3ad6ea9d237e15f3029375d86ccb5a8f 07:53:28 $ docker rm -f 20e711ec5e7b3dffd6ba1661130847cd3ad6ea9d237e15f3029375d86ccb5a8f [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:53:29 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:53:29 provisioning config files... 07:53:29 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6834441890883555164tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:53:30 --> edgex-publish-swagger.sh 07:53:30 === Publish openapi/v1 API === 07:53:30 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:53:30 [publishToSwagger] Publishing API Name [device-sdk] 07:53:30 % Total % Received % Xferd Average Speed Time Time Time Current 07:53:30 Dload Upload Total Spent Left Speed 07:53:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25013 --:--:-- --:--:-- --:--:-- 25047 07:53:30 07:53:30 07:53:30 === Publish openapi/v2 API === 07:53:30 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:53:30 [publishToSwagger] Publishing API Name [device-sdk] 07:53:30 % Total % Received % Xferd Average Speed Time Time Time Current 07:53:30 Dload Upload Total Spent Left Speed 07:53:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 69321 --:--:-- --:--:-- --:--:-- 69302 07:53:31 07:53:31 [Pipeline] } 07:53:31 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:53:32 + git log --format=format:%s -1 6cec193abf44cabffe02bbcaff9748adb3f719d5 [Pipeline] isUnix [Pipeline] sh 07:53:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:53:32 . [Pipeline] withDockerContainer 07:53:33 prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container 07:53:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:53:33 $ docker top 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:53:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:53:34 [ssh-agent] Looking for ssh-agent implementation... 07:53:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:53:34 $ docker exec 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 ssh-agent 07:53:34 SSH_AUTH_SOCK=/tmp/ssh-PDECmma0Noko/agent.11 07:53:34 SSH_AGENT_PID=16 07:53:34 Running ssh-add (command line suppressed) 07:53:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8129194145721982932.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8129194145721982932.key) 07:53:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:53:35 + git semver tag 07:53:35 # -> Open(): unable to determine branch for HEAD 07:53:35 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:53:35 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:53:35 # $SEMVER_REMOTE_NAME = origin 07:53:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:53:35 # $SEMVER_USER_NAME = edgex-jenkins 07:53:35 # $SEMVER_BRANCH = master 07:53:35 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:53:35 # 6cec193abf44cabffe02bbcaff9748adb3f719d5 HEAD 07:53:35 # -> Force: false 07:53:35 # c909ed31b83a9236bcb8b775f6148c5cc8ac4d7f refs/tags/v1.2.4-dev.31 [Pipeline] } 07:53:35 $ docker exec --env ******** --env ******** 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 ssh-agent -k 07:53:35 unset SSH_AUTH_SOCK; 07:53:35 unset SSH_AGENT_PID; 07:53:35 echo Agent pid 16 killed; 07:53:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:53:35 + git semver [Pipeline] } 07:53:35 $ docker stop --time=1 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 07:53:37 $ docker rm -f 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:53:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:53:37 07:53:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:53:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:53:38 0.23.1-centos7: Pulling from edgex-lftools 07:53:38 ab5ef0e58194: Pulling fs layer 07:53:38 9712f1f96733: Pulling fs layer 07:53:38 63f879dbbcfc: Pulling fs layer 07:53:38 0d9ebad4ef96: Pulling fs layer 07:53:38 e9a5061849ea: Pulling fs layer 07:53:38 d747dcd14b5f: Pulling fs layer 07:53:38 2de7ff778b66: Pulling fs layer 07:53:38 e9a5061849ea: Waiting 07:53:38 d747dcd14b5f: Waiting 07:53:38 0d9ebad4ef96: Waiting 07:53:38 2de7ff778b66: Waiting 07:53:38 9712f1f96733: Verifying Checksum 07:53:38 9712f1f96733: Download complete 07:53:48 63f879dbbcfc: Verifying Checksum 07:53:48 63f879dbbcfc: Download complete 07:53:48 e9a5061849ea: Verifying Checksum 07:53:48 e9a5061849ea: Download complete 07:53:49 d747dcd14b5f: Download complete 07:53:57 2de7ff778b66: Verifying Checksum 07:53:57 2de7ff778b66: Download complete 07:53:59 0d9ebad4ef96: Verifying Checksum 07:53:59 0d9ebad4ef96: Download complete 07:54:06 ab5ef0e58194: Verifying Checksum 07:54:06 ab5ef0e58194: Download complete 07:54:08 ab5ef0e58194: Pull complete 07:54:09 9712f1f96733: Pull complete 07:54:12 63f879dbbcfc: Pull complete 07:54:18 0d9ebad4ef96: Pull complete 07:54:19 e9a5061849ea: Pull complete 07:54:19 d747dcd14b5f: Pull complete 07:54:23 2de7ff778b66: Pull complete 07:54:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:54:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:54:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:54:23 prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container 07:54:23 $ 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:54:27 $ docker top 9247fdad766bf7cb80aee6ac9be2ac51771129ba7b4185156b24d50457f370d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:54:27 provisioning config files... 07:54:27 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config542448606986174923tmp 07:54:27 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5907490284251843669tmp 07:54:27 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7475677863659019567tmp [Pipeline] { [Pipeline] echo 07:54:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:54:27 ---> sigul-configuration.sh 07:54:27 gpg: directory `/root/.gnupg' created 07:54:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:54:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:54:27 gpg: keyring `/root/.gnupg/secring.gpg' created 07:54:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:54:27 gpg: CAST5 encrypted data 07:54:28 gpg: encrypted with 1 passphrase 07:54:28 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:54:28 + mkdir /home/jenkins 07:54:28 + mkdir /home/jenkins/sigul [Pipeline] sh 07:54:28 + 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:54:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:54:29 ---> sigul-install.sh 07:54:34 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:54:34 + git tag --list 07:54:34 0.7.1 07:54:34 delhi-tag 07:54:34 v1.0.0 07:54:34 v1.1.0 07:54:34 v1.1.1 07:54:34 v1.1.2 07:54:34 v1.2.0 07:54:34 v1.2.1 07:54:34 v1.2.2 07:54:34 v1.2.3 07:54:34 v1.2.4-dev.1 07:54:34 v1.2.4-dev.10 07:54:34 v1.2.4-dev.11 07:54:34 v1.2.4-dev.12 07:54:34 v1.2.4-dev.13 07:54:34 v1.2.4-dev.14 07:54:34 v1.2.4-dev.15 07:54:34 v1.2.4-dev.16 07:54:34 v1.2.4-dev.17 07:54:34 v1.2.4-dev.18 07:54:34 v1.2.4-dev.19 07:54:34 v1.2.4-dev.2 07:54:34 v1.2.4-dev.20 07:54:34 v1.2.4-dev.21 07:54:34 v1.2.4-dev.22 07:54:34 v1.2.4-dev.23 07:54:34 v1.2.4-dev.24 07:54:34 v1.2.4-dev.25 07:54:34 v1.2.4-dev.26 07:54:34 v1.2.4-dev.27 07:54:34 v1.2.4-dev.28 07:54:34 v1.2.4-dev.29 07:54:34 v1.2.4-dev.3 07:54:34 v1.2.4-dev.30 07:54:34 v1.2.4-dev.31 07:54:34 v1.2.4-dev.4 07:54:34 v1.2.4-dev.5 07:54:34 v1.2.4-dev.6 07:54:34 v1.2.4-dev.7 07:54:34 v1.2.4-dev.8 07:54:34 v1.2.4-dev.9 [Pipeline] sh 07:54:35 + lftools sign git-tag v1.2.4-dev.31 07:54:36 Signing Git tag with Sigul... 07:54:36 Signing v1.2.4-dev.31 [Pipeline] echo 07:54:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:54:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:54:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:54:37 $ docker stop --time=1 9247fdad766bf7cb80aee6ac9be2ac51771129ba7b4185156b24d50457f370d2 07:54:39 $ docker rm -f 9247fdad766bf7cb80aee6ac9be2ac51771129ba7b4185156b24d50457f370d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:54:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:54:41 . [Pipeline] withDockerContainer 07:54:41 prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container 07:54:41 $ 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:54:41 $ docker top 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:54:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:54:42 [ssh-agent] Looking for ssh-agent implementation... 07:54:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:54:42 $ docker exec 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 ssh-agent 07:54:42 SSH_AUTH_SOCK=/tmp/ssh-h8MQsRie17Jj/agent.12 07:54:42 SSH_AGENT_PID=18 07:54:42 Running ssh-add (command line suppressed) 07:54:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1598465482160412307.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1598465482160412307.key) 07:54:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:54:43 + git semver bump pre 07:54:43 # -> Open(): unable to determine branch for HEAD 07:54:43 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:54:43 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:54:43 # $SEMVER_REMOTE_NAME = origin 07:54:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:54:43 # $SEMVER_USER_NAME = edgex-jenkins 07:54:43 # $SEMVER_BRANCH = master 07:54:43 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:54:43 1.2.4-dev.32 [Pipeline] } 07:54:43 $ docker exec --env ******** --env ******** 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 ssh-agent -k 07:54:43 unset SSH_AUTH_SOCK; 07:54:43 unset SSH_AGENT_PID; 07:54:43 echo Agent pid 18 killed; 07:54:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:54:43 + git semver [Pipeline] } 07:54:43 $ docker stop --time=1 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 07:54:45 $ docker rm -f 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:54:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:54:45 . [Pipeline] withDockerContainer 07:54:45 prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container 07:54:45 $ 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:54:46 $ docker top eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:54:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:54:46 [ssh-agent] Looking for ssh-agent implementation... 07:54:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:54:47 $ docker exec eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 ssh-agent 07:54:47 SSH_AUTH_SOCK=/tmp/ssh-B01Kt2oCOslk/agent.12 07:54:47 SSH_AGENT_PID=17 07:54:47 Running ssh-add (command line suppressed) 07:54:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8863320514430017648.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8863320514430017648.key) 07:54:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:54:47 + git semver push 07:54:47 # -> Open(): unable to determine branch for HEAD 07:54:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:54:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:54:47 # $SEMVER_REMOTE_NAME = origin 07:54:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:54:47 # $SEMVER_USER_NAME = edgex-jenkins 07:54:47 # $SEMVER_BRANCH = master 07:54:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:54:54 $ docker exec --env ******** --env ******** eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 ssh-agent -k 07:54:54 unset SSH_AUTH_SOCK; 07:54:54 unset SSH_AGENT_PID; 07:54:54 echo Agent pid 17 killed; 07:54:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:54:55 + git semver [Pipeline] } 07:54:55 $ docker stop --time=1 eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 07:54:56 $ docker rm -f eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 [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:54:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:54:58 ---> package-listing.sh 07:54:58 ++ facter osfamily 07:54:58 ++ tr '[:upper:]' '[:lower:]' 07:54:58 + OS_FAMILY=redhat 07:54:58 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:54:58 + START_PACKAGES=/tmp/packages_start.txt 07:54:58 + END_PACKAGES=/tmp/packages_end.txt 07:54:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:54:58 + PACKAGES=/tmp/packages_start.txt 07:54:58 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:54:58 + PACKAGES=/tmp/packages_end.txt 07:54:58 + case "${OS_FAMILY}" in 07:54:58 + rpm -qa 07:54:58 + sort 07:55:02 + '[' -f /tmp/packages_start.txt ']' 07:55:02 + '[' -f /tmp/packages_end.txt ']' 07:55:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:55:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:55:02 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:55:02 + 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:55:02 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:55:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:55:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:55:03 07:55:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:55:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:55:03 alpine: Pulling from edgex-lftools-log-publisher 07:55:03 df20fa9351a1: Pulling fs layer 07:55:03 36b3adc4ff6f: Pulling fs layer 07:55:03 8ad3a11d3b57: Pulling fs layer 07:55:03 46f8f816bc3b: Pulling fs layer 07:55:03 93b61091891f: Pulling fs layer 07:55:03 93b9cdb0e59b: Pulling fs layer 07:55:03 5e14af77c1be: Pulling fs layer 07:55:03 01666e4c0597: Pulling fs layer 07:55:03 aa168da1d23b: Pulling fs layer 07:55:03 46f8f816bc3b: Waiting 07:55:03 93b61091891f: Waiting 07:55:03 93b9cdb0e59b: Waiting 07:55:03 5e14af77c1be: Waiting 07:55:03 01666e4c0597: Waiting 07:55:03 aa168da1d23b: Waiting 07:55:03 36b3adc4ff6f: Verifying Checksum 07:55:03 36b3adc4ff6f: Download complete 07:55:03 46f8f816bc3b: Verifying Checksum 07:55:03 46f8f816bc3b: Download complete 07:55:03 df20fa9351a1: Verifying Checksum 07:55:03 df20fa9351a1: Download complete 07:55:03 93b61091891f: Download complete 07:55:03 93b9cdb0e59b: Verifying Checksum 07:55:03 93b9cdb0e59b: Download complete 07:55:03 5e14af77c1be: Verifying Checksum 07:55:03 5e14af77c1be: Download complete 07:55:03 01666e4c0597: Download complete 07:55:03 8ad3a11d3b57: Verifying Checksum 07:55:03 8ad3a11d3b57: Download complete 07:55:04 df20fa9351a1: Pull complete 07:55:04 36b3adc4ff6f: Pull complete 07:55:05 8ad3a11d3b57: Pull complete 07:55:05 46f8f816bc3b: Pull complete 07:55:05 93b61091891f: Pull complete 07:55:05 93b9cdb0e59b: Pull complete 07:55:05 5e14af77c1be: Pull complete 07:55:06 01666e4c0597: Pull complete 07:55:06 aa168da1d23b: Verifying Checksum 07:55:06 aa168da1d23b: Download complete 07:55:13 aa168da1d23b: Pull complete 07:55:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:55:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:55:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:55:13 prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container 07:55:13 $ 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:55:16 $ docker top 28c636562cf2404ef9e6afe63e70c7ff0251afbca19786c2d9f643d47344b465 -eo pid,comm [Pipeline] { [Pipeline] sh 07:55:16 + touch /tmp/pre-build-complete [Pipeline] sh 07:55:16 + mkdir -p /var/log/sa [Pipeline] sh 07:55:17 + ls /var/log/sa-host 07:55:17 + sadf -c /var/log/sa-host/sa05 07:55:17 file_magic: OK 07:55:17 HZ: Using current value: 100 07:55:17 file_header: OK 07:55:17 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:55:17 Statistics: 07:55:17 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:55:17 File successfully converted to sysstat format version 12.2.1 07:55:17 + sadf -c /var/log/sa-host/sa19 07:55:17 file_magic: OK 07:55:17 HZ: Using current value: 100 07:55:17 file_header: OK 07:55:17 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:55:17 Statistics: 07:55:17 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:55:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:55:17 provisioning config files... 07:55:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8691474280266186762tmp [Pipeline] { [Pipeline] echo 07:55:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:55:18 ---> create-netrc.sh [Pipeline] } 07:55:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:55:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:55:18 ---> python-tools-install.sh [Pipeline] echo 07:55:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:55:19 ---> sudo-logs.sh 07:55:19 Archiving 'sudo' log.. [Pipeline] echo 07:55:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:55:19 ---> job-cost.sh 07:55:19 lf-activate-venv: SKIPPING 07:55:19 INFO: No Stack... 07:55:20 INFO: Retrieving Pricing Info for: v1-standard-2 07:55:20 INFO: Archiving Costs [Pipeline] echo 07:55:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:55:21 ---> logs-deploy.sh 07:55:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/82 07:55:21 INFO: archiving workspace using pattern(s): 07:55:22 Archives upload complete. 07:55:22 INFO: archiving logs to Nexus