Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8b39936bc192f82b46677f7f05650a94960ef7f6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8226 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 8b39936bc192f82b46677f7f05650a94960ef7f6 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 Commit message: "Merge pull request #635 from hahattan/issue-596" > git rev-list --no-walk 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:48:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:48:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:48:09 ========================================================= 14:48:09 EdgeX Global Pipelines Version Info 14:48:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:48:11 ------------------- 14:48:11 stable info: 14:48:11 ------------------- 14:48:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:48:11 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 14:48:11 Message: update stable to v1.0.144 14:48:11 ------------------- 14:48:11 experimental info: 14:48:11 ------------------- 14:48:11 Commited By: **** collab-it+edgex@linuxfoundation.org 14:48:11 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 14:48:11 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:48:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:48:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:48:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:48:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:48:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] echo 14:48:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b39936 [Pipeline] echo 14:48:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:48:15 + git log --format=format:%s -1 8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] echo 14:48:16 GIT_COMMIT: 8b39936bc192f82b46677f7f05650a94960ef7f6, Commit Message: Merge pull request #635 from hahattan/issue-596 [Pipeline] echo 14:48:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:48:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:48:17 14:48:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:48:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:48:17 latest: Pulling from edgex-devops/git-semver 14:48:17 31603596830f: Pulling fs layer 14:48:17 2a8b12db71e7: Pulling fs layer 14:48:17 6ca5941a6612: Pulling fs layer 14:48:17 ecc8261a40a4: Pulling fs layer 14:48:17 ecc8261a40a4: Waiting 14:48:17 2a8b12db71e7: Download complete 14:48:17 31603596830f: Verifying Checksum 14:48:17 31603596830f: Download complete 14:48:17 ecc8261a40a4: Verifying Checksum 14:48:17 ecc8261a40a4: Download complete 14:48:17 6ca5941a6612: Verifying Checksum 14:48:17 6ca5941a6612: Download complete 14:48:18 31603596830f: Pull complete 14:48:18 2a8b12db71e7: Pull complete 14:48:19 6ca5941a6612: Pull complete 14:48:19 ecc8261a40a4: Pull complete 14:48:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:48:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:48:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:48:19 prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container 14:48:19 $ 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 14:48:21 $ docker top a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:48:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:48:22 [ssh-agent] Looking for ssh-agent implementation... 14:48:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:48:22 $ docker exec a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent 14:48:22 SSH_AUTH_SOCK=/tmp/ssh-hHT9jgavolGA/agent.11 14:48:22 SSH_AGENT_PID=16 14:48:22 Running ssh-add (command line suppressed) 14:48:23 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_587144375283250141.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_587144375283250141.key) 14:48:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:48:23 + git tag --points-at HEAD [Pipeline] } 14:48:23 $ docker exec --env ******** --env ******** a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent -k 14:48:23 unset SSH_AUTH_SOCK; 14:48:23 unset SSH_AGENT_PID; 14:48:23 echo Agent pid 16 killed; 14:48:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:48:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:48:23 [ssh-agent] Looking for ssh-agent implementation... 14:48:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:48:24 $ docker exec a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent 14:48:24 SSH_AUTH_SOCK=/tmp/ssh-AOaxQjUxYGdi/agent.44 14:48:24 SSH_AGENT_PID=50 14:48:24 Running ssh-add (command line suppressed) 14:48:24 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8623806124141192568.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8623806124141192568.key) 14:48:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:48:24 + git semver init 14:48:24 # -> Open(): unable to determine branch for HEAD 14:48:24 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 14:48:24 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 14:48:24 # $SEMVER_REMOTE_NAME = origin 14:48:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:48:24 # $SEMVER_USER_NAME = edgex-jenkins 14:48:24 # $SEMVER_BRANCH = master 14:48:24 # $SEMVER_TEMP = /tmp/semver-608451554 14:48:24 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 14:48:25 # '/tmp/semver-608451554' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 14:48:25 # -> Force: false 14:48:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 14:48:25 $ docker exec --env ******** --env ******** a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f ssh-agent -k 14:48:25 unset SSH_AUTH_SOCK; 14:48:25 unset SSH_AGENT_PID; 14:48:25 echo Agent pid 50 killed; 14:48:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:48:26 + git semver [Pipeline] } 14:48:26 $ docker stop --time=1 a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f 14:48:28 $ docker rm -f a753b9d891973eec5da2dc085de9a3dd60986e4b96b4f60a27b7b4166735db4f [Pipeline] // withDockerContainer [Pipeline] sh 14:48:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:48:29 Stashed 1 file(s) [Pipeline] echo 14:48:29 [edgeXSemver]: initialized semver on version 1.2.4-dev.33 [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 14:48:44 Still waiting to schedule task 14:48:44 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:48:44 Still waiting to schedule task 14:48:44 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:51:45 Running on prd-centos7-docker-4c-2g-8228 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 14:51:45 Running in /w/workspace/device-sdk-go/84 [Pipeline] { [Pipeline] checkout 14:51:47 using credential edgex-jenkins-ssh 14:51:47 Cloning the remote Git repository 14:51:47 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:51:48 > git init /w/workspace/device-sdk-go/84 # timeout=10 14:51:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:51:48 > git --version # timeout=10 14:51:48 > git --version # 'git version 2.16.5' 14:51:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:51:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:51:49 Checking out Revision 8b39936bc192f82b46677f7f05650a94960ef7f6 (master) 14:51:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:51:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:51:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:51:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:51:48 using GIT_SSH to set credentials SSH Credentials for GitHub 14:51:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:51:49 > git config core.sparsecheckout # timeout=10 14:51:49 > git checkout -f 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 14:51:52 Commit message: "Merge pull request #635 from hahattan/issue-596" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:51:53 ========================================================= 14:51:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:51:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:51:54 + 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 . 14:51:54 Sending build context to Docker daemon 2.331MB 14:51:54 Step 1/8 : ARG BASE=golang:1.15-alpine 14:51:54 Step 2/8 : FROM ${BASE} 14:51:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:51:54 df20fa9351a1: Pulling fs layer 14:51:54 ed8968b2872e: Pulling fs layer 14:51:54 a92cc7c5fd73: Pulling fs layer 14:51:54 e871e8e8d7a9: Pulling fs layer 14:51:54 e73272ec9a57: Pulling fs layer 14:51:54 1e910a182e73: Pulling fs layer 14:51:54 4e634b169226: Pulling fs layer 14:51:54 e871e8e8d7a9: Waiting 14:51:54 1e910a182e73: Waiting 14:51:54 4e634b169226: Waiting 14:51:54 e73272ec9a57: Waiting 14:51:54 a92cc7c5fd73: Download complete 14:51:54 ed8968b2872e: Verifying Checksum 14:51:54 ed8968b2872e: Download complete 14:51:54 e73272ec9a57: Verifying Checksum 14:51:54 e73272ec9a57: Download complete 14:51:54 1e910a182e73: Verifying Checksum 14:51:54 1e910a182e73: Download complete 14:51:55 df20fa9351a1: Verifying Checksum 14:51:55 df20fa9351a1: Download complete 14:51:55 df20fa9351a1: Pull complete 14:51:56 ed8968b2872e: Pull complete 14:51:56 a92cc7c5fd73: Pull complete 14:51:57 4e634b169226: Verifying Checksum 14:51:57 4e634b169226: Download complete 14:51:58 e871e8e8d7a9: Verifying Checksum 14:51:58 e871e8e8d7a9: Download complete 14:52:03 e871e8e8d7a9: Pull complete 14:52:03 e73272ec9a57: Pull complete 14:52:03 1e910a182e73: Pull complete 14:52:08 4e634b169226: Pull complete 14:52:08 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 14:52:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:52:08 ---> f7629b54cfaa 14:52:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:52:08 ---> Running in 3f4a8e652a45 14:52:08 Removing intermediate container 3f4a8e652a45 14:52:08 ---> 591d7504209b 14:52:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:08 ---> Running in 581cd5b6070f 14:52:10 Removing intermediate container 581cd5b6070f 14:52:10 ---> 823b21967509 14:52:10 Step 5/8 : RUN apk add --no-cache make git 14:52:10 ---> Running in 8abd3cddd2fb 14:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:11 OK: 166 MiB in 39 packages 14:52:12 Removing intermediate container 8abd3cddd2fb 14:52:12 ---> 3f24525ce9f7 14:52:12 Step 6/8 : WORKDIR /device-sdk-go 14:52:12 ---> Running in 948de003117e 14:52:12 Removing intermediate container 948de003117e 14:52:12 ---> 61bd1311b121 14:52:12 Step 7/8 : COPY . . 14:52:14 ---> e6b31237025f 14:52:14 Step 8/8 : RUN go mod download 14:52:14 ---> Running in 0bf74dc963c5 14:52:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8227 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 14:52:17 Running in /w/workspace/device-sdk-go/84 [Pipeline] { [Pipeline] checkout 14:52:22 using credential edgex-jenkins-ssh 14:52:23 Cloning the remote Git repository 14:52:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 14:52:23 > git init /w/workspace/device-sdk-go/84 # timeout=10 14:52:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:52:23 > git --version # timeout=10 14:52:23 > git --version # 'git version 2.17.1' 14:52:23 using GIT_SSH to set credentials SSH Credentials for GitHub 14:52:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:52:25 Checking out Revision 8b39936bc192f82b46677f7f05650a94960ef7f6 (master) 14:52:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:52:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:52:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 14:52:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 14:52:24 using GIT_SSH to set credentials SSH Credentials for GitHub 14:52:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:52:25 > git config core.sparsecheckout # timeout=10 14:52:25 > git checkout -f 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 14:52:31 Commit message: "Merge pull request #635 from hahattan/issue-596" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 14:52:32 ========================================================= 14:52:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:52:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:52:32 Removing intermediate container 0bf74dc963c5 14:52:32 ---> 60f52f76cab5 14:52:32 Successfully built 60f52f76cab5 14:52:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:52:33 + 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 . 14:52:33 + docker inspect -f . ci-base-image-x86_64 14:52:33 . [Pipeline] withDockerContainer 14:52:33 prd-centos7-docker-4c-2g-8228 does not seem to be running inside a container 14:52:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/84 -v /w/workspace/device-sdk-go/84:/w/workspace/device-sdk-go/84:rw,z -v /w/workspace/device-sdk-go/84@tmp:/w/workspace/device-sdk-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:52:34 Sending build context to Docker daemon 2.33MB 14:52:34 Step 1/8 : ARG BASE=golang:1.15-alpine 14:52:34 Step 2/8 : FROM ${BASE} 14:52:34 $ docker top faee762f3e68fb24253886733e77217c91a823c2f8b303696ceb67d1b4965314 -eo pid,comm [Pipeline] { [Pipeline] sh 14:52:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:52:34 b538f80385f9: Pulling fs layer 14:52:34 74f711af9a0d: Pulling fs layer 14:52:34 99f96fe45779: Pulling fs layer 14:52:34 8529a6b9a6be: Pulling fs layer 14:52:34 45590311c82a: Pulling fs layer 14:52:34 69ca0ff8b7b3: Pulling fs layer 14:52:34 209524e5b208: Pulling fs layer 14:52:34 45590311c82a: Waiting 14:52:34 69ca0ff8b7b3: Waiting 14:52:34 209524e5b208: Waiting 14:52:34 8529a6b9a6be: Waiting 14:52:34 99f96fe45779: Verifying Checksum 14:52:34 99f96fe45779: Download complete 14:52:34 74f711af9a0d: Download complete 14:52:34 45590311c82a: Verifying Checksum 14:52:34 45590311c82a: Download complete 14:52:34 69ca0ff8b7b3: Verifying Checksum 14:52:34 69ca0ff8b7b3: Download complete 14:52:34 + go version 14:52:34 go version go1.15.2 linux/amd64 [Pipeline] } 14:52:34 $ docker stop --time=1 faee762f3e68fb24253886733e77217c91a823c2f8b303696ceb67d1b4965314 14:52:34 b538f80385f9: Verifying Checksum 14:52:34 b538f80385f9: Download complete 14:52:35 b538f80385f9: Pull complete 14:52:35 74f711af9a0d: Pull complete 14:52:36 99f96fe45779: Pull complete 14:52:36 $ docker rm -f faee762f3e68fb24253886733e77217c91a823c2f8b303696ceb67d1b4965314 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 14:52:37 209524e5b208: Verifying Checksum 14:52:37 209524e5b208: Download complete [Pipeline] sh 14:52:38 8529a6b9a6be: Verifying Checksum 14:52:38 8529a6b9a6be: Download complete 14:52:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:52:38 + ls -al . 14:52:38 total 64 14:52:38 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 22 14:51 . 14:52:38 drwxrwxr-x. 4 jenkins jenkins 30 Oct 22 14:51 .. 14:52:38 drwxrwxr-x. 2 jenkins jenkins 64 Oct 22 14:51 bin 14:52:38 -rw-rw-r--. 1 jenkins jenkins 936 Oct 22 14:51 Dockerfile.build 14:52:38 -rw-rw-r--. 1 jenkins jenkins 140 Oct 22 14:51 .dockerignore 14:52:38 drwxrwxr-x. 4 jenkins jenkins 48 Oct 22 14:51 example 14:52:38 drwxrwxr-x. 8 jenkins jenkins 162 Oct 22 14:51 .git 14:52:38 drwxrwxr-x. 2 jenkins jenkins 60 Oct 22 14:51 .github 14:52:38 -rw-rw-r--. 1 jenkins jenkins 138 Oct 22 14:51 .gitignore 14:52:38 -rw-rw-r--. 1 jenkins jenkins 517 Oct 22 14:51 go.mod 14:52:38 drwxrwxr-x. 15 jenkins jenkins 211 Oct 22 14:51 internal 14:52:38 -rw-rw-r--. 1 jenkins jenkins 901 Oct 22 14:51 Jenkinsfile 14:52:38 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 22 14:51 LICENSE 14:52:38 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 22 14:51 Makefile 14:52:38 drwxrwxr-x. 4 jenkins jenkins 26 Oct 22 14:51 openapi 14:52:38 drwxrwxr-x. 5 jenkins jenkins 50 Oct 22 14:51 pkg 14:52:38 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 22 14:51 README.md 14:52:38 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 22 14:51 RELEASE-NOTES.txt 14:52:38 drwxrwxr-x. 4 jenkins jenkins 54 Oct 22 14:51 snap 14:52:38 -rw-rw-r--. 1 jenkins jenkins 12 Oct 22 14:48 VERSION 14:52:38 -rw-rw-r--. 1 jenkins jenkins 222 Oct 22 14:51 version.go [Pipeline] isUnix [Pipeline] sh 14:52:39 + 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=8b39936bc192f82b46677f7f05650a94960ef7f6 --label arch=amd64 --label version=1.2.4-dev.33 . 14:52:39 Sending build context to Docker daemon 2.331MB 14:52:39 Step 1/24 : ARG BASE=golang:1.15-alpine 14:52:39 Step 2/24 : FROM ${BASE} AS builder 14:52:39 ---> 60f52f76cab5 14:52:39 Step 3/24 : ARG MAKE='make build' 14:52:39 ---> Running in 01acc2acdaac 14:52:39 Removing intermediate container 01acc2acdaac 14:52:39 ---> d8b8827823be 14:52:39 Step 4/24 : WORKDIR /device-sdk-go 14:52:39 ---> Running in 0ea9ea2d3e64 14:52:40 Removing intermediate container 0ea9ea2d3e64 14:52:40 ---> de3c1b39ff96 14:52:40 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:52:40 ---> Running in 75fa9dae73f0 14:52:40 Removing intermediate container 75fa9dae73f0 14:52:40 ---> fb51408ae37d 14:52:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:40 ---> Running in db7ab8278645 14:52:41 Removing intermediate container db7ab8278645 14:52:41 ---> f1b3ec6d6dc0 14:52:41 Step 7/24 : RUN apk add --update --no-cache make git 14:52:41 ---> Running in a99b6879a92c 14:52:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:44 OK: 166 MiB in 39 packages 14:52:44 Removing intermediate container a99b6879a92c 14:52:44 ---> 1ba6b645af8e 14:52:44 Step 8/24 : COPY . . 14:52:45 ---> 5cd8e1bd9800 14:52:45 Step 9/24 : RUN ${MAKE} 14:52:45 ---> Running in 8a14c6d32256 14:52:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.33" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 14:52:50 8529a6b9a6be: Pull complete 14:52:50 45590311c82a: Pull complete 14:52:50 69ca0ff8b7b3: Pull complete 14:52:53 209524e5b208: Pull complete 14:52:53 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 14:52:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:52:53 ---> 5bddaf1c2fca 14:52:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:52:54 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 14:52:55 ---> Running in e04d96fe240d 14:52:56 Removing intermediate container e04d96fe240d 14:52:56 ---> 378bb04a4515 14:52:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:56 ---> Running in 35d735ce1f30 14:52:57 Removing intermediate container 8a14c6d32256 14:52:57 ---> d94e7a9aa1b7 14:52:57 Step 10/24 : FROM scratch 14:52:57 ---> 14:52:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:52:57 ---> Running in 2539cc0f4130 14:52:57 Removing intermediate container 2539cc0f4130 14:52:57 ---> 8f1d1423fcca 14:52:57 Step 12/24 : ENV APP_PORT=49990 14:52:57 ---> Running in a316565e42a0 14:52:57 Removing intermediate container a316565e42a0 14:52:57 ---> 21ee3e564add 14:52:57 Step 13/24 : EXPOSE $APP_PORT 14:52:57 ---> Running in 1aead958f5b6 14:52:57 Removing intermediate container 1aead958f5b6 14:52:57 ---> 5c7d3d1aedb6 14:52:57 Step 14/24 : WORKDIR / 14:52:57 ---> Running in 036b74ac25c6 14:52:57 Removing intermediate container 036b74ac25c6 14:52:57 ---> e950860b5c32 14:52:57 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 14:52:58 ---> 9d2f60b7cbfe 14:52:58 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 14:52:58 ---> ebf841060986 14:52:58 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 14:52:58 ---> 88b6b191da3d 14:52:58 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 14:52:58 Removing intermediate container 35d735ce1f30 14:52:58 ---> bec5085df779 14:52:58 Step 5/8 : RUN apk add --no-cache make git 14:52:58 ---> Running in fb628ec498f2 14:52:58 ---> 2a1753b4b5bd 14:52:58 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 14:52:59 ---> 529e6adc3b89 14:52:59 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 14:52:59 ---> Running in 836d360258d2 14:52:59 Removing intermediate container 836d360258d2 14:52:59 ---> 7b1e97ca39bb 14:52:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:59 ---> Running in c6613ecd2307 14:52:59 Removing intermediate container c6613ecd2307 14:52:59 ---> 2e23c0e06a18 14:52:59 Step 22/24 : LABEL arch=amd64 14:52:59 ---> Running in d3c27dad0a79 14:52:59 Removing intermediate container d3c27dad0a79 14:52:59 ---> 1323b0cc1e3c 14:52:59 Step 23/24 : LABEL git_sha=8b39936bc192f82b46677f7f05650a94960ef7f6 14:52:59 ---> Running in e3db4cba4f2c 14:53:00 Removing intermediate container e3db4cba4f2c 14:53:00 ---> 69e884af9ae9 14:53:00 Step 24/24 : LABEL version=1.2.4-dev.33 14:53:00 ---> Running in 8d085c11f467 14:53:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:53:00 Removing intermediate container 8d085c11f467 14:53:00 ---> 7b9ee00ccf3b 14:53:00 [Warning] One or more build-args [ARCH] were not consumed 14:53:00 Successfully built 7b9ee00ccf3b 14:53:00 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 14:53:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:53:02 OK: 142 MiB in 39 packages 14:53:03 Removing intermediate container fb628ec498f2 14:53:03 ---> c406186b85e8 14:53:03 Step 6/8 : WORKDIR /device-sdk-go 14:53:03 ---> Running in 290f9de68044 14:53:03 Removing intermediate container 290f9de68044 14:53:03 ---> 5f740dcfd389 14:53:03 Step 7/8 : COPY . . 14:53:05 ---> 3fafdafa5fe7 14:53:05 Step 8/8 : RUN go mod download 14:53:05 ---> Running in 2e2aafe5a63a 14:53:27 Removing intermediate container 2e2aafe5a63a 14:53:27 ---> d90a28966f82 14:53:27 Successfully built d90a28966f82 14:53:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:53:28 + docker inspect -f . ci-base-image-arm64 14:53:28 . [Pipeline] withDockerContainer 14:53:28 prd-ubuntu18.04-docker-arm64-4c-16g-8227 does not seem to be running inside a container 14:53:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/84 -v /w/workspace/device-sdk-go/84:/w/workspace/device-sdk-go/84:rw,z -v /w/workspace/device-sdk-go/84@tmp:/w/workspace/device-sdk-go/84@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:53:30 $ docker top e5d151076dafd2d9e742fbbfb6b991994681ea098bd9b1d0bdf4c39b9cfb068b -eo pid,comm [Pipeline] { [Pipeline] sh 14:53:31 + go version 14:53:31 go version go1.15.2 linux/arm64 [Pipeline] } 14:53:32 $ docker stop --time=1 e5d151076dafd2d9e742fbbfb6b991994681ea098bd9b1d0bdf4c39b9cfb068b 14:53:33 $ docker rm -f e5d151076dafd2d9e742fbbfb6b991994681ea098bd9b1d0bdf4c39b9cfb068b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:53:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:53:35 + ls -al . 14:53:35 total 100 14:53:35 drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 14:52 . 14:53:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 .. 14:53:35 -rw-rw-r-- 1 jenkins jenkins 140 Oct 22 14:52 .dockerignore 14:53:35 drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 14:52 .git 14:53:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 14:52 .github 14:53:35 -rw-rw-r-- 1 jenkins jenkins 138 Oct 22 14:52 .gitignore 14:53:35 -rw-rw-r-- 1 jenkins jenkins 936 Oct 22 14:52 Dockerfile.build 14:53:35 -rw-rw-r-- 1 jenkins jenkins 901 Oct 22 14:52 Jenkinsfile 14:53:35 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 22 14:52 LICENSE 14:53:35 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 22 14:52 Makefile 14:53:35 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 22 14:52 README.md 14:53:35 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 22 14:52 RELEASE-NOTES.txt 14:53:35 -rw-rw-r-- 1 jenkins jenkins 12 Oct 22 14:48 VERSION 14:53:35 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 14:52 bin 14:53:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 example 14:53:35 -rw-rw-r-- 1 jenkins jenkins 517 Oct 22 14:52 go.mod 14:53:35 drwxrwxr-x 15 jenkins jenkins 4096 Oct 22 14:52 internal 14:53:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 openapi 14:53:35 drwxrwxr-x 5 jenkins jenkins 4096 Oct 22 14:52 pkg 14:53:35 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 14:52 snap 14:53:35 -rw-rw-r-- 1 jenkins jenkins 222 Oct 22 14:52 version.go [Pipeline] isUnix [Pipeline] sh 14:53:36 + 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=8b39936bc192f82b46677f7f05650a94960ef7f6 --label arch=arm64 --label version=1.2.4-dev.33 . 14:53:36 Sending build context to Docker daemon 2.33MB 14:53:36 Step 1/24 : ARG BASE=golang:1.15-alpine 14:53:36 Step 2/24 : FROM ${BASE} AS builder 14:53:36 ---> d90a28966f82 14:53:36 Step 3/24 : ARG MAKE='make build' 14:53:36 ---> Running in 35e8263d6ae4 14:53:37 Removing intermediate container 35e8263d6ae4 14:53:37 ---> 1db6aa1e24cd 14:53:37 Step 4/24 : WORKDIR /device-sdk-go 14:53:37 ---> Running in 50e6e34489da 14:53:37 Removing intermediate container 50e6e34489da 14:53:37 ---> d56632b8fb9c 14:53:37 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:53:38 ---> Running in ce1939f9c175 14:53:38 Removing intermediate container ce1939f9c175 14:53:38 ---> 1165c78b1aab 14:53:38 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:53:38 ---> Running in 164715e8d1bd 14:53:41 Removing intermediate container 164715e8d1bd 14:53:41 ---> 959e70395a05 14:53:41 Step 7/24 : RUN apk add --update --no-cache make git 14:53:41 ---> Running in 0fac6facf078 14:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:53:44 OK: 142 MiB in 39 packages 14:53:45 Removing intermediate container 0fac6facf078 14:53:45 ---> c6a96779b664 14:53:45 Step 8/24 : COPY . . 14:53:46 ---> 503bbd078ba6 14:53:46 Step 9/24 : RUN ${MAKE} 14:53:46 ---> Running in 8164a27ee4c7 14:53:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.33" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 14:54:15 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 14:54:15 Removing intermediate container 8164a27ee4c7 14:54:15 ---> 811358faa675 14:54:15 Step 10/24 : FROM scratch 14:54:15 ---> 14:54:15 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:54:15 ---> Running in 0e384e231ca5 14:54:15 Removing intermediate container 0e384e231ca5 14:54:15 ---> 7b5077611fc5 14:54:15 Step 12/24 : ENV APP_PORT=49990 14:54:15 ---> Running in d15daf6e3cae 14:54:16 Removing intermediate container d15daf6e3cae 14:54:16 ---> baf50f23e9e5 14:54:16 Step 13/24 : EXPOSE $APP_PORT 14:54:16 ---> Running in 22c8b48278a5 14:54:16 Removing intermediate container 22c8b48278a5 14:54:16 ---> a9423ac8c7c8 14:54:16 Step 14/24 : WORKDIR / 14:54:16 ---> Running in 9e5d1b350f75 14:54:17 Removing intermediate container 9e5d1b350f75 14:54:17 ---> f79a0acc4839 14:54:17 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 14:54:18 ---> c96782cb56f5 14:54:18 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 14:54:18 ---> aac64def6cda 14:54:18 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 14:54:19 ---> 711fd4cd36ee 14:54:19 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 14:54:20 ---> b3873791ae25 14:54:20 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 14:54:20 ---> 184dbbf5923a 14:54:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 14:54:21 ---> Running in 6c7d5aac2954 14:54:21 Removing intermediate container 6c7d5aac2954 14:54:21 ---> 43faf1a1c4f6 14:54:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:54:21 ---> Running in 8c65692dc2e1 14:54:22 Removing intermediate container 8c65692dc2e1 14:54:22 ---> eb2ce3d62be7 14:54:22 Step 22/24 : LABEL arch=arm64 14:54:22 ---> Running in 13a882c36553 14:54:23 Removing intermediate container 13a882c36553 14:54:23 ---> d171a0513f94 14:54:23 Step 23/24 : LABEL git_sha=8b39936bc192f82b46677f7f05650a94960ef7f6 14:54:23 ---> Running in f44bf3d00dad 14:54:23 Removing intermediate container f44bf3d00dad 14:54:23 ---> 05eef66b5a29 14:54:23 Step 24/24 : LABEL version=1.2.4-dev.33 14:54:23 ---> Running in 3ba0a22d0182 14:54:23 Removing intermediate container 3ba0a22d0182 14:54:23 ---> fe4bebff27f5 14:54:23 [Warning] One or more build-args [ARCH] were not consumed 14:54:24 Successfully built fe4bebff27f5 14:54:24 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 14:54:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 14:54:26 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 14:54:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:54:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:54:27 14:54:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 14:54:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:54:27 1.317.0: Pulling from edgex-devops/edgex-snyk-go 14:54:27 cbdbe7a5bc2a: Pulling fs layer 14:54:27 408f87550127: Pulling fs layer 14:54:27 fe522b08c979: Pulling fs layer 14:54:27 221eaa008020: Pulling fs layer 14:54:27 2a4607e5d6b9: Pulling fs layer 14:54:27 8f79b27c4fd2: Pulling fs layer 14:54:27 e5c8dbe1645b: Pulling fs layer 14:54:27 23e8b3b47431: Pulling fs layer 14:54:27 5c568d65a230: Pulling fs layer 14:54:27 8f79b27c4fd2: Waiting 14:54:27 e5c8dbe1645b: Waiting 14:54:27 23e8b3b47431: Waiting 14:54:27 5c568d65a230: Waiting 14:54:27 221eaa008020: Waiting 14:54:27 2a4607e5d6b9: Waiting 14:54:27 fe522b08c979: Verifying Checksum 14:54:27 fe522b08c979: Download complete 14:54:27 408f87550127: Verifying Checksum 14:54:27 408f87550127: Download complete 14:54:27 2a4607e5d6b9: Verifying Checksum 14:54:27 2a4607e5d6b9: Download complete 14:54:28 8f79b27c4fd2: Verifying Checksum 14:54:28 8f79b27c4fd2: Download complete 14:54:28 cbdbe7a5bc2a: Download complete 14:54:28 cbdbe7a5bc2a: Pull complete 14:54:29 408f87550127: Pull complete 14:54:29 e5c8dbe1645b: Download complete 14:54:29 fe522b08c979: Pull complete 14:54:30 5c568d65a230: Verifying Checksum 14:54:30 5c568d65a230: Download complete 14:54:30 23e8b3b47431: Verifying Checksum 14:54:30 23e8b3b47431: Download complete 14:54:32 221eaa008020: Verifying Checksum 14:54:32 221eaa008020: Download complete 14:54:38 221eaa008020: Pull complete 14:54:39 2a4607e5d6b9: Pull complete 14:54:39 8f79b27c4fd2: Pull complete 14:54:41 e5c8dbe1645b: Pull complete 14:54:44 23e8b3b47431: Pull complete 14:54:45 5c568d65a230: Pull complete 14:54:46 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 14:54:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 14:54:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 14:54:46 prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container 14:54:46 $ 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 14:54:47 $ docker top a1242e7dc34f03cb29f90b93f2bda7b163e146a0147ad055687550a8bf53b399 -eo pid,comm [Pipeline] { [Pipeline] sh 14:54:48 + snyk monitor '--org=edgex-jenkins' 14:54:53 14:54:53 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 14:54:53 14:54:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/90c3b71e-67b0-4231-9066-87e532652be9 14:54:53 14:54:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 14:54:53 14:54:53 14:54:53 Snyk CLI supports Node.js 8 and higher. 14:54:53 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 14:54:53 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 14:54:53 14:54:53 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 14:54:53 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 14:54:53 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 14:54:53 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 14:54:53 $ docker stop --time=1 a1242e7dc34f03cb29f90b93f2bda7b163e146a0147ad055687550a8bf53b399 14:54:57 $ docker rm -f a1242e7dc34f03cb29f90b93f2bda7b163e146a0147ad055687550a8bf53b399 [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 14:54:58 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:54:58 provisioning config files... 14:54:58 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8248175371431406474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:54:59 --> edgex-publish-swagger.sh 14:54:59 === Publish openapi/v1 API === 14:54:59 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 14:54:59 [publishToSwagger] Publishing API Name [device-sdk] 14:54:59 % Total % Received % Xferd Average Speed Time Time Time Current 14:54:59 Dload Upload Total Spent Left Speed 14:55:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 22509 --:--:-- --:--:-- --:--:-- 22506 100 20188 0 0 100 20188 0 22503 --:--:-- --:--:-- --:--:-- 22506 14:55:00 14:55:00 14:55:00 === Publish openapi/v2 API === 14:55:00 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 14:55:00 [publishToSwagger] Publishing API Name [device-sdk] 14:55:00 % Total % Received % Xferd Average Speed Time Time Time Current 14:55:00 Dload Upload Total Spent Left Speed 14:55:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 66083 --:--:-- --:--:-- --:--:-- 66050 100 49274 0 0 100 49274 0 66065 --:--:-- --:--:-- --:--:-- 66050 14:55:00 14:55:00 [Pipeline] } 14:55:00 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 14:55:01 + git log --format=format:%s -1 8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] isUnix [Pipeline] sh 14:55:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:55:02 . [Pipeline] withDockerContainer 14:55:02 prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container 14:55:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:55:03 $ docker top 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:55:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:55:03 [ssh-agent] Looking for ssh-agent implementation... 14:55:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:55:04 $ docker exec 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 ssh-agent 14:55:04 SSH_AUTH_SOCK=/tmp/ssh-ncbBvswNNRNR/agent.12 14:55:04 SSH_AGENT_PID=17 14:55:04 Running ssh-add (command line suppressed) 14:55:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6705665960539937329.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6705665960539937329.key) 14:55:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:55:04 + git semver tag 14:55:05 # -> Open(): unable to determine branch for HEAD 14:55:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 14:55:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 14:55:05 # $SEMVER_REMOTE_NAME = origin 14:55:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:55:05 # $SEMVER_USER_NAME = edgex-jenkins 14:55:05 # $SEMVER_BRANCH = master 14:55:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 14:55:05 # 8b39936bc192f82b46677f7f05650a94960ef7f6 HEAD 14:55:05 # -> Force: false 14:55:05 # df38db44347b161c755a885cba73685d18bf9363 refs/tags/v1.2.4-dev.33 [Pipeline] } 14:55:05 $ docker exec --env ******** --env ******** 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 ssh-agent -k 14:55:05 unset SSH_AUTH_SOCK; 14:55:05 unset SSH_AGENT_PID; 14:55:05 echo Agent pid 17 killed; 14:55:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:55:05 + git semver [Pipeline] } 14:55:05 $ docker stop --time=1 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 14:55:07 $ docker rm -f 88f94f6dac8ac7bde595293ea0885f9785603181a1c265f84d750558086c7673 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 14:55:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:55:08 14:55:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 14:55:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:55:08 0.23.1-centos7: Pulling from edgex-lftools 14:55:08 ab5ef0e58194: Pulling fs layer 14:55:08 9712f1f96733: Pulling fs layer 14:55:08 63f879dbbcfc: Pulling fs layer 14:55:08 0d9ebad4ef96: Pulling fs layer 14:55:08 e9a5061849ea: Pulling fs layer 14:55:08 d747dcd14b5f: Pulling fs layer 14:55:08 2de7ff778b66: Pulling fs layer 14:55:08 e9a5061849ea: Waiting 14:55:08 d747dcd14b5f: Waiting 14:55:08 2de7ff778b66: Waiting 14:55:08 0d9ebad4ef96: Waiting 14:55:08 9712f1f96733: Verifying Checksum 14:55:08 9712f1f96733: Download complete 14:55:10 63f879dbbcfc: Verifying Checksum 14:55:10 63f879dbbcfc: Download complete 14:55:11 e9a5061849ea: Verifying Checksum 14:55:11 e9a5061849ea: Download complete 14:55:11 d747dcd14b5f: Verifying Checksum 14:55:11 d747dcd14b5f: Download complete 14:55:11 0d9ebad4ef96: Verifying Checksum 14:55:11 0d9ebad4ef96: Download complete 14:55:11 2de7ff778b66: Verifying Checksum 14:55:11 2de7ff778b66: Download complete 14:55:11 ab5ef0e58194: Verifying Checksum 14:55:11 ab5ef0e58194: Download complete 14:55:17 ab5ef0e58194: Pull complete 14:55:17 9712f1f96733: Pull complete 14:55:19 63f879dbbcfc: Pull complete 14:55:27 0d9ebad4ef96: Pull complete 14:55:28 e9a5061849ea: Pull complete 14:55:28 d747dcd14b5f: Pull complete 14:55:32 2de7ff778b66: Pull complete 14:55:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 14:55:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 14:55:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 14:55:32 prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container 14:55:32 $ 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 14:55:35 $ docker top a456732ff8e27e18b1c6769e7bb83770eaec2e93fd108fe547b010cd923aa67d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 14:55:36 provisioning config files... 14:55:36 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4601476373970733769tmp 14:55:36 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config295314759716343984tmp 14:55:36 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config244021355378588512tmp [Pipeline] { [Pipeline] echo 14:55:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 14:55:36 ---> sigul-configuration.sh 14:55:37 gpg: directory `/root/.gnupg' created 14:55:37 gpg: new configuration file `/root/.gnupg/gpg.conf' created 14:55:37 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 14:55:37 gpg: keyring `/root/.gnupg/secring.gpg' created 14:55:37 gpg: keyring `/root/.gnupg/pubring.gpg' created 14:55:37 gpg: CAST5 encrypted data 14:55:37 gpg: encrypted with 1 passphrase 14:55:37 gpg: WARNING: message was not integrity protected [Pipeline] sh 14:55:37 + mkdir /home/jenkins 14:55:37 + mkdir /home/jenkins/sigul [Pipeline] sh 14:55:37 + 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 14:55:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 14:55:37 ---> sigul-install.sh 14:55:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 14:55:44 + git tag --list 14:55:44 0.7.1 14:55:44 delhi-tag 14:55:44 v1.0.0 14:55:44 v1.1.0 14:55:44 v1.1.1 14:55:44 v1.1.2 14:55:44 v1.2.0 14:55:44 v1.2.1 14:55:44 v1.2.2 14:55:44 v1.2.3 14:55:44 v1.2.4-dev.1 14:55:44 v1.2.4-dev.10 14:55:44 v1.2.4-dev.11 14:55:44 v1.2.4-dev.12 14:55:44 v1.2.4-dev.13 14:55:44 v1.2.4-dev.14 14:55:44 v1.2.4-dev.15 14:55:44 v1.2.4-dev.16 14:55:44 v1.2.4-dev.17 14:55:44 v1.2.4-dev.18 14:55:44 v1.2.4-dev.19 14:55:44 v1.2.4-dev.2 14:55:44 v1.2.4-dev.20 14:55:44 v1.2.4-dev.21 14:55:44 v1.2.4-dev.22 14:55:44 v1.2.4-dev.23 14:55:44 v1.2.4-dev.24 14:55:44 v1.2.4-dev.25 14:55:44 v1.2.4-dev.26 14:55:44 v1.2.4-dev.27 14:55:44 v1.2.4-dev.28 14:55:44 v1.2.4-dev.29 14:55:44 v1.2.4-dev.3 14:55:44 v1.2.4-dev.30 14:55:44 v1.2.4-dev.31 14:55:44 v1.2.4-dev.32 14:55:44 v1.2.4-dev.33 14:55:44 v1.2.4-dev.4 14:55:44 v1.2.4-dev.5 14:55:44 v1.2.4-dev.6 14:55:44 v1.2.4-dev.7 14:55:44 v1.2.4-dev.8 14:55:44 v1.2.4-dev.9 [Pipeline] sh 14:55:45 + lftools sign git-tag v1.2.4-dev.33 14:55:46 Signing Git tag with Sigul... 14:55:46 Signing v1.2.4-dev.33 [Pipeline] echo 14:55:48 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 14:55:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 14:55:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 14:55:48 $ docker stop --time=1 a456732ff8e27e18b1c6769e7bb83770eaec2e93fd108fe547b010cd923aa67d 14:55:50 $ docker rm -f a456732ff8e27e18b1c6769e7bb83770eaec2e93fd108fe547b010cd923aa67d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 14:55:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:55:51 . [Pipeline] withDockerContainer 14:55:51 prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container 14:55:51 $ 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 14:55:52 $ docker top e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:55:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:55:53 [ssh-agent] Looking for ssh-agent implementation... 14:55:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:55:53 $ docker exec e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d ssh-agent 14:55:53 SSH_AUTH_SOCK=/tmp/ssh-4d25dAafqDEq/agent.11 14:55:53 SSH_AGENT_PID=16 14:55:53 Running ssh-add (command line suppressed) 14:55:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1052356531044697449.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1052356531044697449.key) 14:55:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:55:53 + git semver bump pre 14:55:53 # -> Open(): unable to determine branch for HEAD 14:55:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 14:55:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 14:55:53 # $SEMVER_REMOTE_NAME = origin 14:55:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:55:53 # $SEMVER_USER_NAME = edgex-jenkins 14:55:53 # $SEMVER_BRANCH = master 14:55:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 14:55:53 1.2.4-dev.34 [Pipeline] } 14:55:53 $ docker exec --env ******** --env ******** e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d ssh-agent -k 14:55:54 unset SSH_AUTH_SOCK; 14:55:54 unset SSH_AGENT_PID; 14:55:54 echo Agent pid 16 killed; 14:55:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:55:54 + git semver [Pipeline] } 14:55:54 $ docker stop --time=1 e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d 14:55:56 $ docker rm -f e35e64ee02320edbd5209b046985d7a79b3914b11b8a231dcceecac8fa02d48d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 14:55:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:55:56 . [Pipeline] withDockerContainer 14:55:56 prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container 14:55:56 $ 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 14:55:57 $ docker top 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:55:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:55:58 [ssh-agent] Looking for ssh-agent implementation... 14:55:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:55:58 $ docker exec 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 ssh-agent 14:55:58 SSH_AUTH_SOCK=/tmp/ssh-tcJLehieVdJ1/agent.11 14:55:58 SSH_AGENT_PID=16 14:55:58 Running ssh-add (command line suppressed) 14:55:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2662321128699444785.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2662321128699444785.key) 14:55:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:55:59 + git semver push 14:55:59 # -> Open(): unable to determine branch for HEAD 14:55:59 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 14:55:59 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 14:55:59 # $SEMVER_REMOTE_NAME = origin 14:55:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:55:59 # $SEMVER_USER_NAME = edgex-jenkins 14:55:59 # $SEMVER_BRANCH = master 14:55:59 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 14:56:07 $ docker exec --env ******** --env ******** 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 ssh-agent -k 14:56:07 unset SSH_AUTH_SOCK; 14:56:07 unset SSH_AGENT_PID; 14:56:07 echo Agent pid 16 killed; 14:56:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:56:08 + git semver [Pipeline] } 14:56:08 $ docker stop --time=1 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 14:56:09 $ docker rm -f 21b50f8f199f46b1839cca3ba813f81a4e108c2158814936472b39a3fb60f3f9 [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 14:56:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:56:16 ---> package-listing.sh 14:56:16 ++ facter osfamily 14:56:16 ++ tr '[:upper:]' '[:lower:]' 14:56:16 + OS_FAMILY=redhat 14:56:16 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 14:56:16 + START_PACKAGES=/tmp/packages_start.txt 14:56:16 + END_PACKAGES=/tmp/packages_end.txt 14:56:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:56:16 + PACKAGES=/tmp/packages_start.txt 14:56:16 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 14:56:16 + PACKAGES=/tmp/packages_end.txt 14:56:16 + case "${OS_FAMILY}" in 14:56:16 + rpm -qa 14:56:16 + sort 14:56:20 + '[' -f /tmp/packages_start.txt ']' 14:56:20 + '[' -f /tmp/packages_end.txt ']' 14:56:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:56:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 14:56:20 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 14:56:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 14:56:20 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 14:56:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:56:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:56:21 14:56:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:56:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:56:21 alpine: Pulling from edgex-lftools-log-publisher 14:56:21 df20fa9351a1: Pulling fs layer 14:56:21 36b3adc4ff6f: Pulling fs layer 14:56:21 8ad3a11d3b57: Pulling fs layer 14:56:21 46f8f816bc3b: Pulling fs layer 14:56:21 93b61091891f: Pulling fs layer 14:56:21 93b9cdb0e59b: Pulling fs layer 14:56:21 5e14af77c1be: Pulling fs layer 14:56:21 01666e4c0597: Pulling fs layer 14:56:21 aa168da1d23b: Pulling fs layer 14:56:21 46f8f816bc3b: Waiting 14:56:21 93b61091891f: Waiting 14:56:21 93b9cdb0e59b: Waiting 14:56:21 5e14af77c1be: Waiting 14:56:21 aa168da1d23b: Waiting 14:56:21 01666e4c0597: Waiting 14:56:21 36b3adc4ff6f: Verifying Checksum 14:56:21 36b3adc4ff6f: Download complete 14:56:21 46f8f816bc3b: Verifying Checksum 14:56:21 46f8f816bc3b: Download complete 14:56:21 df20fa9351a1: Verifying Checksum 14:56:21 df20fa9351a1: Download complete 14:56:21 93b9cdb0e59b: Verifying Checksum 14:56:21 93b9cdb0e59b: Download complete 14:56:21 5e14af77c1be: Verifying Checksum 14:56:21 5e14af77c1be: Download complete 14:56:21 93b61091891f: Verifying Checksum 14:56:21 93b61091891f: Download complete 14:56:21 01666e4c0597: Verifying Checksum 14:56:21 01666e4c0597: Download complete 14:56:22 df20fa9351a1: Pull complete 14:56:22 8ad3a11d3b57: Verifying Checksum 14:56:22 8ad3a11d3b57: Download complete 14:56:22 36b3adc4ff6f: Pull complete 14:56:23 8ad3a11d3b57: Pull complete 14:56:23 46f8f816bc3b: Pull complete 14:56:24 93b61091891f: Pull complete 14:56:24 93b9cdb0e59b: Pull complete 14:56:24 5e14af77c1be: Pull complete 14:56:25 01666e4c0597: Pull complete 14:56:25 aa168da1d23b: Verifying Checksum 14:56:25 aa168da1d23b: Download complete 14:56:33 aa168da1d23b: Pull complete 14:56:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:56:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:56:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:56:33 prd-centos7-docker-4c-2g-8226 does not seem to be running inside a container 14:56:34 $ 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 14:56:39 $ docker top e48bf7024921047336d5616b68a49a2b043fcb79f9b9bc52edbdb740e4e8c45c -eo pid,comm [Pipeline] { [Pipeline] sh 14:56:40 + touch /tmp/pre-build-complete [Pipeline] sh 14:56:40 + mkdir -p /var/log/sa [Pipeline] sh 14:56:41 + ls /var/log/sa-host 14:56:41 + sadf -c /var/log/sa-host/sa05 14:56:41 file_magic: OK 14:56:41 HZ: Using current value: 100 14:56:41 file_header: OK 14:56:41 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 14:56:41 Statistics: 14:56:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 14:56:41 File successfully converted to sysstat format version 12.2.1 14:56:41 + sadf -c /var/log/sa-host/sa22 14:56:41 file_magic: OK 14:56:41 HZ: Using current value: 100 14:56:41 file_header: OK 14:56:41 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 14:56:41 Statistics: 14:56:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:56:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:56:41 provisioning config files... 14:56:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7789987298827387509tmp [Pipeline] { [Pipeline] echo 14:56:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:56:42 ---> create-netrc.sh [Pipeline] } 14:56:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:56:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:56:42 ---> python-tools-install.sh [Pipeline] echo 14:56:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:56:43 ---> sudo-logs.sh 14:56:43 Archiving 'sudo' log.. [Pipeline] echo 14:56:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:56:43 ---> job-cost.sh 14:56:43 lf-activate-venv: SKIPPING 14:56:43 INFO: No Stack... 14:56:44 INFO: Retrieving Pricing Info for: v1-standard-2 14:56:44 INFO: Archiving Costs [Pipeline] echo 14:56:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:56:44 ---> logs-deploy.sh 14:56:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/84 14:56:44 INFO: archiving workspace using pattern(s): 14:56:46 Archives upload complete. 14:56:46 INFO: archiving logs to Nexus