Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 43893dea7cdf8ffe29fac0bba279684163774e51 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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-9657 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 43893dea7cdf8ffe29fac0bba279684163774e51 (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 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 Commit message: "Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57" > git rev-list --no-walk 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:00:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:00:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:00:58 ========================================================= 07:00:58 EdgeX Global Pipelines Version Info 07:00:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:01:00 ------------------- 07:01:00 stable info: 07:01:00 ------------------- 07:01:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:01:00 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 07:01:00 Message: update stable to v1.0.148 07:01:01 ------------------- 07:01:01 experimental info: 07:01:01 ------------------- 07:01:01 Commited By: **** collab-it+edgex@linuxfoundation.org 07:01:01 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 07:01:01 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:01:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:01:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43893dea7cdf8ffe29fac0bba279684163774e51 [Pipeline] echo 07:01:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43893de [Pipeline] echo 07:01:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:01:05 + git log --format=format:%s -1 43893dea7cdf8ffe29fac0bba279684163774e51 [Pipeline] echo 07:01:05 GIT_COMMIT: 43893dea7cdf8ffe29fac0bba279684163774e51, Commit Message: Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57 [Pipeline] echo 07:01:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:01:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:01:07 07:01:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:01:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:01:07 latest: Pulling from edgex-devops/git-semver 07:01:07 31603596830f: Pulling fs layer 07:01:07 2a8b12db71e7: Pulling fs layer 07:01:07 6ca5941a6612: Pulling fs layer 07:01:07 ecc8261a40a4: Pulling fs layer 07:01:07 ecc8261a40a4: Waiting 07:01:08 2a8b12db71e7: Verifying Checksum 07:01:08 2a8b12db71e7: Download complete 07:01:08 31603596830f: Verifying Checksum 07:01:08 31603596830f: Download complete 07:01:08 ecc8261a40a4: Verifying Checksum 07:01:08 ecc8261a40a4: Download complete 07:01:08 6ca5941a6612: Verifying Checksum 07:01:08 6ca5941a6612: Download complete 07:01:08 31603596830f: Pull complete 07:01:08 2a8b12db71e7: Pull complete 07:01:09 6ca5941a6612: Pull complete 07:01:09 ecc8261a40a4: Pull complete 07:01:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:01:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:01:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:01:09 prd-centos7-docker-4c-2g-9657 does not seem to be running inside a container 07:01:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:01:12 $ docker top c37882931624d9fd8179270ae7c75da35354cf6571420f32f1c5da7192b6cf1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:01:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:12 [ssh-agent] Looking for ssh-agent implementation... 07:01:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:12 $ docker exec c37882931624d9fd8179270ae7c75da35354cf6571420f32f1c5da7192b6cf1c ssh-agent 07:01:12 SSH_AUTH_SOCK=/tmp/ssh-YHh7TlzRUgZH/agent.11 07:01:12 SSH_AGENT_PID=17 07:01:12 Running ssh-add (command line suppressed) 07:01:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1640016736957683644.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1640016736957683644.key) 07:01:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:13 + git tag --points-at HEAD [Pipeline] } 07:01:13 $ docker exec --env ******** --env ******** c37882931624d9fd8179270ae7c75da35354cf6571420f32f1c5da7192b6cf1c ssh-agent -k 07:01:13 unset SSH_AUTH_SOCK; 07:01:13 unset SSH_AGENT_PID; 07:01:13 echo Agent pid 17 killed; 07:01:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:01:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:01:13 [ssh-agent] Looking for ssh-agent implementation... 07:01:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:01:14 $ docker exec c37882931624d9fd8179270ae7c75da35354cf6571420f32f1c5da7192b6cf1c ssh-agent 07:01:14 SSH_AUTH_SOCK=/tmp/ssh-57hFmPnidxw7/agent.45 07:01:14 SSH_AGENT_PID=50 07:01:14 Running ssh-add (command line suppressed) 07:01:14 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7435368304205350155.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7435368304205350155.key) 07:01:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:01:14 + git semver init 07:01:14 # -> Open(): unable to determine branch for HEAD 07:01:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:01:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:01:14 # $SEMVER_REMOTE_NAME = origin 07:01:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:01:14 # $SEMVER_USER_NAME = edgex-jenkins 07:01:14 # $SEMVER_BRANCH = master 07:01:14 # $SEMVER_TEMP = /tmp/semver-754576686 07:01:14 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:01:15 # '/tmp/semver-754576686' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 07:01:15 # -> Force: false 07:01:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:01:15 $ docker exec --env ******** --env ******** c37882931624d9fd8179270ae7c75da35354cf6571420f32f1c5da7192b6cf1c ssh-agent -k 07:01:15 unset SSH_AUTH_SOCK; 07:01:15 unset SSH_AGENT_PID; 07:01:15 echo Agent pid 50 killed; 07:01:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:01:16 + git semver [Pipeline] } 07:01:16 $ docker stop --time=1 c37882931624d9fd8179270ae7c75da35354cf6571420f32f1c5da7192b6cf1c 07:01:17 $ docker rm -f c37882931624d9fd8179270ae7c75da35354cf6571420f32f1c5da7192b6cf1c [Pipeline] // withDockerContainer [Pipeline] sh 07:01:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:01:18 Stashed 1 file(s) [Pipeline] echo 07:01:18 [edgeXSemver]: initialized semver on version 1.2.4-dev.35 [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:01:34 Still waiting to schedule task 07:01:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:01:34 Still waiting to schedule task 07:01:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:03:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9661 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 07:03:31 Running in /w/workspace/device-sdk-go/86 [Pipeline] { [Pipeline] checkout 07:03:36 using credential edgex-jenkins-ssh 07:03:36 Cloning the remote Git repository 07:03:36 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:03:37 > git init /w/workspace/device-sdk-go/86 # timeout=10 07:03:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:03:37 > git --version # timeout=10 07:03:37 > git --version # 'git version 2.17.1' 07:03:37 using GIT_SSH to set credentials SSH Credentials for GitHub 07:03:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:03:38 Checking out Revision 43893dea7cdf8ffe29fac0bba279684163774e51 (master) 07:03:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:03:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:03:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:03:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:03:38 using GIT_SSH to set credentials SSH Credentials for GitHub 07:03:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:03:38 > git config core.sparsecheckout # timeout=10 07:03:38 > git checkout -f 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 07:03:43 Commit message: "Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:03:44 ========================================================= 07:03:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:03:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:03:44 + 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:03:45 Sending build context to Docker daemon 2.34MB 07:03:45 Step 1/8 : ARG BASE=golang:1.15-alpine 07:03:45 Step 2/8 : FROM ${BASE} 07:03:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:03:46 b538f80385f9: Pulling fs layer 07:03:46 74f711af9a0d: Pulling fs layer 07:03:46 99f96fe45779: Pulling fs layer 07:03:46 8529a6b9a6be: Pulling fs layer 07:03:46 45590311c82a: Pulling fs layer 07:03:46 69ca0ff8b7b3: Pulling fs layer 07:03:46 209524e5b208: Pulling fs layer 07:03:46 8529a6b9a6be: Waiting 07:03:46 45590311c82a: Waiting 07:03:46 69ca0ff8b7b3: Waiting 07:03:46 209524e5b208: Waiting 07:03:46 99f96fe45779: Download complete 07:03:46 74f711af9a0d: Download complete 07:03:46 45590311c82a: Verifying Checksum 07:03:46 45590311c82a: Download complete 07:03:46 69ca0ff8b7b3: Verifying Checksum 07:03:46 69ca0ff8b7b3: Download complete 07:03:46 b538f80385f9: Download complete 07:03:47 b538f80385f9: Pull complete 07:03:47 74f711af9a0d: Pull complete 07:03:48 99f96fe45779: Pull complete 07:03:49 209524e5b208: Verifying Checksum 07:03:49 209524e5b208: Download complete 07:03:50 8529a6b9a6be: Verifying Checksum 07:03:50 8529a6b9a6be: Download complete 07:04:00 8529a6b9a6be: Pull complete 07:04:00 45590311c82a: Pull complete 07:04:01 69ca0ff8b7b3: Pull complete 07:04:05 209524e5b208: Pull complete 07:04:05 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:04:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:04:05 ---> 5bddaf1c2fca 07:04:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:04:08 ---> Running in aa841dff4abe 07:04:08 Removing intermediate container aa841dff4abe 07:04:08 ---> ed8967d0dfd5 07:04:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:08 ---> Running in 945cd3556003 07:04:11 Removing intermediate container 945cd3556003 07:04:11 ---> 224e505bf65e 07:04:11 Step 5/8 : RUN apk add --no-cache make git 07:04:11 ---> Running in aaf5102048dd 07:04:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:13 OK: 142 MiB in 39 packages 07:04:15 Removing intermediate container aaf5102048dd 07:04:15 ---> bc4e9f44aad1 07:04:15 Step 6/8 : WORKDIR /device-sdk-go 07:04:15 ---> Running in 7cf55fb9fafc 07:04:15 Removing intermediate container 7cf55fb9fafc 07:04:15 ---> 358a2424914d 07:04:15 Step 7/8 : COPY . . 07:04:16 ---> 3e5c0d31e834 07:04:16 Step 8/8 : RUN go mod download 07:04:16 ---> Running in 783e05461546 07:04:39 Removing intermediate container 783e05461546 07:04:39 ---> 7c2316887a93 07:04:39 Successfully built 7c2316887a93 07:04:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:04:39 + docker inspect -f . ci-base-image-arm64 07:04:39 . [Pipeline] withDockerContainer 07:04:39 prd-ubuntu18.04-docker-arm64-4c-16g-9661 does not seem to be running inside a container 07:04:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/86 -v /w/workspace/device-sdk-go/86:/w/workspace/device-sdk-go/86:rw,z -v /w/workspace/device-sdk-go/86@tmp:/w/workspace/device-sdk-go/86@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:04:41 $ docker top cd3715d53a6a4a9cb5ad3b632b51cf2e5ca8290e45d425ae9308ef3abe587065 -eo pid,comm [Pipeline] { [Pipeline] sh 07:04:43 + go version 07:04:43 go version go1.15.2 linux/arm64 [Pipeline] } 07:04:43 $ docker stop --time=1 cd3715d53a6a4a9cb5ad3b632b51cf2e5ca8290e45d425ae9308ef3abe587065 07:04:45 $ docker rm -f cd3715d53a6a4a9cb5ad3b632b51cf2e5ca8290e45d425ae9308ef3abe587065 [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:04:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:04:49 + ls -al . 07:04:49 total 100 07:04:49 drwxrwxr-x 10 jenkins jenkins 4096 Oct 29 07:03 . 07:04:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:03 .. 07:04:49 -rw-rw-r-- 1 jenkins jenkins 140 Oct 29 07:03 .dockerignore 07:04:49 drwxrwxr-x 8 jenkins jenkins 4096 Oct 29 07:03 .git 07:04:49 drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:03 .github 07:04:49 -rw-rw-r-- 1 jenkins jenkins 138 Oct 29 07:03 .gitignore 07:04:49 -rw-rw-r-- 1 jenkins jenkins 936 Oct 29 07:03 Dockerfile.build 07:04:49 -rw-rw-r-- 1 jenkins jenkins 901 Oct 29 07:03 Jenkinsfile 07:04:49 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 29 07:03 LICENSE 07:04:49 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 29 07:03 Makefile 07:04:49 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 29 07:03 README.md 07:04:49 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 29 07:03 RELEASE-NOTES.txt 07:04:49 -rw-rw-r-- 1 jenkins jenkins 12 Oct 29 07:01 VERSION 07:04:49 drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:03 bin 07:04:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:03 example 07:04:49 -rw-rw-r-- 1 jenkins jenkins 518 Oct 29 07:03 go.mod 07:04:49 drwxrwxr-x 15 jenkins jenkins 4096 Oct 29 07:03 internal 07:04:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:03 openapi 07:04:49 drwxrwxr-x 5 jenkins jenkins 4096 Oct 29 07:03 pkg 07:04:49 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:03 snap 07:04:49 -rw-rw-r-- 1 jenkins jenkins 222 Oct 29 07:03 version.go [Pipeline] isUnix [Pipeline] sh 07:04:49 + 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=43893dea7cdf8ffe29fac0bba279684163774e51 --label arch=arm64 --label version=1.2.4-dev.35 . 07:04:50 Sending build context to Docker daemon 2.34MB 07:04:50 Step 1/24 : ARG BASE=golang:1.15-alpine 07:04:50 Step 2/24 : FROM ${BASE} AS builder 07:04:50 ---> 7c2316887a93 07:04:50 Step 3/24 : ARG MAKE='make build' 07:04:50 ---> Running in 7c95c9623c60 07:04:50 Removing intermediate container 7c95c9623c60 07:04:50 ---> d2e14d8d4c1f 07:04:50 Step 4/24 : WORKDIR /device-sdk-go 07:04:50 ---> Running in 47eade648f05 07:04:51 Removing intermediate container 47eade648f05 07:04:51 ---> 5c45e65dd00d 07:04:51 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:04:51 ---> Running in 9d4c2a6157d5 07:04:52 Removing intermediate container 9d4c2a6157d5 07:04:52 ---> d1a5f6fa2c3b 07:04:52 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:52 ---> Running in f75e8a70e1e7 07:04:54 Removing intermediate container f75e8a70e1e7 07:04:54 ---> 27431983a31d 07:04:54 Step 7/24 : RUN apk add --update --no-cache make git 07:04:54 ---> Running in cbac22068d77 07:04:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:57 OK: 142 MiB in 39 packages 07:04:58 Removing intermediate container cbac22068d77 07:04:58 ---> 8e4bf669f3fd 07:04:58 Step 8/24 : COPY . . 07:05:00 ---> db8596f997d9 07:05:00 Step 9/24 : RUN ${MAKE} 07:05:00 ---> Running in 73b6f5d90330 07:05:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:05:28 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:05:29 Removing intermediate container 73b6f5d90330 07:05:29 ---> f860d1f0554e 07:05:29 Step 10/24 : FROM scratch 07:05:29 ---> 07:05:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:05:29 ---> Running in d4baa4f03b16 07:05:30 Removing intermediate container d4baa4f03b16 07:05:30 ---> 4f5cd7143239 07:05:30 Step 12/24 : ENV APP_PORT=49990 07:05:30 ---> Running in c9b1663090a1 07:05:30 Removing intermediate container c9b1663090a1 07:05:30 ---> 92368f63d581 07:05:30 Step 13/24 : EXPOSE $APP_PORT 07:05:30 ---> Running in ca6d0ce44576 07:05:30 Removing intermediate container ca6d0ce44576 07:05:30 ---> c7fa45f2a0f4 07:05:30 Step 14/24 : WORKDIR / 07:05:31 ---> Running in 91af08dd27c8 07:05:31 Removing intermediate container 91af08dd27c8 07:05:31 ---> e686e11b5225 07:05:31 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:05:32 ---> 83940f2e1d5c 07:05:32 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:05:33 ---> ae8c6a56f713 07:05:33 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:05:34 ---> ca83f6049f9f 07:05:34 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:05:35 ---> 1c11da77aa11 07:05:35 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:05:35 ---> 126d1b26895b 07:05:35 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:05:35 ---> Running in 7522548a199f 07:05:36 Removing intermediate container 7522548a199f 07:05:36 ---> aa99b5d0d730 07:05:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:05:36 ---> Running in 19fb0894e62c 07:05:36 Removing intermediate container 19fb0894e62c 07:05:36 ---> cde51d6331d0 07:05:36 Step 22/24 : LABEL arch=arm64 07:05:36 ---> Running in dd602f255648 07:05:37 Removing intermediate container dd602f255648 07:05:37 ---> 31a6ea5d66f7 07:05:37 Step 23/24 : LABEL git_sha=43893dea7cdf8ffe29fac0bba279684163774e51 07:05:37 ---> Running in 8a6ca2ff82e8 07:05:37 Removing intermediate container 8a6ca2ff82e8 07:05:37 ---> ac83ce8216b6 07:05:37 Step 24/24 : LABEL version=1.2.4-dev.35 07:05:38 ---> Running in 631f1b91390d 07:05:38 Removing intermediate container 631f1b91390d 07:05:38 ---> 2524bac49bc7 07:05:38 [Warning] One or more build-args [ARCH] were not consumed 07:05:38 Successfully built 2524bac49bc7 07:05:38 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } 07:05:38 Running on prd-centos7-docker-4c-2g-9669 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] // script [Pipeline] { [Pipeline] } [Pipeline] // stage [Pipeline] ws 07:05:38 Running in /w/workspace/device-sdk-go/86 [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] checkout 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:05:41 using credential edgex-jenkins-ssh 07:05:42 Cloning the remote Git repository 07:05:42 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:05:42 > git init /w/workspace/device-sdk-go/86 # timeout=10 07:05:42 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:05:42 > git --version # timeout=10 07:05:42 > git --version # 'git version 2.16.5' 07:05:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:43 Checking out Revision 43893dea7cdf8ffe29fac0bba279684163774e51 (master) 07:05:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:05:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:42 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:05:42 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:05:42 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 07:05:43 > git config core.sparsecheckout # timeout=10 07:05:43 > git checkout -f 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 07:05:47 Commit message: "Merge pull request #646 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.57" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:05:47 ========================================================= 07:05:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:05:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:05:48 + 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:05:49 Sending build context to Docker daemon 2.34MB 07:05:49 Step 1/8 : ARG BASE=golang:1.15-alpine 07:05:49 Step 2/8 : FROM ${BASE} 07:05:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:05:49 df20fa9351a1: Pulling fs layer 07:05:49 ed8968b2872e: Pulling fs layer 07:05:49 a92cc7c5fd73: Pulling fs layer 07:05:49 e871e8e8d7a9: Pulling fs layer 07:05:49 e73272ec9a57: Pulling fs layer 07:05:49 1e910a182e73: Pulling fs layer 07:05:49 4e634b169226: Pulling fs layer 07:05:49 e73272ec9a57: Waiting 07:05:49 1e910a182e73: Waiting 07:05:49 4e634b169226: Waiting 07:05:49 e871e8e8d7a9: Waiting 07:05:49 a92cc7c5fd73: Verifying Checksum 07:05:49 a92cc7c5fd73: Download complete 07:05:49 ed8968b2872e: Download complete 07:05:49 e73272ec9a57: Download complete 07:05:49 1e910a182e73: Verifying Checksum 07:05:49 1e910a182e73: Download complete 07:05:49 df20fa9351a1: Download complete 07:05:49 df20fa9351a1: Pull complete 07:05:49 ed8968b2872e: Pull complete 07:05:49 a92cc7c5fd73: Pull complete 07:05:52 4e634b169226: Verifying Checksum 07:05:52 4e634b169226: Download complete 07:05:52 e871e8e8d7a9: Verifying Checksum 07:05:52 e871e8e8d7a9: Download complete 07:05:57 e871e8e8d7a9: Pull complete 07:05:57 e73272ec9a57: Pull complete 07:05:57 1e910a182e73: Pull complete 07:06:06 4e634b169226: Pull complete 07:06:06 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:06:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:06:06 ---> f7629b54cfaa 07:06:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:06 ---> Running in 24bf57c5874f 07:06:06 Removing intermediate container 24bf57c5874f 07:06:06 ---> 60d3acddf870 07:06:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:06 ---> Running in 95876e899b98 07:06:06 Removing intermediate container 95876e899b98 07:06:06 ---> 6ff5432520b7 07:06:06 Step 5/8 : RUN apk add --no-cache make git 07:06:06 ---> Running in 3f9701478865 07:06:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:06:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:06:12 OK: 166 MiB in 39 packages 07:06:12 Removing intermediate container 3f9701478865 07:06:12 ---> 34b00191feb7 07:06:12 Step 6/8 : WORKDIR /device-sdk-go 07:06:12 ---> Running in 51c5729f94c8 07:06:12 Removing intermediate container 51c5729f94c8 07:06:12 ---> 4651aa6c545e 07:06:12 Step 7/8 : COPY . . 07:06:14 ---> 5f5a3109ff40 07:06:14 Step 8/8 : RUN go mod download 07:06:14 ---> Running in 3aca8f0e1c16 07:06:36 Removing intermediate container 3aca8f0e1c16 07:06:36 ---> 0f21470a5755 07:06:36 Successfully built 0f21470a5755 07:06:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:06:36 + docker inspect -f . ci-base-image-x86_64 07:06:36 . [Pipeline] withDockerContainer 07:06:36 prd-centos7-docker-4c-2g-9669 does not seem to be running inside a container 07:06:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/86 -v /w/workspace/device-sdk-go/86:/w/workspace/device-sdk-go/86:rw,z -v /w/workspace/device-sdk-go/86@tmp:/w/workspace/device-sdk-go/86@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:06:37 $ docker top 28778b5394069584077aa60258745a70080bb71bcfae84a77cb2d61f33e23da8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:38 + go version 07:06:38 go version go1.15.2 linux/amd64 [Pipeline] } 07:06:38 $ docker stop --time=1 28778b5394069584077aa60258745a70080bb71bcfae84a77cb2d61f33e23da8 07:06:39 $ docker rm -f 28778b5394069584077aa60258745a70080bb71bcfae84a77cb2d61f33e23da8 [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:06:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:06:41 + ls -al . 07:06:41 total 64 07:06:41 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 29 07:05 . 07:06:41 drwxrwxr-x. 4 jenkins jenkins 30 Oct 29 07:05 .. 07:06:41 drwxrwxr-x. 2 jenkins jenkins 64 Oct 29 07:05 bin 07:06:41 -rw-rw-r--. 1 jenkins jenkins 936 Oct 29 07:05 Dockerfile.build 07:06:41 -rw-rw-r--. 1 jenkins jenkins 140 Oct 29 07:05 .dockerignore 07:06:41 drwxrwxr-x. 4 jenkins jenkins 48 Oct 29 07:05 example 07:06:41 drwxrwxr-x. 8 jenkins jenkins 162 Oct 29 07:05 .git 07:06:41 drwxrwxr-x. 2 jenkins jenkins 60 Oct 29 07:05 .github 07:06:41 -rw-rw-r--. 1 jenkins jenkins 138 Oct 29 07:05 .gitignore 07:06:41 -rw-rw-r--. 1 jenkins jenkins 518 Oct 29 07:05 go.mod 07:06:41 drwxrwxr-x. 15 jenkins jenkins 211 Oct 29 07:05 internal 07:06:41 -rw-rw-r--. 1 jenkins jenkins 901 Oct 29 07:05 Jenkinsfile 07:06:41 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 29 07:05 LICENSE 07:06:41 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 29 07:05 Makefile 07:06:41 drwxrwxr-x. 4 jenkins jenkins 26 Oct 29 07:05 openapi 07:06:41 drwxrwxr-x. 5 jenkins jenkins 50 Oct 29 07:05 pkg 07:06:41 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 29 07:05 README.md 07:06:41 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 29 07:05 RELEASE-NOTES.txt 07:06:41 drwxrwxr-x. 4 jenkins jenkins 54 Oct 29 07:05 snap 07:06:41 -rw-rw-r--. 1 jenkins jenkins 12 Oct 29 07:01 VERSION 07:06:41 -rw-rw-r--. 1 jenkins jenkins 222 Oct 29 07:05 version.go [Pipeline] isUnix [Pipeline] sh 07:06:41 + 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=43893dea7cdf8ffe29fac0bba279684163774e51 --label arch=amd64 --label version=1.2.4-dev.35 . 07:06:41 Sending build context to Docker daemon 2.34MB 07:06:41 Step 1/24 : ARG BASE=golang:1.15-alpine 07:06:41 Step 2/24 : FROM ${BASE} AS builder 07:06:41 ---> 0f21470a5755 07:06:41 Step 3/24 : ARG MAKE='make build' 07:06:42 ---> Running in 49023923b9eb 07:06:42 Removing intermediate container 49023923b9eb 07:06:42 ---> 8dac979cbd77 07:06:42 Step 4/24 : WORKDIR /device-sdk-go 07:06:42 ---> Running in 79b412abd907 07:06:42 Removing intermediate container 79b412abd907 07:06:42 ---> 99a8a1ec29f0 07:06:42 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:42 ---> Running in 2e098762f813 07:06:42 Removing intermediate container 2e098762f813 07:06:42 ---> c26ad2fa20a8 07:06:42 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:42 ---> Running in 12c81effdb72 07:06:43 Removing intermediate container 12c81effdb72 07:06:43 ---> d089774e3eae 07:06:43 Step 7/24 : RUN apk add --update --no-cache make git 07:06:43 ---> Running in d569bf644e03 07:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:06:46 OK: 166 MiB in 39 packages 07:06:47 Removing intermediate container d569bf644e03 07:06:47 ---> f4e39cc1c190 07:06:47 Step 8/24 : COPY . . 07:06:48 ---> ffed931b5fcd 07:06:48 Step 9/24 : RUN ${MAKE} 07:06:48 ---> Running in 2b2544b365c4 07:06:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.35" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:06:58 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:06:59 Removing intermediate container 2b2544b365c4 07:06:59 ---> 0591b79c5c39 07:06:59 Step 10/24 : FROM scratch 07:06:59 ---> 07:06:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:59 ---> Running in ca72ea82f4f1 07:06:59 Removing intermediate container ca72ea82f4f1 07:06:59 ---> ccb77169c705 07:06:59 Step 12/24 : ENV APP_PORT=49990 07:07:00 ---> Running in 21ec454e0c7e 07:07:00 Removing intermediate container 21ec454e0c7e 07:07:00 ---> 9a498a168d09 07:07:00 Step 13/24 : EXPOSE $APP_PORT 07:07:00 ---> Running in f01e83759c41 07:07:00 Removing intermediate container f01e83759c41 07:07:00 ---> 03ed4a271b9d 07:07:00 Step 14/24 : WORKDIR / 07:07:00 ---> Running in 6a18c1ec73b3 07:07:00 Removing intermediate container 6a18c1ec73b3 07:07:00 ---> 8eb10d6022a9 07:07:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:07:01 ---> 4ad968b06759 07:07:01 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:07:01 ---> 18707b3b7861 07:07:01 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:07:01 ---> f982f80cce53 07:07:01 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:07:01 ---> 9e764d447b79 07:07:01 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:07:02 ---> d8b2d8efcd7e 07:07:02 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:07:02 ---> Running in 3885f3cadf50 07:07:02 Removing intermediate container 3885f3cadf50 07:07:02 ---> eb4ecdd2e3d1 07:07:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:07:02 ---> Running in 984c1dc7539a 07:07:02 Removing intermediate container 984c1dc7539a 07:07:02 ---> f7c0e87ca751 07:07:02 Step 22/24 : LABEL arch=amd64 07:07:02 ---> Running in 54564ea9d049 07:07:02 Removing intermediate container 54564ea9d049 07:07:02 ---> 6f68e7963487 07:07:02 Step 23/24 : LABEL git_sha=43893dea7cdf8ffe29fac0bba279684163774e51 07:07:02 ---> Running in 8c3a247e905f 07:07:02 Removing intermediate container 8c3a247e905f 07:07:02 ---> d5d3ff3b0ae0 07:07:02 Step 24/24 : LABEL version=1.2.4-dev.35 07:07:02 ---> Running in 528ce9e056ee 07:07:03 Removing intermediate container 528ce9e056ee 07:07:03 ---> 96bc31217f79 07:07:03 [Warning] One or more build-args [ARCH] were not consumed 07:07:03 Successfully built 96bc31217f79 07:07:03 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:07:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 07:07:06 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 07:07:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:07:06 07:07:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 07:07:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:07:06 1.317.0: Pulling from edgex-devops/edgex-snyk-go 07:07:06 cbdbe7a5bc2a: Pulling fs layer 07:07:06 408f87550127: Pulling fs layer 07:07:06 fe522b08c979: Pulling fs layer 07:07:06 221eaa008020: Pulling fs layer 07:07:06 2a4607e5d6b9: Pulling fs layer 07:07:06 8f79b27c4fd2: Pulling fs layer 07:07:06 e5c8dbe1645b: Pulling fs layer 07:07:06 23e8b3b47431: Pulling fs layer 07:07:06 5c568d65a230: Pulling fs layer 07:07:06 8f79b27c4fd2: Waiting 07:07:06 e5c8dbe1645b: Waiting 07:07:06 221eaa008020: Waiting 07:07:06 2a4607e5d6b9: Waiting 07:07:06 23e8b3b47431: Waiting 07:07:06 fe522b08c979: Verifying Checksum 07:07:06 fe522b08c979: Download complete 07:07:06 408f87550127: Verifying Checksum 07:07:06 408f87550127: Download complete 07:07:06 2a4607e5d6b9: Verifying Checksum 07:07:06 2a4607e5d6b9: Download complete 07:07:06 cbdbe7a5bc2a: Verifying Checksum 07:07:06 8f79b27c4fd2: Verifying Checksum 07:07:06 8f79b27c4fd2: Download complete 07:07:07 cbdbe7a5bc2a: Pull complete 07:07:07 408f87550127: Pull complete 07:07:07 fe522b08c979: Pull complete 07:07:08 e5c8dbe1645b: Download complete 07:07:09 23e8b3b47431: Verifying Checksum 07:07:09 23e8b3b47431: Download complete 07:07:09 5c568d65a230: Verifying Checksum 07:07:09 5c568d65a230: Download complete 07:07:10 221eaa008020: Verifying Checksum 07:07:10 221eaa008020: Download complete 07:07:16 221eaa008020: Pull complete 07:07:16 2a4607e5d6b9: Pull complete 07:07:16 8f79b27c4fd2: Pull complete 07:07:18 e5c8dbe1645b: Pull complete 07:07:22 23e8b3b47431: Pull complete 07:07:23 5c568d65a230: Pull complete 07:07:23 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 07:07:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 07:07:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 07:07:23 prd-centos7-docker-4c-2g-9657 does not seem to be running inside a container 07:07:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 07:07:25 $ docker top 2ee7aac82e2cb2135281ed9dc791d8e42f0b8f1709ab8d3172df3608e97d4ada -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:25 + snyk monitor '--org=edgex-jenkins' 07:07:31 07:07:31 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 07:07:31 07:07:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/0face911-a10e-451f-a716-acdd6a567f80 07:07:31 07:07:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:07:31 07:07:31 07:07:31 Snyk CLI supports Node.js 8 and higher. 07:07:31 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 07:07:31 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 07:07:31 07:07:31 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 07:07:31 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 07:07:31 $ docker stop --time=1 2ee7aac82e2cb2135281ed9dc791d8e42f0b8f1709ab8d3172df3608e97d4ada 07:07:33 $ docker rm -f 2ee7aac82e2cb2135281ed9dc791d8e42f0b8f1709ab8d3172df3608e97d4ada [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:07:35 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:07:35 provisioning config files... 07:07:35 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3958538722219150331tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:07:35 --> edgex-publish-swagger.sh 07:07:35 === Publish openapi/v1 API === 07:07:35 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 07:07:35 [publishToSwagger] Publishing API Name [device-sdk] 07:07:35 % Total % Received % Xferd Average Speed Time Time Time Current 07:07:35 Dload Upload Total Spent Left Speed 07:07:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 24865 --:--:-- --:--:-- --:--:-- 24862 07:07:36 07:07:36 07:07:36 === Publish openapi/v2 API === 07:07:36 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 07:07:36 [publishToSwagger] Publishing API Name [device-sdk] 07:07:36 % Total % Received % Xferd Average Speed Time Time Time Current 07:07:36 Dload Upload Total Spent Left Speed 07:07:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 65814 --:--:-- --:--:-- --:--:-- 65786 100 49274 0 0 100 49274 0 65799 --:--:-- --:--:-- --:--:-- 65786 07:07:37 07:07:37 [Pipeline] } 07:07:37 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:07:37 + git log --format=format:%s -1 43893dea7cdf8ffe29fac0bba279684163774e51 [Pipeline] isUnix [Pipeline] sh 07:07:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:07:38 . [Pipeline] withDockerContainer 07:07:38 prd-centos7-docker-4c-2g-9657 does not seem to be running inside a container 07:07:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:07:39 $ docker top 1b7834658e973452bd4288c0474b989ecf228fe43361d72b4238d4215b3e817f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:07:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:07:39 [ssh-agent] Looking for ssh-agent implementation... 07:07:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:07:39 $ docker exec 1b7834658e973452bd4288c0474b989ecf228fe43361d72b4238d4215b3e817f ssh-agent 07:07:40 SSH_AUTH_SOCK=/tmp/ssh-JTzWmKpMVxP5/agent.13 07:07:40 SSH_AGENT_PID=18 07:07:40 Running ssh-add (command line suppressed) 07:07:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6660049789205843814.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6660049789205843814.key) 07:07:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:07:40 + git semver tag 07:07:40 # -> Open(): unable to determine branch for HEAD 07:07:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:07:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:07:40 # $SEMVER_REMOTE_NAME = origin 07:07:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:07:40 # $SEMVER_USER_NAME = edgex-jenkins 07:07:40 # $SEMVER_BRANCH = master 07:07:40 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:07:40 # 43893dea7cdf8ffe29fac0bba279684163774e51 HEAD 07:07:40 # -> Force: false 07:07:40 # c2ddb501628bfb7b587f965b77b8d590c77b5666 refs/tags/v1.2.4-dev.35 [Pipeline] } 07:07:40 $ docker exec --env ******** --env ******** 1b7834658e973452bd4288c0474b989ecf228fe43361d72b4238d4215b3e817f ssh-agent -k 07:07:40 unset SSH_AUTH_SOCK; 07:07:40 unset SSH_AGENT_PID; 07:07:40 echo Agent pid 18 killed; 07:07:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:07:41 + git semver [Pipeline] } 07:07:41 $ docker stop --time=1 1b7834658e973452bd4288c0474b989ecf228fe43361d72b4238d4215b3e817f 07:07:42 $ docker rm -f 1b7834658e973452bd4288c0474b989ecf228fe43361d72b4238d4215b3e817f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 07:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:07:43 07:07:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 07:07:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:07:43 0.23.1-centos7: Pulling from edgex-lftools 07:07:43 ab5ef0e58194: Pulling fs layer 07:07:43 9712f1f96733: Pulling fs layer 07:07:43 63f879dbbcfc: Pulling fs layer 07:07:43 0d9ebad4ef96: Pulling fs layer 07:07:43 e9a5061849ea: Pulling fs layer 07:07:43 d747dcd14b5f: Pulling fs layer 07:07:43 2de7ff778b66: Pulling fs layer 07:07:43 e9a5061849ea: Waiting 07:07:43 0d9ebad4ef96: Waiting 07:07:43 d747dcd14b5f: Waiting 07:07:43 2de7ff778b66: Waiting 07:07:43 9712f1f96733: Verifying Checksum 07:07:43 9712f1f96733: Download complete 07:07:45 63f879dbbcfc: Verifying Checksum 07:07:45 63f879dbbcfc: Download complete 07:07:45 e9a5061849ea: Verifying Checksum 07:07:45 e9a5061849ea: Download complete 07:07:45 d747dcd14b5f: Verifying Checksum 07:07:45 d747dcd14b5f: Download complete 07:07:45 2de7ff778b66: Verifying Checksum 07:07:45 2de7ff778b66: Download complete 07:07:46 0d9ebad4ef96: Verifying Checksum 07:07:46 0d9ebad4ef96: Download complete 07:07:46 ab5ef0e58194: Verifying Checksum 07:07:46 ab5ef0e58194: Download complete 07:07:50 ab5ef0e58194: Pull complete 07:07:50 9712f1f96733: Pull complete 07:07:53 63f879dbbcfc: Pull complete 07:08:00 0d9ebad4ef96: Pull complete 07:08:03 e9a5061849ea: Pull complete 07:08:03 d747dcd14b5f: Pull complete 07:08:05 2de7ff778b66: Pull complete 07:08:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:08:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:08:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 07:08:06 prd-centos7-docker-4c-2g-9657 does not seem to be running inside a container 07:08:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:08:09 $ docker top 9f3004b1c5d40fbbf1f9e0c1685a68eed6bff643c2423df175489181af55a35c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:08:09 provisioning config files... 07:08:09 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8890066975130010502tmp 07:08:09 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2453617575987974999tmp 07:08:09 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8185393787268818988tmp [Pipeline] { [Pipeline] echo 07:08:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:08:09 ---> sigul-configuration.sh 07:08:09 gpg: directory `/root/.gnupg' created 07:08:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:08:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:08:09 gpg: keyring `/root/.gnupg/secring.gpg' created 07:08:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:08:09 gpg: CAST5 encrypted data 07:08:10 gpg: encrypted with 1 passphrase 07:08:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:08:10 + mkdir /home/jenkins 07:08:10 + mkdir /home/jenkins/sigul [Pipeline] sh 07:08:10 + 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:08:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:08:11 ---> sigul-install.sh 07:08:16 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 07:08:16 + git tag --list 07:08:16 0.7.1 07:08:16 delhi-tag 07:08:16 v1.0.0 07:08:16 v1.1.0 07:08:16 v1.1.1 07:08:16 v1.1.2 07:08:16 v1.2.0 07:08:16 v1.2.1 07:08:16 v1.2.2 07:08:16 v1.2.3 07:08:16 v1.2.4-dev.1 07:08:16 v1.2.4-dev.10 07:08:16 v1.2.4-dev.11 07:08:16 v1.2.4-dev.12 07:08:16 v1.2.4-dev.13 07:08:16 v1.2.4-dev.14 07:08:16 v1.2.4-dev.15 07:08:16 v1.2.4-dev.16 07:08:16 v1.2.4-dev.17 07:08:16 v1.2.4-dev.18 07:08:16 v1.2.4-dev.19 07:08:16 v1.2.4-dev.2 07:08:16 v1.2.4-dev.20 07:08:16 v1.2.4-dev.21 07:08:16 v1.2.4-dev.22 07:08:16 v1.2.4-dev.23 07:08:16 v1.2.4-dev.24 07:08:16 v1.2.4-dev.25 07:08:16 v1.2.4-dev.26 07:08:16 v1.2.4-dev.27 07:08:16 v1.2.4-dev.28 07:08:16 v1.2.4-dev.29 07:08:16 v1.2.4-dev.3 07:08:16 v1.2.4-dev.30 07:08:16 v1.2.4-dev.31 07:08:16 v1.2.4-dev.32 07:08:16 v1.2.4-dev.33 07:08:16 v1.2.4-dev.34 07:08:16 v1.2.4-dev.35 07:08:16 v1.2.4-dev.4 07:08:16 v1.2.4-dev.5 07:08:16 v1.2.4-dev.6 07:08:16 v1.2.4-dev.7 07:08:16 v1.2.4-dev.8 07:08:16 v1.2.4-dev.9 [Pipeline] sh 07:08:17 + lftools sign git-tag v1.2.4-dev.35 07:08:18 Signing Git tag with Sigul... 07:08:18 Signing v1.2.4-dev.35 [Pipeline] echo 07:08:19 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:08:19 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:08:19 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:08:19 $ docker stop --time=1 9f3004b1c5d40fbbf1f9e0c1685a68eed6bff643c2423df175489181af55a35c 07:08:21 $ docker rm -f 9f3004b1c5d40fbbf1f9e0c1685a68eed6bff643c2423df175489181af55a35c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 07:08:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:08:22 . [Pipeline] withDockerContainer 07:08:23 prd-centos7-docker-4c-2g-9657 does not seem to be running inside a container 07:08:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:08:23 $ docker top 048260610bedc7b3744f2a65e6496b456f91e02edf5d5fbfb20f2f008584cf4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:08:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:08:24 [ssh-agent] Looking for ssh-agent implementation... 07:08:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:08:24 $ docker exec 048260610bedc7b3744f2a65e6496b456f91e02edf5d5fbfb20f2f008584cf4e ssh-agent 07:08:24 SSH_AUTH_SOCK=/tmp/ssh-fUx3KmZl51dG/agent.11 07:08:24 SSH_AGENT_PID=16 07:08:24 Running ssh-add (command line suppressed) 07:08:24 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_816036404837596611.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_816036404837596611.key) 07:08:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:08:25 + git semver bump pre 07:08:25 # -> Open(): unable to determine branch for HEAD 07:08:25 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:08:25 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:08:25 # $SEMVER_REMOTE_NAME = origin 07:08:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:08:25 # $SEMVER_USER_NAME = edgex-jenkins 07:08:25 # $SEMVER_BRANCH = master 07:08:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 07:08:25 1.2.4-dev.36 [Pipeline] } 07:08:25 $ docker exec --env ******** --env ******** 048260610bedc7b3744f2a65e6496b456f91e02edf5d5fbfb20f2f008584cf4e ssh-agent -k 07:08:25 unset SSH_AUTH_SOCK; 07:08:25 unset SSH_AGENT_PID; 07:08:25 echo Agent pid 16 killed; 07:08:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:08:25 + git semver [Pipeline] } 07:08:25 $ docker stop --time=1 048260610bedc7b3744f2a65e6496b456f91e02edf5d5fbfb20f2f008584cf4e 07:08:27 $ docker rm -f 048260610bedc7b3744f2a65e6496b456f91e02edf5d5fbfb20f2f008584cf4e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 07:08:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:08:27 . [Pipeline] withDockerContainer 07:08:27 prd-centos7-docker-4c-2g-9657 does not seem to be running inside a container 07:08:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:08:28 $ docker top db895f2f3b07ccb1ab98a619d27d8830a6215a7c7be65b126bf8caaddb07b193 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:08:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:08:28 [ssh-agent] Looking for ssh-agent implementation... 07:08:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:08:29 $ docker exec db895f2f3b07ccb1ab98a619d27d8830a6215a7c7be65b126bf8caaddb07b193 ssh-agent 07:08:29 SSH_AUTH_SOCK=/tmp/ssh-vTTud7R24Rt2/agent.11 07:08:29 SSH_AGENT_PID=17 07:08:29 Running ssh-add (command line suppressed) 07:08:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2570276906257543889.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2570276906257543889.key) 07:08:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:08:29 + git semver push 07:08:29 # -> Open(): unable to determine branch for HEAD 07:08:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 07:08:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 07:08:29 # $SEMVER_REMOTE_NAME = origin 07:08:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:08:29 # $SEMVER_USER_NAME = edgex-jenkins 07:08:29 # $SEMVER_BRANCH = master 07:08:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 07:08:36 $ docker exec --env ******** --env ******** db895f2f3b07ccb1ab98a619d27d8830a6215a7c7be65b126bf8caaddb07b193 ssh-agent -k 07:08:36 unset SSH_AUTH_SOCK; 07:08:36 unset SSH_AGENT_PID; 07:08:36 echo Agent pid 17 killed; 07:08:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:08:37 + git semver [Pipeline] } 07:08:37 $ docker stop --time=1 db895f2f3b07ccb1ab98a619d27d8830a6215a7c7be65b126bf8caaddb07b193 07:08:38 $ docker rm -f db895f2f3b07ccb1ab98a619d27d8830a6215a7c7be65b126bf8caaddb07b193 [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:08:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:08:40 ---> package-listing.sh 07:08:40 ++ facter osfamily 07:08:40 ++ tr '[:upper:]' '[:lower:]' 07:08:40 + OS_FAMILY=redhat 07:08:40 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 07:08:40 + START_PACKAGES=/tmp/packages_start.txt 07:08:40 + END_PACKAGES=/tmp/packages_end.txt 07:08:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:08:40 + PACKAGES=/tmp/packages_start.txt 07:08:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:08:40 + PACKAGES=/tmp/packages_end.txt 07:08:40 + case "${OS_FAMILY}" in 07:08:40 + rpm -qa 07:08:40 + sort 07:08:44 + '[' -f /tmp/packages_start.txt ']' 07:08:44 + '[' -f /tmp/packages_end.txt ']' 07:08:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:08:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 07:08:44 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 07:08:44 + 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:08:44 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:08:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:08:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:45 07:08:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:08:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:46 alpine: Pulling from edgex-lftools-log-publisher 07:08:46 df20fa9351a1: Pulling fs layer 07:08:46 36b3adc4ff6f: Pulling fs layer 07:08:46 8ad3a11d3b57: Pulling fs layer 07:08:46 46f8f816bc3b: Pulling fs layer 07:08:46 93b61091891f: Pulling fs layer 07:08:46 93b9cdb0e59b: Pulling fs layer 07:08:46 5e14af77c1be: Pulling fs layer 07:08:46 01666e4c0597: Pulling fs layer 07:08:46 aa168da1d23b: Pulling fs layer 07:08:46 93b9cdb0e59b: Waiting 07:08:46 5e14af77c1be: Waiting 07:08:46 01666e4c0597: Waiting 07:08:46 aa168da1d23b: Waiting 07:08:46 93b61091891f: Waiting 07:08:46 46f8f816bc3b: Waiting 07:08:46 36b3adc4ff6f: Verifying Checksum 07:08:46 36b3adc4ff6f: Download complete 07:08:46 46f8f816bc3b: Verifying Checksum 07:08:46 46f8f816bc3b: Download complete 07:08:46 df20fa9351a1: Download complete 07:08:46 93b9cdb0e59b: Verifying Checksum 07:08:46 93b9cdb0e59b: Download complete 07:08:46 5e14af77c1be: Verifying Checksum 07:08:46 5e14af77c1be: Download complete 07:08:46 93b61091891f: Verifying Checksum 07:08:46 93b61091891f: Download complete 07:08:46 01666e4c0597: Verifying Checksum 07:08:46 01666e4c0597: Download complete 07:08:46 8ad3a11d3b57: Verifying Checksum 07:08:46 8ad3a11d3b57: Download complete 07:08:46 df20fa9351a1: Pull complete 07:08:46 36b3adc4ff6f: Pull complete 07:08:47 8ad3a11d3b57: Pull complete 07:08:48 46f8f816bc3b: Pull complete 07:08:48 93b61091891f: Pull complete 07:08:48 93b9cdb0e59b: Pull complete 07:08:48 aa168da1d23b: Verifying Checksum 07:08:48 aa168da1d23b: Download complete 07:08:48 5e14af77c1be: Pull complete 07:08:48 01666e4c0597: Pull complete 07:08:55 aa168da1d23b: Pull complete 07:08:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:08:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:08:55 prd-centos7-docker-4c-2g-9657 does not seem to be running inside a container 07:08:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:08:58 $ docker top dc0f8c24f1d01960ec87bcc4967e8f32cb15e76f9b7fabb6861f8dc2fe5d1cde -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:59 + touch /tmp/pre-build-complete [Pipeline] sh 07:08:59 + mkdir -p /var/log/sa [Pipeline] sh 07:09:00 + ls /var/log/sa-host 07:09:00 + sadf -c /var/log/sa-host/sa05 07:09:00 file_magic: OK 07:09:00 HZ: Using current value: 100 07:09:00 file_header: OK 07:09:00 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:09:00 Statistics: 07:09:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:09:00 File successfully converted to sysstat format version 12.2.1 07:09:00 + sadf -c /var/log/sa-host/sa29 07:09:00 file_magic: OK 07:09:00 HZ: Using current value: 100 07:09:00 file_header: OK 07:09:00 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:09:00 Statistics: 07:09:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:09:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:00 provisioning config files... 07:09:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3490768826016595279tmp [Pipeline] { [Pipeline] echo 07:09:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:09:01 ---> create-netrc.sh [Pipeline] } 07:09:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:09:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:09:01 ---> python-tools-install.sh [Pipeline] echo 07:09:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:09:02 ---> sudo-logs.sh 07:09:02 Archiving 'sudo' log.. [Pipeline] echo 07:09:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:09:02 ---> job-cost.sh 07:09:02 lf-activate-venv: SKIPPING 07:09:02 INFO: No Stack... 07:09:03 INFO: Retrieving Pricing Info for: v1-standard-2 07:09:03 INFO: Archiving Costs [Pipeline] echo 07:09:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:09:04 ---> logs-deploy.sh 07:09:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/86 07:09:04 INFO: archiving workspace using pattern(s): 07:09:06 Archives upload complete. 07:09:06 INFO: archiving logs to Nexus 07:09:07 ---> uname -a: 07:09:07 Linux prd-centos7-docker-4c-2g-9657.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:09:07 07:09:07 07:09:07 ---> lscpu: 07:09:07 Architecture: x86_64 07:09:07 CPU op-mode(s): 32-bit, 64-bit 07:09:07 Byte Order: Little Endian 07:09:07 Address sizes: 40 bits physical, 48 bits virtual 07:09:07 CPU(s): 4 07:09:07 On-line CPU(s) list: 0-3 07:09:07 Thread(s) per core: 1 07:09:07 Core(s) per socket: 1 07:09:07 Socket(s): 4 07:09:07 NUMA node(s): 1 07:09:07 Vendor ID: GenuineIntel 07:09:07 CPU family: 6 07:09:07 Model: 44 07:09:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:09:07 Stepping: 1 07:09:07 CPU MHz: 2933.436 07:09:07 BogoMIPS: 5866.87 07:09:07 Virtualization: VT-x 07:09:07 Hypervisor vendor: KVM 07:09:07 Virtualization type: full 07:09:07 L1d cache: 128 KiB 07:09:07 L1i cache: 128 KiB 07:09:07 L2 cache: 16 MiB 07:09:07 L3 cache: 64 MiB 07:09:07 NUMA node0 CPU(s): 0-3 07:09:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:09:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:09:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:09:07 Vulnerability Meltdown: Mitigation; PTI 07:09:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:09:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:09:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:09:07 Vulnerability Tsx async abort: Not affected 07:09:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:09:07 07:09:07 07:09:07 ---> nproc: 07:09:07 4 07:09:07 07:09:07 07:09:07 ---> df -h: 07:09:07 Filesystem Size Used Available Use% Mounted on 07:09:07 overlay 50.0G 8.4G 41.5G 17% / 07:09:07 tmpfs 64.0M 0 64.0M 0% /dev 07:09:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:09:07 shm 64.0M 0 64.0M 0% /dev/shm 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 07:09:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 07:09:07 07:09:07 07:09:07 ---> free -m: 07:09:07 total used free shared buff/cache available 07:09:07 Mem: 1837 777 146 0 913 998 07:09:07 Swap: 1023 3 1020 07:09:07 07:09:07 07:09:07 ---> ip addr: 07:09:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:09:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:09:07 inet 127.0.0.1/8 scope host lo 07:09:07 valid_lft forever preferred_lft forever 07:09:07 inet6 ::1/128 scope host 07:09:07 valid_lft forever preferred_lft forever 07:09:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:09:07 link/ether fa:16:3e:1c:12:a1 brd ff:ff:ff:ff:ff:ff 07:09:07 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 07:09:07 valid_lft 85878sec preferred_lft 85878sec 07:09:07 inet6 fe80::f816:3eff:fe1c:12a1/64 scope link 07:09:07 valid_lft forever preferred_lft forever 07:09:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:09:07 link/ether 02:42:e5:10:04:75 brd ff:ff:ff:ff:ff:ff 07:09:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:09:07 valid_lft forever preferred_lft forever 07:09:07 inet6 fe80::42:e5ff:fe10:475/64 scope link 07:09:07 valid_lft forever preferred_lft forever 07:09:07 07:09:07 07:09:07 ---> sar -b -r -n DEV: 07:09:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 07:09:07 07:09:07 07:00:01 LINUX RESTART (4 CPU) 07:09:07 07:09:07 07:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:09:07 07:02:01 28.61 10.10 18.51 0.00 4344.21 2244.82 0.00 07:09:07 07:03:01 0.38 0.00 0.38 0.00 0.00 5.98 0.00 07:09:07 07:04:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 07:09:07 07:05:01 0.20 0.00 0.20 0.00 0.00 2.18 0.00 07:09:07 07:06:01 0.33 0.00 0.33 0.00 0.00 4.93 0.00 07:09:07 07:07:01 0.28 0.02 0.27 0.00 0.13 3.28 0.00 07:09:07 07:08:02 336.06 157.18 178.88 0.00 8502.37 55764.60 0.00 07:09:07 Average: 52.52 24.00 28.52 0.00 1840.58 8325.98 0.00 07:09:07 07:09:07 07:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:09:07 07:02:01 158288 0 576256 30.63 2620 1144392 1115480 38.07 435272 1126640 12 07:09:07 07:03:01 158092 0 576444 30.64 2620 1144400 1115240 38.06 436576 1125928 8 07:09:07 07:04:01 157904 0 576628 30.65 2620 1144404 1115264 38.06 436576 1125924 8 07:09:07 07:05:01 159344 0 575184 30.57 2620 1144408 1093548 37.32 439648 1122444 8 07:09:07 07:06:01 160860 0 573664 30.49 2620 1144412 1072928 36.62 446672 1114048 8 07:09:07 07:07:01 160392 0 574120 30.51 2620 1144424 1073028 36.62 447160 1114048 8 07:09:07 07:08:02 155036 0 737344 39.19 2480 986696 1323992 45.19 569308 884560 90280 07:09:07 Average: 158559 0 598520 31.81 2600 1121877 1129926 38.56 458745 1087656 12905 07:09:07 07:09:07 07:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:09:07 07:02:01 eth0 77.63 62.28 357.18 27.52 0.00 0.00 0.00 0.00 07:09:07 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:02:01 docker0 7.46 5.13 1.16 19.97 0.00 0.00 0.00 0.00 07:09:07 07:03:01 eth0 2.58 0.62 0.72 0.39 0.00 0.00 0.00 0.00 07:09:07 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:04:01 eth0 1.40 0.72 0.58 0.40 0.00 0.00 0.00 0.00 07:09:07 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:05:01 eth0 1.87 0.47 0.37 0.21 0.00 0.00 0.00 0.00 07:09:07 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:06:01 eth0 3.05 0.72 0.86 0.46 0.00 0.00 0.00 0.00 07:09:07 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:07:01 eth0 3.53 0.80 1.00 0.59 0.00 0.00 0.00 0.00 07:09:07 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:08:02 eth0 864.70 753.42 7121.57 120.29 0.00 0.00 0.00 0.00 07:09:07 07:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 07:08:02 docker0 30.69 29.44 2.87 152.61 0.00 0.00 0.00 0.00 07:09:07 Average: eth0 136.95 117.49 1073.50 21.49 0.00 0.00 0.00 0.00 07:09:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:07 Average: docker0 5.47 4.96 0.58 24.75 0.00 0.00 0.00 0.00 07:09:07 07:09:07 07:09:07 ---> sar -P ALL: 07:09:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 07:09:07 07:09:07 07:00:01 LINUX RESTART (4 CPU) 07:09:07 07:09:07 07:01:01 CPU %user %nice %system %iowait %steal %idle 07:09:07 07:02:01 all 2.53 0.00 1.63 0.71 0.03 95.10 07:09:07 07:02:01 0 2.53 0.00 1.56 0.39 0.05 95.48 07:09:07 07:02:01 1 3.38 0.00 1.57 0.69 0.03 94.32 07:09:07 07:02:01 2 2.15 0.00 1.73 1.63 0.02 94.49 07:09:07 07:02:01 3 2.04 0.00 1.66 0.15 0.03 96.11 07:09:07 07:03:01 all 0.17 0.00 0.04 0.00 0.00 99.78 07:09:07 07:03:01 0 0.48 0.00 0.05 0.00 0.00 99.47 07:09:07 07:03:01 1 0.07 0.00 0.05 0.00 0.00 99.88 07:09:07 07:03:01 2 0.08 0.00 0.03 0.00 0.00 99.88 07:09:07 07:03:01 3 0.05 0.00 0.03 0.00 0.02 99.90 07:09:07 07:04:01 all 0.15 0.00 0.03 0.00 0.00 99.81 07:09:07 07:04:01 0 0.48 0.00 0.03 0.00 0.00 99.48 07:09:07 07:04:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:09:07 07:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:09:07 07:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:09:07 07:05:01 all 0.17 0.00 0.04 0.00 0.01 99.78 07:09:07 07:05:01 0 0.47 0.00 0.02 0.00 0.00 99.52 07:09:07 07:05:01 1 0.05 0.00 0.07 0.00 0.00 99.88 07:09:07 07:05:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:09:07 07:05:01 3 0.12 0.00 0.07 0.00 0.02 99.80 07:09:07 07:06:01 all 0.19 0.00 0.05 0.00 0.00 99.75 07:09:07 07:06:01 0 0.53 0.00 0.02 0.00 0.02 99.43 07:09:07 07:06:01 1 0.07 0.00 0.10 0.00 0.00 99.83 07:09:07 07:06:01 2 0.12 0.00 0.03 0.00 0.00 99.85 07:09:07 07:06:01 3 0.05 0.00 0.07 0.00 0.00 99.88 07:09:07 07:07:01 all 0.18 0.00 0.03 0.00 0.00 99.79 07:09:07 07:07:01 0 0.55 0.00 0.02 0.00 0.00 99.43 07:09:07 07:07:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:09:07 07:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 07:09:07 07:07:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:09:07 07:08:02 all 15.84 0.00 11.03 3.56 0.18 69.39 07:09:07 07:08:02 0 16.49 0.00 11.70 2.85 0.19 68.77 07:09:07 07:08:02 1 14.58 0.00 11.96 5.00 0.16 68.31 07:09:07 07:08:02 2 16.60 0.00 10.03 4.09 0.22 69.05 07:09:07 07:08:02 3 15.69 0.00 10.42 2.27 0.16 71.46 07:09:07 Average: all 2.68 0.00 1.79 0.59 0.03 94.90 07:09:07 Average: 0 3.00 0.00 1.86 0.45 0.04 94.66 07:09:07 Average: 1 2.55 0.00 1.93 0.79 0.03 94.70 07:09:07 Average: 2 2.66 0.00 1.66 0.80 0.04 94.84 07:09:07 Average: 3 2.51 0.00 1.72 0.34 0.03 95.41 07:09:07 07:09:07 07:09:07