Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0bbcb663a9153978e7e9ef8c297d5988e58906d0 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8413 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0bbcb663a9153978e7e9ef8c297d5988e58906d0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 Commit message: "Merge pull request #637 from hahattan/issue-598-docs/test" > git rev-list --no-walk 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:32:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:32:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:32:10 ========================================================= 10:32:10 EdgeX Global Pipelines Version Info 10:32:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:32:12 ------------------- 10:32:12 stable info: 10:32:12 ------------------- 10:32:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:32:12 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 10:32:12 Message: update stable to v1.0.148 10:32:13 ------------------- 10:32:13 experimental info: 10:32:13 ------------------- 10:32:13 Commited By: **** collab-it+edgex@linuxfoundation.org 10:32:13 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 10:32:13 Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 10:32:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 10:32:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 10:32:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 10:32:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:32:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0bbcb66 [Pipeline] echo 10:32:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:32:17 + git log --format=format:%s -1 0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] echo 10:32:17 GIT_COMMIT: 0bbcb663a9153978e7e9ef8c297d5988e58906d0, Commit Message: Merge pull request #637 from hahattan/issue-598-docs/test [Pipeline] echo 10:32:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:32:19 10:32:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:32:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:32:20 latest: Pulling from edgex-devops/git-semver 10:32:20 31603596830f: Pulling fs layer 10:32:20 2a8b12db71e7: Pulling fs layer 10:32:20 6ca5941a6612: Pulling fs layer 10:32:20 ecc8261a40a4: Pulling fs layer 10:32:20 ecc8261a40a4: Waiting 10:32:20 2a8b12db71e7: Verifying Checksum 10:32:20 2a8b12db71e7: Download complete 10:32:20 31603596830f: Verifying Checksum 10:32:20 31603596830f: Download complete 10:32:20 ecc8261a40a4: Verifying Checksum 10:32:20 ecc8261a40a4: Download complete 10:32:20 6ca5941a6612: Verifying Checksum 10:32:20 6ca5941a6612: Download complete 10:32:20 31603596830f: Pull complete 10:32:20 2a8b12db71e7: Pull complete 10:32:22 6ca5941a6612: Pull complete 10:32:22 ecc8261a40a4: Pull complete 10:32:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:32:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:32:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:32:22 prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container 10:32:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:32:25 $ docker top 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:32:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:32:25 [ssh-agent] Looking for ssh-agent implementation... 10:32:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:32:25 $ docker exec 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent 10:32:26 SSH_AUTH_SOCK=/tmp/ssh-vUVF0YGTJU07/agent.12 10:32:26 SSH_AGENT_PID=18 10:32:26 Running ssh-add (command line suppressed) 10:32:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5339891278082736375.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5339891278082736375.key) 10:32:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:32:26 + git tag --points-at HEAD [Pipeline] } 10:32:26 $ docker exec --env ******** --env ******** 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent -k 10:32:27 unset SSH_AUTH_SOCK; 10:32:27 unset SSH_AGENT_PID; 10:32:27 echo Agent pid 18 killed; 10:32:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:32:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:32:27 [ssh-agent] Looking for ssh-agent implementation... 10:32:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:32:27 $ docker exec 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent 10:32:28 SSH_AUTH_SOCK=/tmp/ssh-sKzJ0FBjz7Mq/agent.46 10:32:28 SSH_AGENT_PID=51 10:32:28 Running ssh-add (command line suppressed) 10:32:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7217349745748984691.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7217349745748984691.key) 10:32:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:32:28 + git semver init 10:32:28 # -> Open(): unable to determine branch for HEAD 10:32:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:32:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:32:28 # $SEMVER_REMOTE_NAME = origin 10:32:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:32:28 # $SEMVER_USER_NAME = edgex-jenkins 10:32:28 # $SEMVER_BRANCH = master 10:32:28 # $SEMVER_TEMP = /tmp/semver-254203092 10:32:28 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 10:32:29 # '/tmp/semver-254203092' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 10:32:29 # -> Force: false 10:32:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 10:32:29 $ docker exec --env ******** --env ******** 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 ssh-agent -k 10:32:30 unset SSH_AUTH_SOCK; 10:32:30 unset SSH_AGENT_PID; 10:32:30 echo Agent pid 51 killed; 10:32:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:32:30 + git semver [Pipeline] } 10:32:30 $ docker stop --time=1 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 10:32:32 $ docker rm -f 2357ca7e8696a4fd803aec6c140a6d3477f4b65f2952bff70d01dbc20979ae80 [Pipeline] // withDockerContainer [Pipeline] sh 10:32:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:32:34 Stashed 1 file(s) [Pipeline] echo 10:32:34 [edgeXSemver]: initialized semver on version 1.2.4-dev.34 [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 10:32:49 Still waiting to schedule task 10:32:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:32:49 Still waiting to schedule task 10:32:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:34:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8414 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 10:34:44 Running in /w/workspace/device-sdk-go/85 [Pipeline] { [Pipeline] checkout 10:34:49 using credential edgex-jenkins-ssh 10:34:49 Cloning the remote Git repository 10:34:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:34:49 > git init /w/workspace/device-sdk-go/85 # timeout=10 10:34:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:34:49 > git --version # timeout=10 10:34:49 > git --version # 'git version 2.17.1' 10:34:49 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:51 Checking out Revision 0bbcb663a9153978e7e9ef8c297d5988e58906d0 (master) 10:34:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:34:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:34:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:34:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:34:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:34:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:34:51 > git config core.sparsecheckout # timeout=10 10:34:51 > git checkout -f 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 10:34:55 Commit message: "Merge pull request #637 from hahattan/issue-598-docs/test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 10:34:56 ========================================================= 10:34:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:34:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:34:57 + 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 . 10:34:58 Sending build context to Docker daemon 2.34MB 10:34:58 Step 1/8 : ARG BASE=golang:1.15-alpine 10:34:58 Step 2/8 : FROM ${BASE} 10:34:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:34:59 b538f80385f9: Pulling fs layer 10:34:59 74f711af9a0d: Pulling fs layer 10:34:59 99f96fe45779: Pulling fs layer 10:34:59 8529a6b9a6be: Pulling fs layer 10:34:59 45590311c82a: Pulling fs layer 10:34:59 69ca0ff8b7b3: Pulling fs layer 10:34:59 209524e5b208: Pulling fs layer 10:34:59 69ca0ff8b7b3: Waiting 10:34:59 209524e5b208: Waiting 10:34:59 8529a6b9a6be: Waiting 10:34:59 45590311c82a: Waiting 10:34:59 99f96fe45779: Verifying Checksum 10:34:59 99f96fe45779: Download complete 10:34:59 74f711af9a0d: Verifying Checksum 10:34:59 74f711af9a0d: Download complete 10:34:59 45590311c82a: Verifying Checksum 10:34:59 45590311c82a: Download complete 10:34:59 69ca0ff8b7b3: Verifying Checksum 10:34:59 b538f80385f9: Verifying Checksum 10:34:59 b538f80385f9: Download complete 10:35:00 b538f80385f9: Pull complete 10:35:00 74f711af9a0d: Pull complete 10:35:00 99f96fe45779: Pull complete 10:35:02 209524e5b208: Verifying Checksum 10:35:02 209524e5b208: Download complete 10:35:03 8529a6b9a6be: Verifying Checksum 10:35:03 8529a6b9a6be: Download complete 10:35:13 8529a6b9a6be: Pull complete 10:35:13 45590311c82a: Pull complete 10:35:13 69ca0ff8b7b3: Pull complete 10:35:18 209524e5b208: Pull complete 10:35:18 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 10:35:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:35:18 ---> 5bddaf1c2fca 10:35:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:35:20 ---> Running in 22d13f39c2d7 10:35:20 Removing intermediate container 22d13f39c2d7 10:35:20 ---> a848290caa65 10:35:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:35:20 ---> Running in 12849e773a48 10:35:23 Removing intermediate container 12849e773a48 10:35:23 ---> 0a562be39e82 10:35:23 Step 5/8 : RUN apk add --no-cache make git 10:35:23 ---> Running in 724cdab1d39a 10:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:35:26 OK: 142 MiB in 39 packages 10:35:27 Removing intermediate container 724cdab1d39a 10:35:27 ---> 240c8028b4d3 10:35:27 Step 6/8 : WORKDIR /device-sdk-go 10:35:27 ---> Running in fdbf5f3096c1 10:35:28 Removing intermediate container fdbf5f3096c1 10:35:28 ---> 542611284bfb 10:35:28 Step 7/8 : COPY . . 10:35:29 ---> 153496d7b66d 10:35:29 Step 8/8 : RUN go mod download 10:35:29 ---> Running in f66f0fa28f07 10:35:48 Running on prd-centos7-docker-4c-2g-8415 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 10:35:48 Running in /w/workspace/device-sdk-go/85 [Pipeline] { [Pipeline] checkout 10:35:50 using credential edgex-jenkins-ssh 10:35:50 Cloning the remote Git repository 10:35:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 10:35:51 > git init /w/workspace/device-sdk-go/85 # timeout=10 10:35:51 Removing intermediate container f66f0fa28f07 10:35:51 ---> 5e6290b19262 10:35:51 Successfully built 5e6290b19262 10:35:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:35:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:35:51 > git --version # timeout=10 10:35:51 > git --version # 'git version 2.16.5' 10:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:35:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:52 + docker inspect -f . ci-base-image-arm64 10:35:52 . [Pipeline] withDockerContainer 10:35:52 prd-ubuntu18.04-docker-arm64-4c-16g-8414 does not seem to be running inside a container 10:35:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/85 -v /w/workspace/device-sdk-go/85:/w/workspace/device-sdk-go/85:rw,z -v /w/workspace/device-sdk-go/85@tmp:/w/workspace/device-sdk-go/85@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:35:52 Checking out Revision 0bbcb663a9153978e7e9ef8c297d5988e58906d0 (master) 10:35:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 10:35:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 10:35:52 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:35:52 > git config core.sparsecheckout # timeout=10 10:35:52 > git checkout -f 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 10:35:54 $ docker top 8ebfe9014efdf3003535737872fbc1ad03a697bb6fb70b4dc5b0bcd2a41c322e -eo pid,comm [Pipeline] { [Pipeline] sh 10:35:55 + go version 10:35:55 go version go1.15.2 linux/arm64 [Pipeline] } 10:35:55 $ docker stop --time=1 8ebfe9014efdf3003535737872fbc1ad03a697bb6fb70b4dc5b0bcd2a41c322e 10:35:56 Commit message: "Merge pull request #637 from hahattan/issue-598-docs/test" 10:35:57 $ docker rm -f 8ebfe9014efdf3003535737872fbc1ad03a697bb6fb70b4dc5b0bcd2a41c322e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] echo 10:36:01 ========================================================= 10:36:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:36:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:36:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:36:01 + 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 . 10:36:01 + ls -al . 10:36:01 total 100 10:36:01 drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 10:34 . 10:36:01 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 .. 10:36:01 -rw-rw-r-- 1 jenkins jenkins 140 Oct 23 10:34 .dockerignore 10:36:01 drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 10:34 .git 10:36:01 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 10:34 .github 10:36:01 -rw-rw-r-- 1 jenkins jenkins 138 Oct 23 10:34 .gitignore 10:36:01 -rw-rw-r-- 1 jenkins jenkins 936 Oct 23 10:34 Dockerfile.build 10:36:01 -rw-rw-r-- 1 jenkins jenkins 901 Oct 23 10:34 Jenkinsfile 10:36:01 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 23 10:34 LICENSE 10:36:01 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 23 10:34 Makefile 10:36:01 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 23 10:34 README.md 10:36:01 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 23 10:34 RELEASE-NOTES.txt 10:36:01 -rw-rw-r-- 1 jenkins jenkins 12 Oct 23 10:32 VERSION 10:36:01 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 10:34 bin 10:36:01 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 example 10:36:01 -rw-rw-r-- 1 jenkins jenkins 517 Oct 23 10:34 go.mod 10:36:01 drwxrwxr-x 15 jenkins jenkins 4096 Oct 23 10:34 internal 10:36:01 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 openapi 10:36:01 drwxrwxr-x 5 jenkins jenkins 4096 Oct 23 10:34 pkg 10:36:01 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 10:34 snap 10:36:01 -rw-rw-r-- 1 jenkins jenkins 222 Oct 23 10:34 version.go [Pipeline] isUnix [Pipeline] sh 10:36:02 Sending build context to Docker daemon 2.34MB 10:36:02 Step 1/8 : ARG BASE=golang:1.15-alpine 10:36:02 Step 2/8 : FROM ${BASE} 10:36:02 + 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=0bbcb663a9153978e7e9ef8c297d5988e58906d0 --label arch=arm64 --label version=1.2.4-dev.34 . 10:36:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:36:02 df20fa9351a1: Pulling fs layer 10:36:02 ed8968b2872e: Pulling fs layer 10:36:02 a92cc7c5fd73: Pulling fs layer 10:36:02 e871e8e8d7a9: Pulling fs layer 10:36:02 e73272ec9a57: Pulling fs layer 10:36:02 1e910a182e73: Pulling fs layer 10:36:02 4e634b169226: Pulling fs layer 10:36:02 e871e8e8d7a9: Waiting 10:36:02 e73272ec9a57: Waiting 10:36:02 1e910a182e73: Waiting 10:36:02 4e634b169226: Waiting 10:36:02 a92cc7c5fd73: Download complete 10:36:02 ed8968b2872e: Verifying Checksum 10:36:02 ed8968b2872e: Download complete 10:36:02 e73272ec9a57: Verifying Checksum 10:36:02 e73272ec9a57: Download complete 10:36:02 1e910a182e73: Verifying Checksum 10:36:02 1e910a182e73: Download complete 10:36:02 df20fa9351a1: Verifying Checksum 10:36:02 df20fa9351a1: Download complete 10:36:02 Sending build context to Docker daemon 2.34MB 10:36:02 df20fa9351a1: Pull complete 10:36:02 Step 1/24 : ARG BASE=golang:1.15-alpine 10:36:02 Step 2/24 : FROM ${BASE} AS builder 10:36:02 ---> 5e6290b19262 10:36:02 Step 3/24 : ARG MAKE='make build' 10:36:02 ed8968b2872e: Pull complete 10:36:03 ---> Running in 760b4bb393c4 10:36:03 a92cc7c5fd73: Pull complete 10:36:03 Removing intermediate container 760b4bb393c4 10:36:03 ---> c342d5c2ee1f 10:36:03 Step 4/24 : WORKDIR /device-sdk-go 10:36:03 ---> Running in 704469dc23b2 10:36:03 Removing intermediate container 704469dc23b2 10:36:03 ---> f9b25ed1f624 10:36:03 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:36:04 ---> Running in 06cdcd221dff 10:36:04 Removing intermediate container 06cdcd221dff 10:36:04 ---> b584629234e7 10:36:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:36:04 4e634b169226: Verifying Checksum 10:36:04 4e634b169226: Download complete 10:36:04 e871e8e8d7a9: Verifying Checksum 10:36:04 e871e8e8d7a9: Download complete 10:36:04 ---> Running in 53d93332b9e9 10:36:07 Removing intermediate container 53d93332b9e9 10:36:07 ---> e71b0bae51a5 10:36:07 Step 7/24 : RUN apk add --update --no-cache make git 10:36:07 ---> Running in 8373e68af5a0 10:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:09 e871e8e8d7a9: Pull complete 10:36:09 e73272ec9a57: Pull complete 10:36:09 1e910a182e73: Pull complete 10:36:09 OK: 142 MiB in 39 packages 10:36:11 Removing intermediate container 8373e68af5a0 10:36:11 ---> 75a9944bd10b 10:36:11 Step 8/24 : COPY . . 10:36:12 ---> 3d0c1dad03a8 10:36:12 Step 9/24 : RUN ${MAKE} 10:36:12 ---> Running in ed1a7ea7705b 10:36:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:36:19 4e634b169226: Pull complete 10:36:19 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 10:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:36:19 ---> f7629b54cfaa 10:36:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:36:19 ---> Running in b9d746b1cbb2 10:36:19 Removing intermediate container b9d746b1cbb2 10:36:19 ---> da79af70ad7d 10:36:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:36:19 ---> Running in dafcb42ad16f 10:36:21 Removing intermediate container dafcb42ad16f 10:36:21 ---> 8769cccdf9ed 10:36:21 Step 5/8 : RUN apk add --no-cache make git 10:36:21 ---> Running in 5145d6e128b0 10:36:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:36:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:36:23 OK: 166 MiB in 39 packages 10:36:24 Removing intermediate container 5145d6e128b0 10:36:24 ---> 2bfde88aa539 10:36:24 Step 6/8 : WORKDIR /device-sdk-go 10:36:24 ---> Running in 4ca7c43ebf45 10:36:24 Removing intermediate container 4ca7c43ebf45 10:36:24 ---> cbb1b9af96f1 10:36:24 Step 7/8 : COPY . . 10:36:25 ---> 6b3a9a3b4544 10:36:25 Step 8/8 : RUN go mod download 10:36:25 ---> Running in 2f78cb27e54a 10:36:40 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:36:40 Removing intermediate container ed1a7ea7705b 10:36:40 ---> 83fc060dd6fe 10:36:40 Step 10/24 : FROM scratch 10:36:40 ---> 10:36:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:36:40 ---> Running in cbeff2be36a7 10:36:40 Removing intermediate container cbeff2be36a7 10:36:40 ---> 37167df6c47e 10:36:40 Step 12/24 : ENV APP_PORT=49990 10:36:40 ---> Running in c5e8f7aa41e4 10:36:41 Removing intermediate container c5e8f7aa41e4 10:36:41 ---> e01ccb604d80 10:36:41 Step 13/24 : EXPOSE $APP_PORT 10:36:41 ---> Running in 0d0ebd0bb273 10:36:42 Removing intermediate container 0d0ebd0bb273 10:36:42 ---> a40061c4e4e3 10:36:42 Step 14/24 : WORKDIR / 10:36:42 ---> Running in 10d8814fed2d 10:36:42 Removing intermediate container 10d8814fed2d 10:36:42 ---> a34a4e176b5a 10:36:42 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:36:43 ---> 59b4611d1949 10:36:43 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:36:44 ---> e3bc32448a58 10:36:44 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:36:45 ---> 0f0c0ba98bdf 10:36:45 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:36:46 ---> f189853a31d3 10:36:46 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:36:46 ---> dff89e5789e5 10:36:46 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:36:46 ---> Running in 361ff557ca38 10:36:47 Removing intermediate container 361ff557ca38 10:36:47 ---> c3d24601f766 10:36:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:36:47 ---> Running in ae9e3881f549 10:36:47 Removing intermediate container 2f78cb27e54a 10:36:47 ---> fbbc1c4ec860 10:36:47 Successfully built fbbc1c4ec860 10:36:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:36:47 Removing intermediate container ae9e3881f549 10:36:47 ---> 0d07476a7dde 10:36:47 Step 22/24 : LABEL arch=arm64 10:36:47 + docker inspect -f . ci-base-image-x86_64 10:36:47 . [Pipeline] withDockerContainer 10:36:47 prd-centos7-docker-4c-2g-8415 does not seem to be running inside a container 10:36:48 ---> Running in c5844391adbd 10:36:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/85 -v /w/workspace/device-sdk-go/85:/w/workspace/device-sdk-go/85:rw,z -v /w/workspace/device-sdk-go/85@tmp:/w/workspace/device-sdk-go/85@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 10:36:48 Removing intermediate container c5844391adbd 10:36:48 ---> 81a01f36e896 10:36:48 Step 23/24 : LABEL git_sha=0bbcb663a9153978e7e9ef8c297d5988e58906d0 10:36:48 ---> Running in c7a38e99979f 10:36:48 $ docker top 90eab0af16379d798b0d16c2f2fb17fae2a4a7e95252dc6c93cb3f9796af8b22 -eo pid,comm 10:36:48 Removing intermediate container c7a38e99979f 10:36:48 ---> db372321f832 10:36:48 Step 24/24 : LABEL version=1.2.4-dev.34 [Pipeline] { [Pipeline] sh 10:36:49 ---> Running in 87f0cefadb6a 10:36:49 + go version 10:36:49 go version go1.15.2 linux/amd64 [Pipeline] } 10:36:49 $ docker stop --time=1 90eab0af16379d798b0d16c2f2fb17fae2a4a7e95252dc6c93cb3f9796af8b22 10:36:49 Removing intermediate container 87f0cefadb6a 10:36:49 ---> facc9c7f1d87 10:36:49 [Warning] One or more build-args [ARCH] were not consumed 10:36:49 Successfully built facc9c7f1d87 10:36:49 Successfully tagged docker-device-sdk-simple-arm64:latest 10:36:50 $ docker rm -f 90eab0af16379d798b0d16c2f2fb17fae2a4a7e95252dc6c93cb3f9796af8b22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 10:36:52 + sudo chown -R jenkins:jenkins . [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] sh 10:36:52 + ls -al . 10:36:52 total 64 10:36:52 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 23 10:35 . 10:36:52 drwxrwxr-x. 4 jenkins jenkins 30 Oct 23 10:35 .. 10:36:52 drwxrwxr-x. 2 jenkins jenkins 64 Oct 23 10:35 bin 10:36:52 -rw-rw-r--. 1 jenkins jenkins 936 Oct 23 10:35 Dockerfile.build 10:36:52 -rw-rw-r--. 1 jenkins jenkins 140 Oct 23 10:35 .dockerignore 10:36:52 drwxrwxr-x. 4 jenkins jenkins 48 Oct 23 10:35 example 10:36:52 drwxrwxr-x. 8 jenkins jenkins 162 Oct 23 10:35 .git 10:36:52 drwxrwxr-x. 2 jenkins jenkins 60 Oct 23 10:35 .github 10:36:52 -rw-rw-r--. 1 jenkins jenkins 138 Oct 23 10:35 .gitignore 10:36:52 -rw-rw-r--. 1 jenkins jenkins 517 Oct 23 10:35 go.mod 10:36:52 drwxrwxr-x. 15 jenkins jenkins 211 Oct 23 10:35 internal 10:36:52 -rw-rw-r--. 1 jenkins jenkins 901 Oct 23 10:35 Jenkinsfile 10:36:52 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 23 10:35 LICENSE 10:36:52 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 23 10:35 Makefile 10:36:52 drwxrwxr-x. 4 jenkins jenkins 26 Oct 23 10:35 openapi 10:36:52 drwxrwxr-x. 5 jenkins jenkins 50 Oct 23 10:35 pkg 10:36:52 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 23 10:35 README.md 10:36:52 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 23 10:35 RELEASE-NOTES.txt 10:36:52 drwxrwxr-x. 4 jenkins jenkins 54 Oct 23 10:35 snap 10:36:52 -rw-rw-r--. 1 jenkins jenkins 12 Oct 23 10:32 VERSION 10:36:52 -rw-rw-r--. 1 jenkins jenkins 222 Oct 23 10:35 version.go [Pipeline] isUnix [Pipeline] sh 10:36:52 + 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=0bbcb663a9153978e7e9ef8c297d5988e58906d0 --label arch=amd64 --label version=1.2.4-dev.34 . 10:36:52 Sending build context to Docker daemon 2.34MB 10:36:52 Step 1/24 : ARG BASE=golang:1.15-alpine 10:36:52 Step 2/24 : FROM ${BASE} AS builder 10:36:52 ---> fbbc1c4ec860 10:36:52 Step 3/24 : ARG MAKE='make build' 10:36:53 ---> Running in e54e7c7b1d25 10:36:53 Removing intermediate container e54e7c7b1d25 10:36:53 ---> 650cc3ea168d 10:36:53 Step 4/24 : WORKDIR /device-sdk-go 10:36:53 ---> Running in e7c535f114af 10:36:53 Removing intermediate container e7c535f114af 10:36:53 ---> eaf372cbb3a6 10:36:53 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:36:53 ---> Running in 6ac20f764b62 10:36:53 Removing intermediate container 6ac20f764b62 10:36:53 ---> 55bd2ec1bda1 10:36:53 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:36:53 ---> Running in eee4570e36b6 10:36:54 Removing intermediate container eee4570e36b6 10:36:54 ---> 2559e507ebf5 10:36:54 Step 7/24 : RUN apk add --update --no-cache make git 10:36:54 ---> Running in 7ab9c79f1ce7 10:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:36:57 OK: 166 MiB in 39 packages 10:36:57 Removing intermediate container 7ab9c79f1ce7 10:36:57 ---> aad48fbd978b 10:36:57 Step 8/24 : COPY . . 10:36:59 ---> 3eaa0a9ee8b7 10:36:59 Step 9/24 : RUN ${MAKE} 10:36:59 ---> Running in 49336f4b61a1 10:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 10:37:07 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 10:37:10 Removing intermediate container 49336f4b61a1 10:37:10 ---> d9ecff8e1e6c 10:37:10 Step 10/24 : FROM scratch 10:37:10 ---> 10:37:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 10:37:10 ---> Running in 1b77db77a50c 10:37:10 Removing intermediate container 1b77db77a50c 10:37:10 ---> 9fb3d9fcd954 10:37:10 Step 12/24 : ENV APP_PORT=49990 10:37:10 ---> Running in 9a24c65c91c1 10:37:10 Removing intermediate container 9a24c65c91c1 10:37:10 ---> 26f24b3a7142 10:37:10 Step 13/24 : EXPOSE $APP_PORT 10:37:10 ---> Running in 7ac60451a229 10:37:10 Removing intermediate container 7ac60451a229 10:37:10 ---> 3dd3e32cb974 10:37:10 Step 14/24 : WORKDIR / 10:37:10 ---> Running in 4303f205dfa8 10:37:10 Removing intermediate container 4303f205dfa8 10:37:10 ---> 65fd297ce75c 10:37:10 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 10:37:11 ---> f9a7a1683553 10:37:11 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 10:37:11 ---> 22dbe14dd098 10:37:11 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 10:37:11 ---> fdfe0f10d97d 10:37:11 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 10:37:12 ---> cfd330d9b452 10:37:12 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 10:37:12 ---> f35bf7299030 10:37:12 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 10:37:12 ---> Running in 55adaf8bfbc7 10:37:12 Removing intermediate container 55adaf8bfbc7 10:37:12 ---> cd13fb220a68 10:37:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:37:12 ---> Running in 5e4256ad6657 10:37:12 Removing intermediate container 5e4256ad6657 10:37:12 ---> 067a5ef5c277 10:37:12 Step 22/24 : LABEL arch=amd64 10:37:12 ---> Running in 7c59cbb6e724 10:37:13 Removing intermediate container 7c59cbb6e724 10:37:13 ---> ac8cca8ee3da 10:37:13 Step 23/24 : LABEL git_sha=0bbcb663a9153978e7e9ef8c297d5988e58906d0 10:37:13 ---> Running in 04f09f54ec7a 10:37:13 Removing intermediate container 04f09f54ec7a 10:37:13 ---> 7489b9d9fb1f 10:37:13 Step 24/24 : LABEL version=1.2.4-dev.34 10:37:13 ---> Running in ebbc254acf98 10:37:13 Removing intermediate container ebbc254acf98 10:37:13 ---> 911de2df5a1e 10:37:13 [Warning] One or more build-args [ARCH] were not consumed 10:37:13 Successfully built 911de2df5a1e 10:37:13 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 10:37:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 10:37:16 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 10:37:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:37:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:37:16 10:37:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 10:37:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:37:18 1.317.0: Pulling from edgex-devops/edgex-snyk-go 10:37:18 cbdbe7a5bc2a: Pulling fs layer 10:37:18 408f87550127: Pulling fs layer 10:37:18 fe522b08c979: Pulling fs layer 10:37:18 221eaa008020: Pulling fs layer 10:37:18 2a4607e5d6b9: Pulling fs layer 10:37:18 8f79b27c4fd2: Pulling fs layer 10:37:18 e5c8dbe1645b: Pulling fs layer 10:37:18 23e8b3b47431: Pulling fs layer 10:37:18 5c568d65a230: Pulling fs layer 10:37:18 221eaa008020: Waiting 10:37:18 2a4607e5d6b9: Waiting 10:37:18 23e8b3b47431: Waiting 10:37:18 8f79b27c4fd2: Waiting 10:37:18 5c568d65a230: Waiting 10:37:18 e5c8dbe1645b: Waiting 10:37:18 fe522b08c979: Verifying Checksum 10:37:18 fe522b08c979: Download complete 10:37:18 408f87550127: Verifying Checksum 10:37:18 408f87550127: Download complete 10:37:18 2a4607e5d6b9: Download complete 10:37:18 8f79b27c4fd2: Verifying Checksum 10:37:18 8f79b27c4fd2: Download complete 10:37:18 cbdbe7a5bc2a: Verifying Checksum 10:37:18 cbdbe7a5bc2a: Download complete 10:37:19 cbdbe7a5bc2a: Pull complete 10:37:19 408f87550127: Pull complete 10:37:19 fe522b08c979: Pull complete 10:37:20 e5c8dbe1645b: Verifying Checksum 10:37:20 e5c8dbe1645b: Download complete 10:37:22 23e8b3b47431: Verifying Checksum 10:37:22 23e8b3b47431: Download complete 10:37:23 5c568d65a230: Verifying Checksum 10:37:23 5c568d65a230: Download complete 10:37:24 221eaa008020: Verifying Checksum 10:37:24 221eaa008020: Download complete 10:37:35 221eaa008020: Pull complete 10:37:35 2a4607e5d6b9: Pull complete 10:37:35 8f79b27c4fd2: Pull complete 10:37:37 e5c8dbe1645b: Pull complete 10:37:40 23e8b3b47431: Pull complete 10:37:42 5c568d65a230: Pull complete 10:37:42 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 10:37:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 10:37:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 10:37:43 prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container 10:37:43 $ 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 10:37:44 $ docker top aad1cf9711dbcdb26163a9586aa873bb1db1fe696bc6376a7ff8caead5ffc5ba -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:45 + snyk monitor '--org=edgex-jenkins' 10:37:55 10:37:55 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 10:37:55 10:37:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/a06ecde5-7746-4862-b383-05b50c30376a 10:37:55 10:37:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:37:55 10:37:55 10:37:55 Snyk CLI supports Node.js 8 and higher. 10:37:55 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 10:37:55 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 10:37:55 10:37:55 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 10:37:55 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 10:37:55 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 10:37:55 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:37:55 $ docker stop --time=1 aad1cf9711dbcdb26163a9586aa873bb1db1fe696bc6376a7ff8caead5ffc5ba 10:37:58 $ docker rm -f aad1cf9711dbcdb26163a9586aa873bb1db1fe696bc6376a7ff8caead5ffc5ba [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 10:37:59 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:37:59 provisioning config files... 10:37:59 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1914520171568205969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:38:00 --> edgex-publish-swagger.sh 10:38:00 === Publish openapi/v1 API === 10:38:00 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 10:38:00 [publishToSwagger] Publishing API Name [device-sdk] 10:38:00 % Total % Received % Xferd Average Speed Time Time Time Current 10:38:00 Dload Upload Total Spent Left Speed 10:38:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25266 --:--:-- --:--:-- --:--:-- 25298 100 20188 0 0 100 20188 0 25257 --:--:-- --:--:-- --:--:-- 25266 10:38:01 10:38:01 10:38:01 === Publish openapi/v2 API === 10:38:01 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 10:38:01 [publishToSwagger] Publishing API Name [device-sdk] 10:38:01 % Total % Received % Xferd Average Speed Time Time Time Current 10:38:01 Dload Upload Total Spent Left Speed 10:38:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 54841 --:--:-- --:--:-- --:--:-- 54870 10:38:01 10:38:01 [Pipeline] } 10:38:01 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 10:38:03 + git log --format=format:%s -1 0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] isUnix [Pipeline] sh 10:38:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:38:03 . [Pipeline] withDockerContainer 10:38:03 prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container 10:38:03 $ 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 10:38:05 $ docker top 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:38:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:38:05 [ssh-agent] Looking for ssh-agent implementation... 10:38:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:38:06 $ docker exec 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e ssh-agent 10:38:06 SSH_AUTH_SOCK=/tmp/ssh-iG13HVGrpB9R/agent.11 10:38:06 SSH_AGENT_PID=16 10:38:06 Running ssh-add (command line suppressed) 10:38:06 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3379963709859246463.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3379963709859246463.key) 10:38:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:38:07 + git semver tag 10:38:07 # -> Open(): unable to determine branch for HEAD 10:38:07 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:38:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:38:07 # $SEMVER_REMOTE_NAME = origin 10:38:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:38:07 # $SEMVER_USER_NAME = edgex-jenkins 10:38:07 # $SEMVER_BRANCH = master 10:38:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 10:38:07 # 0bbcb663a9153978e7e9ef8c297d5988e58906d0 HEAD 10:38:07 # -> Force: false 10:38:07 # 8443bd5cf31c18c7dc7a009b112e81ae93fc160c refs/tags/v1.2.4-dev.34 [Pipeline] } 10:38:07 $ docker exec --env ******** --env ******** 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e ssh-agent -k 10:38:07 unset SSH_AUTH_SOCK; 10:38:07 unset SSH_AGENT_PID; 10:38:07 echo Agent pid 16 killed; 10:38:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:38:08 + git semver [Pipeline] } 10:38:08 $ docker stop --time=1 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e 10:38:09 $ docker rm -f 78ec995de24de190adc16b26dc1a31e4985512942fa682106afbba64c239cd5e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:38:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:38:10 10:38:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:38:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:38:11 0.23.1-centos7: Pulling from edgex-lftools 10:38:11 ab5ef0e58194: Pulling fs layer 10:38:11 9712f1f96733: Pulling fs layer 10:38:11 63f879dbbcfc: Pulling fs layer 10:38:11 0d9ebad4ef96: Pulling fs layer 10:38:11 e9a5061849ea: Pulling fs layer 10:38:11 d747dcd14b5f: Pulling fs layer 10:38:11 2de7ff778b66: Pulling fs layer 10:38:11 0d9ebad4ef96: Waiting 10:38:11 e9a5061849ea: Waiting 10:38:11 d747dcd14b5f: Waiting 10:38:11 2de7ff778b66: Waiting 10:38:11 9712f1f96733: Verifying Checksum 10:38:11 9712f1f96733: Download complete 10:38:14 63f879dbbcfc: Verifying Checksum 10:38:14 63f879dbbcfc: Download complete 10:38:14 e9a5061849ea: Verifying Checksum 10:38:14 e9a5061849ea: Download complete 10:38:14 d747dcd14b5f: Verifying Checksum 10:38:14 d747dcd14b5f: Download complete 10:38:15 2de7ff778b66: Verifying Checksum 10:38:15 2de7ff778b66: Download complete 10:38:16 0d9ebad4ef96: Verifying Checksum 10:38:16 0d9ebad4ef96: Download complete 10:38:16 ab5ef0e58194: Verifying Checksum 10:38:16 ab5ef0e58194: Download complete 10:38:23 ab5ef0e58194: Pull complete 10:38:23 9712f1f96733: Pull complete 10:38:26 63f879dbbcfc: Pull complete 10:38:36 0d9ebad4ef96: Pull complete 10:38:36 e9a5061849ea: Pull complete 10:38:36 d747dcd14b5f: Pull complete 10:38:38 2de7ff778b66: Pull complete 10:38:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:38:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:38:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:38:39 prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container 10:38:39 $ 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 10:38:43 $ docker top c4ccb42a9b52c8616ce37438ccf6b8a8f34b6aeede768521976c690b75bbec23 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:38:43 provisioning config files... 10:38:43 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5906326400638914832tmp 10:38:43 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8119920962920854486tmp 10:38:43 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3328874015833038686tmp [Pipeline] { [Pipeline] echo 10:38:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:38:44 ---> sigul-configuration.sh 10:38:44 gpg: directory `/root/.gnupg' created 10:38:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:38:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:38:44 gpg: keyring `/root/.gnupg/secring.gpg' created 10:38:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:38:44 gpg: CAST5 encrypted data 10:38:44 gpg: encrypted with 1 passphrase 10:38:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:38:45 + mkdir /home/jenkins 10:38:45 + mkdir /home/jenkins/sigul [Pipeline] sh 10:38:45 + 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 10:38:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:38:46 ---> sigul-install.sh 10:38:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:38:53 + git tag --list 10:38:53 0.7.1 10:38:53 delhi-tag 10:38:53 v1.0.0 10:38:53 v1.1.0 10:38:53 v1.1.1 10:38:53 v1.1.2 10:38:53 v1.2.0 10:38:53 v1.2.1 10:38:53 v1.2.2 10:38:53 v1.2.3 10:38:53 v1.2.4-dev.1 10:38:53 v1.2.4-dev.10 10:38:53 v1.2.4-dev.11 10:38:53 v1.2.4-dev.12 10:38:53 v1.2.4-dev.13 10:38:53 v1.2.4-dev.14 10:38:53 v1.2.4-dev.15 10:38:53 v1.2.4-dev.16 10:38:53 v1.2.4-dev.17 10:38:53 v1.2.4-dev.18 10:38:53 v1.2.4-dev.19 10:38:53 v1.2.4-dev.2 10:38:53 v1.2.4-dev.20 10:38:53 v1.2.4-dev.21 10:38:53 v1.2.4-dev.22 10:38:53 v1.2.4-dev.23 10:38:53 v1.2.4-dev.24 10:38:53 v1.2.4-dev.25 10:38:53 v1.2.4-dev.26 10:38:53 v1.2.4-dev.27 10:38:53 v1.2.4-dev.28 10:38:53 v1.2.4-dev.29 10:38:53 v1.2.4-dev.3 10:38:53 v1.2.4-dev.30 10:38:53 v1.2.4-dev.31 10:38:53 v1.2.4-dev.32 10:38:53 v1.2.4-dev.33 10:38:53 v1.2.4-dev.34 10:38:53 v1.2.4-dev.4 10:38:53 v1.2.4-dev.5 10:38:53 v1.2.4-dev.6 10:38:53 v1.2.4-dev.7 10:38:53 v1.2.4-dev.8 10:38:53 v1.2.4-dev.9 [Pipeline] sh 10:38:53 + lftools sign git-tag v1.2.4-dev.34 10:38:55 Signing Git tag with Sigul... 10:38:55 Signing v1.2.4-dev.34 [Pipeline] echo 10:38:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:38:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:38:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:38:57 $ docker stop --time=1 c4ccb42a9b52c8616ce37438ccf6b8a8f34b6aeede768521976c690b75bbec23 10:38:59 $ docker rm -f c4ccb42a9b52c8616ce37438ccf6b8a8f34b6aeede768521976c690b75bbec23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:39:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:39:00 . [Pipeline] withDockerContainer 10:39:00 prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container 10:39:00 $ 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 10:39:02 $ docker top f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:39:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:39:02 [ssh-agent] Looking for ssh-agent implementation... 10:39:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:39:02 $ docker exec f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 ssh-agent 10:39:03 SSH_AUTH_SOCK=/tmp/ssh-WhEkLha1hadr/agent.12 10:39:03 SSH_AGENT_PID=18 10:39:03 Running ssh-add (command line suppressed) 10:39:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2256263627994815686.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2256263627994815686.key) 10:39:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:39:04 + git semver bump pre 10:39:04 # -> Open(): unable to determine branch for HEAD 10:39:04 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:39:04 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:39:04 # $SEMVER_REMOTE_NAME = origin 10:39:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:39:04 # $SEMVER_USER_NAME = edgex-jenkins 10:39:04 # $SEMVER_BRANCH = master 10:39:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 10:39:04 1.2.4-dev.35 [Pipeline] } 10:39:04 $ docker exec --env ******** --env ******** f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 ssh-agent -k 10:39:04 unset SSH_AUTH_SOCK; 10:39:04 unset SSH_AGENT_PID; 10:39:04 echo Agent pid 18 killed; 10:39:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:39:05 + git semver [Pipeline] } 10:39:05 $ docker stop --time=1 f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 10:39:07 $ docker rm -f f9ea41cc40b421192f86d2c2c86d79b09dc696799d340bbe03bde272319fe568 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:39:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:39:07 . [Pipeline] withDockerContainer 10:39:07 prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container 10:39:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:39:09 $ docker top d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:39:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:39:09 [ssh-agent] Looking for ssh-agent implementation... 10:39:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:39:10 $ docker exec d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 ssh-agent 10:39:10 SSH_AUTH_SOCK=/tmp/ssh-zsarC1h0wfvz/agent.12 10:39:10 SSH_AGENT_PID=17 10:39:10 Running ssh-add (command line suppressed) 10:39:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2274364330424886056.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2274364330424886056.key) 10:39:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:39:11 + git semver push 10:39:11 # -> Open(): unable to determine branch for HEAD 10:39:11 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 10:39:11 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 10:39:11 # $SEMVER_REMOTE_NAME = origin 10:39:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:39:11 # $SEMVER_USER_NAME = edgex-jenkins 10:39:11 # $SEMVER_BRANCH = master 10:39:11 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 10:39:20 $ docker exec --env ******** --env ******** d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 ssh-agent -k 10:39:20 unset SSH_AUTH_SOCK; 10:39:20 unset SSH_AGENT_PID; 10:39:20 echo Agent pid 17 killed; 10:39:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:39:21 + git semver [Pipeline] } 10:39:21 $ docker stop --time=1 d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 10:39:23 $ docker rm -f d9944f3319bc86230939c1e57359e15cbf10a1eb0092b06d5344ee511b63b886 [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 10:39:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:39:29 ---> package-listing.sh 10:39:29 ++ facter osfamily 10:39:29 ++ tr '[:upper:]' '[:lower:]' 10:39:29 + OS_FAMILY=redhat 10:39:29 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 10:39:29 + START_PACKAGES=/tmp/packages_start.txt 10:39:29 + END_PACKAGES=/tmp/packages_end.txt 10:39:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:39:29 + PACKAGES=/tmp/packages_start.txt 10:39:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 10:39:29 + PACKAGES=/tmp/packages_end.txt 10:39:29 + case "${OS_FAMILY}" in 10:39:29 + rpm -qa 10:39:29 + sort 10:39:33 + '[' -f /tmp/packages_start.txt ']' 10:39:33 + '[' -f /tmp/packages_end.txt ']' 10:39:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:39:33 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 10:39:33 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 10:39:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 10:39:33 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 10:39:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:39:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:39:34 10:39:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:39:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:39:35 alpine: Pulling from edgex-lftools-log-publisher 10:39:35 df20fa9351a1: Pulling fs layer 10:39:35 36b3adc4ff6f: Pulling fs layer 10:39:35 8ad3a11d3b57: Pulling fs layer 10:39:35 46f8f816bc3b: Pulling fs layer 10:39:35 93b61091891f: Pulling fs layer 10:39:35 93b9cdb0e59b: Pulling fs layer 10:39:35 5e14af77c1be: Pulling fs layer 10:39:35 01666e4c0597: Pulling fs layer 10:39:35 aa168da1d23b: Pulling fs layer 10:39:35 46f8f816bc3b: Waiting 10:39:35 93b61091891f: Waiting 10:39:35 93b9cdb0e59b: Waiting 10:39:35 5e14af77c1be: Waiting 10:39:35 aa168da1d23b: Waiting 10:39:35 01666e4c0597: Waiting 10:39:35 36b3adc4ff6f: Verifying Checksum 10:39:35 36b3adc4ff6f: Download complete 10:39:35 46f8f816bc3b: Verifying Checksum 10:39:35 46f8f816bc3b: Download complete 10:39:35 df20fa9351a1: Verifying Checksum 10:39:35 df20fa9351a1: Download complete 10:39:35 93b61091891f: Download complete 10:39:35 93b9cdb0e59b: Verifying Checksum 10:39:35 93b9cdb0e59b: Download complete 10:39:35 01666e4c0597: Download complete 10:39:35 5e14af77c1be: Verifying Checksum 10:39:35 5e14af77c1be: Download complete 10:39:36 8ad3a11d3b57: Verifying Checksum 10:39:36 8ad3a11d3b57: Download complete 10:39:36 df20fa9351a1: Pull complete 10:39:36 36b3adc4ff6f: Pull complete 10:39:38 8ad3a11d3b57: Pull complete 10:39:39 46f8f816bc3b: Pull complete 10:39:40 93b61091891f: Pull complete 10:39:40 93b9cdb0e59b: Pull complete 10:39:40 5e14af77c1be: Pull complete 10:39:40 01666e4c0597: Pull complete 10:39:40 aa168da1d23b: Verifying Checksum 10:39:40 aa168da1d23b: Download complete 10:39:51 aa168da1d23b: Pull complete 10:39:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:39:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:39:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:39:52 prd-centos7-docker-4c-2g-8413 does not seem to be running inside a container 10:39:52 $ 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 10:39:57 $ docker top f44d16be924e42f92148aa41f717e26289b2eb4e9890b6df8223ca08f0475ef6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:39:58 + touch /tmp/pre-build-complete [Pipeline] sh 10:39:58 + mkdir -p /var/log/sa [Pipeline] sh 10:39:58 + ls /var/log/sa-host 10:39:58 + sadf -c /var/log/sa-host/sa05 10:39:58 file_magic: OK 10:39:58 HZ: Using current value: 100 10:39:58 file_header: OK 10:39:58 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 10:39:58 Statistics: 10:39:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 10:39:58 File successfully converted to sysstat format version 12.2.1 10:39:58 + sadf -c /var/log/sa-host/sa23 10:39:58 file_magic: OK 10:39:58 HZ: Using current value: 100 10:39:58 file_header: OK 10:39:58 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 10:39:58 Statistics: 10:39:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:39:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:39:59 provisioning config files... 10:39:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config289007484546772360tmp [Pipeline] { [Pipeline] echo 10:39:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:39:59 ---> create-netrc.sh [Pipeline] } 10:39:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:39:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:39:59 ---> python-tools-install.sh [Pipeline] echo 10:40:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:40:00 ---> sudo-logs.sh 10:40:00 Archiving 'sudo' log.. [Pipeline] echo 10:40:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:40:00 ---> job-cost.sh 10:40:00 lf-activate-venv: SKIPPING 10:40:00 INFO: No Stack... 10:40:02 INFO: Retrieving Pricing Info for: v1-standard-2 10:40:02 INFO: Archiving Costs [Pipeline] echo 10:40:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:40:03 ---> logs-deploy.sh 10:40:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/85 10:40:03 INFO: archiving workspace using pattern(s): 10:40:05 Archives upload complete. 10:40:05 INFO: archiving logs to Nexus 10:40:07 ---> uname -a: 10:40:07 Linux prd-centos7-docker-4c-2g-8413.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 10:40:07 10:40:07 10:40:07 ---> lscpu: 10:40:07 Architecture: x86_64 10:40:07 CPU op-mode(s): 32-bit, 64-bit 10:40:07 Byte Order: Little Endian 10:40:07 Address sizes: 40 bits physical, 48 bits virtual 10:40:07 CPU(s): 4 10:40:07 On-line CPU(s) list: 0-3 10:40:07 Thread(s) per core: 1 10:40:07 Core(s) per socket: 1 10:40:07 Socket(s): 4 10:40:07 NUMA node(s): 1 10:40:07 Vendor ID: GenuineIntel 10:40:07 CPU family: 6 10:40:07 Model: 44 10:40:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:40:07 Stepping: 1 10:40:07 CPU MHz: 2933.438 10:40:07 BogoMIPS: 5866.87 10:40:07 Virtualization: VT-x 10:40:07 Hypervisor vendor: KVM 10:40:07 Virtualization type: full 10:40:07 L1d cache: 128 KiB 10:40:07 L1i cache: 128 KiB 10:40:07 L2 cache: 16 MiB 10:40:07 L3 cache: 64 MiB 10:40:07 NUMA node0 CPU(s): 0-3 10:40:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:40:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:40:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:40:07 Vulnerability Meltdown: Mitigation; PTI 10:40:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:40:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:40:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:40:07 Vulnerability Tsx async abort: Not affected 10:40: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 10:40:07 10:40:07 10:40:07 ---> nproc: 10:40:07 4 10:40:07 10:40:07 10:40:07 ---> df -h: 10:40:07 Filesystem Size Used Available Use% Mounted on 10:40:07 overlay 50.0G 8.4G 41.5G 17% / 10:40:07 tmpfs 64.0M 0 64.0M 0% /dev 10:40:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:40:07 shm 64.0M 0 64.0M 0% /dev/shm 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 10:40:07 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 10:40:07 10:40:07 10:40:07 ---> free -m: 10:40:07 total used free shared buff/cache available 10:40:07 Mem: 1837 786 154 0 896 988 10:40:07 Swap: 1023 3 1020 10:40:07 10:40:07 10:40:07 ---> ip addr: 10:40:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:40:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:40:07 inet 127.0.0.1/8 scope host lo 10:40:07 valid_lft forever preferred_lft forever 10:40:07 inet6 ::1/128 scope host 10:40:07 valid_lft forever preferred_lft forever 10:40:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:40:07 link/ether fa:16:3e:18:f2:11 brd ff:ff:ff:ff:ff:ff 10:40:07 inet 10.30.123.170/23 brd 10.30.123.255 scope global dynamic eth0 10:40:07 valid_lft 85878sec preferred_lft 85878sec 10:40:07 inet6 fe80::f816:3eff:fe18:f211/64 scope link 10:40:07 valid_lft forever preferred_lft forever 10:40:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:40:07 link/ether 02:42:71:69:84:ba brd ff:ff:ff:ff:ff:ff 10:40:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:40:07 valid_lft forever preferred_lft forever 10:40:07 inet6 fe80::42:71ff:fe69:84ba/64 scope link 10:40:07 valid_lft forever preferred_lft forever 10:40:07 10:40:07 10:40:07 ---> sar -b -r -n DEV: 10:40:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 10:40:07 10:40:07 10:31:05 LINUX RESTART (4 CPU) 10:40:07 10:40:07 10:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:40:07 10:33:02 49.73 11.94 37.79 0.00 4716.15 2471.10 0.00 10:40:07 10:34:01 1.88 0.00 1.88 0.00 0.00 37.57 0.00 10:40:07 10:35:01 0.45 0.00 0.45 0.00 0.00 6.10 0.00 10:40:07 10:36:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 10:40:07 10:37:01 0.27 0.00 0.27 0.00 0.00 3.41 0.00 10:40:07 10:38:01 225.21 133.53 91.68 0.00 7117.07 32661.95 0.00 10:40:07 10:39:01 200.02 69.09 130.93 0.00 4144.56 32639.30 0.00 10:40:07 Average: 68.43 30.73 37.70 0.00 2288.82 9715.15 0.00 10:40:07 10:40:07 10:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:40:07 10:33:02 165156 0 561948 29.87 2620 1151832 1133236 38.68 416980 1138204 128 10:40:07 10:34:01 174112 0 552988 29.39 2620 1151836 1068612 36.47 412852 1134952 20 10:40:07 10:35:01 171224 0 555868 29.54 2620 1151844 1068816 36.48 416264 1134944 20 10:40:07 10:36:01 169212 0 557880 29.65 2620 1151844 1068864 36.48 418256 1134320 20 10:40:07 10:37:01 169008 0 558076 29.66 2620 1151852 1068876 36.48 419356 1133308 16 10:40:07 10:38:01 212888 0 619896 32.95 2620 1046152 1070528 36.54 507448 945288 32 10:40:07 10:39:01 197632 0 761980 40.50 1764 920180 1579400 53.90 638100 758260 28 10:40:07 Average: 179890 0 595519 31.65 2498 1103649 1151190 39.29 461322 1054182 38 10:40:07 10:40:07 10:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:40:07 10:33:02 eth0 114.60 97.16 502.03 45.71 0.00 0.00 0.00 0.00 10:40:07 10:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:33:02 docker0 8.41 6.86 1.25 19.98 0.00 0.00 0.00 0.00 10:40:07 10:34:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 10:40:07 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:35:01 eth0 0.60 0.45 0.27 0.20 0.00 0.00 0.00 0.00 10:40:07 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:36:01 eth0 0.85 0.40 0.31 0.21 0.00 0.00 0.00 0.00 10:40:07 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:37:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 10:40:07 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:38:01 eth0 442.41 376.69 3949.10 38.43 0.00 0.00 0.00 0.00 10:40:07 10:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:38:01 docker0 32.86 31.95 3.00 154.64 0.00 0.00 0.00 0.00 10:40:07 10:39:01 veth7ff5dcd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:39:01 eth0 421.52 349.84 3427.71 87.36 0.00 0.00 0.00 0.00 10:40:07 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 10:39:01 docker0 16.74 26.19 0.83 197.74 0.00 0.00 0.00 0.00 10:40:07 Average: veth7ff5dcd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 Average: eth0 140.52 118.15 1128.68 24.65 0.00 0.00 0.00 0.00 10:40:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:40:07 Average: docker0 8.31 9.31 0.73 53.34 0.00 0.00 0.00 0.00 10:40:07 10:40:07 10:40:07 ---> sar -P ALL: 10:40:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 10:40:07 10:40:07 10:31:05 LINUX RESTART (4 CPU) 10:40:07 10:40:07 10:32:01 CPU %user %nice %system %iowait %steal %idle 10:40:07 10:33:02 all 3.74 0.00 2.30 1.18 4.03 88.75 10:40:07 10:33:02 0 3.62 0.00 2.34 0.77 4.69 88.59 10:40:07 10:33:02 1 5.43 0.00 2.64 0.45 3.46 88.01 10:40:07 10:33:02 2 2.89 0.00 2.01 0.10 3.75 91.25 10:40:07 10:33:02 3 3.04 0.00 2.21 3.39 4.21 87.14 10:40:07 10:34:01 all 0.10 0.00 0.08 0.00 0.49 99.34 10:40:07 10:34:01 0 0.12 0.00 0.07 0.00 0.67 99.14 10:40:07 10:34:01 1 0.05 0.00 0.10 0.00 0.46 99.39 10:40:07 10:34:01 2 0.20 0.00 0.07 0.00 0.32 99.41 10:40:07 10:34:01 3 0.02 0.00 0.07 0.00 0.51 99.41 10:40:07 10:35:01 all 0.09 0.00 0.03 0.00 0.46 99.42 10:40:07 10:35:01 0 0.03 0.00 0.03 0.00 0.18 99.75 10:40:07 10:35:01 1 0.07 0.00 0.03 0.00 0.63 99.27 10:40:07 10:35:01 2 0.25 0.00 0.03 0.00 0.51 99.20 10:40:07 10:35:01 3 0.02 0.00 0.02 0.00 0.53 99.44 10:40:07 10:36:01 all 0.11 0.00 0.04 0.00 0.13 99.72 10:40:07 10:36:01 0 0.02 0.00 0.03 0.00 0.18 99.77 10:40:07 10:36:01 1 0.37 0.00 0.07 0.00 0.12 99.45 10:40:07 10:36:01 2 0.03 0.00 0.03 0.00 0.13 99.80 10:40:07 10:36:01 3 0.03 0.00 0.02 0.00 0.10 99.85 10:40:07 10:37:01 all 0.12 0.00 0.06 0.00 0.31 99.51 10:40:07 10:37:01 0 0.03 0.00 0.00 0.00 0.42 99.55 10:40:07 10:37:01 1 0.03 0.00 0.18 0.00 0.18 99.60 10:40:07 10:37:01 2 0.37 0.00 0.03 0.00 0.48 99.12 10:40:07 10:37:01 3 0.03 0.00 0.02 0.00 0.17 99.78 10:40:07 10:38:01 all 5.88 0.00 4.55 2.19 10.90 76.48 10:40:07 10:38:01 0 4.84 0.00 3.89 1.93 11.19 78.14 10:40:07 10:38:01 1 6.16 0.00 5.00 2.53 10.80 75.50 10:40:07 10:38:01 2 6.08 0.00 4.30 2.10 10.79 76.73 10:40:07 10:38:01 3 6.44 0.00 5.02 2.20 10.82 75.52 10:40:07 10:39:01 all 8.72 0.00 7.01 2.12 11.99 70.15 10:40:07 10:39:01 0 7.04 0.00 5.94 1.76 12.55 72.70 10:40:07 10:39:01 1 6.85 0.00 7.37 2.08 11.96 71.74 10:40:07 10:39:01 2 12.50 0.00 7.73 3.52 11.67 64.58 10:40:07 10:39:01 3 8.58 0.00 7.00 1.15 11.77 71.49 10:40:07 Average: all 2.64 0.00 1.98 0.77 3.99 90.61 10:40:07 Average: 0 2.22 0.00 1.74 0.63 4.22 91.19 10:40:07 Average: 1 2.69 0.00 2.18 0.72 3.90 90.51 10:40:07 Average: 2 3.12 0.00 1.99 0.80 3.88 90.21 10:40:07 Average: 3 2.55 0.00 2.01 0.96 3.94 90.54 10:40:07 10:40:07 10:40:07