Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 975d48b943a5c2bc6063d84ef50a93379b203cdf Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8166 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 975d48b943a5c2bc6063d84ef50a93379b203cdf (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 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 Commit message: "Merge pull request #641 from hahattan/issue-636" > git rev-list --no-walk 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T06:01:05.199Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T06:01:05.486Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T06:01:05.600Z] ========================================================= [2020-10-22T06:01:05.600Z] EdgeX Global Pipelines Version Info [2020-10-22T06:01:05.600Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:01:07.075Z] ------------------- [2020-10-22T06:01:07.075Z] stable info: [2020-10-22T06:01:07.075Z] ------------------- [2020-10-22T06:01:07.075Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T06:01:07.075Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T06:01:07.075Z] Message: update stable to v1.0.144 [2020-10-22T06:01:08.022Z] ------------------- [2020-10-22T06:01:08.022Z] experimental info: [2020-10-22T06:01:08.022Z] ------------------- [2020-10-22T06:01:08.022Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T06:01:08.022Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T06:01:08.022Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-22T06:01:08.366Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-22T06:01:08.512Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-22T06:01:08.611Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T06:01:08.700Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T06:01:08.798Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T06:01:08.896Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T06:01:08.995Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T06:01:09.095Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T06:01:09.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-22T06:01:09.289Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T06:01:09.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T06:01:09.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-22T06:01:09.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T06:01:09.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T06:01:09.802Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T06:01:09.920Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T06:01:10.023Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T06:01:10.199Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T06:01:10.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T06:01:10.463Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-22T06:01:10.556Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T06:01:10.649Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T06:01:10.757Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-22T06:01:10.845Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-22T06:01:10.944Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-22T06:01:11.047Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-22T06:01:11.141Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-22T06:01:11.240Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-22T06:01:11.516Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 975d48b943a5c2bc6063d84ef50a93379b203cdf [Pipeline] echo [2020-10-22T06:01:11.630Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 975d48b [Pipeline] echo [2020-10-22T06:01:11.766Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-22T06:01:12.689Z] + git log --format=format:%s -1 975d48b943a5c2bc6063d84ef50a93379b203cdf [Pipeline] echo [2020-10-22T06:01:12.761Z] GIT_COMMIT: 975d48b943a5c2bc6063d84ef50a93379b203cdf, Commit Message: Merge pull request #641 from hahattan/issue-636 [Pipeline] echo [2020-10-22T06:01:12.813Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:01:13.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:01:14.246Z] [2020-10-22T06:01:14.246Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:01:14.639Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:01:14.639Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T06:01:14.639Z] 31603596830f: Pulling fs layer [2020-10-22T06:01:14.639Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T06:01:14.639Z] 6ca5941a6612: Pulling fs layer [2020-10-22T06:01:14.639Z] ecc8261a40a4: Pulling fs layer [2020-10-22T06:01:14.639Z] ecc8261a40a4: Waiting [2020-10-22T06:01:14.639Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T06:01:14.639Z] 2a8b12db71e7: Download complete [2020-10-22T06:01:14.915Z] 31603596830f: Verifying Checksum [2020-10-22T06:01:14.915Z] 31603596830f: Download complete [2020-10-22T06:01:14.915Z] ecc8261a40a4: Verifying Checksum [2020-10-22T06:01:14.915Z] ecc8261a40a4: Download complete [2020-10-22T06:01:14.915Z] 6ca5941a6612: Verifying Checksum [2020-10-22T06:01:14.915Z] 6ca5941a6612: Download complete [2020-10-22T06:01:15.185Z] 31603596830f: Pull complete [2020-10-22T06:01:15.457Z] 2a8b12db71e7: Pull complete [2020-10-22T06:01:16.429Z] 6ca5941a6612: Pull complete [2020-10-22T06:01:16.429Z] ecc8261a40a4: Pull complete [2020-10-22T06:01:16.429Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T06:01:16.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:01:16.429Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T06:01:16.546Z] prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container [2020-10-22T06:01:16.619Z] $ 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-22T06:01:19.187Z] $ docker top b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T06:01:19.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:01:19.595Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:01:19.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:01:19.850Z] $ docker exec b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent [2020-10-22T06:01:20.023Z] SSH_AUTH_SOCK=/tmp/ssh-wrovNxoIniXF/agent.12 [2020-10-22T06:01:20.023Z] SSH_AGENT_PID=17 [2020-10-22T06:01:20.049Z] Running ssh-add (command line suppressed) [2020-10-22T06:01:20.180Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7653637740438097341.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7653637740438097341.key) [2020-10-22T06:01:20.250Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:01:20.612Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T06:01:20.637Z] $ docker exec --env ******** --env ******** b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent -k [2020-10-22T06:01:20.752Z] unset SSH_AUTH_SOCK; [2020-10-22T06:01:20.752Z] unset SSH_AGENT_PID; [2020-10-22T06:01:20.752Z] echo Agent pid 17 killed; [2020-10-22T06:01:20.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T06:01:20.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:01:20.981Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:01:21.179Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:01:21.189Z] $ docker exec b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent [2020-10-22T06:01:21.380Z] SSH_AUTH_SOCK=/tmp/ssh-V9ExSBUCj7MY/agent.46 [2020-10-22T06:01:21.380Z] SSH_AGENT_PID=51 [2020-10-22T06:01:21.391Z] Running ssh-add (command line suppressed) [2020-10-22T06:01:21.541Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2193950258953313044.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2193950258953313044.key) [2020-10-22T06:01:21.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:01:21.984Z] + git semver init [2020-10-22T06:01:21.984Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T06:01:21.984Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T06:01:21.984Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T06:01:21.984Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T06:01:21.984Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T06:01:21.984Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T06:01:21.984Z] # $SEMVER_BRANCH = master [2020-10-22T06:01:21.984Z] # $SEMVER_TEMP = /tmp/semver-856495079 [2020-10-22T06:01:21.984Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-22T06:01:22.611Z] # '/tmp/semver-856495079' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-22T06:01:22.611Z] # -> Force: false [2020-10-22T06:01:22.611Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-22T06:01:22.630Z] $ docker exec --env ******** --env ******** b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 ssh-agent -k [2020-10-22T06:01:22.750Z] unset SSH_AUTH_SOCK; [2020-10-22T06:01:22.750Z] unset SSH_AGENT_PID; [2020-10-22T06:01:22.750Z] echo Agent pid 51 killed; [2020-10-22T06:01:22.798Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T06:01:23.297Z] + git semver [Pipeline] } [2020-10-22T06:01:23.372Z] $ docker stop --time=1 b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 [2020-10-22T06:01:24.900Z] $ docker rm -f b810c13f5e1963ad5b7a28d9a0318cf6b57c0b5b93c5417fe2729991515c9d35 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T06:01:25.464Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T06:01:26.181Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T06:01:26.183Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.32 [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-22T06:01:41.842Z] Still waiting to schedule task [2020-10-22T06:01:41.842Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-22T06:01:41.844Z] Still waiting to schedule task [2020-10-22T06:01:41.845Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-22T06:03:40.253Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8167 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-22T06:03:40.328Z] Running in /w/workspace/device-sdk-go/83 [Pipeline] { [Pipeline] checkout [2020-10-22T06:03:45.527Z] using credential edgex-jenkins-ssh [2020-10-22T06:03:45.593Z] Cloning the remote Git repository [2020-10-22T06:03:45.668Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:03:45.787Z] > git init /w/workspace/device-sdk-go/83 # timeout=10 [2020-10-22T06:03:45.874Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:03:45.875Z] > git --version # timeout=10 [2020-10-22T06:03:45.894Z] > git --version # 'git version 2.17.1' [2020-10-22T06:03:45.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:03:45.965Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:03:47.772Z] Checking out Revision 975d48b943a5c2bc6063d84ef50a93379b203cdf (master) [2020-10-22T06:03:46.979Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:03:47.000Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:03:47.025Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:03:47.074Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:03:47.074Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:03:47.088Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T06:03:47.796Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:03:47.825Z] > git checkout -f 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 [2020-10-22T06:03:52.505Z] Commit message: "Merge pull request #641 from hahattan/issue-636" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T06:03:53.637Z] ========================================================= [2020-10-22T06:03:53.637Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T06:03:53.637Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:03:54.622Z] + 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-22T06:03:55.611Z] Sending build context to Docker daemon 2.324MB [2020-10-22T06:03:55.611Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T06:03:55.611Z] Step 2/8 : FROM ${BASE} [2020-10-22T06:03:55.886Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T06:03:55.886Z] b538f80385f9: Pulling fs layer [2020-10-22T06:03:55.886Z] 74f711af9a0d: Pulling fs layer [2020-10-22T06:03:55.886Z] 99f96fe45779: Pulling fs layer [2020-10-22T06:03:55.886Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T06:03:55.886Z] 45590311c82a: Pulling fs layer [2020-10-22T06:03:55.886Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T06:03:55.886Z] 209524e5b208: Pulling fs layer [2020-10-22T06:03:55.886Z] 8529a6b9a6be: Waiting [2020-10-22T06:03:55.886Z] 45590311c82a: Waiting [2020-10-22T06:03:55.886Z] 209524e5b208: Waiting [2020-10-22T06:03:55.886Z] 69ca0ff8b7b3: Waiting [2020-10-22T06:03:55.886Z] 99f96fe45779: Verifying Checksum [2020-10-22T06:03:55.886Z] 99f96fe45779: Download complete [2020-10-22T06:03:55.886Z] 74f711af9a0d: Verifying Checksum [2020-10-22T06:03:55.886Z] 74f711af9a0d: Download complete [2020-10-22T06:03:55.886Z] 45590311c82a: Download complete [2020-10-22T06:03:56.160Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T06:03:56.437Z] b538f80385f9: Verifying Checksum [2020-10-22T06:03:56.437Z] b538f80385f9: Download complete [2020-10-22T06:03:57.041Z] b538f80385f9: Pull complete [2020-10-22T06:03:57.648Z] 74f711af9a0d: Pull complete [2020-10-22T06:03:57.933Z] 99f96fe45779: Pull complete [2020-10-22T06:03:58.924Z] 209524e5b208: Verifying Checksum [2020-10-22T06:03:58.924Z] 209524e5b208: Download complete [2020-10-22T06:04:00.357Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T06:04:00.357Z] 8529a6b9a6be: Download complete [2020-10-22T06:04:10.542Z] 8529a6b9a6be: Pull complete [2020-10-22T06:04:10.542Z] 45590311c82a: Pull complete [2020-10-22T06:04:10.817Z] 69ca0ff8b7b3: Pull complete [2020-10-22T06:04:15.155Z] 209524e5b208: Pull complete [2020-10-22T06:04:15.155Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T06:04:15.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T06:04:15.155Z] ---> 5bddaf1c2fca [2020-10-22T06:04:15.155Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:04:16.420Z] Running on prd-centos7-docker-4c-2g-8168 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-22T06:04:16.476Z] Running in /w/workspace/device-sdk-go/83 [Pipeline] { [Pipeline] checkout [2020-10-22T06:04:17.782Z] ---> Running in d61d77e641aa [2020-10-22T06:04:17.782Z] Removing intermediate container d61d77e641aa [2020-10-22T06:04:17.782Z] ---> 295245edf307 [2020-10-22T06:04:17.782Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:04:17.782Z] ---> Running in ca207c23015c [2020-10-22T06:04:20.418Z] Removing intermediate container ca207c23015c [2020-10-22T06:04:20.418Z] ---> e78a88e06688 [2020-10-22T06:04:20.418Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-22T06:04:20.700Z] ---> Running in 4da85106a51d [2020-10-22T06:04:22.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T06:04:22.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T06:04:23.341Z] OK: 142 MiB in 39 packages [2020-10-22T06:04:24.342Z] Removing intermediate container 4da85106a51d [2020-10-22T06:04:24.342Z] ---> 8649c21c522e [2020-10-22T06:04:24.342Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-22T06:04:24.617Z] ---> Running in df9a6536bef4 [2020-10-22T06:04:24.627Z] using credential edgex-jenkins-ssh [2020-10-22T06:04:24.683Z] Cloning the remote Git repository [2020-10-22T06:04:24.760Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:04:24.885Z] > git init /w/workspace/device-sdk-go/83 # timeout=10 [2020-10-22T06:04:25.215Z] Removing intermediate container df9a6536bef4 [2020-10-22T06:04:25.215Z] ---> f1da73a12d7a [2020-10-22T06:04:25.215Z] Step 7/8 : COPY . . [2020-10-22T06:04:26.197Z] ---> 16d2207ac447 [2020-10-22T06:04:26.197Z] Step 8/8 : RUN go mod download [2020-10-22T06:04:25.003Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:04:25.003Z] > git --version # timeout=10 [2020-10-22T06:04:25.040Z] > git --version # 'git version 2.16.5' [2020-10-22T06:04:25.040Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:04:25.088Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:04:26.042Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:04:26.093Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:04:26.125Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:04:26.187Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:04:26.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:04:26.198Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T06:04:26.468Z] ---> Running in 01de7b6b257c [2020-10-22T06:04:26.965Z] Checking out Revision 975d48b943a5c2bc6063d84ef50a93379b203cdf (master) [2020-10-22T06:04:26.992Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:04:27.010Z] > git checkout -f 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 [2020-10-22T06:04:31.141Z] Commit message: "Merge pull request #641 from hahattan/issue-636" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T06:04:31.909Z] ========================================================= [2020-10-22T06:04:31.909Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T06:04:31.909Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:04:33.240Z] + 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-22T06:04:33.511Z] Sending build context to Docker daemon 2.326MB [2020-10-22T06:04:33.511Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T06:04:33.511Z] Step 2/8 : FROM ${BASE} [2020-10-22T06:04:33.786Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T06:04:33.786Z] df20fa9351a1: Pulling fs layer [2020-10-22T06:04:33.786Z] ed8968b2872e: Pulling fs layer [2020-10-22T06:04:33.786Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T06:04:33.786Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T06:04:33.786Z] e73272ec9a57: Pulling fs layer [2020-10-22T06:04:33.786Z] 1e910a182e73: Pulling fs layer [2020-10-22T06:04:33.786Z] 4e634b169226: Pulling fs layer [2020-10-22T06:04:33.786Z] e871e8e8d7a9: Waiting [2020-10-22T06:04:33.786Z] e73272ec9a57: Waiting [2020-10-22T06:04:33.786Z] 1e910a182e73: Waiting [2020-10-22T06:04:33.786Z] 4e634b169226: Waiting [2020-10-22T06:04:33.786Z] a92cc7c5fd73: Download complete [2020-10-22T06:04:33.786Z] ed8968b2872e: Verifying Checksum [2020-10-22T06:04:33.786Z] ed8968b2872e: Download complete [2020-10-22T06:04:33.786Z] e73272ec9a57: Verifying Checksum [2020-10-22T06:04:33.786Z] e73272ec9a57: Download complete [2020-10-22T06:04:33.786Z] 1e910a182e73: Download complete [2020-10-22T06:04:34.382Z] df20fa9351a1: Verifying Checksum [2020-10-22T06:04:34.382Z] df20fa9351a1: Download complete [2020-10-22T06:04:35.032Z] df20fa9351a1: Pull complete [2020-10-22T06:04:35.328Z] ed8968b2872e: Pull complete [2020-10-22T06:04:35.631Z] a92cc7c5fd73: Pull complete [2020-10-22T06:04:38.423Z] 4e634b169226: Verifying Checksum [2020-10-22T06:04:38.423Z] 4e634b169226: Download complete [2020-10-22T06:04:40.538Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T06:04:40.538Z] e871e8e8d7a9: Download complete [2020-10-22T06:04:48.678Z] Removing intermediate container 01de7b6b257c [2020-10-22T06:04:48.678Z] ---> 84d36971a582 [2020-10-22T06:04:48.678Z] Successfully built 84d36971a582 [2020-10-22T06:04:48.678Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:04:49.086Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T06:04:49.086Z] . [Pipeline] withDockerContainer [2020-10-22T06:04:49.306Z] e871e8e8d7a9: Pull complete [2020-10-22T06:04:49.306Z] e73272ec9a57: Pull complete [2020-10-22T06:04:49.306Z] 1e910a182e73: Pull complete [2020-10-22T06:04:49.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-8167 does not seem to be running inside a container [2020-10-22T06:04:49.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/83 -v /w/workspace/device-sdk-go/83:/w/workspace/device-sdk-go/83:rw,z -v /w/workspace/device-sdk-go/83@tmp:/w/workspace/device-sdk-go/83@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-22T06:04:51.149Z] $ docker top 89f151c7040d589b23495389b2a7fb1f21340b9053e97f49d12aa48fc9c9c3e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:04:52.528Z] + go version [2020-10-22T06:04:52.528Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T06:04:52.558Z] $ docker stop --time=1 89f151c7040d589b23495389b2a7fb1f21340b9053e97f49d12aa48fc9c9c3e9 [2020-10-22T06:04:54.472Z] $ docker rm -f 89f151c7040d589b23495389b2a7fb1f21340b9053e97f49d12aa48fc9c9c3e9 [2020-10-22T06:04:54.690Z] 4e634b169226: Pull complete [2020-10-22T06:04:54.690Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T06:04:54.690Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T06:04:54.690Z] ---> f7629b54cfaa [2020-10-22T06:04:54.690Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-22T06:04:54.962Z] ---> Running in 9dc9fe730cab [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-10-22T06:04:55.232Z] Removing intermediate container 9dc9fe730cab [2020-10-22T06:04:55.233Z] ---> 18b105ba3494 [2020-10-22T06:04:55.233Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:04:55.233Z] ---> Running in b2403551646a [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-10-22T06:04:57.243Z] Removing intermediate container b2403551646a [2020-10-22T06:04:57.243Z] ---> d7816dd63825 [2020-10-22T06:04:57.243Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-22T06:04:57.243Z] ---> Running in cf5dc638bda3 [Pipeline] sh [2020-10-22T06:04:57.787Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-22T06:04:57.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:04:58.123Z] + ls -al . [2020-10-22T06:04:58.123Z] total 100 [2020-10-22T06:04:58.123Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 06:03 . [2020-10-22T06:04:58.123Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 .. [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 22 06:03 .dockerignore [2020-10-22T06:04:58.123Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 06:03 .git [2020-10-22T06:04:58.123Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 06:03 .github [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 22 06:03 .gitignore [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 22 06:03 Dockerfile.build [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 22 06:03 Jenkinsfile [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 22 06:03 LICENSE [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 22 06:03 Makefile [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 22 06:03 README.md [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 22 06:03 RELEASE-NOTES.txt [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 22 06:01 VERSION [2020-10-22T06:04:58.123Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 06:03 bin [2020-10-22T06:04:58.123Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 example [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 22 06:03 go.mod [2020-10-22T06:04:58.123Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 22 06:03 internal [2020-10-22T06:04:58.123Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 openapi [2020-10-22T06:04:58.123Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 22 06:03 pkg [2020-10-22T06:04:58.123Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:03 snap [2020-10-22T06:04:58.123Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 22 06:03 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:04:58.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:04:58.469Z] + 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=975d48b943a5c2bc6063d84ef50a93379b203cdf --label arch=arm64 --label version=1.2.4-dev.32 . [2020-10-22T06:04:59.054Z] OK: 166 MiB in 39 packages [2020-10-22T06:04:59.079Z] Sending build context to Docker daemon 2.324MB [2020-10-22T06:04:59.079Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-22T06:04:59.079Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-22T06:04:59.079Z] ---> 84d36971a582 [2020-10-22T06:04:59.079Z] Step 3/24 : ARG MAKE='make build' [2020-10-22T06:04:59.079Z] ---> Running in af4aa91329ac [2020-10-22T06:04:59.664Z] Removing intermediate container cf5dc638bda3 [2020-10-22T06:04:59.664Z] ---> 8082e68cdc5e [2020-10-22T06:04:59.664Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-22T06:04:59.664Z] ---> Running in da5e9e3bdb8b [2020-10-22T06:04:59.676Z] Removing intermediate container af4aa91329ac [2020-10-22T06:04:59.676Z] ---> 6f3cfc930f16 [2020-10-22T06:04:59.676Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-22T06:04:59.676Z] ---> Running in 198f4e654b7a [2020-10-22T06:04:59.937Z] Removing intermediate container da5e9e3bdb8b [2020-10-22T06:04:59.937Z] ---> 5601d2354928 [2020-10-22T06:04:59.937Z] Step 7/8 : COPY . . [2020-10-22T06:05:00.271Z] Removing intermediate container 198f4e654b7a [2020-10-22T06:05:00.271Z] ---> 5a88132f904e [2020-10-22T06:05:00.271Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:05:00.542Z] ---> Running in 54050268da7b [2020-10-22T06:05:00.813Z] Removing intermediate container 54050268da7b [2020-10-22T06:05:00.813Z] ---> c19f32e4e28c [2020-10-22T06:05:00.813Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:05:01.088Z] ---> Running in da767844863e [2020-10-22T06:05:01.447Z] ---> a12196838830 [2020-10-22T06:05:01.447Z] Step 8/8 : RUN go mod download [2020-10-22T06:05:01.447Z] ---> Running in 02db71071180 [2020-10-22T06:05:03.707Z] Removing intermediate container da767844863e [2020-10-22T06:05:03.707Z] ---> 2f60089b035b [2020-10-22T06:05:03.707Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-22T06:05:03.707Z] ---> Running in 42426f376ff9 [2020-10-22T06:05:04.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T06:05:05.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T06:05:05.940Z] OK: 142 MiB in 39 packages [2020-10-22T06:05:06.934Z] Removing intermediate container 42426f376ff9 [2020-10-22T06:05:06.934Z] ---> c187faf3d5e3 [2020-10-22T06:05:06.934Z] Step 8/24 : COPY . . [2020-10-22T06:05:08.363Z] ---> 0b95c3311d9e [2020-10-22T06:05:08.363Z] Step 9/24 : RUN ${MAKE} [2020-10-22T06:05:08.363Z] ---> Running in e2ea3ae357d4 [2020-10-22T06:05:09.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-22T06:05:23.920Z] Removing intermediate container 02db71071180 [2020-10-22T06:05:23.920Z] ---> b178942f9f29 [2020-10-22T06:05:23.920Z] Successfully built b178942f9f29 [2020-10-22T06:05:23.920Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:05:24.435Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T06:05:24.436Z] . [Pipeline] withDockerContainer [2020-10-22T06:05:24.619Z] prd-centos7-docker-4c-2g-8168 does not seem to be running inside a container [2020-10-22T06:05:24.696Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/83 -v /w/workspace/device-sdk-go/83:/w/workspace/device-sdk-go/83:rw,z -v /w/workspace/device-sdk-go/83@tmp:/w/workspace/device-sdk-go/83@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-22T06:05:25.433Z] $ docker top 7a16bb77f5d941c535864ee88d43f7e38c197acd880560aa45b81e09342c2aea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:05:25.991Z] + go version [2020-10-22T06:05:25.991Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T06:05:26.034Z] $ docker stop --time=1 7a16bb77f5d941c535864ee88d43f7e38c197acd880560aa45b81e09342c2aea [2020-10-22T06:05:27.456Z] $ docker rm -f 7a16bb77f5d941c535864ee88d43f7e38c197acd880560aa45b81e09342c2aea [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-22T06:05:29.250Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-22T06:05:29.571Z] + ls -al . [2020-10-22T06:05:29.571Z] total 64 [2020-10-22T06:05:29.571Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 22 06:04 . [2020-10-22T06:05:29.571Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 22 06:04 .. [2020-10-22T06:05:29.571Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 22 06:04 bin [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 22 06:04 Dockerfile.build [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 22 06:04 .dockerignore [2020-10-22T06:05:29.571Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 22 06:04 example [2020-10-22T06:05:29.571Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 22 06:04 .git [2020-10-22T06:05:29.571Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 22 06:04 .github [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 22 06:04 .gitignore [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 22 06:04 go.mod [2020-10-22T06:05:29.571Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 22 06:04 internal [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 22 06:04 Jenkinsfile [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 22 06:04 LICENSE [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 22 06:04 Makefile [2020-10-22T06:05:29.571Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 22 06:04 openapi [2020-10-22T06:05:29.571Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 22 06:04 pkg [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 22 06:04 README.md [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 22 06:04 RELEASE-NOTES.txt [2020-10-22T06:05:29.571Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 22 06:04 snap [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 22 06:01 VERSION [2020-10-22T06:05:29.571Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 22 06:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:05:29.933Z] + 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=975d48b943a5c2bc6063d84ef50a93379b203cdf --label arch=amd64 --label version=1.2.4-dev.32 . [2020-10-22T06:05:30.200Z] Sending build context to Docker daemon 2.326MB [2020-10-22T06:05:30.200Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-22T06:05:30.200Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-22T06:05:30.200Z] ---> b178942f9f29 [2020-10-22T06:05:30.200Z] Step 3/24 : ARG MAKE='make build' [2020-10-22T06:05:30.472Z] ---> Running in 4a81f015d27b [2020-10-22T06:05:30.750Z] Removing intermediate container 4a81f015d27b [2020-10-22T06:05:30.750Z] ---> dcf989351291 [2020-10-22T06:05:30.750Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-22T06:05:30.750Z] ---> Running in 46b8a02fd813 [2020-10-22T06:05:31.015Z] Removing intermediate container 46b8a02fd813 [2020-10-22T06:05:31.015Z] ---> c73503f1ebb6 [2020-10-22T06:05:31.015Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:05:31.015Z] ---> Running in c953f407fdb9 [2020-10-22T06:05:31.284Z] Removing intermediate container c953f407fdb9 [2020-10-22T06:05:31.284Z] ---> 71b9e36fa091 [2020-10-22T06:05:31.284Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:05:31.284Z] ---> Running in 514c6fc46132 [2020-10-22T06:05:32.709Z] Removing intermediate container 514c6fc46132 [2020-10-22T06:05:32.709Z] ---> f06a17a7bd0c [2020-10-22T06:05:32.709Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-22T06:05:32.709Z] ---> Running in 33623b25e315 [2020-10-22T06:05:33.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:05:33.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:05:34.141Z] OK: 166 MiB in 39 packages [2020-10-22T06:05:34.720Z] Removing intermediate container 33623b25e315 [2020-10-22T06:05:34.720Z] ---> 0fdaa0c9e798 [2020-10-22T06:05:34.720Z] Step 8/24 : COPY . . [2020-10-22T06:05:36.126Z] ---> 38fe7ccb2cc2 [2020-10-22T06:05:36.126Z] Step 9/24 : RUN ${MAKE} [2020-10-22T06:05:36.126Z] ---> Running in 51dc5fa86cf7 [2020-10-22T06:05:36.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.32" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-22T06:05:36.615Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-22T06:05:36.615Z] Removing intermediate container e2ea3ae357d4 [2020-10-22T06:05:36.615Z] ---> f66c97cbab53 [2020-10-22T06:05:36.615Z] Step 10/24 : FROM scratch [2020-10-22T06:05:36.615Z] ---> [2020-10-22T06:05:36.615Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:05:36.615Z] ---> Running in 53dae100831c [2020-10-22T06:05:36.615Z] Removing intermediate container 53dae100831c [2020-10-22T06:05:36.615Z] ---> 15380553d33d [2020-10-22T06:05:36.615Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-22T06:05:36.615Z] ---> Running in db4c9924a941 [2020-10-22T06:05:36.889Z] Removing intermediate container db4c9924a941 [2020-10-22T06:05:36.889Z] ---> dd295cec45fc [2020-10-22T06:05:36.889Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T06:05:37.160Z] ---> Running in 66268189627b [2020-10-22T06:05:37.432Z] Removing intermediate container 66268189627b [2020-10-22T06:05:37.432Z] ---> 9485db5eb0f4 [2020-10-22T06:05:37.432Z] Step 14/24 : WORKDIR / [2020-10-22T06:05:37.706Z] ---> Running in 4120b85a6054 [2020-10-22T06:05:37.980Z] Removing intermediate container 4120b85a6054 [2020-10-22T06:05:37.980Z] ---> cf154469e130 [2020-10-22T06:05:37.980Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-22T06:05:39.419Z] ---> b0bf437e3c5b [2020-10-22T06:05:39.419Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-22T06:05:40.015Z] ---> b49733d19ccc [2020-10-22T06:05:40.015Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-22T06:05:40.614Z] ---> fe3766e70650 [2020-10-22T06:05:40.614Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-22T06:05:41.592Z] ---> 3dd4102fead6 [2020-10-22T06:05:41.592Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-22T06:05:42.186Z] ---> addf0b68de72 [2020-10-22T06:05:42.186Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-22T06:05:42.186Z] ---> Running in cda8c85e19ec [2020-10-22T06:05:42.785Z] Removing intermediate container cda8c85e19ec [2020-10-22T06:05:42.785Z] ---> af4742dfcdd6 [2020-10-22T06:05:42.785Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:05:42.785Z] ---> Running in f315b3c32579 [2020-10-22T06:05:43.058Z] Removing intermediate container f315b3c32579 [2020-10-22T06:05:43.058Z] ---> 3e41de0505e2 [2020-10-22T06:05:43.058Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T06:05:43.330Z] ---> Running in ca6ec5b2de2f [2020-10-22T06:05:43.603Z] Removing intermediate container ca6ec5b2de2f [2020-10-22T06:05:43.603Z] ---> b2054f9bdc7e [2020-10-22T06:05:43.604Z] Step 23/24 : LABEL git_sha=975d48b943a5c2bc6063d84ef50a93379b203cdf [2020-10-22T06:05:43.877Z] ---> Running in fa8766342bab [2020-10-22T06:05:44.152Z] Removing intermediate container fa8766342bab [2020-10-22T06:05:44.152Z] ---> 31578ad17c46 [2020-10-22T06:05:44.152Z] Step 24/24 : LABEL version=1.2.4-dev.32 [2020-10-22T06:05:44.432Z] ---> Running in 98dc79d59e20 [2020-10-22T06:05:44.704Z] Removing intermediate container 98dc79d59e20 [2020-10-22T06:05:44.704Z] ---> f08614cf584e [2020-10-22T06:05:44.704Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-22T06:05:44.704Z] Successfully built f08614cf584e [2020-10-22T06:05:44.704Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T06:05:51.749Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-22T06:05:51.749Z] Removing intermediate container 51dc5fa86cf7 [2020-10-22T06:05:51.749Z] ---> 6447368f2216 [2020-10-22T06:05:51.749Z] Step 10/24 : FROM scratch [2020-10-22T06:05:51.749Z] ---> [2020-10-22T06:05:51.749Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:05:51.749Z] ---> Running in 1bc27d1e2185 [2020-10-22T06:05:51.749Z] Removing intermediate container 1bc27d1e2185 [2020-10-22T06:05:51.749Z] ---> 03009b26d274 [2020-10-22T06:05:51.749Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-22T06:05:52.016Z] ---> Running in 8bdf617b1ffc [2020-10-22T06:05:52.016Z] Removing intermediate container 8bdf617b1ffc [2020-10-22T06:05:52.016Z] ---> 1f7cb92944e9 [2020-10-22T06:05:52.016Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T06:05:52.287Z] ---> Running in eceda1424cc0 [2020-10-22T06:05:52.287Z] Removing intermediate container eceda1424cc0 [2020-10-22T06:05:52.287Z] ---> 187b169806fa [2020-10-22T06:05:52.287Z] Step 14/24 : WORKDIR / [2020-10-22T06:05:52.287Z] ---> Running in 3302f09963e7 [2020-10-22T06:05:52.552Z] Removing intermediate container 3302f09963e7 [2020-10-22T06:05:52.552Z] ---> 9aa44cc1879f [2020-10-22T06:05:52.552Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-22T06:05:53.157Z] ---> 2a6b9f2de74c [2020-10-22T06:05:53.157Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-22T06:05:53.428Z] ---> 5984cf335957 [2020-10-22T06:05:53.428Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-22T06:05:53.699Z] ---> ad5c435e618c [2020-10-22T06:05:53.699Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-22T06:05:53.967Z] ---> 140997999857 [2020-10-22T06:05:53.967Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-22T06:05:54.237Z] ---> 28f926221d79 [2020-10-22T06:05:54.237Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-22T06:05:54.514Z] ---> Running in 4be76817146a [2020-10-22T06:05:54.514Z] Removing intermediate container 4be76817146a [2020-10-22T06:05:54.514Z] ---> f24aefb7f5a3 [2020-10-22T06:05:54.514Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:05:54.783Z] ---> Running in 6d97fb174c21 [2020-10-22T06:05:54.783Z] Removing intermediate container 6d97fb174c21 [2020-10-22T06:05:54.783Z] ---> 78c52b49edbc [2020-10-22T06:05:54.783Z] Step 22/24 : LABEL arch=amd64 [2020-10-22T06:05:55.059Z] ---> Running in 124e7b29591b [2020-10-22T06:05:55.059Z] Removing intermediate container 124e7b29591b [2020-10-22T06:05:55.059Z] ---> 30d639c75b60 [2020-10-22T06:05:55.059Z] Step 23/24 : LABEL git_sha=975d48b943a5c2bc6063d84ef50a93379b203cdf [2020-10-22T06:05:55.059Z] ---> Running in be499833275d [2020-10-22T06:05:55.324Z] Removing intermediate container be499833275d [2020-10-22T06:05:55.324Z] ---> 7fd171f06f3f [2020-10-22T06:05:55.324Z] Step 24/24 : LABEL version=1.2.4-dev.32 [2020-10-22T06:05:55.324Z] ---> Running in 12f15dc0eb41 [2020-10-22T06:05:55.599Z] Removing intermediate container 12f15dc0eb41 [2020-10-22T06:05:55.599Z] ---> a9dc82128874 [2020-10-22T06:05:55.599Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-22T06:05:55.599Z] Successfully built a9dc82128874 [2020-10-22T06:05:55.599Z] 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-22T06:05:57.482Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-22T06:05:57.484Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-22T06:05:57.539Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:05:57.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T06:05:57.899Z] [2020-10-22T06:05:57.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:05:58.256Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T06:05:58.256Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-22T06:05:58.256Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T06:05:58.256Z] 408f87550127: Pulling fs layer [2020-10-22T06:05:58.256Z] fe522b08c979: Pulling fs layer [2020-10-22T06:05:58.256Z] 221eaa008020: Pulling fs layer [2020-10-22T06:05:58.256Z] 2a4607e5d6b9: Pulling fs layer [2020-10-22T06:05:58.256Z] 8f79b27c4fd2: Pulling fs layer [2020-10-22T06:05:58.256Z] e5c8dbe1645b: Pulling fs layer [2020-10-22T06:05:58.256Z] 2a4607e5d6b9: Waiting [2020-10-22T06:05:58.256Z] 8f79b27c4fd2: Waiting [2020-10-22T06:05:58.256Z] 221eaa008020: Waiting [2020-10-22T06:05:58.256Z] 23e8b3b47431: Pulling fs layer [2020-10-22T06:05:58.256Z] 5c568d65a230: Pulling fs layer [2020-10-22T06:05:58.256Z] 23e8b3b47431: Waiting [2020-10-22T06:05:58.256Z] e5c8dbe1645b: Waiting [2020-10-22T06:05:58.256Z] 5c568d65a230: Waiting [2020-10-22T06:05:58.256Z] fe522b08c979: Verifying Checksum [2020-10-22T06:05:58.256Z] fe522b08c979: Download complete [2020-10-22T06:05:58.256Z] 408f87550127: Verifying Checksum [2020-10-22T06:05:58.256Z] 408f87550127: Download complete [2020-10-22T06:05:58.256Z] 2a4607e5d6b9: Verifying Checksum [2020-10-22T06:05:58.256Z] 2a4607e5d6b9: Download complete [2020-10-22T06:05:58.256Z] cbdbe7a5bc2a: Download complete [2020-10-22T06:05:58.833Z] cbdbe7a5bc2a: Pull complete [2020-10-22T06:05:58.833Z] 408f87550127: Pull complete [2020-10-22T06:05:59.097Z] fe522b08c979: Pull complete [2020-10-22T06:05:59.360Z] 8f79b27c4fd2: Verifying Checksum [2020-10-22T06:05:59.360Z] 8f79b27c4fd2: Download complete [2020-10-22T06:06:00.315Z] e5c8dbe1645b: Verifying Checksum [2020-10-22T06:06:00.315Z] e5c8dbe1645b: Download complete [2020-10-22T06:06:01.268Z] 5c568d65a230: Verifying Checksum [2020-10-22T06:06:01.268Z] 5c568d65a230: Download complete [2020-10-22T06:06:01.268Z] 23e8b3b47431: Verifying Checksum [2020-10-22T06:06:01.268Z] 23e8b3b47431: Download complete [2020-10-22T06:06:02.674Z] 221eaa008020: Verifying Checksum [2020-10-22T06:06:02.674Z] 221eaa008020: Download complete [2020-10-22T06:06:07.998Z] 221eaa008020: Pull complete [2020-10-22T06:06:07.998Z] 2a4607e5d6b9: Pull complete [2020-10-22T06:06:08.264Z] 8f79b27c4fd2: Pull complete [2020-10-22T06:06:10.821Z] e5c8dbe1645b: Pull complete [2020-10-22T06:06:14.167Z] 23e8b3b47431: Pull complete [2020-10-22T06:06:15.567Z] 5c568d65a230: Pull complete [2020-10-22T06:06:15.567Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-22T06:06:15.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-22T06:06:15.568Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-22T06:06:15.759Z] prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container [2020-10-22T06:06:15.817Z] $ 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-22T06:06:16.975Z] $ docker top b99679e687b2373347bd03964d2489fa2ac959f7c1d5dc69744ce75a0c11287c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:06:17.521Z] + snyk monitor '--org=edgex-jenkins' [2020-10-22T06:06:25.712Z] [2020-10-22T06:06:25.712Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-22T06:06:25.712Z] [2020-10-22T06:06:25.712Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/3e306caa-bf2e-47e3-bdc6-d11b25b62524 [2020-10-22T06:06:25.712Z] [2020-10-22T06:06:25.712Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-22T06:06:25.712Z] [2020-10-22T06:06:25.712Z] [2020-10-22T06:06:25.712Z] Snyk CLI supports Node.js 8 and higher. [2020-10-22T06:06:25.712Z] 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-22T06:06:25.712Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-22T06:06:25.712Z] [2020-10-22T06:06:25.713Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-22T06:06:25.713Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-22T06:06:25.713Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-22T06:06:25.713Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-22T06:06:25.731Z] $ docker stop --time=1 b99679e687b2373347bd03964d2489fa2ac959f7c1d5dc69744ce75a0c11287c [2020-10-22T06:06:28.985Z] $ docker rm -f b99679e687b2373347bd03964d2489fa2ac959f7c1d5dc69744ce75a0c11287c [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-22T06:06:30.288Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T06:06:30.433Z] provisioning config files... [2020-10-22T06:06:30.450Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1291213116564783214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:06:30.861Z] --> edgex-publish-swagger.sh [2020-10-22T06:06:30.861Z] === Publish openapi/v1 API === [2020-10-22T06:06:30.861Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-22T06:06:30.861Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-22T06:06:30.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T06:06:30.861Z] Dload Upload Total Spent Left Speed [2020-10-22T06:06:31.817Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 25160 --:--:-- --:--:-- --:--:-- 25203 [2020-10-22T06:06:31.817Z] [2020-10-22T06:06:31.817Z] [2020-10-22T06:06:31.817Z] === Publish openapi/v2 API === [2020-10-22T06:06:31.817Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-22T06:06:31.817Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-22T06:06:31.817Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T06:06:31.817Z] Dload Upload Total Spent Left Speed [2020-10-22T06:06:32.393Z] 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 60660 --:--:-- --:--:-- --:--:-- 60607 [2020-10-22T06:06:32.393Z] [2020-10-22T06:06:32.393Z] [Pipeline] } [2020-10-22T06:06:32.403Z] 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-22T06:06:33.311Z] + git log --format=format:%s -1 975d48b943a5c2bc6063d84ef50a93379b203cdf [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:06:33.627Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:06:33.627Z] . [Pipeline] withDockerContainer [2020-10-22T06:06:33.733Z] prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container [2020-10-22T06:06:33.791Z] $ 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-22T06:06:34.510Z] $ docker top cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T06:06:34.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:06:34.858Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:06:35.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:06:35.072Z] $ docker exec cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 ssh-agent [2020-10-22T06:06:35.232Z] SSH_AUTH_SOCK=/tmp/ssh-8bhRWYZqyVWB/agent.12 [2020-10-22T06:06:35.232Z] SSH_AGENT_PID=17 [2020-10-22T06:06:35.240Z] Running ssh-add (command line suppressed) [2020-10-22T06:06:35.389Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2487790063401838207.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2487790063401838207.key) [2020-10-22T06:06:35.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:06:35.789Z] + git semver tag [2020-10-22T06:06:35.789Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T06:06:35.789Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T06:06:35.789Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T06:06:35.789Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T06:06:35.789Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T06:06:35.789Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T06:06:35.789Z] # $SEMVER_BRANCH = master [2020-10-22T06:06:35.789Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-22T06:06:35.789Z] # 975d48b943a5c2bc6063d84ef50a93379b203cdf HEAD [2020-10-22T06:06:35.789Z] # -> Force: false [2020-10-22T06:06:35.789Z] # 8a810fbb1927247485ee10533d59b427eaf6f053 refs/tags/v1.2.4-dev.32 [Pipeline] } [2020-10-22T06:06:35.805Z] $ docker exec --env ******** --env ******** cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 ssh-agent -k [2020-10-22T06:06:35.922Z] unset SSH_AUTH_SOCK; [2020-10-22T06:06:35.922Z] unset SSH_AGENT_PID; [2020-10-22T06:06:35.922Z] echo Agent pid 17 killed; [2020-10-22T06:06:35.968Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T06:06:36.436Z] + git semver [Pipeline] } [2020-10-22T06:06:36.456Z] $ docker stop --time=1 cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 [2020-10-22T06:06:37.793Z] $ docker rm -f cdd4f3dde39456efc373f9c295c6a6d525a75d95304129f173e55c005b67af00 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:06:38.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T06:06:38.407Z] [2020-10-22T06:06:38.407Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:06:38.761Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T06:06:38.761Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-22T06:06:38.761Z] ab5ef0e58194: Pulling fs layer [2020-10-22T06:06:38.761Z] 9712f1f96733: Pulling fs layer [2020-10-22T06:06:38.761Z] 63f879dbbcfc: Pulling fs layer [2020-10-22T06:06:38.761Z] 0d9ebad4ef96: Pulling fs layer [2020-10-22T06:06:38.761Z] e9a5061849ea: Pulling fs layer [2020-10-22T06:06:38.761Z] d747dcd14b5f: Pulling fs layer [2020-10-22T06:06:38.761Z] 2de7ff778b66: Pulling fs layer [2020-10-22T06:06:38.761Z] 0d9ebad4ef96: Waiting [2020-10-22T06:06:38.761Z] e9a5061849ea: Waiting [2020-10-22T06:06:38.761Z] d747dcd14b5f: Waiting [2020-10-22T06:06:38.761Z] 2de7ff778b66: Waiting [2020-10-22T06:06:38.761Z] 9712f1f96733: Download complete [2020-10-22T06:06:40.697Z] 63f879dbbcfc: Verifying Checksum [2020-10-22T06:06:40.697Z] 63f879dbbcfc: Download complete [2020-10-22T06:06:40.965Z] e9a5061849ea: Verifying Checksum [2020-10-22T06:06:40.965Z] e9a5061849ea: Download complete [2020-10-22T06:06:40.965Z] d747dcd14b5f: Verifying Checksum [2020-10-22T06:06:40.965Z] d747dcd14b5f: Download complete [2020-10-22T06:06:41.234Z] 2de7ff778b66: Download complete [2020-10-22T06:06:41.499Z] 0d9ebad4ef96: Verifying Checksum [2020-10-22T06:06:41.499Z] 0d9ebad4ef96: Download complete [2020-10-22T06:06:41.763Z] ab5ef0e58194: Download complete [2020-10-22T06:06:47.115Z] ab5ef0e58194: Pull complete [2020-10-22T06:06:47.115Z] 9712f1f96733: Pull complete [2020-10-22T06:06:49.039Z] 63f879dbbcfc: Pull complete [2020-10-22T06:06:55.660Z] 0d9ebad4ef96: Pull complete [2020-10-22T06:06:55.924Z] e9a5061849ea: Pull complete [2020-10-22T06:06:56.192Z] d747dcd14b5f: Pull complete [2020-10-22T06:07:00.498Z] 2de7ff778b66: Pull complete [2020-10-22T06:07:00.498Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-22T06:07:00.498Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-22T06:07:00.498Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-22T06:07:00.726Z] prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container [2020-10-22T06:07:00.784Z] $ 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-22T06:07:04.075Z] $ docker top 9cac398e08ba37c8f5bc4636ff8e3641d9e2ed01a16c54c38b9aa0d316db53a8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-22T06:07:04.392Z] provisioning config files... [2020-10-22T06:07:04.404Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4408617340686964232tmp [2020-10-22T06:07:04.429Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4914898017889289211tmp [2020-10-22T06:07:04.451Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8197577247105581191tmp [Pipeline] { [Pipeline] echo [2020-10-22T06:07:04.525Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:04.829Z] ---> sigul-configuration.sh [2020-10-22T06:07:04.829Z] gpg: directory `/root/.gnupg' created [2020-10-22T06:07:04.829Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-22T06:07:04.829Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-22T06:07:04.829Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-22T06:07:04.829Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-22T06:07:04.829Z] gpg: CAST5 encrypted data [2020-10-22T06:07:05.093Z] gpg: encrypted with 1 passphrase [2020-10-22T06:07:05.093Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-22T06:07:05.397Z] + mkdir /home/jenkins [2020-10-22T06:07:05.397Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-22T06:07:05.696Z] + 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-22T06:07:05.707Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:06.005Z] ---> sigul-install.sh [2020-10-22T06:07:11.338Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-22T06:07:11.644Z] + git tag --list [2020-10-22T06:07:11.644Z] 0.7.1 [2020-10-22T06:07:11.644Z] delhi-tag [2020-10-22T06:07:11.644Z] v1.0.0 [2020-10-22T06:07:11.644Z] v1.1.0 [2020-10-22T06:07:11.644Z] v1.1.1 [2020-10-22T06:07:11.644Z] v1.1.2 [2020-10-22T06:07:11.644Z] v1.2.0 [2020-10-22T06:07:11.644Z] v1.2.1 [2020-10-22T06:07:11.644Z] v1.2.2 [2020-10-22T06:07:11.644Z] v1.2.3 [2020-10-22T06:07:11.644Z] v1.2.4-dev.1 [2020-10-22T06:07:11.644Z] v1.2.4-dev.10 [2020-10-22T06:07:11.644Z] v1.2.4-dev.11 [2020-10-22T06:07:11.644Z] v1.2.4-dev.12 [2020-10-22T06:07:11.644Z] v1.2.4-dev.13 [2020-10-22T06:07:11.644Z] v1.2.4-dev.14 [2020-10-22T06:07:11.644Z] v1.2.4-dev.15 [2020-10-22T06:07:11.644Z] v1.2.4-dev.16 [2020-10-22T06:07:11.644Z] v1.2.4-dev.17 [2020-10-22T06:07:11.644Z] v1.2.4-dev.18 [2020-10-22T06:07:11.644Z] v1.2.4-dev.19 [2020-10-22T06:07:11.644Z] v1.2.4-dev.2 [2020-10-22T06:07:11.644Z] v1.2.4-dev.20 [2020-10-22T06:07:11.644Z] v1.2.4-dev.21 [2020-10-22T06:07:11.644Z] v1.2.4-dev.22 [2020-10-22T06:07:11.644Z] v1.2.4-dev.23 [2020-10-22T06:07:11.644Z] v1.2.4-dev.24 [2020-10-22T06:07:11.644Z] v1.2.4-dev.25 [2020-10-22T06:07:11.644Z] v1.2.4-dev.26 [2020-10-22T06:07:11.644Z] v1.2.4-dev.27 [2020-10-22T06:07:11.644Z] v1.2.4-dev.28 [2020-10-22T06:07:11.644Z] v1.2.4-dev.29 [2020-10-22T06:07:11.644Z] v1.2.4-dev.3 [2020-10-22T06:07:11.644Z] v1.2.4-dev.30 [2020-10-22T06:07:11.644Z] v1.2.4-dev.31 [2020-10-22T06:07:11.644Z] v1.2.4-dev.32 [2020-10-22T06:07:11.644Z] v1.2.4-dev.4 [2020-10-22T06:07:11.644Z] v1.2.4-dev.5 [2020-10-22T06:07:11.644Z] v1.2.4-dev.6 [2020-10-22T06:07:11.644Z] v1.2.4-dev.7 [2020-10-22T06:07:11.644Z] v1.2.4-dev.8 [2020-10-22T06:07:11.644Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-22T06:07:11.978Z] + lftools sign git-tag v1.2.4-dev.32 [2020-10-22T06:07:13.471Z] Signing Git tag with Sigul... [2020-10-22T06:07:13.471Z] Signing v1.2.4-dev.32 [Pipeline] echo [2020-10-22T06:07:14.511Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:14.815Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-22T06:07:14.825Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-22T06:07:15.026Z] $ docker stop --time=1 9cac398e08ba37c8f5bc4636ff8e3641d9e2ed01a16c54c38b9aa0d316db53a8 [2020-10-22T06:07:17.064Z] $ docker rm -f 9cac398e08ba37c8f5bc4636ff8e3641d9e2ed01a16c54c38b9aa0d316db53a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:07:18.122Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:07:18.122Z] . [Pipeline] withDockerContainer [2020-10-22T06:07:18.224Z] prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container [2020-10-22T06:07:18.281Z] $ 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-22T06:07:19.124Z] $ docker top cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T06:07:19.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:07:19.599Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:07:19.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:07:19.838Z] $ docker exec cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 ssh-agent [2020-10-22T06:07:20.026Z] SSH_AUTH_SOCK=/tmp/ssh-Ddvmp0hoyLTR/agent.11 [2020-10-22T06:07:20.026Z] SSH_AGENT_PID=16 [2020-10-22T06:07:20.034Z] Running ssh-add (command line suppressed) [2020-10-22T06:07:20.163Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6749682028684672983.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6749682028684672983.key) [2020-10-22T06:07:20.218Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:07:20.566Z] + git semver bump pre [2020-10-22T06:07:20.566Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T06:07:20.566Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T06:07:20.566Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T06:07:20.566Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T06:07:20.566Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T06:07:20.566Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T06:07:20.566Z] # $SEMVER_BRANCH = master [2020-10-22T06:07:20.566Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-22T06:07:20.566Z] 1.2.4-dev.33 [Pipeline] } [2020-10-22T06:07:20.581Z] $ docker exec --env ******** --env ******** cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 ssh-agent -k [2020-10-22T06:07:20.700Z] unset SSH_AUTH_SOCK; [2020-10-22T06:07:20.702Z] unset SSH_AGENT_PID; [2020-10-22T06:07:20.702Z] echo Agent pid 16 killed; [2020-10-22T06:07:20.750Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T06:07:21.286Z] + git semver [Pipeline] } [2020-10-22T06:07:21.307Z] $ docker stop --time=1 cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 [2020-10-22T06:07:22.701Z] $ docker rm -f cb682c7e0f6139fc9ea7461adeba9d4e664099ef66ce740f9e4fa85c33c62797 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:07:23.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:07:23.264Z] . [Pipeline] withDockerContainer [2020-10-22T06:07:23.364Z] prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container [2020-10-22T06:07:23.422Z] $ 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-22T06:07:24.053Z] $ docker top b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T06:07:24.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:07:24.347Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:07:24.530Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:07:24.536Z] $ docker exec b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 ssh-agent [2020-10-22T06:07:24.710Z] SSH_AUTH_SOCK=/tmp/ssh-R9yP0PF2dHKj/agent.12 [2020-10-22T06:07:24.710Z] SSH_AGENT_PID=17 [2020-10-22T06:07:24.718Z] Running ssh-add (command line suppressed) [2020-10-22T06:07:24.851Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7727741974519928862.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7727741974519928862.key) [2020-10-22T06:07:24.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:07:25.268Z] + git semver push [2020-10-22T06:07:25.268Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T06:07:25.268Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-22T06:07:25.268Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T06:07:25.268Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T06:07:25.268Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T06:07:25.268Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T06:07:25.268Z] # $SEMVER_BRANCH = master [2020-10-22T06:07:25.268Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-22T06:07:31.890Z] $ docker exec --env ******** --env ******** b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 ssh-agent -k [2020-10-22T06:07:32.013Z] unset SSH_AUTH_SOCK; [2020-10-22T06:07:32.013Z] unset SSH_AGENT_PID; [2020-10-22T06:07:32.014Z] echo Agent pid 17 killed; [2020-10-22T06:07:32.065Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T06:07:32.612Z] + git semver [Pipeline] } [2020-10-22T06:07:32.638Z] $ docker stop --time=1 b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 [2020-10-22T06:07:33.992Z] $ docker rm -f b6a8c7f16290e624dad64114b1bc864a4fab2ad5ddb5cc41b1c7317e68126c82 [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-22T06:07:35.627Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:36.196Z] ---> package-listing.sh [2020-10-22T06:07:36.196Z] ++ facter osfamily [2020-10-22T06:07:36.196Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T06:07:36.196Z] + OS_FAMILY=redhat [2020-10-22T06:07:36.196Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-22T06:07:36.196Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T06:07:36.196Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T06:07:36.196Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T06:07:36.196Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T06:07:36.196Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-22T06:07:36.196Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T06:07:36.196Z] + case "${OS_FAMILY}" in [2020-10-22T06:07:36.196Z] + rpm -qa [2020-10-22T06:07:36.196Z] + sort [2020-10-22T06:07:40.430Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T06:07:40.430Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T06:07:40.430Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T06:07:40.430Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-22T06:07:40.430Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-22T06:07:40.430Z] + 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-22T06:07:40.445Z] 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-22T06:07:40.746Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:07:41.059Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:07:41.059Z] [2020-10-22T06:07:41.060Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:07:41.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:07:41.425Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T06:07:41.425Z] df20fa9351a1: Pulling fs layer [2020-10-22T06:07:41.425Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T06:07:41.425Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T06:07:41.425Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T06:07:41.425Z] 93b61091891f: Pulling fs layer [2020-10-22T06:07:41.425Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T06:07:41.425Z] 5e14af77c1be: Pulling fs layer [2020-10-22T06:07:41.425Z] 01666e4c0597: Pulling fs layer [2020-10-22T06:07:41.425Z] aa168da1d23b: Pulling fs layer [2020-10-22T06:07:41.425Z] 46f8f816bc3b: Waiting [2020-10-22T06:07:41.425Z] 93b61091891f: Waiting [2020-10-22T06:07:41.425Z] 93b9cdb0e59b: Waiting [2020-10-22T06:07:41.425Z] 5e14af77c1be: Waiting [2020-10-22T06:07:41.425Z] 01666e4c0597: Waiting [2020-10-22T06:07:41.425Z] aa168da1d23b: Waiting [2020-10-22T06:07:41.425Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T06:07:41.425Z] 36b3adc4ff6f: Download complete [2020-10-22T06:07:41.425Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T06:07:41.426Z] 46f8f816bc3b: Download complete [2020-10-22T06:07:41.688Z] df20fa9351a1: Verifying Checksum [2020-10-22T06:07:41.688Z] df20fa9351a1: Download complete [2020-10-22T06:07:41.688Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T06:07:41.688Z] 93b9cdb0e59b: Download complete [2020-10-22T06:07:41.688Z] 93b61091891f: Verifying Checksum [2020-10-22T06:07:41.688Z] 93b61091891f: Download complete [2020-10-22T06:07:41.688Z] 5e14af77c1be: Verifying Checksum [2020-10-22T06:07:41.688Z] 5e14af77c1be: Download complete [2020-10-22T06:07:41.688Z] 01666e4c0597: Verifying Checksum [2020-10-22T06:07:41.688Z] 01666e4c0597: Download complete [2020-10-22T06:07:41.958Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T06:07:41.958Z] 8ad3a11d3b57: Download complete [2020-10-22T06:07:42.222Z] df20fa9351a1: Pull complete [2020-10-22T06:07:42.486Z] 36b3adc4ff6f: Pull complete [2020-10-22T06:07:43.440Z] 8ad3a11d3b57: Pull complete [2020-10-22T06:07:43.706Z] 46f8f816bc3b: Pull complete [2020-10-22T06:07:43.969Z] aa168da1d23b: Verifying Checksum [2020-10-22T06:07:43.969Z] aa168da1d23b: Download complete [2020-10-22T06:07:44.232Z] 93b61091891f: Pull complete [2020-10-22T06:07:44.232Z] 93b9cdb0e59b: Pull complete [2020-10-22T06:07:44.495Z] 5e14af77c1be: Pull complete [2020-10-22T06:07:44.495Z] 01666e4c0597: Pull complete [2020-10-22T06:07:51.124Z] aa168da1d23b: Pull complete [2020-10-22T06:07:51.124Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T06:07:51.124Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:07:51.124Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T06:07:51.256Z] prd-centos7-docker-4c-2g-8166 does not seem to be running inside a container [2020-10-22T06:07:51.311Z] $ 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-22T06:07:56.100Z] $ docker top 76cd179c2506fbc27057156fd9c3fa8ab9d83897ee4ae9591eea85b0527415ca -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:07:56.746Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T06:07:57.051Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T06:07:57.431Z] + ls /var/log/sa-host [2020-10-22T06:07:57.431Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T06:07:57.431Z] file_magic: OK [2020-10-22T06:07:57.431Z] HZ: Using current value: 100 [2020-10-22T06:07:57.431Z] file_header: OK [2020-10-22T06:07:57.431Z] 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-22T06:07:57.431Z] Statistics: [2020-10-22T06:07:57.431Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T06:07:57.431Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T06:07:57.431Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T06:07:57.431Z] file_magic: OK [2020-10-22T06:07:57.431Z] HZ: Using current value: 100 [2020-10-22T06:07:57.431Z] file_header: OK [2020-10-22T06:07:57.431Z] 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-22T06:07:57.431Z] Statistics: [2020-10-22T06:07:57.431Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T06:07:57.431Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T06:07:57.681Z] provisioning config files... [2020-10-22T06:07:57.715Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3146293143448215713tmp [Pipeline] { [Pipeline] echo [2020-10-22T06:07:57.798Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:58.097Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T06:07:58.109Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T06:07:58.219Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:58.521Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T06:07:58.532Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:58.834Z] ---> sudo-logs.sh [2020-10-22T06:07:58.834Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T06:07:58.846Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:07:59.151Z] ---> job-cost.sh [2020-10-22T06:07:59.151Z] lf-activate-venv: SKIPPING [2020-10-22T06:07:59.151Z] INFO: No Stack... [2020-10-22T06:08:01.072Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T06:08:01.649Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T06:08:01.666Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:08:01.979Z] ---> logs-deploy.sh [2020-10-22T06:08:01.979Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/83 [2020-10-22T06:08:01.979Z] INFO: archiving workspace using pattern(s): [2020-10-22T06:08:03.902Z] Archives upload complete. [2020-10-22T06:08:03.902Z] INFO: archiving logs to Nexus