Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6cec193abf44cabffe02bbcaff9748adb3f719d5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-6232 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6cec193abf44cabffe02bbcaff9748adb3f719d5 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0" > git rev-list --no-walk 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T07:48:05.008Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T07:48:05.328Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T07:48:05.432Z] ========================================================= [2020-10-19T07:48:05.433Z] EdgeX Global Pipelines Version Info [2020-10-19T07:48:05.433Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:48:07.210Z] ------------------- [2020-10-19T07:48:07.210Z] stable info: [2020-10-19T07:48:07.210Z] ------------------- [2020-10-19T07:48:07.210Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:48:07.210Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:48:07.210Z] Message: update stable to v1.0.144 [2020-10-19T07:48:08.160Z] ------------------- [2020-10-19T07:48:08.160Z] experimental info: [2020-10-19T07:48:08.160Z] ------------------- [2020-10-19T07:48:08.160Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:48:08.160Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:48:08.160Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T07:48:08.563Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-19T07:48:08.655Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-19T07:48:08.763Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T07:48:08.869Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T07:48:08.961Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T07:48:09.055Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T07:48:09.146Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T07:48:09.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T07:48:09.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-19T07:48:09.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T07:48:09.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T07:48:09.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-19T07:48:09.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T07:48:09.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T07:48:09.997Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T07:48:10.103Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:48:10.193Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:48:10.282Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:48:10.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-19T07:48:10.602Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T07:48:10.697Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-19T07:48:10.819Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-19T07:48:10.920Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T07:48:11.082Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T07:48:11.255Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-19T07:48:11.348Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-19T07:48:11.450Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-19T07:48:11.602Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-19T07:48:11.709Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cec193abf44cabffe02bbcaff9748adb3f719d5 [Pipeline] echo [2020-10-19T07:48:11.804Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cec193 [Pipeline] echo [2020-10-19T07:48:11.897Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:48:12.496Z] + git log --format=format:%s -1 6cec193abf44cabffe02bbcaff9748adb3f719d5 [Pipeline] echo [2020-10-19T07:48:12.565Z] GIT_COMMIT: 6cec193abf44cabffe02bbcaff9748adb3f719d5, Commit Message: Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0 [Pipeline] echo [2020-10-19T07:48:12.614Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:48:13.617Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:48:13.879Z] [2020-10-19T07:48:13.879Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:48:14.268Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:48:14.268Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T07:48:14.268Z] 31603596830f: Pulling fs layer [2020-10-19T07:48:14.268Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T07:48:14.268Z] 6ca5941a6612: Pulling fs layer [2020-10-19T07:48:14.268Z] ecc8261a40a4: Pulling fs layer [2020-10-19T07:48:14.268Z] ecc8261a40a4: Waiting [2020-10-19T07:48:14.268Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T07:48:14.268Z] 2a8b12db71e7: Download complete [2020-10-19T07:48:14.531Z] 31603596830f: Verifying Checksum [2020-10-19T07:48:14.531Z] 31603596830f: Download complete [2020-10-19T07:48:14.531Z] ecc8261a40a4: Download complete [2020-10-19T07:48:14.794Z] 6ca5941a6612: Download complete [2020-10-19T07:48:14.794Z] 31603596830f: Pull complete [2020-10-19T07:48:15.058Z] 2a8b12db71e7: Pull complete [2020-10-19T07:48:16.006Z] 6ca5941a6612: Pull complete [2020-10-19T07:48:16.006Z] ecc8261a40a4: Pull complete [2020-10-19T07:48:16.006Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T07:48:16.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:48:16.006Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T07:48:16.118Z] prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container [2020-10-19T07:48:16.169Z] $ 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-19T07:48:18.159Z] $ docker top 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:48:18.529Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:48:18.529Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:48:18.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:48:18.747Z] $ docker exec 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent [2020-10-19T07:48:18.913Z] SSH_AUTH_SOCK=/tmp/ssh-vUrPM11qABpu/agent.12 [2020-10-19T07:48:18.913Z] SSH_AGENT_PID=18 [2020-10-19T07:48:18.927Z] Running ssh-add (command line suppressed) [2020-10-19T07:48:19.050Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2325663434849176810.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2325663434849176810.key) [2020-10-19T07:48:19.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:48:19.440Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T07:48:19.466Z] $ docker exec --env ******** --env ******** 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent -k [2020-10-19T07:48:19.578Z] unset SSH_AUTH_SOCK; [2020-10-19T07:48:19.578Z] unset SSH_AGENT_PID; [2020-10-19T07:48:19.579Z] echo Agent pid 18 killed; [2020-10-19T07:48:19.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T07:48:19.772Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:48:19.772Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:48:19.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:48:19.938Z] $ docker exec 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent [2020-10-19T07:48:20.090Z] SSH_AUTH_SOCK=/tmp/ssh-IRyM0JUI4CNP/agent.47 [2020-10-19T07:48:20.090Z] SSH_AGENT_PID=52 [2020-10-19T07:48:20.097Z] Running ssh-add (command line suppressed) [2020-10-19T07:48:20.219Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4184836379591898113.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4184836379591898113.key) [2020-10-19T07:48:20.265Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:48:20.688Z] + git semver init [2020-10-19T07:48:20.688Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:48:20.689Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:48:20.689Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:48:20.689Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:48:20.689Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:48:20.689Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:48:20.689Z] # $SEMVER_BRANCH = master [2020-10-19T07:48:20.689Z] # $SEMVER_TEMP = /tmp/semver-536568955 [2020-10-19T07:48:20.689Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-19T07:48:21.264Z] # '/tmp/semver-536568955' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-19T07:48:21.264Z] # -> Force: false [2020-10-19T07:48:21.264Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-19T07:48:21.279Z] $ docker exec --env ******** --env ******** 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 ssh-agent -k [2020-10-19T07:48:21.397Z] unset SSH_AUTH_SOCK; [2020-10-19T07:48:21.398Z] unset SSH_AGENT_PID; [2020-10-19T07:48:21.398Z] echo Agent pid 52 killed; [2020-10-19T07:48:21.448Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:48:22.025Z] + git semver [Pipeline] } [2020-10-19T07:48:22.046Z] $ docker stop --time=1 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 [2020-10-19T07:48:23.551Z] $ docker rm -f 08bda9a18552105f5f87451f46f9e06f33588eb7a9804f99e7b2f1ca81a96fa8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T07:48:24.030Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T07:48:24.486Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T07:48:24.489Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.31 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-19T07:48:40.107Z] Still waiting to schedule task [2020-10-19T07:48:40.107Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6233’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-19T07:48:40.109Z] Still waiting to schedule task [2020-10-19T07:48:40.109Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-19T07:50:27.988Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6236 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-19T07:50:28.041Z] Running in /w/workspace/device-sdk-go/82 [Pipeline] { [Pipeline] checkout [2020-10-19T07:50:33.247Z] using credential edgex-jenkins-ssh [2020-10-19T07:50:33.303Z] Cloning the remote Git repository [2020-10-19T07:50:33.361Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:50:33.471Z] > git init /w/workspace/device-sdk-go/82 # timeout=10 [2020-10-19T07:50:33.571Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:50:33.573Z] > git --version # timeout=10 [2020-10-19T07:50:33.599Z] > git --version # 'git version 2.17.1' [2020-10-19T07:50:33.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:50:33.650Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:50:35.384Z] Checking out Revision 6cec193abf44cabffe02bbcaff9748adb3f719d5 (master) [2020-10-19T07:50:34.675Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:50:34.748Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:50:34.813Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:50:34.883Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:50:34.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:50:34.894Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:50:35.406Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:50:35.427Z] > git checkout -f 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 [2020-10-19T07:50:39.681Z] Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:50:40.627Z] ========================================================= [2020-10-19T07:50:40.627Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T07:50:40.627Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:50:41.639Z] + 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-19T07:50:42.658Z] Sending build context to Docker daemon 2.312MB [2020-10-19T07:50:42.658Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:50:42.658Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:50:42.658Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T07:50:42.658Z] b538f80385f9: Pulling fs layer [2020-10-19T07:50:42.658Z] 74f711af9a0d: Pulling fs layer [2020-10-19T07:50:42.658Z] 99f96fe45779: Pulling fs layer [2020-10-19T07:50:42.658Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T07:50:42.658Z] 45590311c82a: Pulling fs layer [2020-10-19T07:50:42.658Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T07:50:42.658Z] 209524e5b208: Pulling fs layer [2020-10-19T07:50:42.658Z] 45590311c82a: Waiting [2020-10-19T07:50:42.658Z] 69ca0ff8b7b3: Waiting [2020-10-19T07:50:42.658Z] 209524e5b208: Waiting [2020-10-19T07:50:42.658Z] 8529a6b9a6be: Waiting [2020-10-19T07:50:42.934Z] 99f96fe45779: Verifying Checksum [2020-10-19T07:50:42.935Z] 99f96fe45779: Download complete [2020-10-19T07:50:42.935Z] 74f711af9a0d: Verifying Checksum [2020-10-19T07:50:42.935Z] 74f711af9a0d: Download complete [2020-10-19T07:50:42.935Z] 45590311c82a: Verifying Checksum [2020-10-19T07:50:42.935Z] 45590311c82a: Download complete [2020-10-19T07:50:42.935Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T07:50:42.935Z] 69ca0ff8b7b3: Download complete [2020-10-19T07:50:42.935Z] b538f80385f9: Verifying Checksum [2020-10-19T07:50:42.935Z] b538f80385f9: Download complete [2020-10-19T07:50:43.531Z] b538f80385f9: Pull complete [2020-10-19T07:50:44.134Z] 74f711af9a0d: Pull complete [2020-10-19T07:50:44.739Z] 99f96fe45779: Pull complete [2020-10-19T07:50:45.727Z] 209524e5b208: Verifying Checksum [2020-10-19T07:50:45.727Z] 209524e5b208: Download complete [2020-10-19T07:50:47.175Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T07:50:47.175Z] 8529a6b9a6be: Download complete [2020-10-19T07:50:57.359Z] 8529a6b9a6be: Pull complete [2020-10-19T07:50:57.359Z] 45590311c82a: Pull complete [2020-10-19T07:50:57.643Z] 69ca0ff8b7b3: Pull complete [2020-10-19T07:51:01.059Z] 209524e5b208: Pull complete [2020-10-19T07:51:01.059Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T07:51:01.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T07:51:01.248Z] Running on prd-centos7-docker-4c-2g-6239 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-19T07:51:01.307Z] Running in /w/workspace/device-sdk-go/82 [Pipeline] { [2020-10-19T07:51:01.339Z] ---> 5bddaf1c2fca [2020-10-19T07:51:01.339Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] checkout [2020-10-19T07:51:03.960Z] ---> Running in 6f28fb8c63ef [2020-10-19T07:51:04.232Z] Removing intermediate container 6f28fb8c63ef [2020-10-19T07:51:04.232Z] ---> b3d59d26b65a [2020-10-19T07:51:04.232Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:51:04.503Z] ---> Running in b177518703a4 [2020-10-19T07:51:07.128Z] Removing intermediate container b177518703a4 [2020-10-19T07:51:07.128Z] ---> cbb04c27472b [2020-10-19T07:51:07.128Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:51:07.409Z] ---> Running in ed6f677d9e8f [2020-10-19T07:51:08.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:51:09.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:51:10.224Z] using credential edgex-jenkins-ssh [2020-10-19T07:51:10.306Z] Cloning the remote Git repository [2020-10-19T07:51:10.817Z] OK: 142 MiB in 39 packages [2020-10-19T07:51:10.341Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:51:10.419Z] > git init /w/workspace/device-sdk-go/82 # timeout=10 [2020-10-19T07:51:10.519Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:51:10.520Z] > git --version # timeout=10 [2020-10-19T07:51:10.543Z] > git --version # 'git version 2.16.5' [2020-10-19T07:51:10.545Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:51:10.626Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:51:11.808Z] Removing intermediate container ed6f677d9e8f [2020-10-19T07:51:11.808Z] ---> cdb486c496f5 [2020-10-19T07:51:11.808Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:51:11.808Z] ---> Running in 0102503be00d [2020-10-19T07:51:12.234Z] Checking out Revision 6cec193abf44cabffe02bbcaff9748adb3f719d5 (master) [2020-10-19T07:51:11.546Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:51:11.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:51:11.681Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:51:11.768Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:51:11.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:51:11.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:51:12.244Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:51:12.260Z] > git checkout -f 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 [2020-10-19T07:51:12.407Z] Removing intermediate container 0102503be00d [2020-10-19T07:51:12.407Z] ---> c8b3a5d153d4 [2020-10-19T07:51:12.407Z] Step 7/8 : COPY . . [2020-10-19T07:51:13.853Z] ---> a2929480d4d7 [2020-10-19T07:51:13.853Z] Step 8/8 : RUN go mod download [2020-10-19T07:51:13.853Z] ---> Running in 2cac7f6069da [2020-10-19T07:51:16.265Z] Commit message: "Merge pull request #582 from edgexfoundry/dependabot/go_modules/gopkg.in/yaml.v2-2.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:51:17.147Z] ========================================================= [2020-10-19T07:51:17.147Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T07:51:17.147Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:51:18.112Z] + 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-19T07:51:18.749Z] Sending build context to Docker daemon 2.312MB [2020-10-19T07:51:18.749Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:51:18.749Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:51:19.074Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T07:51:19.074Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:51:19.074Z] ed8968b2872e: Pulling fs layer [2020-10-19T07:51:19.074Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T07:51:19.074Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T07:51:19.074Z] e73272ec9a57: Pulling fs layer [2020-10-19T07:51:19.074Z] 1e910a182e73: Pulling fs layer [2020-10-19T07:51:19.074Z] 4e634b169226: Pulling fs layer [2020-10-19T07:51:19.074Z] e73272ec9a57: Waiting [2020-10-19T07:51:19.074Z] 1e910a182e73: Waiting [2020-10-19T07:51:19.074Z] e871e8e8d7a9: Waiting [2020-10-19T07:51:19.074Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T07:51:19.074Z] a92cc7c5fd73: Download complete [2020-10-19T07:51:19.074Z] ed8968b2872e: Verifying Checksum [2020-10-19T07:51:19.074Z] ed8968b2872e: Download complete [2020-10-19T07:51:19.366Z] e73272ec9a57: Verifying Checksum [2020-10-19T07:51:19.366Z] e73272ec9a57: Download complete [2020-10-19T07:51:19.673Z] 1e910a182e73: Download complete [2020-10-19T07:51:20.371Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:51:20.371Z] df20fa9351a1: Download complete [2020-10-19T07:51:20.785Z] df20fa9351a1: Pull complete [2020-10-19T07:51:21.547Z] ed8968b2872e: Pull complete [2020-10-19T07:51:21.547Z] a92cc7c5fd73: Pull complete [2020-10-19T07:51:27.566Z] 4e634b169226: Verifying Checksum [2020-10-19T07:51:27.566Z] 4e634b169226: Download complete [2020-10-19T07:51:28.558Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T07:51:28.558Z] e871e8e8d7a9: Download complete [2020-10-19T07:51:36.046Z] Removing intermediate container 2cac7f6069da [2020-10-19T07:51:36.046Z] ---> beba49c82b07 [2020-10-19T07:51:36.046Z] Successfully built beba49c82b07 [2020-10-19T07:51:36.046Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:51:36.461Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:51:36.461Z] . [Pipeline] withDockerContainer [2020-10-19T07:51:36.740Z] prd-ubuntu18.04-docker-arm64-4c-16g-6236 does not seem to be running inside a container [2020-10-19T07:51:36.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/82 -v /w/workspace/device-sdk-go/82:/w/workspace/device-sdk-go/82:rw,z -v /w/workspace/device-sdk-go/82@tmp:/w/workspace/device-sdk-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T07:51:38.741Z] $ docker top 21c35831612564a51a5b9549fd8f7a9031b874d190742096c1816376f4ea65a9 -eo pid,comm [2020-10-19T07:51:39.013Z] e871e8e8d7a9: Pull complete [2020-10-19T07:51:39.013Z] e73272ec9a57: Pull complete [2020-10-19T07:51:39.013Z] 1e910a182e73: Pull complete [Pipeline] { [Pipeline] sh [2020-10-19T07:51:40.188Z] + go version [2020-10-19T07:51:40.188Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T07:51:40.216Z] $ docker stop --time=1 21c35831612564a51a5b9549fd8f7a9031b874d190742096c1816376f4ea65a9 [2020-10-19T07:51:42.054Z] $ docker rm -f 21c35831612564a51a5b9549fd8f7a9031b874d190742096c1816376f4ea65a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:51:45.871Z] 4e634b169226: Pull complete [2020-10-19T07:51:45.871Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T07:51:45.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T07:51:45.871Z] ---> f7629b54cfaa [2020-10-19T07:51:45.871Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:51:45.871Z] ---> Running in ba5880e0d27b [2020-10-19T07:51:45.909Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:51:46.147Z] Removing intermediate container ba5880e0d27b [2020-10-19T07:51:46.148Z] ---> 0a18a207f36d [2020-10-19T07:51:46.148Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:51:46.148Z] ---> Running in 6e8466a381af [2020-10-19T07:51:46.244Z] + ls -al . [2020-10-19T07:51:46.244Z] total 100 [2020-10-19T07:51:46.244Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:50 . [2020-10-19T07:51:46.244Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 .. [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:50 .dockerignore [2020-10-19T07:51:46.244Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:50 .git [2020-10-19T07:51:46.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:50 .github [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:50 .gitignore [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:50 Dockerfile.build [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:50 Jenkinsfile [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:50 LICENSE [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:50 Makefile [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:50 README.md [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:50 RELEASE-NOTES.txt [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 19 07:48 VERSION [2020-10-19T07:51:46.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:50 bin [2020-10-19T07:51:46.244Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 example [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 19 07:50 go.mod [2020-10-19T07:51:46.244Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:50 internal [2020-10-19T07:51:46.244Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 openapi [2020-10-19T07:51:46.244Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:50 pkg [2020-10-19T07:51:46.244Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:50 snap [2020-10-19T07:51:46.244Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:51:46.590Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6cec193abf44cabffe02bbcaff9748adb3f719d5 --label arch=arm64 --label version=1.2.4-dev.31 . [2020-10-19T07:51:47.197Z] Sending build context to Docker daemon 2.312MB [2020-10-19T07:51:47.197Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:51:47.197Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:51:47.197Z] ---> beba49c82b07 [2020-10-19T07:51:47.197Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:51:47.197Z] ---> Running in 4acb80bfb868 [2020-10-19T07:51:47.802Z] Removing intermediate container 4acb80bfb868 [2020-10-19T07:51:47.802Z] ---> e070a31ac186 [2020-10-19T07:51:47.802Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:51:47.802Z] ---> Running in 35d6e4803fa1 [2020-10-19T07:51:48.142Z] Removing intermediate container 6e8466a381af [2020-10-19T07:51:48.142Z] ---> d45e3372d65c [2020-10-19T07:51:48.143Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:51:48.397Z] Removing intermediate container 35d6e4803fa1 [2020-10-19T07:51:48.397Z] ---> 3c59ad2f4ab4 [2020-10-19T07:51:48.397Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:51:48.459Z] ---> Running in 1b4423ee96cd [2020-10-19T07:51:48.671Z] ---> Running in a7a8f86260b4 [2020-10-19T07:51:48.944Z] Removing intermediate container a7a8f86260b4 [2020-10-19T07:51:48.944Z] ---> e760a4d3125c [2020-10-19T07:51:48.944Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:51:49.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:51:49.234Z] ---> Running in 2306bb122cc3 [2020-10-19T07:51:50.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:51:51.886Z] Removing intermediate container 2306bb122cc3 [2020-10-19T07:51:51.886Z] ---> a1748c1dd9ee [2020-10-19T07:51:51.886Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:51:51.886Z] ---> Running in 80e0b1c20573 [2020-10-19T07:51:51.910Z] OK: 166 MiB in 39 packages [2020-10-19T07:51:52.308Z] Removing intermediate container 1b4423ee96cd [2020-10-19T07:51:52.308Z] ---> f392a89bd139 [2020-10-19T07:51:52.308Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:51:52.659Z] ---> Running in 3d62add875a2 [2020-10-19T07:51:53.063Z] Removing intermediate container 3d62add875a2 [2020-10-19T07:51:53.063Z] ---> f42633cc6d81 [2020-10-19T07:51:53.063Z] Step 7/8 : COPY . . [2020-10-19T07:51:53.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:51:54.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:51:54.523Z] ---> 10e729f336b1 [2020-10-19T07:51:54.523Z] Step 8/8 : RUN go mod download [2020-10-19T07:51:54.523Z] ---> Running in 49be7c1a77ec [2020-10-19T07:51:56.260Z] OK: 142 MiB in 39 packages [2020-10-19T07:51:57.252Z] Removing intermediate container 80e0b1c20573 [2020-10-19T07:51:57.252Z] ---> 727d09c69b52 [2020-10-19T07:51:57.252Z] Step 8/24 : COPY . . [2020-10-19T07:51:58.698Z] ---> 11bf82044c94 [2020-10-19T07:51:58.698Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:51:58.698Z] ---> Running in b2d79a17af4b [2020-10-19T07:52:00.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-19T07:52:17.242Z] Removing intermediate container 49be7c1a77ec [2020-10-19T07:52:17.243Z] ---> 558e445b755b [2020-10-19T07:52:17.243Z] Successfully built 558e445b755b [2020-10-19T07:52:17.243Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:52:17.807Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:52:17.807Z] . [Pipeline] withDockerContainer [2020-10-19T07:52:18.461Z] prd-centos7-docker-4c-2g-6239 does not seem to be running inside a container [2020-10-19T07:52:18.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/82 -v /w/workspace/device-sdk-go/82:/w/workspace/device-sdk-go/82:rw,z -v /w/workspace/device-sdk-go/82@tmp:/w/workspace/device-sdk-go/82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T07:52:19.953Z] $ docker top 05a8dfe48d7cc465dc92d0b314d7b2ada9cc6d40638ea9c115d063da4abde492 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:52:21.116Z] + go version [2020-10-19T07:52:21.116Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T07:52:21.301Z] $ docker stop --time=1 05a8dfe48d7cc465dc92d0b314d7b2ada9cc6d40638ea9c115d063da4abde492 [2020-10-19T07:52:22.801Z] $ docker rm -f 05a8dfe48d7cc465dc92d0b314d7b2ada9cc6d40638ea9c115d063da4abde492 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-19T07:52:24.171Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:52:24.645Z] + ls -al . [2020-10-19T07:52:24.646Z] total 64 [2020-10-19T07:52:24.646Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:51 . [2020-10-19T07:52:24.646Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:51 .. [2020-10-19T07:52:24.646Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:51 bin [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:51 Dockerfile.build [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:51 .dockerignore [2020-10-19T07:52:24.646Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:51 example [2020-10-19T07:52:24.646Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 19 07:51 .git [2020-10-19T07:52:24.646Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:51 .github [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:51 .gitignore [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 19 07:51 go.mod [2020-10-19T07:52:24.646Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:51 internal [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:51 Jenkinsfile [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:51 LICENSE [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:51 Makefile [2020-10-19T07:52:24.646Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:51 openapi [2020-10-19T07:52:24.646Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:51 pkg [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:51 README.md [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:51 RELEASE-NOTES.txt [2020-10-19T07:52:24.646Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:51 snap [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 19 07:48 VERSION [2020-10-19T07:52:24.646Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:51 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:52:25.408Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6cec193abf44cabffe02bbcaff9748adb3f719d5 --label arch=amd64 --label version=1.2.4-dev.31 . [2020-10-19T07:52:26.230Z] Sending build context to Docker daemon 2.312MB [2020-10-19T07:52:26.230Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:52:26.230Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:52:26.230Z] ---> 558e445b755b [2020-10-19T07:52:26.230Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:52:26.230Z] ---> Running in d19695588cec [2020-10-19T07:52:26.535Z] Removing intermediate container d19695588cec [2020-10-19T07:52:26.535Z] ---> 092c5ea702ed [2020-10-19T07:52:26.535Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:52:26.535Z] ---> Running in c32612bb5bb3 [2020-10-19T07:52:26.815Z] Removing intermediate container c32612bb5bb3 [2020-10-19T07:52:26.815Z] ---> df2b369ed682 [2020-10-19T07:52:26.815Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:52:26.815Z] ---> Running in 75bad098d43e [2020-10-19T07:52:26.981Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:52:26.981Z] Removing intermediate container b2d79a17af4b [2020-10-19T07:52:26.981Z] ---> c6f267ccfe9d [2020-10-19T07:52:26.981Z] Step 10/24 : FROM scratch [2020-10-19T07:52:26.981Z] ---> [2020-10-19T07:52:26.981Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:52:26.981Z] ---> Running in aa403b0910d5 [2020-10-19T07:52:26.981Z] Removing intermediate container aa403b0910d5 [2020-10-19T07:52:26.981Z] ---> cf6e03e77138 [2020-10-19T07:52:26.981Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:52:26.981Z] ---> Running in 31156bc24a19 [2020-10-19T07:52:27.096Z] Removing intermediate container 75bad098d43e [2020-10-19T07:52:27.096Z] ---> d4c820db6f37 [2020-10-19T07:52:27.096Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:52:27.096Z] ---> Running in 1a11810971c7 [2020-10-19T07:52:27.586Z] Removing intermediate container 31156bc24a19 [2020-10-19T07:52:27.586Z] ---> c652642d115f [2020-10-19T07:52:27.586Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:52:27.586Z] ---> Running in a964685d63ea [2020-10-19T07:52:28.199Z] Removing intermediate container a964685d63ea [2020-10-19T07:52:28.199Z] ---> b011973ebc65 [2020-10-19T07:52:28.199Z] Step 14/24 : WORKDIR / [2020-10-19T07:52:28.199Z] ---> Running in f4741b9def14 [2020-10-19T07:52:28.481Z] Removing intermediate container f4741b9def14 [2020-10-19T07:52:28.481Z] ---> 34c2b84a2d38 [2020-10-19T07:52:28.481Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:52:28.700Z] Removing intermediate container 1a11810971c7 [2020-10-19T07:52:28.700Z] ---> ada8c9b8dedd [2020-10-19T07:52:28.700Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:52:28.700Z] ---> Running in 1966cef5b48a [2020-10-19T07:52:29.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:52:29.916Z] ---> 3489db5dac93 [2020-10-19T07:52:29.916Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:52:30.512Z] ---> 67ec496a1475 [2020-10-19T07:52:30.512Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:52:30.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:52:31.118Z] ---> aa528f40dda3 [2020-10-19T07:52:31.118Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:52:31.764Z] OK: 166 MiB in 39 packages [2020-10-19T07:52:32.096Z] ---> dc17eef9ba56 [2020-10-19T07:52:32.096Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:52:32.393Z] Removing intermediate container 1966cef5b48a [2020-10-19T07:52:32.393Z] ---> 7322cc587880 [2020-10-19T07:52:32.393Z] Step 8/24 : COPY . . [2020-10-19T07:52:32.689Z] ---> 486bff7abfb1 [2020-10-19T07:52:32.689Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:52:32.959Z] ---> Running in 134a690eb05a [2020-10-19T07:52:33.229Z] Removing intermediate container 134a690eb05a [2020-10-19T07:52:33.229Z] ---> ac439c8b317e [2020-10-19T07:52:33.229Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:52:33.499Z] ---> Running in 0a2cec7d0705 [2020-10-19T07:52:33.770Z] Removing intermediate container 0a2cec7d0705 [2020-10-19T07:52:33.770Z] ---> 3cd631c1485e [2020-10-19T07:52:33.770Z] Step 22/24 : LABEL arch=arm64 [2020-10-19T07:52:34.042Z] ---> Running in b044597e04bb [2020-10-19T07:52:34.313Z] Removing intermediate container b044597e04bb [2020-10-19T07:52:34.313Z] ---> 502547d70357 [2020-10-19T07:52:34.313Z] Step 23/24 : LABEL git_sha=6cec193abf44cabffe02bbcaff9748adb3f719d5 [2020-10-19T07:52:34.388Z] ---> 657aa806713f [2020-10-19T07:52:34.388Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:52:34.388Z] ---> Running in ba8b552dfefb [2020-10-19T07:52:34.593Z] ---> Running in bdcceb4b7ea9 [2020-10-19T07:52:34.863Z] Removing intermediate container bdcceb4b7ea9 [2020-10-19T07:52:34.863Z] ---> 3691b84d1f65 [2020-10-19T07:52:34.863Z] Step 24/24 : LABEL version=1.2.4-dev.31 [2020-10-19T07:52:35.134Z] ---> Running in 86a5d4076374 [2020-10-19T07:52:35.406Z] Removing intermediate container 86a5d4076374 [2020-10-19T07:52:35.406Z] ---> b580efc0c626 [2020-10-19T07:52:35.406Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:52:35.406Z] Successfully built b580efc0c626 [2020-10-19T07:52:35.406Z] Successfully tagged docker-device-sdk-simple-arm64:latest [2020-10-19T07:52:35.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-19T07:52:51.018Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:52:54.515Z] Removing intermediate container ba8b552dfefb [2020-10-19T07:52:54.515Z] ---> 6b89be45d0f6 [2020-10-19T07:52:54.515Z] Step 10/24 : FROM scratch [2020-10-19T07:52:54.515Z] ---> [2020-10-19T07:52:54.515Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:52:54.515Z] ---> Running in 43d524e1da12 [2020-10-19T07:52:54.515Z] Removing intermediate container 43d524e1da12 [2020-10-19T07:52:54.515Z] ---> 56cee266c4eb [2020-10-19T07:52:54.515Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:52:54.515Z] ---> Running in e0817cdcd6ac [2020-10-19T07:52:54.515Z] Removing intermediate container e0817cdcd6ac [2020-10-19T07:52:54.515Z] ---> e64939713ec8 [2020-10-19T07:52:54.515Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:52:54.515Z] ---> Running in fef445e21fd9 [2020-10-19T07:52:54.785Z] Removing intermediate container fef445e21fd9 [2020-10-19T07:52:54.785Z] ---> b7b50cdcefc5 [2020-10-19T07:52:54.785Z] Step 14/24 : WORKDIR / [2020-10-19T07:52:54.785Z] ---> Running in 4dfd64e7b899 [2020-10-19T07:52:55.055Z] Removing intermediate container 4dfd64e7b899 [2020-10-19T07:52:55.055Z] ---> 63304f6bab39 [2020-10-19T07:52:55.055Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:52:56.050Z] ---> c8de8a4dd119 [2020-10-19T07:52:56.050Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:52:56.327Z] ---> 23a466eab445 [2020-10-19T07:52:56.327Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:52:56.601Z] ---> 9925e1195615 [2020-10-19T07:52:56.601Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:52:56.879Z] ---> 21416135ca53 [2020-10-19T07:52:56.879Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:52:57.500Z] ---> 0a11894ea094 [2020-10-19T07:52:57.500Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:52:57.500Z] ---> Running in 209dd47a93c5 [2020-10-19T07:52:57.779Z] Removing intermediate container 209dd47a93c5 [2020-10-19T07:52:57.779Z] ---> 75a4c1b57fbe [2020-10-19T07:52:57.779Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:52:58.050Z] ---> Running in fa929afb1933 [2020-10-19T07:52:58.334Z] Removing intermediate container fa929afb1933 [2020-10-19T07:52:58.334Z] ---> 26d04e7a14c1 [2020-10-19T07:52:58.334Z] Step 22/24 : LABEL arch=amd64 [2020-10-19T07:52:58.334Z] ---> Running in c7fa55341891 [2020-10-19T07:52:58.602Z] Removing intermediate container c7fa55341891 [2020-10-19T07:52:58.602Z] ---> c3ec179c7368 [2020-10-19T07:52:58.602Z] Step 23/24 : LABEL git_sha=6cec193abf44cabffe02bbcaff9748adb3f719d5 [2020-10-19T07:52:58.602Z] ---> Running in 584dc4c75338 [2020-10-19T07:52:58.877Z] Removing intermediate container 584dc4c75338 [2020-10-19T07:52:58.877Z] ---> cc3859d473c1 [2020-10-19T07:52:58.877Z] Step 24/24 : LABEL version=1.2.4-dev.31 [2020-10-19T07:52:58.877Z] ---> Running in f2c3778c4001 [2020-10-19T07:52:59.146Z] Removing intermediate container f2c3778c4001 [2020-10-19T07:52:59.146Z] ---> be30e5100f0c [2020-10-19T07:52:59.146Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:52:59.146Z] Successfully built be30e5100f0c [2020-10-19T07:52:59.146Z] 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-19T07:53:01.413Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-19T07:53:01.415Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-19T07:53:01.488Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:01.842Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:53:01.842Z] [2020-10-19T07:53:01.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:02.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:53:02.211Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-19T07:53:02.211Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-19T07:53:02.211Z] 408f87550127: Pulling fs layer [2020-10-19T07:53:02.211Z] fe522b08c979: Pulling fs layer [2020-10-19T07:53:02.211Z] 221eaa008020: Pulling fs layer [2020-10-19T07:53:02.211Z] 2a4607e5d6b9: Pulling fs layer [2020-10-19T07:53:02.211Z] 8f79b27c4fd2: Pulling fs layer [2020-10-19T07:53:02.211Z] e5c8dbe1645b: Pulling fs layer [2020-10-19T07:53:02.211Z] 23e8b3b47431: Pulling fs layer [2020-10-19T07:53:02.211Z] 5c568d65a230: Pulling fs layer [2020-10-19T07:53:02.211Z] 2a4607e5d6b9: Waiting [2020-10-19T07:53:02.211Z] 8f79b27c4fd2: Waiting [2020-10-19T07:53:02.211Z] e5c8dbe1645b: Waiting [2020-10-19T07:53:02.211Z] 23e8b3b47431: Waiting [2020-10-19T07:53:02.211Z] 5c568d65a230: Waiting [2020-10-19T07:53:02.211Z] 221eaa008020: Waiting [2020-10-19T07:53:02.211Z] fe522b08c979: Verifying Checksum [2020-10-19T07:53:02.211Z] fe522b08c979: Download complete [2020-10-19T07:53:02.211Z] 408f87550127: Download complete [2020-10-19T07:53:02.211Z] 2a4607e5d6b9: Verifying Checksum [2020-10-19T07:53:02.211Z] 2a4607e5d6b9: Download complete [2020-10-19T07:53:02.211Z] 8f79b27c4fd2: Verifying Checksum [2020-10-19T07:53:02.211Z] 8f79b27c4fd2: Download complete [2020-10-19T07:53:02.211Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-19T07:53:02.790Z] cbdbe7a5bc2a: Pull complete [2020-10-19T07:53:02.790Z] 408f87550127: Pull complete [2020-10-19T07:53:03.054Z] fe522b08c979: Pull complete [2020-10-19T07:53:03.321Z] e5c8dbe1645b: Verifying Checksum [2020-10-19T07:53:03.321Z] e5c8dbe1645b: Download complete [2020-10-19T07:53:04.730Z] 23e8b3b47431: Verifying Checksum [2020-10-19T07:53:04.730Z] 23e8b3b47431: Download complete [2020-10-19T07:53:04.730Z] 5c568d65a230: Verifying Checksum [2020-10-19T07:53:04.730Z] 5c568d65a230: Download complete [2020-10-19T07:53:05.701Z] 221eaa008020: Verifying Checksum [2020-10-19T07:53:05.701Z] 221eaa008020: Download complete [2020-10-19T07:53:11.030Z] 221eaa008020: Pull complete [2020-10-19T07:53:11.030Z] 2a4607e5d6b9: Pull complete [2020-10-19T07:53:11.293Z] 8f79b27c4fd2: Pull complete [2020-10-19T07:53:13.852Z] e5c8dbe1645b: Pull complete [2020-10-19T07:53:16.423Z] 23e8b3b47431: Pull complete [2020-10-19T07:53:17.380Z] 5c568d65a230: Pull complete [2020-10-19T07:53:17.380Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-19T07:53:17.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:53:17.380Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-19T07:53:17.557Z] prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container [2020-10-19T07:53:17.607Z] $ 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-19T07:53:18.506Z] $ docker top 20e711ec5e7b3dffd6ba1661130847cd3ad6ea9d237e15f3029375d86ccb5a8f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:53:19.075Z] + snyk monitor '--org=edgex-jenkins' [2020-10-19T07:53:25.176Z] [2020-10-19T07:53:25.176Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-19T07:53:25.176Z] [2020-10-19T07:53:25.176Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/fadcba49-b4ce-48d9-8c58-5b3d8975dca4 [2020-10-19T07:53:25.176Z] [2020-10-19T07:53:25.176Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-19T07:53:25.176Z] [2020-10-19T07:53:25.176Z] [2020-10-19T07:53:25.176Z] Snyk CLI supports Node.js 8 and higher. [2020-10-19T07:53:25.176Z] 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-19T07:53:25.176Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-19T07:53:25.176Z] [2020-10-19T07:53:25.176Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-19T07:53:25.176Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-19T07:53:25.177Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-19T07:53:25.177Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-19T07:53:25.193Z] $ docker stop --time=1 20e711ec5e7b3dffd6ba1661130847cd3ad6ea9d237e15f3029375d86ccb5a8f [2020-10-19T07:53:28.188Z] $ docker rm -f 20e711ec5e7b3dffd6ba1661130847cd3ad6ea9d237e15f3029375d86ccb5a8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-19T07:53:29.548Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:53:29.603Z] provisioning config files... [2020-10-19T07:53:29.625Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6834441890883555164tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:53:30.012Z] --> edgex-publish-swagger.sh [2020-10-19T07:53:30.012Z] === Publish openapi/v1 API === [2020-10-19T07:53:30.012Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-19T07:53:30.012Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-19T07:53:30.012Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:53:30.012Z] Dload Upload Total Spent Left Speed [2020-10-19T07:53:30.958Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25013 --:--:-- --:--:-- --:--:-- 25047 [2020-10-19T07:53:30.958Z] [2020-10-19T07:53:30.958Z] [2020-10-19T07:53:30.958Z] === Publish openapi/v2 API === [2020-10-19T07:53:30.958Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-19T07:53:30.958Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-19T07:53:30.958Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:53:30.958Z] Dload Upload Total Spent Left Speed [2020-10-19T07:53:31.535Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 69321 --:--:-- --:--:-- --:--:-- 69302 [2020-10-19T07:53:31.535Z] [2020-10-19T07:53:31.535Z] [Pipeline] } [2020-10-19T07:53:31.546Z] 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-19T07:53:32.625Z] + git log --format=format:%s -1 6cec193abf44cabffe02bbcaff9748adb3f719d5 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:32.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:53:32.952Z] . [Pipeline] withDockerContainer [2020-10-19T07:53:33.053Z] prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container [2020-10-19T07:53:33.103Z] $ 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-19T07:53:33.926Z] $ docker top 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:53:34.335Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:53:34.335Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:53:34.558Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:53:34.563Z] $ docker exec 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 ssh-agent [2020-10-19T07:53:34.728Z] SSH_AUTH_SOCK=/tmp/ssh-PDECmma0Noko/agent.11 [2020-10-19T07:53:34.728Z] SSH_AGENT_PID=16 [2020-10-19T07:53:34.735Z] Running ssh-add (command line suppressed) [2020-10-19T07:53:34.866Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8129194145721982932.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8129194145721982932.key) [2020-10-19T07:53:34.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:53:35.256Z] + git semver tag [2020-10-19T07:53:35.256Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:53:35.256Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:53:35.257Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:53:35.257Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:53:35.257Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:53:35.257Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:53:35.257Z] # $SEMVER_BRANCH = master [2020-10-19T07:53:35.257Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-19T07:53:35.257Z] # 6cec193abf44cabffe02bbcaff9748adb3f719d5 HEAD [2020-10-19T07:53:35.257Z] # -> Force: false [2020-10-19T07:53:35.257Z] # c909ed31b83a9236bcb8b775f6148c5cc8ac4d7f refs/tags/v1.2.4-dev.31 [Pipeline] } [2020-10-19T07:53:35.273Z] $ docker exec --env ******** --env ******** 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 ssh-agent -k [2020-10-19T07:53:35.407Z] unset SSH_AUTH_SOCK; [2020-10-19T07:53:35.407Z] unset SSH_AGENT_PID; [2020-10-19T07:53:35.407Z] echo Agent pid 16 killed; [2020-10-19T07:53:35.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:53:35.942Z] + git semver [Pipeline] } [2020-10-19T07:53:35.961Z] $ docker stop --time=1 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 [2020-10-19T07:53:37.315Z] $ docker rm -f 2f3b744ef5d0bdb33499e77ab1ed4888f3e12ea15eb7733985a8b73f704c2757 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:37.964Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:53:37.964Z] [2020-10-19T07:53:37.964Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:38.315Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:53:38.315Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-19T07:53:38.315Z] ab5ef0e58194: Pulling fs layer [2020-10-19T07:53:38.315Z] 9712f1f96733: Pulling fs layer [2020-10-19T07:53:38.315Z] 63f879dbbcfc: Pulling fs layer [2020-10-19T07:53:38.315Z] 0d9ebad4ef96: Pulling fs layer [2020-10-19T07:53:38.315Z] e9a5061849ea: Pulling fs layer [2020-10-19T07:53:38.315Z] d747dcd14b5f: Pulling fs layer [2020-10-19T07:53:38.315Z] 2de7ff778b66: Pulling fs layer [2020-10-19T07:53:38.315Z] e9a5061849ea: Waiting [2020-10-19T07:53:38.315Z] d747dcd14b5f: Waiting [2020-10-19T07:53:38.315Z] 0d9ebad4ef96: Waiting [2020-10-19T07:53:38.315Z] 2de7ff778b66: Waiting [2020-10-19T07:53:38.315Z] 9712f1f96733: Verifying Checksum [2020-10-19T07:53:38.315Z] 9712f1f96733: Download complete [2020-10-19T07:53:48.327Z] 63f879dbbcfc: Verifying Checksum [2020-10-19T07:53:48.327Z] 63f879dbbcfc: Download complete [2020-10-19T07:53:48.901Z] e9a5061849ea: Verifying Checksum [2020-10-19T07:53:48.901Z] e9a5061849ea: Download complete [2020-10-19T07:53:49.163Z] d747dcd14b5f: Download complete [2020-10-19T07:53:57.311Z] 2de7ff778b66: Verifying Checksum [2020-10-19T07:53:57.311Z] 2de7ff778b66: Download complete [2020-10-19T07:53:59.487Z] 0d9ebad4ef96: Verifying Checksum [2020-10-19T07:53:59.487Z] 0d9ebad4ef96: Download complete [2020-10-19T07:54:06.162Z] ab5ef0e58194: Verifying Checksum [2020-10-19T07:54:06.162Z] ab5ef0e58194: Download complete [2020-10-19T07:54:08.745Z] ab5ef0e58194: Pull complete [2020-10-19T07:54:09.010Z] 9712f1f96733: Pull complete [2020-10-19T07:54:12.332Z] 63f879dbbcfc: Pull complete [2020-10-19T07:54:18.954Z] 0d9ebad4ef96: Pull complete [2020-10-19T07:54:19.217Z] e9a5061849ea: Pull complete [2020-10-19T07:54:19.481Z] d747dcd14b5f: Pull complete [2020-10-19T07:54:23.700Z] 2de7ff778b66: Pull complete [2020-10-19T07:54:23.700Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-19T07:54:23.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:54:23.700Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-19T07:54:23.881Z] prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container [2020-10-19T07:54:23.930Z] $ 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-19T07:54:27.275Z] $ docker top 9247fdad766bf7cb80aee6ac9be2ac51771129ba7b4185156b24d50457f370d2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:54:27.555Z] provisioning config files... [2020-10-19T07:54:27.564Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config542448606986174923tmp [2020-10-19T07:54:27.580Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5907490284251843669tmp [2020-10-19T07:54:27.595Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7475677863659019567tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:54:27.656Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:54:27.955Z] ---> sigul-configuration.sh [2020-10-19T07:54:27.955Z] gpg: directory `/root/.gnupg' created [2020-10-19T07:54:27.956Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-19T07:54:27.956Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-19T07:54:27.956Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-19T07:54:27.956Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-19T07:54:27.956Z] gpg: CAST5 encrypted data [2020-10-19T07:54:28.218Z] gpg: encrypted with 1 passphrase [2020-10-19T07:54:28.218Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-19T07:54:28.517Z] + mkdir /home/jenkins [2020-10-19T07:54:28.517Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-19T07:54:28.814Z] + 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-19T07:54:28.825Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:54:29.126Z] ---> sigul-install.sh [2020-10-19T07:54:34.435Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-19T07:54:34.744Z] + git tag --list [2020-10-19T07:54:34.744Z] 0.7.1 [2020-10-19T07:54:34.744Z] delhi-tag [2020-10-19T07:54:34.744Z] v1.0.0 [2020-10-19T07:54:34.744Z] v1.1.0 [2020-10-19T07:54:34.744Z] v1.1.1 [2020-10-19T07:54:34.744Z] v1.1.2 [2020-10-19T07:54:34.744Z] v1.2.0 [2020-10-19T07:54:34.744Z] v1.2.1 [2020-10-19T07:54:34.744Z] v1.2.2 [2020-10-19T07:54:34.744Z] v1.2.3 [2020-10-19T07:54:34.744Z] v1.2.4-dev.1 [2020-10-19T07:54:34.744Z] v1.2.4-dev.10 [2020-10-19T07:54:34.744Z] v1.2.4-dev.11 [2020-10-19T07:54:34.744Z] v1.2.4-dev.12 [2020-10-19T07:54:34.744Z] v1.2.4-dev.13 [2020-10-19T07:54:34.744Z] v1.2.4-dev.14 [2020-10-19T07:54:34.744Z] v1.2.4-dev.15 [2020-10-19T07:54:34.744Z] v1.2.4-dev.16 [2020-10-19T07:54:34.744Z] v1.2.4-dev.17 [2020-10-19T07:54:34.744Z] v1.2.4-dev.18 [2020-10-19T07:54:34.744Z] v1.2.4-dev.19 [2020-10-19T07:54:34.744Z] v1.2.4-dev.2 [2020-10-19T07:54:34.744Z] v1.2.4-dev.20 [2020-10-19T07:54:34.744Z] v1.2.4-dev.21 [2020-10-19T07:54:34.744Z] v1.2.4-dev.22 [2020-10-19T07:54:34.744Z] v1.2.4-dev.23 [2020-10-19T07:54:34.744Z] v1.2.4-dev.24 [2020-10-19T07:54:34.744Z] v1.2.4-dev.25 [2020-10-19T07:54:34.744Z] v1.2.4-dev.26 [2020-10-19T07:54:34.744Z] v1.2.4-dev.27 [2020-10-19T07:54:34.744Z] v1.2.4-dev.28 [2020-10-19T07:54:34.744Z] v1.2.4-dev.29 [2020-10-19T07:54:34.744Z] v1.2.4-dev.3 [2020-10-19T07:54:34.744Z] v1.2.4-dev.30 [2020-10-19T07:54:34.744Z] v1.2.4-dev.31 [2020-10-19T07:54:34.744Z] v1.2.4-dev.4 [2020-10-19T07:54:34.744Z] v1.2.4-dev.5 [2020-10-19T07:54:34.744Z] v1.2.4-dev.6 [2020-10-19T07:54:34.744Z] v1.2.4-dev.7 [2020-10-19T07:54:34.744Z] v1.2.4-dev.8 [2020-10-19T07:54:34.744Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-19T07:54:35.043Z] + lftools sign git-tag v1.2.4-dev.31 [2020-10-19T07:54:36.437Z] Signing Git tag with Sigul... [2020-10-19T07:54:36.437Z] Signing v1.2.4-dev.31 [Pipeline] echo [2020-10-19T07:54:37.393Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:54:37.696Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-19T07:54:37.709Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-19T07:54:37.814Z] $ docker stop --time=1 9247fdad766bf7cb80aee6ac9be2ac51771129ba7b4185156b24d50457f370d2 [2020-10-19T07:54:39.881Z] $ docker rm -f 9247fdad766bf7cb80aee6ac9be2ac51771129ba7b4185156b24d50457f370d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:54:41.064Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:54:41.064Z] . [Pipeline] withDockerContainer [2020-10-19T07:54:41.162Z] prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container [2020-10-19T07:54:41.207Z] $ 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-19T07:54:41.900Z] $ docker top 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:54:42.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:54:42.252Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:54:42.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:54:42.474Z] $ docker exec 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 ssh-agent [2020-10-19T07:54:42.658Z] SSH_AUTH_SOCK=/tmp/ssh-h8MQsRie17Jj/agent.12 [2020-10-19T07:54:42.658Z] SSH_AGENT_PID=18 [2020-10-19T07:54:42.666Z] Running ssh-add (command line suppressed) [2020-10-19T07:54:42.815Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1598465482160412307.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1598465482160412307.key) [2020-10-19T07:54:42.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:54:43.222Z] + git semver bump pre [2020-10-19T07:54:43.223Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:54:43.223Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:54:43.223Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:54:43.223Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:54:43.223Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:54:43.223Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:54:43.223Z] # $SEMVER_BRANCH = master [2020-10-19T07:54:43.223Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-19T07:54:43.223Z] 1.2.4-dev.32 [Pipeline] } [2020-10-19T07:54:43.237Z] $ docker exec --env ******** --env ******** 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 ssh-agent -k [2020-10-19T07:54:43.355Z] unset SSH_AUTH_SOCK; [2020-10-19T07:54:43.355Z] unset SSH_AGENT_PID; [2020-10-19T07:54:43.355Z] echo Agent pid 18 killed; [2020-10-19T07:54:43.404Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:54:43.905Z] + git semver [Pipeline] } [2020-10-19T07:54:43.931Z] $ docker stop --time=1 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 [2020-10-19T07:54:45.280Z] $ docker rm -f 97afa0e10c6ca6738354c4dfd74c37d6b30a0510f4ccb25738a4e038e14a20f4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:54:45.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:54:45.807Z] . [Pipeline] withDockerContainer [2020-10-19T07:54:45.945Z] prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container [2020-10-19T07:54:45.990Z] $ 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-19T07:54:46.648Z] $ docker top eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:54:46.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:54:46.977Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:54:47.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:54:47.161Z] $ docker exec eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 ssh-agent [2020-10-19T07:54:47.336Z] SSH_AUTH_SOCK=/tmp/ssh-B01Kt2oCOslk/agent.12 [2020-10-19T07:54:47.336Z] SSH_AGENT_PID=17 [2020-10-19T07:54:47.342Z] Running ssh-add (command line suppressed) [2020-10-19T07:54:47.472Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8863320514430017648.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8863320514430017648.key) [2020-10-19T07:54:47.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:54:47.864Z] + git semver push [2020-10-19T07:54:47.864Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:54:47.864Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:54:47.864Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:54:47.864Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:54:47.864Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:54:47.864Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:54:47.864Z] # $SEMVER_BRANCH = master [2020-10-19T07:54:47.864Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-19T07:54:54.500Z] $ docker exec --env ******** --env ******** eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 ssh-agent -k [2020-10-19T07:54:54.618Z] unset SSH_AUTH_SOCK; [2020-10-19T07:54:54.619Z] unset SSH_AGENT_PID; [2020-10-19T07:54:54.619Z] echo Agent pid 17 killed; [2020-10-19T07:54:54.666Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:54:55.132Z] + git semver [Pipeline] } [2020-10-19T07:54:55.149Z] $ docker stop --time=1 eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 [2020-10-19T07:54:56.522Z] $ docker rm -f eecc9b6c701c035b9471987f57564c6f9d1099bdbaf281be7a93017aa9c208d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:54:57.956Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:54:58.528Z] ---> package-listing.sh [2020-10-19T07:54:58.528Z] ++ facter osfamily [2020-10-19T07:54:58.528Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T07:54:58.528Z] + OS_FAMILY=redhat [2020-10-19T07:54:58.528Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:54:58.528Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T07:54:58.528Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T07:54:58.528Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T07:54:58.528Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T07:54:58.528Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-19T07:54:58.528Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T07:54:58.528Z] + case "${OS_FAMILY}" in [2020-10-19T07:54:58.528Z] + rpm -qa [2020-10-19T07:54:58.528Z] + sort [2020-10-19T07:55:02.750Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T07:55:02.750Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T07:55:02.750Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T07:55:02.750Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-19T07:55:02.750Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-19T07:55:02.750Z] + 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-19T07:55:02.763Z] 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-19T07:55:03.055Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:55:03.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:55:03.361Z] [2020-10-19T07:55:03.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:55:03.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:55:03.706Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T07:55:03.706Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:55:03.706Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T07:55:03.706Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T07:55:03.706Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T07:55:03.706Z] 93b61091891f: Pulling fs layer [2020-10-19T07:55:03.706Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T07:55:03.706Z] 5e14af77c1be: Pulling fs layer [2020-10-19T07:55:03.706Z] 01666e4c0597: Pulling fs layer [2020-10-19T07:55:03.706Z] aa168da1d23b: Pulling fs layer [2020-10-19T07:55:03.706Z] 46f8f816bc3b: Waiting [2020-10-19T07:55:03.706Z] 93b61091891f: Waiting [2020-10-19T07:55:03.706Z] 93b9cdb0e59b: Waiting [2020-10-19T07:55:03.706Z] 5e14af77c1be: Waiting [2020-10-19T07:55:03.706Z] 01666e4c0597: Waiting [2020-10-19T07:55:03.706Z] aa168da1d23b: Waiting [2020-10-19T07:55:03.706Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T07:55:03.706Z] 36b3adc4ff6f: Download complete [2020-10-19T07:55:03.706Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T07:55:03.706Z] 46f8f816bc3b: Download complete [2020-10-19T07:55:03.969Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:55:03.969Z] df20fa9351a1: Download complete [2020-10-19T07:55:03.969Z] 93b61091891f: Download complete [2020-10-19T07:55:03.969Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T07:55:03.969Z] 93b9cdb0e59b: Download complete [2020-10-19T07:55:03.969Z] 5e14af77c1be: Verifying Checksum [2020-10-19T07:55:03.969Z] 5e14af77c1be: Download complete [2020-10-19T07:55:03.969Z] 01666e4c0597: Download complete [2020-10-19T07:55:03.969Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T07:55:03.969Z] 8ad3a11d3b57: Download complete [2020-10-19T07:55:04.232Z] df20fa9351a1: Pull complete [2020-10-19T07:55:04.500Z] 36b3adc4ff6f: Pull complete [2020-10-19T07:55:05.456Z] 8ad3a11d3b57: Pull complete [2020-10-19T07:55:05.456Z] 46f8f816bc3b: Pull complete [2020-10-19T07:55:05.718Z] 93b61091891f: Pull complete [2020-10-19T07:55:05.981Z] 93b9cdb0e59b: Pull complete [2020-10-19T07:55:05.981Z] 5e14af77c1be: Pull complete [2020-10-19T07:55:06.246Z] 01666e4c0597: Pull complete [2020-10-19T07:55:06.509Z] aa168da1d23b: Verifying Checksum [2020-10-19T07:55:06.509Z] aa168da1d23b: Download complete [2020-10-19T07:55:13.137Z] aa168da1d23b: Pull complete [2020-10-19T07:55:13.137Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T07:55:13.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:55:13.137Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T07:55:13.285Z] prd-centos7-docker-4c-2g-6232 does not seem to be running inside a container [2020-10-19T07:55:13.333Z] $ 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-19T07:55:16.180Z] $ docker top 28c636562cf2404ef9e6afe63e70c7ff0251afbca19786c2d9f643d47344b465 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:55:16.692Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T07:55:16.990Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T07:55:17.291Z] + ls /var/log/sa-host [2020-10-19T07:55:17.291Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T07:55:17.291Z] file_magic: OK [2020-10-19T07:55:17.291Z] HZ: Using current value: 100 [2020-10-19T07:55:17.291Z] file_header: OK [2020-10-19T07:55:17.291Z] 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-19T07:55:17.291Z] Statistics: [2020-10-19T07:55:17.291Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:55:17.291Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T07:55:17.291Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T07:55:17.291Z] file_magic: OK [2020-10-19T07:55:17.291Z] HZ: Using current value: 100 [2020-10-19T07:55:17.291Z] file_header: OK [2020-10-19T07:55:17.291Z] 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-19T07:55:17.291Z] Statistics: [2020-10-19T07:55:17.291Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:55:17.291Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:55:17.917Z] provisioning config files... [2020-10-19T07:55:17.933Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8691474280266186762tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:55:18.019Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:55:18.314Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T07:55:18.324Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T07:55:18.428Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:55:18.724Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T07:55:18.736Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:55:19.034Z] ---> sudo-logs.sh [2020-10-19T07:55:19.034Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T07:55:19.045Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:55:19.341Z] ---> job-cost.sh [2020-10-19T07:55:19.341Z] lf-activate-venv: SKIPPING [2020-10-19T07:55:19.341Z] INFO: No Stack... [2020-10-19T07:55:20.730Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T07:55:20.993Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T07:55:21.005Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:55:21.304Z] ---> logs-deploy.sh [2020-10-19T07:55:21.304Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/82 [2020-10-19T07:55:21.304Z] INFO: archiving workspace using pattern(s): [2020-10-19T07:55:22.700Z] Archives upload complete. [2020-10-19T07:55:22.962Z] INFO: archiving logs to Nexus