Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d41dfb76324865f87a7aea80ddd0df968928e1d8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5816 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d41dfb76324865f87a7aea80ddd0df968928e1d8 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d41dfb76324865f87a7aea80ddd0df968928e1d8 # timeout=10 Commit message: "Merge pull request #628 from hahattan/issue-547" > git rev-list --no-walk 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T07:20:10.382Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T07:20:10.677Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T07:20:10.789Z] ========================================================= [2020-10-16T07:20:10.789Z] EdgeX Global Pipelines Version Info [2020-10-16T07:20:10.789Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:20:13.934Z] ------------------- [2020-10-16T07:20:13.935Z] stable info: [2020-10-16T07:20:13.935Z] ------------------- [2020-10-16T07:20:13.935Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T07:20:13.935Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T07:20:13.935Z] Message: update stable to v1.0.144 [2020-10-16T07:20:14.549Z] ------------------- [2020-10-16T07:20:14.549Z] experimental info: [2020-10-16T07:20:14.549Z] ------------------- [2020-10-16T07:20:14.549Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T07:20:14.549Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T07:20:14.549Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T07:20:14.939Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-16T07:20:15.029Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-16T07:20:15.116Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T07:20:15.205Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T07:20:15.294Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T07:20:15.402Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T07:20:15.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T07:20:15.585Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T07:20:15.673Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-16T07:20:15.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T07:20:15.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T07:20:15.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-16T07:20:16.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T07:20:16.120Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T07:20:16.212Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T07:20:16.321Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T07:20:16.423Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T07:20:16.511Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T07:20:16.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T07:20:16.689Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-16T07:20:16.777Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T07:20:16.871Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T07:20:16.959Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T07:20:17.046Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T07:20:17.182Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T07:20:17.269Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T07:20:17.356Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T07:20:17.466Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T07:20:17.561Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d41dfb76324865f87a7aea80ddd0df968928e1d8 [Pipeline] echo [2020-10-16T07:20:17.649Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d41dfb7 [Pipeline] echo [2020-10-16T07:20:17.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T07:20:18.355Z] + git log --format=format:%s -1 d41dfb76324865f87a7aea80ddd0df968928e1d8 [Pipeline] echo [2020-10-16T07:20:18.446Z] GIT_COMMIT: d41dfb76324865f87a7aea80ddd0df968928e1d8, Commit Message: Merge pull request #628 from hahattan/issue-547 [Pipeline] echo [2020-10-16T07:20:18.494Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:20:19.506Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:20:19.777Z] [2020-10-16T07:20:19.777Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:20:20.175Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:20:20.175Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T07:20:20.175Z] 31603596830f: Pulling fs layer [2020-10-16T07:20:20.175Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T07:20:20.175Z] 6ca5941a6612: Pulling fs layer [2020-10-16T07:20:20.175Z] ecc8261a40a4: Pulling fs layer [2020-10-16T07:20:20.175Z] ecc8261a40a4: Waiting [2020-10-16T07:20:20.175Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T07:20:20.175Z] 2a8b12db71e7: Download complete [2020-10-16T07:20:20.901Z] 31603596830f: Verifying Checksum [2020-10-16T07:20:20.901Z] 31603596830f: Download complete [2020-10-16T07:20:21.600Z] 31603596830f: Pull complete [2020-10-16T07:20:21.600Z] ecc8261a40a4: Verifying Checksum [2020-10-16T07:20:21.600Z] ecc8261a40a4: Download complete [2020-10-16T07:20:21.600Z] 6ca5941a6612: Verifying Checksum [2020-10-16T07:20:21.600Z] 6ca5941a6612: Download complete [2020-10-16T07:20:21.600Z] 2a8b12db71e7: Pull complete [2020-10-16T07:20:23.129Z] 6ca5941a6612: Pull complete [2020-10-16T07:20:23.407Z] ecc8261a40a4: Pull complete [2020-10-16T07:20:23.407Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T07:20:23.407Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:20:23.407Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T07:20:23.573Z] prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container [2020-10-16T07:20:23.643Z] $ 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 [2020-10-16T07:20:25.797Z] $ docker top 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:20:26.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:20:26.286Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:20:26.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:20:26.580Z] $ docker exec 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent [2020-10-16T07:20:26.870Z] SSH_AUTH_SOCK=/tmp/ssh-wsb7fGQqLmxO/agent.11 [2020-10-16T07:20:26.870Z] SSH_AGENT_PID=16 [2020-10-16T07:20:26.884Z] Running ssh-add (command line suppressed) [2020-10-16T07:20:27.081Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3694894651761841997.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3694894651761841997.key) [2020-10-16T07:20:27.174Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:20:27.596Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T07:20:27.641Z] $ docker exec --env ******** --env ******** 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent -k [2020-10-16T07:20:27.865Z] unset SSH_AUTH_SOCK; [2020-10-16T07:20:27.865Z] unset SSH_AGENT_PID; [2020-10-16T07:20:27.865Z] echo Agent pid 16 killed; [2020-10-16T07:20:27.960Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T07:20:28.115Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:20:28.115Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:20:28.390Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:20:28.395Z] $ docker exec 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent [2020-10-16T07:20:28.675Z] SSH_AUTH_SOCK=/tmp/ssh-IpW40FnYTDBf/agent.45 [2020-10-16T07:20:28.675Z] SSH_AGENT_PID=50 [2020-10-16T07:20:28.684Z] Running ssh-add (command line suppressed) [2020-10-16T07:20:28.889Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4819023717541369527.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4819023717541369527.key) [2020-10-16T07:20:28.993Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:20:29.537Z] + git semver init [2020-10-16T07:20:29.537Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:20:29.537Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T07:20:29.537Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T07:20:29.537Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:20:29.537Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:20:29.537Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:20:29.537Z] # $SEMVER_BRANCH = master [2020-10-16T07:20:29.537Z] # $SEMVER_TEMP = /tmp/semver-943587339 [2020-10-16T07:20:29.537Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-16T07:20:30.579Z] # '/tmp/semver-943587339' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-16T07:20:30.579Z] # -> Force: false [2020-10-16T07:20:30.579Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-16T07:20:30.616Z] $ docker exec --env ******** --env ******** 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f ssh-agent -k [2020-10-16T07:20:30.783Z] unset SSH_AUTH_SOCK; [2020-10-16T07:20:30.784Z] unset SSH_AGENT_PID; [2020-10-16T07:20:30.784Z] echo Agent pid 50 killed; [2020-10-16T07:20:30.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:20:31.464Z] + git semver [Pipeline] } [2020-10-16T07:20:31.514Z] $ docker stop --time=1 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f [2020-10-16T07:20:33.005Z] $ docker rm -f 30b73529a4621391f3623ad00fc0575e2bdc2b424c8ea4ed9877ee207a6d978f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:20:33.525Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T07:20:34.170Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T07:20:34.173Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.28 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-16T07:20:34.983Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5809 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-16T07:20:35.037Z] Running in /w/workspace/device-sdk-go/79 [Pipeline] { [Pipeline] checkout [2020-10-16T07:20:39.415Z] using credential edgex-jenkins-ssh [2020-10-16T07:20:39.474Z] Cloning the remote Git repository [2020-10-16T07:20:39.512Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T07:20:39.616Z] > git init /w/workspace/device-sdk-go/79 # timeout=10 [2020-10-16T07:20:39.689Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T07:20:39.690Z] > git --version # timeout=10 [2020-10-16T07:20:39.711Z] > git --version # 'git version 2.17.1' [2020-10-16T07:20:39.712Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:20:39.790Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:20:40.709Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T07:20:40.736Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:20:40.804Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T07:20:40.852Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T07:20:40.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:20:40.875Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T07:20:41.373Z] Checking out Revision d41dfb76324865f87a7aea80ddd0df968928e1d8 (master) [2020-10-16T07:20:41.370Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T07:20:41.396Z] > git checkout -f d41dfb76324865f87a7aea80ddd0df968928e1d8 # timeout=10 [2020-10-16T07:20:45.741Z] Commit message: "Merge pull request #628 from hahattan/issue-547" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T07:20:46.597Z] ========================================================= [2020-10-16T07:20:46.597Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T07:20:46.597Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:20:47.642Z] + 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 . [2020-10-16T07:20:48.630Z] Sending build context to Docker daemon 2.318MB [2020-10-16T07:20:48.630Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T07:20:48.630Z] Step 2/8 : FROM ${BASE} [2020-10-16T07:20:48.906Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T07:20:48.906Z] b538f80385f9: Pulling fs layer [2020-10-16T07:20:48.906Z] 74f711af9a0d: Pulling fs layer [2020-10-16T07:20:48.906Z] 99f96fe45779: Pulling fs layer [2020-10-16T07:20:48.906Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T07:20:48.906Z] 45590311c82a: Pulling fs layer [2020-10-16T07:20:48.906Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T07:20:48.906Z] 209524e5b208: Pulling fs layer [2020-10-16T07:20:48.906Z] 8529a6b9a6be: Waiting [2020-10-16T07:20:48.906Z] 45590311c82a: Waiting [2020-10-16T07:20:48.906Z] 69ca0ff8b7b3: Waiting [2020-10-16T07:20:48.906Z] 209524e5b208: Waiting [2020-10-16T07:20:48.906Z] 99f96fe45779: Download complete [2020-10-16T07:20:48.906Z] 74f711af9a0d: Verifying Checksum [2020-10-16T07:20:48.906Z] 74f711af9a0d: Download complete [2020-10-16T07:20:48.906Z] 45590311c82a: Verifying Checksum [2020-10-16T07:20:48.906Z] 45590311c82a: Download complete [2020-10-16T07:20:48.906Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T07:20:48.906Z] 69ca0ff8b7b3: Download complete [2020-10-16T07:20:48.906Z] b538f80385f9: Verifying Checksum [2020-10-16T07:20:48.906Z] b538f80385f9: Download complete [2020-10-16T07:20:49.528Z] b538f80385f9: Pull complete [2020-10-16T07:20:49.795Z] Still waiting to schedule task [2020-10-16T07:20:49.795Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-16T07:20:50.136Z] 74f711af9a0d: Pull complete [2020-10-16T07:20:50.415Z] 99f96fe45779: Pull complete [2020-10-16T07:20:51.870Z] 209524e5b208: Verifying Checksum [2020-10-16T07:20:51.870Z] 209524e5b208: Download complete [2020-10-16T07:20:52.469Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T07:20:52.469Z] 8529a6b9a6be: Download complete [2020-10-16T07:21:04.916Z] 8529a6b9a6be: Pull complete [2020-10-16T07:21:04.916Z] 45590311c82a: Pull complete [2020-10-16T07:21:04.916Z] 69ca0ff8b7b3: Pull complete [2020-10-16T07:21:07.556Z] 209524e5b208: Pull complete [2020-10-16T07:21:07.556Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T07:21:07.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T07:21:07.556Z] ---> 5bddaf1c2fca [2020-10-16T07:21:07.556Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T07:21:10.192Z] ---> Running in 2a35ec58e4fd [2020-10-16T07:21:10.468Z] Removing intermediate container 2a35ec58e4fd [2020-10-16T07:21:10.468Z] ---> 76323f571e6b [2020-10-16T07:21:10.468Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:21:10.748Z] ---> Running in be158d354d48 [2020-10-16T07:21:13.383Z] Removing intermediate container be158d354d48 [2020-10-16T07:21:13.383Z] ---> c0b7af06d584 [2020-10-16T07:21:13.383Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T07:21:13.383Z] ---> Running in f2f433cea60a [2020-10-16T07:21:14.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:21:15.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:21:16.415Z] OK: 142 MiB in 39 packages [2020-10-16T07:21:17.854Z] Removing intermediate container f2f433cea60a [2020-10-16T07:21:17.854Z] ---> 32cb49e4f3c0 [2020-10-16T07:21:17.854Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T07:21:17.854Z] ---> Running in c105e0cf1b4d [2020-10-16T07:21:18.129Z] Removing intermediate container c105e0cf1b4d [2020-10-16T07:21:18.129Z] ---> c2a0032b81e2 [2020-10-16T07:21:18.129Z] Step 7/8 : COPY . . [2020-10-16T07:21:19.564Z] ---> e0464f5a4669 [2020-10-16T07:21:19.564Z] Step 8/8 : RUN go mod download [2020-10-16T07:21:19.564Z] ---> Running in cebeb61ef7c3 [2020-10-16T07:21:41.728Z] Removing intermediate container cebeb61ef7c3 [2020-10-16T07:21:41.728Z] ---> 4b772c8bf99b [2020-10-16T07:21:41.728Z] Successfully built 4b772c8bf99b [2020-10-16T07:21:41.728Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:21:42.138Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T07:21:42.138Z] . [Pipeline] withDockerContainer [2020-10-16T07:21:42.385Z] prd-ubuntu18.04-docker-arm64-4c-16g-5809 does not seem to be running inside a container [2020-10-16T07:21:42.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/79 -v /w/workspace/device-sdk-go/79:/w/workspace/device-sdk-go/79:rw,z -v /w/workspace/device-sdk-go/79@tmp:/w/workspace/device-sdk-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-16T07:21:44.353Z] $ docker top dfac1bc738abc1402d3c2800db9588016b68423939c4e10cb4b0da4e9a673c38 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:21:45.836Z] + go version [2020-10-16T07:21:45.836Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T07:21:45.836Z] $ docker stop --time=1 dfac1bc738abc1402d3c2800db9588016b68423939c4e10cb4b0da4e9a673c38 [2020-10-16T07:21:47.724Z] $ docker rm -f dfac1bc738abc1402d3c2800db9588016b68423939c4e10cb4b0da4e9a673c38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T07:21:51.357Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T07:21:51.688Z] + ls -al . [2020-10-16T07:21:51.688Z] total 100 [2020-10-16T07:21:51.688Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 07:20 . [2020-10-16T07:21:51.688Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 .. [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 07:20 .dockerignore [2020-10-16T07:21:51.688Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 07:20 .git [2020-10-16T07:21:51.688Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 07:20 .github [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 07:20 .gitignore [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 07:20 Dockerfile.build [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 07:20 Jenkinsfile [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 07:20 LICENSE [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 07:20 Makefile [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 07:20 README.md [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 07:20 RELEASE-NOTES.txt [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 16 07:20 VERSION [2020-10-16T07:21:51.688Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 07:20 bin [2020-10-16T07:21:51.688Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 example [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 16 07:20 go.mod [2020-10-16T07:21:51.688Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 07:20 internal [2020-10-16T07:21:51.688Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 openapi [2020-10-16T07:21:51.688Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 07:20 pkg [2020-10-16T07:21:51.688Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 07:20 snap [2020-10-16T07:21:51.688Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 07:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:21:52.035Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d41dfb76324865f87a7aea80ddd0df968928e1d8 --label arch=arm64 --label version=1.2.4-dev.28 . [2020-10-16T07:21:52.636Z] Sending build context to Docker daemon 2.318MB [2020-10-16T07:21:52.636Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T07:21:52.636Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T07:21:52.636Z] ---> 4b772c8bf99b [2020-10-16T07:21:52.636Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T07:21:52.636Z] ---> Running in 49268e22293e [2020-10-16T07:21:53.232Z] Removing intermediate container 49268e22293e [2020-10-16T07:21:53.232Z] ---> 6f44583db310 [2020-10-16T07:21:53.232Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T07:21:53.232Z] ---> Running in 57efcaa6c756 [2020-10-16T07:21:53.838Z] Removing intermediate container 57efcaa6c756 [2020-10-16T07:21:53.838Z] ---> 4844fe3b6e88 [2020-10-16T07:21:53.839Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T07:21:54.112Z] ---> Running in f9623fd6466e [2020-10-16T07:21:54.392Z] Removing intermediate container f9623fd6466e [2020-10-16T07:21:54.392Z] ---> 719e344b5c9c [2020-10-16T07:21:54.392Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:21:54.392Z] ---> Running in 118dd9e2e0ba [2020-10-16T07:21:57.012Z] Removing intermediate container 118dd9e2e0ba [2020-10-16T07:21:57.012Z] ---> ed4bc4e26831 [2020-10-16T07:21:57.012Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T07:21:57.012Z] ---> Running in df5e62c3889a [2020-10-16T07:21:58.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:21:59.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:22:00.023Z] OK: 142 MiB in 39 packages [2020-10-16T07:22:01.002Z] Removing intermediate container df5e62c3889a [2020-10-16T07:22:01.002Z] ---> f84de8e0effe [2020-10-16T07:22:01.002Z] Step 8/24 : COPY . . [2020-10-16T07:22:02.442Z] ---> 93b9e83d36bf [2020-10-16T07:22:02.442Z] Step 9/24 : RUN ${MAKE} [2020-10-16T07:22:02.442Z] ---> Running in bf31cafc200c [2020-10-16T07:22:03.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-16T07:22:30.733Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T07:22:30.733Z] Removing intermediate container bf31cafc200c [2020-10-16T07:22:30.733Z] ---> 835172d23aec [2020-10-16T07:22:30.733Z] Step 10/24 : FROM scratch [2020-10-16T07:22:30.733Z] ---> [2020-10-16T07:22:30.733Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T07:22:30.733Z] ---> Running in 9e798717bb51 [2020-10-16T07:22:30.733Z] Removing intermediate container 9e798717bb51 [2020-10-16T07:22:30.733Z] ---> 27f72921d877 [2020-10-16T07:22:30.733Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T07:22:31.006Z] ---> Running in 95db75637e31 [2020-10-16T07:22:31.284Z] Removing intermediate container 95db75637e31 [2020-10-16T07:22:31.284Z] ---> bda414a76526 [2020-10-16T07:22:31.284Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T07:22:31.284Z] ---> Running in 138af53fa97e [2020-10-16T07:22:31.878Z] Removing intermediate container 138af53fa97e [2020-10-16T07:22:31.878Z] ---> b20daa8f92e1 [2020-10-16T07:22:31.878Z] Step 14/24 : WORKDIR / [2020-10-16T07:22:31.878Z] ---> Running in ffc391ab12be [2020-10-16T07:22:32.478Z] Removing intermediate container ffc391ab12be [2020-10-16T07:22:32.478Z] ---> 8e2ed5e37760 [2020-10-16T07:22:32.478Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T07:22:33.460Z] ---> e2a10f038038 [2020-10-16T07:22:33.460Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T07:22:34.439Z] ---> 04568c6629d4 [2020-10-16T07:22:34.439Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T07:22:35.036Z] ---> 5f9514d3d81a [2020-10-16T07:22:35.036Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T07:22:35.634Z] ---> 70d664f33e4a [2020-10-16T07:22:35.634Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T07:22:36.618Z] ---> 0c3baf302998 [2020-10-16T07:22:36.618Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T07:22:36.618Z] ---> Running in fc44729e5394 [2020-10-16T07:22:36.893Z] Removing intermediate container fc44729e5394 [2020-10-16T07:22:36.894Z] ---> cebee12778b3 [2020-10-16T07:22:36.894Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:22:37.168Z] ---> Running in b1e90c0d3c61 [2020-10-16T07:22:37.768Z] Removing intermediate container b1e90c0d3c61 [2020-10-16T07:22:37.768Z] ---> 4d8eefee2848 [2020-10-16T07:22:37.768Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T07:22:37.768Z] ---> Running in 1b3129774baf [2020-10-16T07:22:38.040Z] Removing intermediate container 1b3129774baf [2020-10-16T07:22:38.040Z] ---> ee69eecfcced [2020-10-16T07:22:38.040Z] Step 23/24 : LABEL git_sha=d41dfb76324865f87a7aea80ddd0df968928e1d8 [2020-10-16T07:22:38.314Z] ---> Running in 7fd343146d39 [2020-10-16T07:22:38.602Z] Removing intermediate container 7fd343146d39 [2020-10-16T07:22:38.602Z] ---> bce3e68f4e17 [2020-10-16T07:22:38.602Z] Step 24/24 : LABEL version=1.2.4-dev.28 [2020-10-16T07:22:38.880Z] ---> Running in 4ce1a280e7cb [2020-10-16T07:22:39.153Z] Removing intermediate container 4ce1a280e7cb [2020-10-16T07:22:39.153Z] ---> 214c80e9c9c8 [2020-10-16T07:22:39.153Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T07:22:39.153Z] Successfully built 214c80e9c9c8 [2020-10-16T07:22:39.436Z] 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] } [2020-10-16T07:24:05.465Z] Running on prd-centos7-docker-4c-2g-5817 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-16T07:24:05.533Z] Running in /w/workspace/device-sdk-go/79 [Pipeline] { [Pipeline] checkout [2020-10-16T07:24:08.086Z] using credential edgex-jenkins-ssh [2020-10-16T07:24:08.175Z] Cloning the remote Git repository [2020-10-16T07:24:08.204Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T07:24:08.268Z] > git init /w/workspace/device-sdk-go/79 # timeout=10 [2020-10-16T07:24:08.630Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T07:24:08.630Z] > git --version # timeout=10 [2020-10-16T07:24:08.638Z] > git --version # 'git version 2.16.5' [2020-10-16T07:24:08.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:24:08.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:24:09.984Z] Checking out Revision d41dfb76324865f87a7aea80ddd0df968928e1d8 (master) [2020-10-16T07:24:09.527Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T07:24:09.535Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:24:09.548Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T07:24:09.562Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T07:24:09.562Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:24:09.567Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T07:24:09.995Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T07:24:10.000Z] > git checkout -f d41dfb76324865f87a7aea80ddd0df968928e1d8 # timeout=10 [2020-10-16T07:24:13.613Z] Commit message: "Merge pull request #628 from hahattan/issue-547" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T07:24:14.609Z] ========================================================= [2020-10-16T07:24:14.610Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T07:24:14.610Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:24:15.332Z] + 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 . [2020-10-16T07:24:15.593Z] Sending build context to Docker daemon 2.318MB [2020-10-16T07:24:15.593Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T07:24:15.593Z] Step 2/8 : FROM ${BASE} [2020-10-16T07:24:15.593Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T07:24:15.593Z] df20fa9351a1: Pulling fs layer [2020-10-16T07:24:15.593Z] ed8968b2872e: Pulling fs layer [2020-10-16T07:24:15.593Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T07:24:15.593Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T07:24:15.593Z] e73272ec9a57: Pulling fs layer [2020-10-16T07:24:15.593Z] 1e910a182e73: Pulling fs layer [2020-10-16T07:24:15.593Z] 4e634b169226: Pulling fs layer [2020-10-16T07:24:15.593Z] e871e8e8d7a9: Waiting [2020-10-16T07:24:15.593Z] e73272ec9a57: Waiting [2020-10-16T07:24:15.593Z] 1e910a182e73: Waiting [2020-10-16T07:24:15.593Z] 4e634b169226: Waiting [2020-10-16T07:24:15.593Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T07:24:15.593Z] a92cc7c5fd73: Download complete [2020-10-16T07:24:15.593Z] ed8968b2872e: Verifying Checksum [2020-10-16T07:24:15.593Z] ed8968b2872e: Download complete [2020-10-16T07:24:16.539Z] e73272ec9a57: Download complete [2020-10-16T07:24:16.539Z] 1e910a182e73: Verifying Checksum [2020-10-16T07:24:16.539Z] 1e910a182e73: Download complete [2020-10-16T07:24:16.539Z] df20fa9351a1: Verifying Checksum [2020-10-16T07:24:16.539Z] df20fa9351a1: Download complete [2020-10-16T07:24:16.539Z] df20fa9351a1: Pull complete [2020-10-16T07:24:16.802Z] ed8968b2872e: Pull complete [2020-10-16T07:24:16.802Z] a92cc7c5fd73: Pull complete [2020-10-16T07:24:17.747Z] 4e634b169226: Verifying Checksum [2020-10-16T07:24:17.747Z] 4e634b169226: Download complete [2020-10-16T07:24:18.690Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T07:24:18.690Z] e871e8e8d7a9: Download complete [2020-10-16T07:24:24.057Z] e871e8e8d7a9: Pull complete [2020-10-16T07:24:24.057Z] e73272ec9a57: Pull complete [2020-10-16T07:24:24.057Z] 1e910a182e73: Pull complete [2020-10-16T07:24:32.238Z] 4e634b169226: Pull complete [2020-10-16T07:24:32.238Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T07:24:32.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T07:24:32.238Z] ---> f7629b54cfaa [2020-10-16T07:24:32.238Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T07:24:32.238Z] ---> Running in 8a648367fe47 [2020-10-16T07:24:32.238Z] Removing intermediate container 8a648367fe47 [2020-10-16T07:24:32.238Z] ---> 5d56fe7acb3b [2020-10-16T07:24:32.238Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:24:32.238Z] ---> Running in cb95e5627d97 [2020-10-16T07:24:32.813Z] Removing intermediate container cb95e5627d97 [2020-10-16T07:24:32.813Z] ---> 0e9b38f95547 [2020-10-16T07:24:32.813Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T07:24:33.076Z] ---> Running in 571d97958530 [2020-10-16T07:24:33.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:24:34.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:24:34.801Z] OK: 166 MiB in 39 packages [2020-10-16T07:24:35.063Z] Removing intermediate container 571d97958530 [2020-10-16T07:24:35.063Z] ---> ca04d9c80347 [2020-10-16T07:24:35.063Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T07:24:35.331Z] ---> Running in e4f25120d594 [2020-10-16T07:24:35.331Z] Removing intermediate container e4f25120d594 [2020-10-16T07:24:35.331Z] ---> 8c714eab3c42 [2020-10-16T07:24:35.331Z] Step 7/8 : COPY . . [2020-10-16T07:24:36.721Z] ---> f6583f90ccd6 [2020-10-16T07:24:36.721Z] Step 8/8 : RUN go mod download [2020-10-16T07:24:36.721Z] ---> Running in 6a22d10eebc9 [2020-10-16T07:24:58.795Z] Removing intermediate container 6a22d10eebc9 [2020-10-16T07:24:58.795Z] ---> 68a6a57c73dc [2020-10-16T07:24:58.795Z] Successfully built 68a6a57c73dc [2020-10-16T07:24:58.795Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:24:59.132Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T07:24:59.132Z] . [Pipeline] withDockerContainer [2020-10-16T07:24:59.236Z] prd-centos7-docker-4c-2g-5817 does not seem to be running inside a container [2020-10-16T07:24:59.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/79 -v /w/workspace/device-sdk-go/79:/w/workspace/device-sdk-go/79:rw,z -v /w/workspace/device-sdk-go/79@tmp:/w/workspace/device-sdk-go/79@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T07:24:59.934Z] $ docker top cf47b23024612c14ad809ce94bfb89a6ee2cb82b22b583e42af9d71323fabef9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:25:00.459Z] + go version [2020-10-16T07:25:00.459Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T07:25:00.476Z] $ docker stop --time=1 cf47b23024612c14ad809ce94bfb89a6ee2cb82b22b583e42af9d71323fabef9 [2020-10-16T07:25:01.820Z] $ docker rm -f cf47b23024612c14ad809ce94bfb89a6ee2cb82b22b583e42af9d71323fabef9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-16T07:25:02.983Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T07:25:03.277Z] + ls -al . [2020-10-16T07:25:03.277Z] total 64 [2020-10-16T07:25:03.277Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 07:24 . [2020-10-16T07:25:03.277Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 07:24 .. [2020-10-16T07:25:03.277Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 07:24 bin [2020-10-16T07:25:03.277Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 07:24 Dockerfile.build [2020-10-16T07:25:03.277Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 07:24 .dockerignore [2020-10-16T07:25:03.277Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 07:24 example [2020-10-16T07:25:03.277Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 16 07:24 .git [2020-10-16T07:25:03.277Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 07:24 .github [2020-10-16T07:25:03.277Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 07:24 .gitignore [2020-10-16T07:25:03.277Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 16 07:24 go.mod [2020-10-16T07:25:03.277Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 07:24 internal [2020-10-16T07:25:03.277Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 07:24 Jenkinsfile [2020-10-16T07:25:03.277Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 07:24 LICENSE [2020-10-16T07:25:03.278Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 07:24 Makefile [2020-10-16T07:25:03.278Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 07:24 openapi [2020-10-16T07:25:03.278Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 07:24 pkg [2020-10-16T07:25:03.278Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 07:24 README.md [2020-10-16T07:25:03.278Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 07:24 RELEASE-NOTES.txt [2020-10-16T07:25:03.278Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 07:24 snap [2020-10-16T07:25:03.278Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 16 07:20 VERSION [2020-10-16T07:25:03.278Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 07:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:25:03.676Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=d41dfb76324865f87a7aea80ddd0df968928e1d8 --label arch=amd64 --label version=1.2.4-dev.28 . [2020-10-16T07:25:03.676Z] Sending build context to Docker daemon 2.318MB [2020-10-16T07:25:03.676Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T07:25:03.676Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T07:25:03.676Z] ---> 68a6a57c73dc [2020-10-16T07:25:03.676Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T07:25:04.249Z] ---> Running in 83a8de27e8f7 [2020-10-16T07:25:04.511Z] Removing intermediate container 83a8de27e8f7 [2020-10-16T07:25:04.511Z] ---> ef5cafb82358 [2020-10-16T07:25:04.511Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T07:25:04.511Z] ---> Running in e730ea498482 [2020-10-16T07:25:04.772Z] Removing intermediate container e730ea498482 [2020-10-16T07:25:04.773Z] ---> b68a3cb95894 [2020-10-16T07:25:04.773Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T07:25:04.773Z] ---> Running in b853b7d0f227 [2020-10-16T07:25:04.773Z] Removing intermediate container b853b7d0f227 [2020-10-16T07:25:04.773Z] ---> 944bc50121ae [2020-10-16T07:25:04.773Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:25:05.033Z] ---> Running in 0f7ddf1e2ddb [2020-10-16T07:25:05.605Z] Removing intermediate container 0f7ddf1e2ddb [2020-10-16T07:25:05.605Z] ---> 5986720580e0 [2020-10-16T07:25:05.605Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T07:25:05.866Z] ---> Running in 2b8cd551ea99 [2020-10-16T07:25:06.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:25:06.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:25:07.272Z] OK: 166 MiB in 39 packages [2020-10-16T07:25:07.845Z] Removing intermediate container 2b8cd551ea99 [2020-10-16T07:25:07.845Z] ---> 61647edf5ac5 [2020-10-16T07:25:07.845Z] Step 8/24 : COPY . . [2020-10-16T07:25:08.793Z] ---> 9187a8e4438d [2020-10-16T07:25:08.793Z] Step 9/24 : RUN ${MAKE} [2020-10-16T07:25:08.793Z] ---> Running in 8a330c7b0cd4 [2020-10-16T07:25:09.059Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.28" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-16T07:25:17.281Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T07:25:19.198Z] Removing intermediate container 8a330c7b0cd4 [2020-10-16T07:25:19.198Z] ---> 770dc0805fe6 [2020-10-16T07:25:19.198Z] Step 10/24 : FROM scratch [2020-10-16T07:25:19.198Z] ---> [2020-10-16T07:25:19.198Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T07:25:19.198Z] ---> Running in 3e0a0fb96463 [2020-10-16T07:25:19.198Z] Removing intermediate container 3e0a0fb96463 [2020-10-16T07:25:19.198Z] ---> ad4aeb6d6d4f [2020-10-16T07:25:19.198Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T07:25:19.198Z] ---> Running in 202656b95d15 [2020-10-16T07:25:19.461Z] Removing intermediate container 202656b95d15 [2020-10-16T07:25:19.461Z] ---> a7c5d2aeff68 [2020-10-16T07:25:19.461Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T07:25:19.461Z] ---> Running in 7963c8860bc8 [2020-10-16T07:25:19.461Z] Removing intermediate container 7963c8860bc8 [2020-10-16T07:25:19.461Z] ---> 1eb4d8fde7bf [2020-10-16T07:25:19.461Z] Step 14/24 : WORKDIR / [2020-10-16T07:25:19.723Z] ---> Running in 96284cacadcd [2020-10-16T07:25:19.723Z] Removing intermediate container 96284cacadcd [2020-10-16T07:25:19.723Z] ---> d69032303b27 [2020-10-16T07:25:19.723Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T07:25:20.296Z] ---> bc1d675b6fdd [2020-10-16T07:25:20.296Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T07:25:20.557Z] ---> ebf4f977eb73 [2020-10-16T07:25:20.557Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T07:25:20.557Z] ---> b7ffb333bddd [2020-10-16T07:25:20.557Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T07:25:20.819Z] ---> f9c42a49ce38 [2020-10-16T07:25:20.819Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T07:25:21.082Z] ---> 312b87d1f754 [2020-10-16T07:25:21.082Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T07:25:21.082Z] ---> Running in 6e852d634946 [2020-10-16T07:25:21.343Z] Removing intermediate container 6e852d634946 [2020-10-16T07:25:21.343Z] ---> 1633377fc3d6 [2020-10-16T07:25:21.343Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:25:21.343Z] ---> Running in 2e53ce6edf5c [2020-10-16T07:25:21.604Z] Removing intermediate container 2e53ce6edf5c [2020-10-16T07:25:21.604Z] ---> 7b22a8e95324 [2020-10-16T07:25:21.604Z] Step 22/24 : LABEL arch=amd64 [2020-10-16T07:25:21.604Z] ---> Running in a5e4b1fc8f9e [2020-10-16T07:25:21.865Z] Removing intermediate container a5e4b1fc8f9e [2020-10-16T07:25:21.865Z] ---> ef53db1ea2db [2020-10-16T07:25:21.865Z] Step 23/24 : LABEL git_sha=d41dfb76324865f87a7aea80ddd0df968928e1d8 [2020-10-16T07:25:21.865Z] ---> Running in e741401360cc [2020-10-16T07:25:21.865Z] Removing intermediate container e741401360cc [2020-10-16T07:25:21.865Z] ---> 1671c7b8222c [2020-10-16T07:25:21.865Z] Step 24/24 : LABEL version=1.2.4-dev.28 [2020-10-16T07:25:22.126Z] ---> Running in 718764f9f6b3 [2020-10-16T07:25:22.126Z] Removing intermediate container 718764f9f6b3 [2020-10-16T07:25:22.126Z] ---> 7e9947a40284 [2020-10-16T07:25:22.126Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T07:25:22.126Z] Successfully built 7e9947a40284 [2020-10-16T07:25:22.126Z] 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 [2020-10-16T07:25:24.423Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T07:25:24.424Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T07:25:24.480Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:25:24.873Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T07:25:24.873Z] [2020-10-16T07:25:24.873Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:25:25.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T07:25:25.270Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T07:25:25.270Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T07:25:25.270Z] 408f87550127: Pulling fs layer [2020-10-16T07:25:25.270Z] fe522b08c979: Pulling fs layer [2020-10-16T07:25:25.270Z] 221eaa008020: Pulling fs layer [2020-10-16T07:25:25.270Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T07:25:25.270Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T07:25:25.270Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T07:25:25.270Z] 23e8b3b47431: Pulling fs layer [2020-10-16T07:25:25.270Z] 5c568d65a230: Pulling fs layer [2020-10-16T07:25:25.270Z] 8f79b27c4fd2: Waiting [2020-10-16T07:25:25.270Z] e5c8dbe1645b: Waiting [2020-10-16T07:25:25.270Z] 23e8b3b47431: Waiting [2020-10-16T07:25:25.270Z] 5c568d65a230: Waiting [2020-10-16T07:25:25.270Z] 221eaa008020: Waiting [2020-10-16T07:25:25.270Z] 2a4607e5d6b9: Waiting [2020-10-16T07:25:25.270Z] fe522b08c979: Verifying Checksum [2020-10-16T07:25:25.270Z] fe522b08c979: Download complete [2020-10-16T07:25:25.270Z] 408f87550127: Verifying Checksum [2020-10-16T07:25:25.270Z] 408f87550127: Download complete [2020-10-16T07:25:25.563Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T07:25:25.563Z] 2a4607e5d6b9: Download complete [2020-10-16T07:25:25.563Z] 8f79b27c4fd2: Verifying Checksum [2020-10-16T07:25:25.563Z] 8f79b27c4fd2: Download complete [2020-10-16T07:25:25.563Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-16T07:25:26.243Z] cbdbe7a5bc2a: Pull complete [2020-10-16T07:25:26.603Z] 408f87550127: Pull complete [2020-10-16T07:25:26.879Z] fe522b08c979: Pull complete [2020-10-16T07:25:27.870Z] e5c8dbe1645b: Verifying Checksum [2020-10-16T07:25:27.870Z] e5c8dbe1645b: Download complete [2020-10-16T07:25:28.485Z] 23e8b3b47431: Verifying Checksum [2020-10-16T07:25:28.485Z] 23e8b3b47431: Download complete [2020-10-16T07:25:29.934Z] 5c568d65a230: Verifying Checksum [2020-10-16T07:25:29.934Z] 5c568d65a230: Download complete [2020-10-16T07:25:32.892Z] 221eaa008020: Verifying Checksum [2020-10-16T07:25:32.892Z] 221eaa008020: Download complete [2020-10-16T07:25:45.662Z] 221eaa008020: Pull complete [2020-10-16T07:25:45.662Z] 2a4607e5d6b9: Pull complete [2020-10-16T07:25:45.662Z] 8f79b27c4fd2: Pull complete [2020-10-16T07:25:45.927Z] e5c8dbe1645b: Pull complete [2020-10-16T07:25:49.296Z] 23e8b3b47431: Pull complete [2020-10-16T07:25:51.294Z] 5c568d65a230: Pull complete [2020-10-16T07:25:51.294Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T07:25:51.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T07:25:51.294Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T07:25:51.704Z] prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container [2020-10-16T07:25:51.882Z] $ 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 [2020-10-16T07:25:53.542Z] $ docker top ddb65f2194bd609ed8ba04fcbe29a9dbd2dda104ce3a683785e66acfe4d1eb7f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:25:54.241Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T07:26:00.938Z] [2020-10-16T07:26:00.938Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-16T07:26:00.938Z] [2020-10-16T07:26:00.938Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/1e6dc1a4-8f58-4a63-a89a-29e3a7095bdc [2020-10-16T07:26:00.938Z] [2020-10-16T07:26:00.938Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T07:26:00.938Z] [2020-10-16T07:26:00.938Z] [2020-10-16T07:26:00.938Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T07:26:00.938Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-16T07:26:00.938Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T07:26:00.938Z] [2020-10-16T07:26:00.938Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T07:26:00.938Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T07:26:00.938Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T07:26:00.938Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T07:26:00.955Z] $ docker stop --time=1 ddb65f2194bd609ed8ba04fcbe29a9dbd2dda104ce3a683785e66acfe4d1eb7f [2020-10-16T07:26:03.372Z] $ docker rm -f ddb65f2194bd609ed8ba04fcbe29a9dbd2dda104ce3a683785e66acfe4d1eb7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-16T07:26:05.045Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T07:26:05.110Z] provisioning config files... [2020-10-16T07:26:05.136Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3568523173637897481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:26:05.570Z] --> edgex-publish-swagger.sh [2020-10-16T07:26:05.570Z] === Publish openapi/v1 API === [2020-10-16T07:26:05.570Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-16T07:26:05.570Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-16T07:26:05.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:26:05.570Z] Dload Upload Total Spent Left Speed [2020-10-16T07:26:06.546Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 22895 --:--:-- --:--:-- --:--:-- 22914 100 20188 0 0 100 20188 0 22890 --:--:-- --:--:-- --:--:-- 22914 [2020-10-16T07:26:06.546Z] [2020-10-16T07:26:06.546Z] [2020-10-16T07:26:06.546Z] === Publish openapi/v2 API === [2020-10-16T07:26:06.546Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-16T07:26:06.546Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-16T07:26:06.546Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T07:26:06.546Z] Dload Upload Total Spent Left Speed [2020-10-16T07:26:07.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 68252 --:--:-- --:--:-- --:--:-- 68341 [2020-10-16T07:26:07.135Z] [2020-10-16T07:26:07.135Z] [Pipeline] } [2020-10-16T07:26:07.150Z] 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 [2020-10-16T07:26:08.262Z] + git log --format=format:%s -1 d41dfb76324865f87a7aea80ddd0df968928e1d8 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:26:08.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:26:08.672Z] . [Pipeline] withDockerContainer [2020-10-16T07:26:08.852Z] prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container [2020-10-16T07:26:08.933Z] $ 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 [2020-10-16T07:26:10.434Z] $ docker top f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:26:10.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:26:10.820Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:26:11.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:26:11.244Z] $ docker exec f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 ssh-agent [2020-10-16T07:26:11.531Z] SSH_AUTH_SOCK=/tmp/ssh-p5Aps4uHQ3q4/agent.11 [2020-10-16T07:26:11.531Z] SSH_AGENT_PID=16 [2020-10-16T07:26:11.545Z] Running ssh-add (command line suppressed) [2020-10-16T07:26:11.735Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6393955866672024802.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6393955866672024802.key) [2020-10-16T07:26:11.886Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:26:12.301Z] + git semver tag [2020-10-16T07:26:12.301Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:26:12.301Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T07:26:12.301Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T07:26:12.301Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:26:12.301Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:26:12.301Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:26:12.301Z] # $SEMVER_BRANCH = master [2020-10-16T07:26:12.301Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-16T07:26:12.301Z] # d41dfb76324865f87a7aea80ddd0df968928e1d8 HEAD [2020-10-16T07:26:12.582Z] # -> Force: false [2020-10-16T07:26:12.582Z] # 14342a6119c019233f02fd5a734499031e93b1d4 refs/tags/v1.2.4-dev.28 [Pipeline] } [2020-10-16T07:26:12.601Z] $ docker exec --env ******** --env ******** f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 ssh-agent -k [2020-10-16T07:26:12.853Z] unset SSH_AUTH_SOCK; [2020-10-16T07:26:12.865Z] unset SSH_AGENT_PID; [2020-10-16T07:26:12.865Z] echo Agent pid 16 killed; [2020-10-16T07:26:12.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:26:13.430Z] + git semver [Pipeline] } [2020-10-16T07:26:13.738Z] $ docker stop --time=1 f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 [2020-10-16T07:26:15.292Z] $ docker rm -f f12b7d79be44d7ec85118628aeeb9eaee6eadc6c51feb8babd90f507781e98d5 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:26:16.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T07:26:16.123Z] [2020-10-16T07:26:16.123Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:26:16.578Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T07:26:16.578Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T07:26:16.578Z] ab5ef0e58194: Pulling fs layer [2020-10-16T07:26:16.578Z] 9712f1f96733: Pulling fs layer [2020-10-16T07:26:16.578Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T07:26:16.578Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T07:26:16.578Z] e9a5061849ea: Pulling fs layer [2020-10-16T07:26:16.578Z] d747dcd14b5f: Pulling fs layer [2020-10-16T07:26:16.578Z] 2de7ff778b66: Pulling fs layer [2020-10-16T07:26:16.578Z] 0d9ebad4ef96: Waiting [2020-10-16T07:26:16.578Z] d747dcd14b5f: Waiting [2020-10-16T07:26:16.578Z] 2de7ff778b66: Waiting [2020-10-16T07:26:16.578Z] e9a5061849ea: Waiting [2020-10-16T07:26:16.922Z] 9712f1f96733: Verifying Checksum [2020-10-16T07:26:16.922Z] 9712f1f96733: Download complete [2020-10-16T07:26:27.322Z] 63f879dbbcfc: Verifying Checksum [2020-10-16T07:26:27.322Z] 63f879dbbcfc: Download complete [2020-10-16T07:26:27.322Z] e9a5061849ea: Verifying Checksum [2020-10-16T07:26:27.322Z] e9a5061849ea: Download complete [2020-10-16T07:26:27.322Z] d747dcd14b5f: Verifying Checksum [2020-10-16T07:26:27.322Z] d747dcd14b5f: Download complete [2020-10-16T07:26:27.968Z] 2de7ff778b66: Verifying Checksum [2020-10-16T07:26:27.968Z] 2de7ff778b66: Download complete [2020-10-16T07:26:30.946Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T07:26:30.946Z] 0d9ebad4ef96: Download complete [2020-10-16T07:26:31.617Z] ab5ef0e58194: Verifying Checksum [2020-10-16T07:26:31.617Z] ab5ef0e58194: Download complete [2020-10-16T07:26:40.247Z] ab5ef0e58194: Pull complete [2020-10-16T07:26:40.247Z] 9712f1f96733: Pull complete [2020-10-16T07:26:42.984Z] 63f879dbbcfc: Pull complete [2020-10-16T07:26:53.499Z] 0d9ebad4ef96: Pull complete [2020-10-16T07:26:54.531Z] e9a5061849ea: Pull complete [2020-10-16T07:26:54.531Z] d747dcd14b5f: Pull complete [2020-10-16T07:26:58.888Z] 2de7ff778b66: Pull complete [2020-10-16T07:26:58.888Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T07:26:58.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T07:26:58.888Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T07:26:59.189Z] prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container [2020-10-16T07:26:59.282Z] $ 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 [2020-10-16T07:27:02.824Z] $ docker top 029850a77e9085903ecedc587fc03af178f0820bcba7a2148a01f44b42392f8b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T07:27:03.076Z] provisioning config files... [2020-10-16T07:27:03.087Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2872879493778972684tmp [2020-10-16T07:27:03.134Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1341465826549432219tmp [2020-10-16T07:27:03.154Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8641654076579269472tmp [Pipeline] { [Pipeline] echo [2020-10-16T07:27:03.219Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:27:03.563Z] ---> sigul-configuration.sh [2020-10-16T07:27:03.563Z] gpg: directory `/root/.gnupg' created [2020-10-16T07:27:03.563Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T07:27:03.563Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T07:27:03.563Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T07:27:03.563Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T07:27:03.563Z] gpg: CAST5 encrypted data [2020-10-16T07:27:03.856Z] gpg: encrypted with 1 passphrase [2020-10-16T07:27:03.856Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T07:27:04.284Z] + mkdir /home/jenkins [2020-10-16T07:27:04.284Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T07:27:04.666Z] + 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 [2020-10-16T07:27:04.706Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:27:05.481Z] ---> sigul-install.sh [2020-10-16T07:27:13.806Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T07:27:14.561Z] + git tag --list [2020-10-16T07:27:14.561Z] 0.7.1 [2020-10-16T07:27:14.561Z] delhi-tag [2020-10-16T07:27:14.561Z] v1.0.0 [2020-10-16T07:27:14.561Z] v1.1.0 [2020-10-16T07:27:14.561Z] v1.1.1 [2020-10-16T07:27:14.561Z] v1.1.2 [2020-10-16T07:27:14.561Z] v1.2.0 [2020-10-16T07:27:14.561Z] v1.2.1 [2020-10-16T07:27:14.561Z] v1.2.2 [2020-10-16T07:27:14.561Z] v1.2.3 [2020-10-16T07:27:14.561Z] v1.2.4-dev.1 [2020-10-16T07:27:14.561Z] v1.2.4-dev.10 [2020-10-16T07:27:14.561Z] v1.2.4-dev.11 [2020-10-16T07:27:14.561Z] v1.2.4-dev.12 [2020-10-16T07:27:14.561Z] v1.2.4-dev.13 [2020-10-16T07:27:14.561Z] v1.2.4-dev.14 [2020-10-16T07:27:14.561Z] v1.2.4-dev.15 [2020-10-16T07:27:14.561Z] v1.2.4-dev.16 [2020-10-16T07:27:14.561Z] v1.2.4-dev.17 [2020-10-16T07:27:14.561Z] v1.2.4-dev.18 [2020-10-16T07:27:14.561Z] v1.2.4-dev.19 [2020-10-16T07:27:14.561Z] v1.2.4-dev.2 [2020-10-16T07:27:14.561Z] v1.2.4-dev.20 [2020-10-16T07:27:14.561Z] v1.2.4-dev.21 [2020-10-16T07:27:14.561Z] v1.2.4-dev.22 [2020-10-16T07:27:14.561Z] v1.2.4-dev.23 [2020-10-16T07:27:14.561Z] v1.2.4-dev.24 [2020-10-16T07:27:14.561Z] v1.2.4-dev.25 [2020-10-16T07:27:14.561Z] v1.2.4-dev.26 [2020-10-16T07:27:14.561Z] v1.2.4-dev.27 [2020-10-16T07:27:14.561Z] v1.2.4-dev.28 [2020-10-16T07:27:14.561Z] v1.2.4-dev.3 [2020-10-16T07:27:14.561Z] v1.2.4-dev.4 [2020-10-16T07:27:14.561Z] v1.2.4-dev.5 [2020-10-16T07:27:14.561Z] v1.2.4-dev.6 [2020-10-16T07:27:14.561Z] v1.2.4-dev.7 [2020-10-16T07:27:14.561Z] v1.2.4-dev.8 [2020-10-16T07:27:14.561Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-16T07:27:14.971Z] + lftools sign git-tag v1.2.4-dev.28 [2020-10-16T07:27:16.968Z] Signing Git tag with Sigul... [2020-10-16T07:27:16.968Z] Signing v1.2.4-dev.28 [Pipeline] echo [2020-10-16T07:27:17.940Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:27:18.289Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T07:27:18.300Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T07:27:18.404Z] $ docker stop --time=1 029850a77e9085903ecedc587fc03af178f0820bcba7a2148a01f44b42392f8b [2020-10-16T07:27:20.444Z] $ docker rm -f 029850a77e9085903ecedc587fc03af178f0820bcba7a2148a01f44b42392f8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:27:21.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:27:21.631Z] . [Pipeline] withDockerContainer [2020-10-16T07:27:21.853Z] prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container [2020-10-16T07:27:21.974Z] $ 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 [2020-10-16T07:27:23.533Z] $ docker top 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:27:23.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:27:23.979Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:27:24.468Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:27:24.473Z] $ docker exec 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c ssh-agent [2020-10-16T07:27:24.900Z] SSH_AUTH_SOCK=/tmp/ssh-pi2TBz1RKZ9N/agent.12 [2020-10-16T07:27:24.900Z] SSH_AGENT_PID=17 [2020-10-16T07:27:24.910Z] Running ssh-add (command line suppressed) [2020-10-16T07:27:25.181Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_492326027591045376.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_492326027591045376.key) [2020-10-16T07:27:25.366Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:27:25.739Z] + git semver bump pre [2020-10-16T07:27:26.009Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:27:26.009Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T07:27:26.009Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T07:27:26.009Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:27:26.009Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:27:26.009Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:27:26.009Z] # $SEMVER_BRANCH = master [2020-10-16T07:27:26.009Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-16T07:27:26.009Z] 1.2.4-dev.29 [Pipeline] } [2020-10-16T07:27:26.021Z] $ docker exec --env ******** --env ******** 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c ssh-agent -k [2020-10-16T07:27:26.196Z] unset SSH_AUTH_SOCK; [2020-10-16T07:27:26.197Z] unset SSH_AGENT_PID; [2020-10-16T07:27:26.198Z] echo Agent pid 17 killed; [2020-10-16T07:27:26.275Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:27:26.782Z] + git semver [Pipeline] } [2020-10-16T07:27:26.814Z] $ docker stop --time=1 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c [2020-10-16T07:27:28.252Z] $ docker rm -f 4dcfb7087990a2a3df3015c82c26595975f3e9f6a2ce1c1a48c1e01b809ca75c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:27:28.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:27:28.848Z] . [Pipeline] withDockerContainer [2020-10-16T07:27:28.973Z] prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container [2020-10-16T07:27:29.048Z] $ 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 [2020-10-16T07:27:29.763Z] $ docker top fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:27:30.085Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:27:30.085Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:27:30.335Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:27:30.339Z] $ docker exec fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 ssh-agent [2020-10-16T07:27:30.782Z] SSH_AUTH_SOCK=/tmp/ssh-FNtnYfXFbT4l/agent.11 [2020-10-16T07:27:30.782Z] SSH_AGENT_PID=16 [2020-10-16T07:27:30.797Z] Running ssh-add (command line suppressed) [2020-10-16T07:27:31.000Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9801878371661063.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9801878371661063.key) [2020-10-16T07:27:31.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:27:31.622Z] + git semver push [2020-10-16T07:27:31.622Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:27:31.622Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T07:27:31.622Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T07:27:31.622Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:27:31.622Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:27:31.622Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:27:31.622Z] # $SEMVER_BRANCH = master [2020-10-16T07:27:31.622Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-16T07:27:39.937Z] $ docker exec --env ******** --env ******** fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 ssh-agent -k [2020-10-16T07:27:40.226Z] unset SSH_AUTH_SOCK; [2020-10-16T07:27:40.228Z] unset SSH_AGENT_PID; [2020-10-16T07:27:40.228Z] echo Agent pid 16 killed; [2020-10-16T07:27:40.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:27:41.007Z] + git semver [Pipeline] } [2020-10-16T07:27:41.097Z] $ docker stop --time=1 fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 [2020-10-16T07:27:42.562Z] $ docker rm -f fc0d4ba5090fad8618b482c22e18acaf04709112cdfb8567200240289b118294 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:27:44.119Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:27:44.712Z] ---> package-listing.sh [2020-10-16T07:27:44.712Z] ++ facter osfamily [2020-10-16T07:27:44.712Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T07:27:44.712Z] + OS_FAMILY=redhat [2020-10-16T07:27:44.712Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T07:27:44.712Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T07:27:44.712Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T07:27:44.712Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T07:27:44.712Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T07:27:44.712Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-16T07:27:44.712Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T07:27:44.712Z] + case "${OS_FAMILY}" in [2020-10-16T07:27:44.712Z] + rpm -qa [2020-10-16T07:27:44.712Z] + sort [2020-10-16T07:27:48.954Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T07:27:48.954Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T07:27:48.954Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T07:27:48.954Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-16T07:27:48.954Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-16T07:27:48.954Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-10-16T07:27:48.970Z] 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 [2020-10-16T07:27:49.304Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:27:49.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T07:27:49.885Z] [2020-10-16T07:27:49.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:27:50.311Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T07:27:50.311Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T07:27:50.311Z] df20fa9351a1: Pulling fs layer [2020-10-16T07:27:50.311Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T07:27:50.311Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T07:27:50.311Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T07:27:50.311Z] 93b61091891f: Pulling fs layer [2020-10-16T07:27:50.311Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T07:27:50.311Z] 5e14af77c1be: Pulling fs layer [2020-10-16T07:27:50.311Z] 01666e4c0597: Pulling fs layer [2020-10-16T07:27:50.311Z] aa168da1d23b: Pulling fs layer [2020-10-16T07:27:50.311Z] 46f8f816bc3b: Waiting [2020-10-16T07:27:50.311Z] 93b61091891f: Waiting [2020-10-16T07:27:50.311Z] 93b9cdb0e59b: Waiting [2020-10-16T07:27:50.311Z] 5e14af77c1be: Waiting [2020-10-16T07:27:50.311Z] 01666e4c0597: Waiting [2020-10-16T07:27:50.311Z] aa168da1d23b: Waiting [2020-10-16T07:27:50.311Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T07:27:50.311Z] 36b3adc4ff6f: Download complete [2020-10-16T07:27:50.609Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T07:27:50.609Z] 46f8f816bc3b: Download complete [2020-10-16T07:27:50.609Z] df20fa9351a1: Download complete [2020-10-16T07:27:50.609Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T07:27:50.609Z] 93b9cdb0e59b: Download complete [2020-10-16T07:27:50.609Z] 5e14af77c1be: Verifying Checksum [2020-10-16T07:27:50.609Z] 5e14af77c1be: Download complete [2020-10-16T07:27:50.609Z] 01666e4c0597: Verifying Checksum [2020-10-16T07:27:50.609Z] 01666e4c0597: Download complete [2020-10-16T07:27:50.609Z] 93b61091891f: Verifying Checksum [2020-10-16T07:27:50.609Z] 93b61091891f: Download complete [2020-10-16T07:27:51.245Z] df20fa9351a1: Pull complete [2020-10-16T07:27:51.558Z] 36b3adc4ff6f: Pull complete [2020-10-16T07:27:51.844Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T07:27:51.844Z] 8ad3a11d3b57: Download complete [2020-10-16T07:27:53.900Z] 8ad3a11d3b57: Pull complete [2020-10-16T07:27:53.900Z] 46f8f816bc3b: Pull complete [2020-10-16T07:27:54.603Z] 93b61091891f: Pull complete [2020-10-16T07:27:54.603Z] 93b9cdb0e59b: Pull complete [2020-10-16T07:27:54.895Z] 5e14af77c1be: Pull complete [2020-10-16T07:27:55.177Z] 01666e4c0597: Pull complete [2020-10-16T07:27:55.444Z] aa168da1d23b: Verifying Checksum [2020-10-16T07:27:55.444Z] aa168da1d23b: Download complete [2020-10-16T07:28:05.685Z] aa168da1d23b: Pull complete [2020-10-16T07:28:05.685Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T07:28:05.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T07:28:05.685Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T07:28:06.074Z] prd-centos7-docker-4c-2g-5816 does not seem to be running inside a container [2020-10-16T07:28:06.280Z] $ 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 [2020-10-16T07:28:10.695Z] $ docker top cfc04f62bf56808be938352e5292820dd4205bc5075e2a9c370b39819f28139a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:28:11.378Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T07:28:11.753Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T07:28:12.079Z] + ls /var/log/sa-host [2020-10-16T07:28:12.079Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T07:28:12.079Z] file_magic: OK [2020-10-16T07:28:12.079Z] HZ: Using current value: 100 [2020-10-16T07:28:12.079Z] file_header: OK [2020-10-16T07:28:12.079Z] 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 [2020-10-16T07:28:12.079Z] Statistics: [2020-10-16T07:28:12.079Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T07:28:12.079Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T07:28:12.079Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T07:28:12.079Z] file_magic: OK [2020-10-16T07:28:12.079Z] HZ: Using current value: 100 [2020-10-16T07:28:12.079Z] file_header: OK [2020-10-16T07:28:12.079Z] 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 [2020-10-16T07:28:12.079Z] Statistics: [2020-10-16T07:28:12.079Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T07:28:12.079Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T07:28:12.264Z] provisioning config files... [2020-10-16T07:28:12.288Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1349049442666135711tmp [Pipeline] { [Pipeline] echo [2020-10-16T07:28:12.429Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:28:13.078Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T07:28:13.090Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T07:28:13.183Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:28:13.513Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T07:28:13.545Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:28:13.945Z] ---> sudo-logs.sh [2020-10-16T07:28:13.945Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T07:28:14.245Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:28:14.650Z] ---> job-cost.sh [2020-10-16T07:28:14.650Z] lf-activate-venv: SKIPPING [2020-10-16T07:28:14.650Z] INFO: No Stack... [2020-10-16T07:28:16.070Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T07:28:16.650Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T07:28:16.666Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T07:28:17.194Z] ---> logs-deploy.sh [2020-10-16T07:28:17.194Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/79 [2020-10-16T07:28:17.194Z] INFO: archiving workspace using pattern(s): [2020-10-16T07:28:19.217Z] Archives upload complete. [2020-10-16T07:28:19.497Z] INFO: archiving logs to Nexus