Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2d9730a214a0d2600c47b6e1f4d312ee14057382 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-6198 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 2d9730a214a0d2600c47b6e1f4d312ee14057382 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 Commit message: "Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8" > git rev-list --no-walk 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T07:09:11.676Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T07:09:11.924Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T07:09:12.057Z] ========================================================= [2020-10-19T07:09:12.057Z] EdgeX Global Pipelines Version Info [2020-10-19T07:09:12.057Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:09:13.596Z] ------------------- [2020-10-19T07:09:13.596Z] stable info: [2020-10-19T07:09:13.596Z] ------------------- [2020-10-19T07:09:13.596Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:09:13.596Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:09:13.596Z] Message: update stable to v1.0.144 [2020-10-19T07:09:14.556Z] ------------------- [2020-10-19T07:09:14.556Z] experimental info: [2020-10-19T07:09:14.556Z] ------------------- [2020-10-19T07:09:14.556Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:09:14.556Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:09:14.556Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T07:09:15.004Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-19T07:09:15.095Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-19T07:09:15.205Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T07:09:15.297Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T07:09:15.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T07:09:15.508Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T07:09:15.611Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T07:09:15.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T07:09:15.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-19T07:09:15.930Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T07:09:16.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T07:09:16.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-19T07:09:16.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T07:09:16.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T07:09:16.489Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T07:09:16.583Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:09:16.690Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:09:16.781Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:09:16.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-19T07:09:16.977Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T07:09:17.113Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-19T07:09:17.203Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-19T07:09:17.309Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T07:09:17.441Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T07:09:17.549Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-19T07:09:17.667Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-19T07:09:17.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-19T07:09:17.902Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-19T07:09:18.017Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] echo [2020-10-19T07:09:18.140Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d9730a [Pipeline] echo [2020-10-19T07:09:18.260Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:09:18.986Z] + git log --format=format:%s -1 2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] echo [2020-10-19T07:09:19.065Z] GIT_COMMIT: 2d9730a214a0d2600c47b6e1f4d312ee14057382, Commit Message: Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8 [Pipeline] echo [2020-10-19T07:09:19.114Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:09:19.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:09:20.039Z] [2020-10-19T07:09:20.039Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:09:20.401Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:09:20.401Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T07:09:20.401Z] 31603596830f: Pulling fs layer [2020-10-19T07:09:20.401Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T07:09:20.401Z] 6ca5941a6612: Pulling fs layer [2020-10-19T07:09:20.401Z] ecc8261a40a4: Pulling fs layer [2020-10-19T07:09:20.401Z] ecc8261a40a4: Waiting [2020-10-19T07:09:20.401Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T07:09:20.401Z] 2a8b12db71e7: Download complete [2020-10-19T07:09:20.689Z] 31603596830f: Verifying Checksum [2020-10-19T07:09:20.689Z] 31603596830f: Download complete [2020-10-19T07:09:20.689Z] ecc8261a40a4: Verifying Checksum [2020-10-19T07:09:20.689Z] ecc8261a40a4: Download complete [2020-10-19T07:09:20.689Z] 6ca5941a6612: Verifying Checksum [2020-10-19T07:09:20.689Z] 6ca5941a6612: Download complete [2020-10-19T07:09:20.954Z] 31603596830f: Pull complete [2020-10-19T07:09:20.954Z] 2a8b12db71e7: Pull complete [2020-10-19T07:09:21.918Z] 6ca5941a6612: Pull complete [2020-10-19T07:09:22.183Z] ecc8261a40a4: Pull complete [2020-10-19T07:09:22.183Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T07:09:22.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:09:22.183Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T07:09:22.298Z] prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container [2020-10-19T07:09:22.360Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T07:09:24.693Z] $ docker top e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:09:24.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:09:24.981Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:09:25.201Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:09:25.208Z] $ docker exec e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent [2020-10-19T07:09:25.452Z] SSH_AUTH_SOCK=/tmp/ssh-eWXGTu6F5sud/agent.12 [2020-10-19T07:09:25.452Z] SSH_AGENT_PID=18 [2020-10-19T07:09:25.497Z] Running ssh-add (command line suppressed) [2020-10-19T07:09:25.628Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3268864617392667286.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3268864617392667286.key) [2020-10-19T07:09:25.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:09:26.022Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T07:09:26.050Z] $ docker exec --env ******** --env ******** e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent -k [2020-10-19T07:09:26.173Z] unset SSH_AUTH_SOCK; [2020-10-19T07:09:26.173Z] unset SSH_AGENT_PID; [2020-10-19T07:09:26.173Z] echo Agent pid 18 killed; [2020-10-19T07:09:26.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T07:09:26.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:09:26.377Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:09:26.552Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:09:26.559Z] $ docker exec e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent [2020-10-19T07:09:26.724Z] SSH_AUTH_SOCK=/tmp/ssh-CqFKgr6gZYrQ/agent.49 [2020-10-19T07:09:26.724Z] SSH_AGENT_PID=54 [2020-10-19T07:09:26.732Z] Running ssh-add (command line suppressed) [2020-10-19T07:09:26.857Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3414655302881719987.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3414655302881719987.key) [2020-10-19T07:09:26.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:09:27.252Z] + git semver init [2020-10-19T07:09:27.252Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:09:27.252Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:09:27.252Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:09:27.252Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:09:27.252Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:09:27.252Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:09:27.252Z] # $SEMVER_BRANCH = master [2020-10-19T07:09:27.252Z] # $SEMVER_TEMP = /tmp/semver-022119992 [2020-10-19T07:09:27.252Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-19T07:09:27.860Z] # '/tmp/semver-022119992' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-19T07:09:28.127Z] # -> Force: false [2020-10-19T07:09:28.127Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-19T07:09:28.143Z] $ docker exec --env ******** --env ******** e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f ssh-agent -k [2020-10-19T07:09:28.277Z] unset SSH_AUTH_SOCK; [2020-10-19T07:09:28.278Z] unset SSH_AGENT_PID; [2020-10-19T07:09:28.278Z] echo Agent pid 54 killed; [2020-10-19T07:09:28.338Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:09:28.830Z] + git semver [Pipeline] } [2020-10-19T07:09:28.850Z] $ docker stop --time=1 e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f [2020-10-19T07:09:30.218Z] $ docker rm -f e5622604037b72fd9df7bf6fefcd2e13cd29fa4f45ee346482eb142f533ac83f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T07:09:30.772Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T07:09:31.211Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T07:09:31.213Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.30 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-19T07:09:46.803Z] Still waiting to schedule task [2020-10-19T07:09:46.804Z] ‘prd-centos7-builder-2c-1g-6193’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6185’ is offline; ‘prd-centos7-docker-4c-2g-6186’ is offline; ‘prd-centos7-docker-4c-2g-6187’ is offline; ‘prd-centos7-docker-4c-2g-6194’ is offline; ‘prd-centos7-docker-4c-2g-6201’ is offline; ‘prd-centos7-docker-8c-8g-6184’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6180’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6188’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6192’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6195’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-19T07:09:46.806Z] Still waiting to schedule task [2020-10-19T07:09:46.806Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-19T07:10:59.443Z] Running on prd-centos7-docker-4c-2g-6205 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-19T07:10:59.508Z] Running in /w/workspace/device-sdk-go/81 [Pipeline] { [Pipeline] checkout [2020-10-19T07:11:03.070Z] using credential edgex-jenkins-ssh [2020-10-19T07:11:03.132Z] Cloning the remote Git repository [2020-10-19T07:11:03.171Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:11:03.243Z] > git init /w/workspace/device-sdk-go/81 # timeout=10 [2020-10-19T07:11:03.305Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:11:03.305Z] > git --version # timeout=10 [2020-10-19T07:11:03.314Z] > git --version # 'git version 2.16.5' [2020-10-19T07:11:03.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:11:03.352Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:11:05.361Z] Checking out Revision 2d9730a214a0d2600c47b6e1f4d312ee14057382 (master) [2020-10-19T07:11:04.861Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:11:04.876Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:11:04.890Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:11:04.910Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:11:04.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:11:04.914Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:11:05.370Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:11:05.376Z] > git checkout -f 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [2020-10-19T07:11:09.040Z] Commit message: "Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:11:09.832Z] ========================================================= [2020-10-19T07:11:09.832Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T07:11:09.832Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:11:10.506Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-19T07:11:11.092Z] Sending build context to Docker daemon 2.31MB [2020-10-19T07:11:11.092Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:11:11.092Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:11:11.092Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T07:11:11.092Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:11:11.092Z] ed8968b2872e: Pulling fs layer [2020-10-19T07:11:11.092Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T07:11:11.092Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T07:11:11.092Z] e73272ec9a57: Pulling fs layer [2020-10-19T07:11:11.092Z] 1e910a182e73: Pulling fs layer [2020-10-19T07:11:11.092Z] 4e634b169226: Pulling fs layer [2020-10-19T07:11:11.092Z] e73272ec9a57: Waiting [2020-10-19T07:11:11.092Z] 1e910a182e73: Waiting [2020-10-19T07:11:11.092Z] 4e634b169226: Waiting [2020-10-19T07:11:11.092Z] e871e8e8d7a9: Waiting [2020-10-19T07:11:11.092Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T07:11:11.092Z] a92cc7c5fd73: Download complete [2020-10-19T07:11:11.092Z] ed8968b2872e: Verifying Checksum [2020-10-19T07:11:11.092Z] ed8968b2872e: Download complete [2020-10-19T07:11:11.359Z] e73272ec9a57: Verifying Checksum [2020-10-19T07:11:11.359Z] e73272ec9a57: Download complete [2020-10-19T07:11:11.359Z] 1e910a182e73: Download complete [2020-10-19T07:11:11.359Z] df20fa9351a1: Download complete [2020-10-19T07:11:11.625Z] df20fa9351a1: Pull complete [2020-10-19T07:11:11.888Z] ed8968b2872e: Pull complete [2020-10-19T07:11:11.888Z] a92cc7c5fd73: Pull complete [2020-10-19T07:11:13.850Z] 4e634b169226: Download complete [2020-10-19T07:11:14.118Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T07:11:14.118Z] e871e8e8d7a9: Download complete [2020-10-19T07:11:19.500Z] e871e8e8d7a9: Pull complete [2020-10-19T07:11:19.766Z] e73272ec9a57: Pull complete [2020-10-19T07:11:20.038Z] 1e910a182e73: Pull complete [2020-10-19T07:11:30.110Z] 4e634b169226: Pull complete [2020-10-19T07:11:30.110Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T07:11:30.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T07:11:30.110Z] ---> f7629b54cfaa [2020-10-19T07:11:30.110Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:11:30.111Z] ---> Running in 95d68d3d5518 [2020-10-19T07:11:30.111Z] Removing intermediate container 95d68d3d5518 [2020-10-19T07:11:30.111Z] ---> ccc4741ce66f [2020-10-19T07:11:30.111Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:11:30.111Z] ---> Running in 04fece334d24 [2020-10-19T07:11:31.068Z] Removing intermediate container 04fece334d24 [2020-10-19T07:11:31.068Z] ---> 5015a9c60493 [2020-10-19T07:11:31.068Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:11:31.068Z] ---> Running in 5d9e18bc0148 [2020-10-19T07:11:31.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:11:32.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:11:32.864Z] OK: 166 MiB in 39 packages [2020-10-19T07:11:33.449Z] Removing intermediate container 5d9e18bc0148 [2020-10-19T07:11:33.449Z] ---> 47d01852e4b1 [2020-10-19T07:11:33.449Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:11:33.449Z] ---> Running in 8667457439c3 [2020-10-19T07:11:33.714Z] Removing intermediate container 8667457439c3 [2020-10-19T07:11:33.714Z] ---> 74627ca12f16 [2020-10-19T07:11:33.714Z] Step 7/8 : COPY . . [2020-10-19T07:11:35.117Z] ---> af0965713bb0 [2020-10-19T07:11:35.117Z] Step 8/8 : RUN go mod download [2020-10-19T07:11:35.117Z] ---> Running in 951be31ed8ee [2020-10-19T07:11:57.188Z] Removing intermediate container 951be31ed8ee [2020-10-19T07:11:57.188Z] ---> 1d4ed522eb87 [2020-10-19T07:11:57.188Z] Successfully built 1d4ed522eb87 [2020-10-19T07:11:57.188Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:11:57.563Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:11:57.563Z] . [Pipeline] withDockerContainer [2020-10-19T07:11:57.699Z] prd-centos7-docker-4c-2g-6205 does not seem to be running inside a container [2020-10-19T07:11:57.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/81 -v /w/workspace/device-sdk-go/81:/w/workspace/device-sdk-go/81:rw,z -v /w/workspace/device-sdk-go/81@tmp:/w/workspace/device-sdk-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T07:11:58.703Z] $ docker top 2e01ac5224ee9894f07c94591d6bfdf9774e46362f4f5d78ef73d3542dc8351e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:11:59.255Z] + go version [2020-10-19T07:11:59.255Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T07:11:59.276Z] $ docker stop --time=1 2e01ac5224ee9894f07c94591d6bfdf9774e46362f4f5d78ef73d3542dc8351e [2020-10-19T07:12:00.637Z] $ docker rm -f 2e01ac5224ee9894f07c94591d6bfdf9774e46362f4f5d78ef73d3542dc8351e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-19T07:12:02.315Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:12:02.636Z] + ls -al . [2020-10-19T07:12:02.636Z] total 64 [2020-10-19T07:12:02.636Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:11 . [2020-10-19T07:12:02.636Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:11 .. [2020-10-19T07:12:02.636Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:11 bin [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:11 Dockerfile.build [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:11 .dockerignore [2020-10-19T07:12:02.636Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:11 example [2020-10-19T07:12:02.636Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 19 07:11 .git [2020-10-19T07:12:02.636Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:11 .github [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:11 .gitignore [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 19 07:11 go.mod [2020-10-19T07:12:02.636Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:11 internal [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:11 Jenkinsfile [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:11 LICENSE [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:11 Makefile [2020-10-19T07:12:02.636Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:11 openapi [2020-10-19T07:12:02.636Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:11 pkg [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:11 README.md [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:11 RELEASE-NOTES.txt [2020-10-19T07:12:02.636Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:11 snap [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 19 07:09 VERSION [2020-10-19T07:12:02.636Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:11 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:12:02.960Z] + 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=2d9730a214a0d2600c47b6e1f4d312ee14057382 --label arch=amd64 --label version=1.2.4-dev.30 . [2020-10-19T07:12:02.960Z] Sending build context to Docker daemon 2.31MB [2020-10-19T07:12:02.960Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:12:02.960Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:12:02.960Z] ---> 1d4ed522eb87 [2020-10-19T07:12:02.960Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:12:03.539Z] ---> Running in 50464562ef48 [2020-10-19T07:12:03.806Z] Removing intermediate container 50464562ef48 [2020-10-19T07:12:03.806Z] ---> 3bc6b3c9f6b5 [2020-10-19T07:12:03.806Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:12:03.806Z] ---> Running in 444f0b66be2f [2020-10-19T07:12:04.074Z] Removing intermediate container 444f0b66be2f [2020-10-19T07:12:04.074Z] ---> 07b80b866181 [2020-10-19T07:12:04.074Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:12:04.074Z] ---> Running in c6f6150dc311 [2020-10-19T07:12:04.338Z] Removing intermediate container c6f6150dc311 [2020-10-19T07:12:04.338Z] ---> c40741e4819c [2020-10-19T07:12:04.338Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:12:04.338Z] ---> Running in 264970fbd302 [2020-10-19T07:12:05.286Z] Removing intermediate container 264970fbd302 [2020-10-19T07:12:05.286Z] ---> 4a8c581b07c9 [2020-10-19T07:12:05.286Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:12:05.286Z] ---> Running in 2e5af5749aa3 [2020-10-19T07:12:05.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:12:06.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:12:07.399Z] OK: 166 MiB in 39 packages [2020-10-19T07:12:07.662Z] Removing intermediate container 2e5af5749aa3 [2020-10-19T07:12:07.662Z] ---> 69dc64c1ec2e [2020-10-19T07:12:07.662Z] Step 8/24 : COPY . . [2020-10-19T07:12:08.625Z] ---> 861bc68442d4 [2020-10-19T07:12:08.625Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:12:08.625Z] ---> Running in fc75e68acd08 [2020-10-19T07:12:09.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-19T07:12:19.454Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:12:20.855Z] Removing intermediate container fc75e68acd08 [2020-10-19T07:12:20.855Z] ---> 445548a4765e [2020-10-19T07:12:20.855Z] Step 10/24 : FROM scratch [2020-10-19T07:12:20.855Z] ---> [2020-10-19T07:12:20.855Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:12:20.855Z] ---> Running in 43756deeaf24 [2020-10-19T07:12:20.855Z] Removing intermediate container 43756deeaf24 [2020-10-19T07:12:20.855Z] ---> 916512972cac [2020-10-19T07:12:20.855Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:12:21.121Z] ---> Running in 047faf745dec [2020-10-19T07:12:21.121Z] Removing intermediate container 047faf745dec [2020-10-19T07:12:21.121Z] ---> 60b956982692 [2020-10-19T07:12:21.121Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:12:21.121Z] ---> Running in 0af1cac8adc4 [2020-10-19T07:12:21.383Z] Removing intermediate container 0af1cac8adc4 [2020-10-19T07:12:21.383Z] ---> 50dc72e07e88 [2020-10-19T07:12:21.383Z] Step 14/24 : WORKDIR / [2020-10-19T07:12:21.383Z] ---> Running in ce93769efb8a [2020-10-19T07:12:21.647Z] Removing intermediate container ce93769efb8a [2020-10-19T07:12:21.647Z] ---> 6954749b33fb [2020-10-19T07:12:21.647Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:12:21.924Z] ---> 2ae82ad72e89 [2020-10-19T07:12:21.924Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:12:22.189Z] ---> 8ce7600e19df [2020-10-19T07:12:22.189Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:12:22.453Z] ---> a684a6926c33 [2020-10-19T07:12:22.453Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:12:22.718Z] ---> 9dcb9a1fe3bf [2020-10-19T07:12:22.718Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:12:22.986Z] ---> 26ed146f148d [2020-10-19T07:12:22.986Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:12:22.986Z] ---> Running in 82227f123beb [2020-10-19T07:12:23.254Z] Removing intermediate container 82227f123beb [2020-10-19T07:12:23.254Z] ---> afcbc9ca65c1 [2020-10-19T07:12:23.254Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:12:23.254Z] ---> Running in de186af711c5 [2020-10-19T07:12:23.518Z] Removing intermediate container de186af711c5 [2020-10-19T07:12:23.518Z] ---> 7bb316c2b4cc [2020-10-19T07:12:23.518Z] Step 22/24 : LABEL arch=amd64 [2020-10-19T07:12:23.518Z] ---> Running in 3c756fea38b1 [2020-10-19T07:12:23.793Z] Removing intermediate container 3c756fea38b1 [2020-10-19T07:12:23.793Z] ---> cf3ad53961a8 [2020-10-19T07:12:23.793Z] Step 23/24 : LABEL git_sha=2d9730a214a0d2600c47b6e1f4d312ee14057382 [2020-10-19T07:12:23.793Z] ---> Running in a4b9ba480efb [2020-10-19T07:12:24.057Z] Removing intermediate container a4b9ba480efb [2020-10-19T07:12:24.057Z] ---> ef32174df0fb [2020-10-19T07:12:24.057Z] Step 24/24 : LABEL version=1.2.4-dev.30 [2020-10-19T07:12:24.057Z] ---> Running in ee4712b710e4 [2020-10-19T07:12:24.324Z] Removing intermediate container ee4712b710e4 [2020-10-19T07:12:24.324Z] ---> 1d96f9d35b4d [2020-10-19T07:12:24.324Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:12:24.324Z] Successfully built 1d96f9d35b4d [2020-10-19T07:12:24.324Z] 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] } [2020-10-19T07:12:28.982Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6207 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-19T07:12:29.034Z] Running in /w/workspace/device-sdk-go/81 [Pipeline] { [Pipeline] checkout [2020-10-19T07:12:34.347Z] using credential edgex-jenkins-ssh [2020-10-19T07:12:34.433Z] Cloning the remote Git repository [2020-10-19T07:12:34.511Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:34.615Z] > git init /w/workspace/device-sdk-go/81 # timeout=10 [2020-10-19T07:12:34.686Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:34.687Z] > git --version # timeout=10 [2020-10-19T07:12:34.706Z] > git --version # 'git version 2.17.1' [2020-10-19T07:12:34.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:34.773Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:35.809Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:35.833Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:35.865Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:35.917Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:35.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:35.935Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:12:36.665Z] Checking out Revision 2d9730a214a0d2600c47b6e1f4d312ee14057382 (master) [2020-10-19T07:12:36.714Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:12:36.753Z] > git checkout -f 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [2020-10-19T07:12:41.287Z] Commit message: "Merge pull request #630 from edgexfoundry/dependabot/go_modules/github.com/OneOfOne/xxhash-1.2.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:12:42.174Z] ========================================================= [2020-10-19T07:12:42.174Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T07:12:42.174Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:12:43.089Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-19T07:12:44.132Z] Sending build context to Docker daemon 2.31MB [2020-10-19T07:12:44.132Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:12:44.132Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:12:44.132Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T07:12:44.132Z] b538f80385f9: Pulling fs layer [2020-10-19T07:12:44.132Z] 74f711af9a0d: Pulling fs layer [2020-10-19T07:12:44.132Z] 99f96fe45779: Pulling fs layer [2020-10-19T07:12:44.132Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T07:12:44.132Z] 45590311c82a: Pulling fs layer [2020-10-19T07:12:44.132Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T07:12:44.132Z] 209524e5b208: Pulling fs layer [2020-10-19T07:12:44.132Z] 8529a6b9a6be: Waiting [2020-10-19T07:12:44.132Z] 45590311c82a: Waiting [2020-10-19T07:12:44.132Z] 69ca0ff8b7b3: Waiting [2020-10-19T07:12:44.132Z] 209524e5b208: Waiting [2020-10-19T07:12:44.409Z] 99f96fe45779: Verifying Checksum [2020-10-19T07:12:44.409Z] 99f96fe45779: Download complete [2020-10-19T07:12:44.409Z] 74f711af9a0d: Verifying Checksum [2020-10-19T07:12:44.409Z] 74f711af9a0d: Download complete [2020-10-19T07:12:44.409Z] 45590311c82a: Verifying Checksum [2020-10-19T07:12:44.409Z] 45590311c82a: Download complete [2020-10-19T07:12:44.409Z] b538f80385f9: Download complete [2020-10-19T07:12:45.407Z] b538f80385f9: Pull complete [2020-10-19T07:12:45.407Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T07:12:45.407Z] 69ca0ff8b7b3: Download complete [2020-10-19T07:12:45.685Z] 74f711af9a0d: Pull complete [2020-10-19T07:12:45.963Z] 99f96fe45779: Pull complete [2020-10-19T07:12:47.967Z] 209524e5b208: Download complete [2020-10-19T07:12:49.423Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T07:12:49.423Z] 8529a6b9a6be: Download complete [2020-10-19T07:12:59.611Z] 8529a6b9a6be: Pull complete [2020-10-19T07:12:59.611Z] 45590311c82a: Pull complete [2020-10-19T07:13:00.209Z] 69ca0ff8b7b3: Pull complete [2020-10-19T07:13:04.560Z] 209524e5b208: Pull complete [2020-10-19T07:13:04.560Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T07:13:04.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T07:13:04.560Z] ---> 5bddaf1c2fca [2020-10-19T07:13:04.560Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:13:07.180Z] ---> Running in 2e560d7c3aa1 [2020-10-19T07:13:07.180Z] Removing intermediate container 2e560d7c3aa1 [2020-10-19T07:13:07.180Z] ---> 8b404cfe2c6a [2020-10-19T07:13:07.180Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:13:07.180Z] ---> Running in 7acf7b685735 [2020-10-19T07:13:09.812Z] Removing intermediate container 7acf7b685735 [2020-10-19T07:13:09.812Z] ---> 3647f3690d23 [2020-10-19T07:13:09.812Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:13:09.812Z] ---> Running in e62e058fb58e [2020-10-19T07:13:11.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:13:12.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:13:13.661Z] OK: 142 MiB in 39 packages [2020-10-19T07:13:14.644Z] Removing intermediate container e62e058fb58e [2020-10-19T07:13:14.644Z] ---> 4c5825049e1c [2020-10-19T07:13:14.644Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:13:14.917Z] ---> Running in e16791c277c9 [2020-10-19T07:13:15.193Z] Removing intermediate container e16791c277c9 [2020-10-19T07:13:15.193Z] ---> 249ae30ab6ef [2020-10-19T07:13:15.193Z] Step 7/8 : COPY . . [2020-10-19T07:13:16.644Z] ---> 3586f964f5e9 [2020-10-19T07:13:16.644Z] Step 8/8 : RUN go mod download [2020-10-19T07:13:16.918Z] ---> Running in 3879747d700e [2020-10-19T07:13:39.114Z] Removing intermediate container 3879747d700e [2020-10-19T07:13:39.114Z] ---> 02d79a77930d [2020-10-19T07:13:39.114Z] Successfully built 02d79a77930d [2020-10-19T07:13:39.114Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:39.525Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:13:39.526Z] . [Pipeline] withDockerContainer [2020-10-19T07:13:39.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-6207 does not seem to be running inside a container [2020-10-19T07:13:39.869Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/81 -v /w/workspace/device-sdk-go/81:/w/workspace/device-sdk-go/81:rw,z -v /w/workspace/device-sdk-go/81@tmp:/w/workspace/device-sdk-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T07:13:41.890Z] $ docker top 79219bb4467cfeaaa3bea05047ba8f515735b3525d5a1d285f199b799e2fe662 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:13:43.271Z] + go version [2020-10-19T07:13:43.271Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T07:13:43.308Z] $ docker stop --time=1 79219bb4467cfeaaa3bea05047ba8f515735b3525d5a1d285f199b799e2fe662 [2020-10-19T07:13:45.300Z] $ docker rm -f 79219bb4467cfeaaa3bea05047ba8f515735b3525d5a1d285f199b799e2fe662 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:13:46.627Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:13:46.968Z] + ls -al . [2020-10-19T07:13:46.968Z] total 100 [2020-10-19T07:13:46.968Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:12 . [2020-10-19T07:13:46.968Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 .. [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore [2020-10-19T07:13:46.968Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:12 .git [2020-10-19T07:13:46.968Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 .github [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:12 .gitignore [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:12 Makefile [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:12 README.md [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 19 07:09 VERSION [2020-10-19T07:13:46.968Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 bin [2020-10-19T07:13:46.968Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 example [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 19 07:12 go.mod [2020-10-19T07:13:46.968Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:12 internal [2020-10-19T07:13:46.968Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 openapi [2020-10-19T07:13:46.968Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:12 pkg [2020-10-19T07:13:46.968Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 snap [2020-10-19T07:13:46.968Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:47.308Z] + 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=2d9730a214a0d2600c47b6e1f4d312ee14057382 --label arch=arm64 --label version=1.2.4-dev.30 . [2020-10-19T07:13:47.581Z] Sending build context to Docker daemon 2.31MB [2020-10-19T07:13:47.853Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:13:47.853Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:13:47.853Z] ---> 02d79a77930d [2020-10-19T07:13:47.853Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:13:47.853Z] ---> Running in 351ac6e59090 [2020-10-19T07:13:48.447Z] Removing intermediate container 351ac6e59090 [2020-10-19T07:13:48.448Z] ---> 765041725664 [2020-10-19T07:13:48.448Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:13:48.448Z] ---> Running in 7fbe4858269f [2020-10-19T07:13:49.042Z] Removing intermediate container 7fbe4858269f [2020-10-19T07:13:49.042Z] ---> 7dc146566698 [2020-10-19T07:13:49.042Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:13:49.042Z] ---> Running in 84bcabdee0c3 [2020-10-19T07:13:49.640Z] Removing intermediate container 84bcabdee0c3 [2020-10-19T07:13:49.640Z] ---> 55a4e9e26f7e [2020-10-19T07:13:49.640Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:13:49.640Z] ---> Running in 6b3601171f64 [2020-10-19T07:13:52.257Z] Removing intermediate container 6b3601171f64 [2020-10-19T07:13:52.257Z] ---> 0f49f98419ea [2020-10-19T07:13:52.257Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:13:52.257Z] ---> Running in 51060bcd3033 [2020-10-19T07:13:53.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:13:54.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:13:56.690Z] OK: 142 MiB in 39 packages [2020-10-19T07:13:57.675Z] Removing intermediate container 51060bcd3033 [2020-10-19T07:13:57.675Z] ---> 92a740d3dbd2 [2020-10-19T07:13:57.675Z] Step 8/24 : COPY . . [2020-10-19T07:13:59.118Z] ---> 50d882639c06 [2020-10-19T07:13:59.118Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:13:59.118Z] ---> Running in 9b6935f384ed [2020-10-19T07:14:00.553Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-19T07:14:27.367Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:14:27.367Z] Removing intermediate container 9b6935f384ed [2020-10-19T07:14:27.367Z] ---> 4fda1d1a7da7 [2020-10-19T07:14:27.367Z] Step 10/24 : FROM scratch [2020-10-19T07:14:27.367Z] ---> [2020-10-19T07:14:27.367Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:14:27.367Z] ---> Running in fd642bcfd4fd [2020-10-19T07:14:27.367Z] Removing intermediate container fd642bcfd4fd [2020-10-19T07:14:27.367Z] ---> ed4a328eab8a [2020-10-19T07:14:27.367Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:14:27.367Z] ---> Running in 0fe4a9b8fb6b [2020-10-19T07:14:27.964Z] Removing intermediate container 0fe4a9b8fb6b [2020-10-19T07:14:27.964Z] ---> 4c4202872482 [2020-10-19T07:14:27.964Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:14:27.964Z] ---> Running in 5da5486d3cb8 [2020-10-19T07:14:28.233Z] Removing intermediate container 5da5486d3cb8 [2020-10-19T07:14:28.233Z] ---> 9d0a71f2f355 [2020-10-19T07:14:28.233Z] Step 14/24 : WORKDIR / [2020-10-19T07:14:28.505Z] ---> Running in 45e4e9d3cd89 [2020-10-19T07:14:28.776Z] Removing intermediate container 45e4e9d3cd89 [2020-10-19T07:14:28.776Z] ---> 8f1ad1bdb9eb [2020-10-19T07:14:28.776Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:14:30.206Z] ---> 7e14b27bb2bd [2020-10-19T07:14:30.206Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:14:30.802Z] ---> ab1c8449dff1 [2020-10-19T07:14:30.802Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:14:31.409Z] ---> cccd0529b4c3 [2020-10-19T07:14:31.409Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:14:32.393Z] ---> 5b4e89f4ea37 [2020-10-19T07:14:32.393Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:14:33.029Z] ---> fe7d16126aa8 [2020-10-19T07:14:33.029Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:14:33.029Z] ---> Running in 0a69152e44f0 [2020-10-19T07:14:33.303Z] Removing intermediate container 0a69152e44f0 [2020-10-19T07:14:33.303Z] ---> 88761c5748ad [2020-10-19T07:14:33.303Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:14:33.577Z] ---> Running in effbd1a52bcd [2020-10-19T07:14:34.172Z] Removing intermediate container effbd1a52bcd [2020-10-19T07:14:34.172Z] ---> 5e7592921653 [2020-10-19T07:14:34.172Z] Step 22/24 : LABEL arch=arm64 [2020-10-19T07:14:34.172Z] ---> Running in 981f29de1482 [2020-10-19T07:14:34.765Z] Removing intermediate container 981f29de1482 [2020-10-19T07:14:34.765Z] ---> 0d8a3d457043 [2020-10-19T07:14:34.765Z] Step 23/24 : LABEL git_sha=2d9730a214a0d2600c47b6e1f4d312ee14057382 [2020-10-19T07:14:34.765Z] ---> Running in de4be97409c4 [2020-10-19T07:14:35.358Z] Removing intermediate container de4be97409c4 [2020-10-19T07:14:35.358Z] ---> 8910ee0d43de [2020-10-19T07:14:35.358Z] Step 24/24 : LABEL version=1.2.4-dev.30 [2020-10-19T07:14:35.358Z] ---> Running in af3d21496ce8 [2020-10-19T07:14:35.950Z] Removing intermediate container af3d21496ce8 [2020-10-19T07:14:35.950Z] ---> 1b8545e70fea [2020-10-19T07:14:35.950Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:14:35.950Z] Successfully built 1b8545e70fea [2020-10-19T07:14:35.950Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-19T07:14:38.161Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-19T07:14:38.162Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-19T07:14:38.229Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:14:38.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:14:38.599Z] [2020-10-19T07:14:38.599Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:14:38.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:14:38.960Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-19T07:14:38.960Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-19T07:14:38.960Z] 408f87550127: Pulling fs layer [2020-10-19T07:14:38.960Z] fe522b08c979: Pulling fs layer [2020-10-19T07:14:38.960Z] 221eaa008020: Pulling fs layer [2020-10-19T07:14:38.960Z] 2a4607e5d6b9: Pulling fs layer [2020-10-19T07:14:38.960Z] 8f79b27c4fd2: Pulling fs layer [2020-10-19T07:14:38.960Z] e5c8dbe1645b: Pulling fs layer [2020-10-19T07:14:38.960Z] 23e8b3b47431: Pulling fs layer [2020-10-19T07:14:38.960Z] 5c568d65a230: Pulling fs layer [2020-10-19T07:14:38.960Z] 221eaa008020: Waiting [2020-10-19T07:14:38.960Z] 2a4607e5d6b9: Waiting [2020-10-19T07:14:38.960Z] 8f79b27c4fd2: Waiting [2020-10-19T07:14:38.960Z] e5c8dbe1645b: Waiting [2020-10-19T07:14:38.960Z] 23e8b3b47431: Waiting [2020-10-19T07:14:38.960Z] 5c568d65a230: Waiting [2020-10-19T07:14:38.960Z] fe522b08c979: Verifying Checksum [2020-10-19T07:14:38.960Z] fe522b08c979: Download complete [2020-10-19T07:14:38.960Z] 408f87550127: Verifying Checksum [2020-10-19T07:14:38.960Z] 408f87550127: Download complete [2020-10-19T07:14:38.960Z] 2a4607e5d6b9: Verifying Checksum [2020-10-19T07:14:38.960Z] 2a4607e5d6b9: Download complete [2020-10-19T07:14:38.960Z] 8f79b27c4fd2: Verifying Checksum [2020-10-19T07:14:38.960Z] 8f79b27c4fd2: Download complete [2020-10-19T07:14:38.960Z] cbdbe7a5bc2a: Download complete [2020-10-19T07:14:39.542Z] cbdbe7a5bc2a: Pull complete [2020-10-19T07:14:39.542Z] 408f87550127: Pull complete [2020-10-19T07:14:39.810Z] fe522b08c979: Pull complete [2020-10-19T07:14:39.810Z] e5c8dbe1645b: Download complete [2020-10-19T07:14:41.216Z] 23e8b3b47431: Verifying Checksum [2020-10-19T07:14:41.216Z] 23e8b3b47431: Download complete [2020-10-19T07:14:41.483Z] 5c568d65a230: Verifying Checksum [2020-10-19T07:14:41.483Z] 5c568d65a230: Download complete [2020-10-19T07:14:42.438Z] 221eaa008020: Verifying Checksum [2020-10-19T07:14:42.438Z] 221eaa008020: Download complete [2020-10-19T07:14:47.779Z] 221eaa008020: Pull complete [2020-10-19T07:14:48.043Z] 2a4607e5d6b9: Pull complete [2020-10-19T07:14:48.312Z] 8f79b27c4fd2: Pull complete [2020-10-19T07:14:50.870Z] e5c8dbe1645b: Pull complete [2020-10-19T07:14:54.203Z] 23e8b3b47431: Pull complete [2020-10-19T07:14:55.155Z] 5c568d65a230: Pull complete [2020-10-19T07:14:55.155Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-19T07:14:55.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-19T07:14:55.155Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-19T07:14:55.387Z] prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container [2020-10-19T07:14:55.444Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-19T07:14:56.618Z] $ docker top 0efd797c2c0f4d14718aae37c009c4bb6bb2314100e90030730e792752f61f73 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:14:57.192Z] + snyk monitor '--org=edgex-jenkins' [2020-10-19T07:15:19.216Z] [2020-10-19T07:15:19.216Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-19T07:15:19.216Z] [2020-10-19T07:15:19.216Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/446c6008-142a-49aa-b241-097f4cc00ef2 [2020-10-19T07:15:19.216Z] [2020-10-19T07:15:19.216Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-19T07:15:19.216Z] [2020-10-19T07:15:19.216Z] [2020-10-19T07:15:19.216Z] Snyk CLI supports Node.js 8 and higher. [2020-10-19T07:15:19.216Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-19T07:15:19.216Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-19T07:15:19.216Z] [2020-10-19T07:15:19.216Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-19T07:15:19.216Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-19T07:15:19.216Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-19T07:15:19.216Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-19T07:15:19.237Z] $ docker stop --time=1 0efd797c2c0f4d14718aae37c009c4bb6bb2314100e90030730e792752f61f73 [2020-10-19T07:15:21.797Z] $ docker rm -f 0efd797c2c0f4d14718aae37c009c4bb6bb2314100e90030730e792752f61f73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-19T07:15:23.120Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:15:23.180Z] provisioning config files... [2020-10-19T07:15:23.196Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6387929194692354217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:15:23.583Z] --> edgex-publish-swagger.sh [2020-10-19T07:15:23.583Z] === Publish openapi/v1 API === [2020-10-19T07:15:23.583Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-19T07:15:23.583Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-19T07:15:23.583Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:15:23.583Z] Dload Upload Total Spent Left Speed [2020-10-19T07:15:24.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 23894 --:--:-- --:--:-- --:--:-- 23891 [2020-10-19T07:15:24.420Z] [2020-10-19T07:15:24.420Z] [2020-10-19T07:15:24.420Z] === Publish openapi/v2 API === [2020-10-19T07:15:24.420Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-19T07:15:24.420Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-19T07:15:24.420Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:15:24.420Z] Dload Upload Total Spent Left Speed [2020-10-19T07:15:24.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 72171 --:--:-- --:--:-- --:--:-- 72143 100 49274 0 0 100 49274 0 72150 --:--:-- --:--:-- --:--:-- 72143 [2020-10-19T07:15:24.997Z] [2020-10-19T07:15:24.997Z] [Pipeline] } [2020-10-19T07:15:25.007Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-19T07:15:25.922Z] + git log --format=format:%s -1 2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:15:26.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:15:26.230Z] . [Pipeline] withDockerContainer [2020-10-19T07:15:26.325Z] prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container [2020-10-19T07:15:26.373Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T07:15:27.145Z] $ docker top 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:15:27.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:15:27.482Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:15:27.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:15:27.748Z] $ docker exec 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 ssh-agent [2020-10-19T07:15:27.912Z] SSH_AUTH_SOCK=/tmp/ssh-yAi19FLWaysJ/agent.12 [2020-10-19T07:15:27.912Z] SSH_AGENT_PID=18 [2020-10-19T07:15:27.920Z] Running ssh-add (command line suppressed) [2020-10-19T07:15:28.052Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3175330223931797895.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3175330223931797895.key) [2020-10-19T07:15:28.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:15:28.450Z] + git semver tag [2020-10-19T07:15:28.450Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:15:28.450Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:15:28.450Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:15:28.450Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:15:28.450Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:15:28.450Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:15:28.450Z] # $SEMVER_BRANCH = master [2020-10-19T07:15:28.450Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-19T07:15:28.450Z] # 2d9730a214a0d2600c47b6e1f4d312ee14057382 HEAD [2020-10-19T07:15:28.450Z] # -> Force: false [2020-10-19T07:15:28.450Z] # 01b6b2087e41c46fdb9443e15eebe791651fb2ed refs/tags/v1.2.4-dev.30 [Pipeline] } [2020-10-19T07:15:28.466Z] $ docker exec --env ******** --env ******** 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 ssh-agent -k [2020-10-19T07:15:28.591Z] unset SSH_AUTH_SOCK; [2020-10-19T07:15:28.592Z] unset SSH_AGENT_PID; [2020-10-19T07:15:28.592Z] echo Agent pid 18 killed; [2020-10-19T07:15:28.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:15:29.225Z] + git semver [Pipeline] } [2020-10-19T07:15:29.244Z] $ docker stop --time=1 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 [2020-10-19T07:15:30.640Z] $ docker rm -f 9ee705da52614d96bed2d71b3ed673fe479089b8ffbf24fd4cc8e31a44ac9403 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:15:31.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:15:31.295Z] [2020-10-19T07:15:31.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:15:31.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:15:31.646Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-19T07:15:31.646Z] ab5ef0e58194: Pulling fs layer [2020-10-19T07:15:31.646Z] 9712f1f96733: Pulling fs layer [2020-10-19T07:15:31.646Z] 63f879dbbcfc: Pulling fs layer [2020-10-19T07:15:31.646Z] 0d9ebad4ef96: Pulling fs layer [2020-10-19T07:15:31.646Z] e9a5061849ea: Pulling fs layer [2020-10-19T07:15:31.646Z] d747dcd14b5f: Pulling fs layer [2020-10-19T07:15:31.646Z] 2de7ff778b66: Pulling fs layer [2020-10-19T07:15:31.646Z] e9a5061849ea: Waiting [2020-10-19T07:15:31.646Z] d747dcd14b5f: Waiting [2020-10-19T07:15:31.646Z] 2de7ff778b66: Waiting [2020-10-19T07:15:31.646Z] 0d9ebad4ef96: Waiting [2020-10-19T07:15:31.646Z] 9712f1f96733: Download complete [2020-10-19T07:15:33.060Z] 63f879dbbcfc: Verifying Checksum [2020-10-19T07:15:33.060Z] 63f879dbbcfc: Download complete [2020-10-19T07:15:33.334Z] e9a5061849ea: Verifying Checksum [2020-10-19T07:15:33.334Z] e9a5061849ea: Download complete [2020-10-19T07:15:33.334Z] d747dcd14b5f: Download complete [2020-10-19T07:15:33.600Z] 2de7ff778b66: Verifying Checksum [2020-10-19T07:15:33.600Z] 2de7ff778b66: Download complete [2020-10-19T07:15:34.064Z] 0d9ebad4ef96: Verifying Checksum [2020-10-19T07:15:34.064Z] 0d9ebad4ef96: Download complete [2020-10-19T07:15:34.329Z] ab5ef0e58194: Verifying Checksum [2020-10-19T07:15:34.329Z] ab5ef0e58194: Download complete [2020-10-19T07:15:38.589Z] ab5ef0e58194: Pull complete [2020-10-19T07:15:38.589Z] 9712f1f96733: Pull complete [2020-10-19T07:15:41.910Z] 63f879dbbcfc: Pull complete [2020-10-19T07:15:48.782Z] 0d9ebad4ef96: Pull complete [2020-10-19T07:15:49.739Z] e9a5061849ea: Pull complete [2020-10-19T07:15:49.739Z] d747dcd14b5f: Pull complete [2020-10-19T07:15:53.059Z] 2de7ff778b66: Pull complete [2020-10-19T07:15:53.059Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-19T07:15:53.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-19T07:15:53.059Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-19T07:15:53.277Z] prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container [2020-10-19T07:15:53.329Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-19T07:15:57.838Z] $ docker top db62ccb39d236665bf454c287ebb73a94d2f69c58117bc474c83ae699eafa5d8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:15:58.048Z] provisioning config files... [2020-10-19T07:15:58.059Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8878842536666500524tmp [2020-10-19T07:15:58.081Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5946946303070170343tmp [2020-10-19T07:15:58.100Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2793495157002551944tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:15:58.156Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:15:58.465Z] ---> sigul-configuration.sh [2020-10-19T07:15:58.465Z] gpg: directory `/root/.gnupg' created [2020-10-19T07:15:58.465Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-19T07:15:58.465Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-19T07:15:58.465Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-19T07:15:58.465Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-19T07:15:58.465Z] gpg: CAST5 encrypted data [2020-10-19T07:15:58.728Z] gpg: encrypted with 1 passphrase [2020-10-19T07:15:58.728Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-19T07:15:59.035Z] + mkdir /home/jenkins [2020-10-19T07:15:59.035Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-19T07:15:59.336Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-10-19T07:15:59.348Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:15:59.649Z] ---> sigul-install.sh [2020-10-19T07:16:06.256Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-19T07:16:06.561Z] + git tag --list [2020-10-19T07:16:06.561Z] 0.7.1 [2020-10-19T07:16:06.561Z] delhi-tag [2020-10-19T07:16:06.561Z] v1.0.0 [2020-10-19T07:16:06.561Z] v1.1.0 [2020-10-19T07:16:06.561Z] v1.1.1 [2020-10-19T07:16:06.561Z] v1.1.2 [2020-10-19T07:16:06.561Z] v1.2.0 [2020-10-19T07:16:06.561Z] v1.2.1 [2020-10-19T07:16:06.561Z] v1.2.2 [2020-10-19T07:16:06.561Z] v1.2.3 [2020-10-19T07:16:06.561Z] v1.2.4-dev.1 [2020-10-19T07:16:06.561Z] v1.2.4-dev.10 [2020-10-19T07:16:06.561Z] v1.2.4-dev.11 [2020-10-19T07:16:06.561Z] v1.2.4-dev.12 [2020-10-19T07:16:06.561Z] v1.2.4-dev.13 [2020-10-19T07:16:06.561Z] v1.2.4-dev.14 [2020-10-19T07:16:06.561Z] v1.2.4-dev.15 [2020-10-19T07:16:06.561Z] v1.2.4-dev.16 [2020-10-19T07:16:06.561Z] v1.2.4-dev.17 [2020-10-19T07:16:06.561Z] v1.2.4-dev.18 [2020-10-19T07:16:06.561Z] v1.2.4-dev.19 [2020-10-19T07:16:06.561Z] v1.2.4-dev.2 [2020-10-19T07:16:06.561Z] v1.2.4-dev.20 [2020-10-19T07:16:06.561Z] v1.2.4-dev.21 [2020-10-19T07:16:06.561Z] v1.2.4-dev.22 [2020-10-19T07:16:06.561Z] v1.2.4-dev.23 [2020-10-19T07:16:06.561Z] v1.2.4-dev.24 [2020-10-19T07:16:06.561Z] v1.2.4-dev.25 [2020-10-19T07:16:06.561Z] v1.2.4-dev.26 [2020-10-19T07:16:06.561Z] v1.2.4-dev.27 [2020-10-19T07:16:06.561Z] v1.2.4-dev.28 [2020-10-19T07:16:06.561Z] v1.2.4-dev.29 [2020-10-19T07:16:06.561Z] v1.2.4-dev.3 [2020-10-19T07:16:06.561Z] v1.2.4-dev.30 [2020-10-19T07:16:06.561Z] v1.2.4-dev.4 [2020-10-19T07:16:06.561Z] v1.2.4-dev.5 [2020-10-19T07:16:06.561Z] v1.2.4-dev.6 [2020-10-19T07:16:06.561Z] v1.2.4-dev.7 [2020-10-19T07:16:06.561Z] v1.2.4-dev.8 [2020-10-19T07:16:06.561Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-19T07:16:06.861Z] + lftools sign git-tag v1.2.4-dev.30 [2020-10-19T07:16:08.301Z] Signing Git tag with Sigul... [2020-10-19T07:16:08.301Z] Signing v1.2.4-dev.30 [Pipeline] echo [2020-10-19T07:16:09.259Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:09.561Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-19T07:16:09.571Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-19T07:16:09.672Z] $ docker stop --time=1 db62ccb39d236665bf454c287ebb73a94d2f69c58117bc474c83ae699eafa5d8 [2020-10-19T07:16:11.722Z] $ docker rm -f db62ccb39d236665bf454c287ebb73a94d2f69c58117bc474c83ae699eafa5d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:16:12.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:16:12.782Z] . [Pipeline] withDockerContainer [2020-10-19T07:16:12.891Z] prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container [2020-10-19T07:16:12.948Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T07:16:13.732Z] $ docker top 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:16:14.043Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:16:14.043Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:16:14.260Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:16:14.266Z] $ docker exec 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a ssh-agent [2020-10-19T07:16:14.434Z] SSH_AUTH_SOCK=/tmp/ssh-MiTeKtrbQ7XJ/agent.12 [2020-10-19T07:16:14.434Z] SSH_AGENT_PID=18 [2020-10-19T07:16:14.442Z] Running ssh-add (command line suppressed) [2020-10-19T07:16:14.576Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5198797670711064611.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5198797670711064611.key) [2020-10-19T07:16:14.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:16:14.974Z] + git semver bump pre [2020-10-19T07:16:14.974Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:16:14.974Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:16:14.974Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:16:14.974Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:16:14.974Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:16:14.974Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:16:14.974Z] # $SEMVER_BRANCH = master [2020-10-19T07:16:14.974Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-19T07:16:14.974Z] 1.2.4-dev.31 [Pipeline] } [2020-10-19T07:16:14.989Z] $ docker exec --env ******** --env ******** 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a ssh-agent -k [2020-10-19T07:16:15.113Z] unset SSH_AUTH_SOCK; [2020-10-19T07:16:15.113Z] unset SSH_AGENT_PID; [2020-10-19T07:16:15.113Z] echo Agent pid 18 killed; [2020-10-19T07:16:15.163Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:16:15.639Z] + git semver [Pipeline] } [2020-10-19T07:16:15.662Z] $ docker stop --time=1 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a [2020-10-19T07:16:17.151Z] $ docker rm -f 50da36c19f990b0a893b117c7d342c959f6e06460dcde7bf197cd1de0c51c10a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:16:17.676Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:16:17.676Z] . [Pipeline] withDockerContainer [2020-10-19T07:16:17.778Z] prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container [2020-10-19T07:16:17.835Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T07:16:18.422Z] $ docker top bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:16:18.735Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:16:18.735Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:16:18.919Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:16:18.925Z] $ docker exec bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea ssh-agent [2020-10-19T07:16:19.103Z] SSH_AUTH_SOCK=/tmp/ssh-sg6tc8oP7kFA/agent.12 [2020-10-19T07:16:19.103Z] SSH_AGENT_PID=18 [2020-10-19T07:16:19.111Z] Running ssh-add (command line suppressed) [2020-10-19T07:16:19.250Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6116149852331605493.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6116149852331605493.key) [2020-10-19T07:16:19.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:16:19.650Z] + git semver push [2020-10-19T07:16:19.650Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:16:19.650Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-19T07:16:19.650Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:16:19.650Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:16:19.650Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:16:19.650Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:16:19.650Z] # $SEMVER_BRANCH = master [2020-10-19T07:16:19.650Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-19T07:16:26.265Z] $ docker exec --env ******** --env ******** bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea ssh-agent -k [2020-10-19T07:16:26.393Z] unset SSH_AUTH_SOCK; [2020-10-19T07:16:26.393Z] unset SSH_AGENT_PID; [2020-10-19T07:16:26.393Z] echo Agent pid 18 killed; [2020-10-19T07:16:26.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:16:28.030Z] + git semver [Pipeline] } [2020-10-19T07:16:28.051Z] $ docker stop --time=1 bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea [2020-10-19T07:16:29.414Z] $ docker rm -f bb252d15e56a766fe398ef669be6b31b0269ae22d5ec5c7800e893ceb797cbea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:31.066Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:31.760Z] ---> package-listing.sh [2020-10-19T07:16:31.760Z] ++ facter osfamily [2020-10-19T07:16:31.760Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T07:16:31.760Z] + OS_FAMILY=redhat [2020-10-19T07:16:31.760Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-19T07:16:31.760Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T07:16:31.760Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T07:16:31.760Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T07:16:31.760Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T07:16:31.760Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-19T07:16:31.760Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T07:16:31.760Z] + case "${OS_FAMILY}" in [2020-10-19T07:16:31.760Z] + rpm -qa [2020-10-19T07:16:31.760Z] + sort [2020-10-19T07:16:36.016Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T07:16:36.016Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T07:16:36.016Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T07:16:36.016Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-19T07:16:36.016Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-19T07:16:36.016Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-10-19T07:16:36.031Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T07:16:36.323Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:16:36.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:16:36.629Z] [2020-10-19T07:16:36.629Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:16:36.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:16:36.981Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T07:16:36.981Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:16:36.981Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T07:16:36.981Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T07:16:36.981Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T07:16:36.981Z] 93b61091891f: Pulling fs layer [2020-10-19T07:16:36.981Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T07:16:36.981Z] 5e14af77c1be: Pulling fs layer [2020-10-19T07:16:36.981Z] 01666e4c0597: Pulling fs layer [2020-10-19T07:16:36.981Z] aa168da1d23b: Pulling fs layer [2020-10-19T07:16:36.981Z] 5e14af77c1be: Waiting [2020-10-19T07:16:36.981Z] 01666e4c0597: Waiting [2020-10-19T07:16:36.981Z] 46f8f816bc3b: Waiting [2020-10-19T07:16:36.981Z] aa168da1d23b: Waiting [2020-10-19T07:16:36.981Z] 93b61091891f: Waiting [2020-10-19T07:16:36.981Z] 93b9cdb0e59b: Waiting [2020-10-19T07:16:36.981Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T07:16:36.981Z] 36b3adc4ff6f: Download complete [2020-10-19T07:16:36.981Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T07:16:36.981Z] 46f8f816bc3b: Download complete [2020-10-19T07:16:37.243Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:16:37.243Z] df20fa9351a1: Download complete [2020-10-19T07:16:37.244Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T07:16:37.244Z] 93b9cdb0e59b: Download complete [2020-10-19T07:16:37.244Z] 5e14af77c1be: Verifying Checksum [2020-10-19T07:16:37.244Z] 5e14af77c1be: Download complete [2020-10-19T07:16:37.244Z] 93b61091891f: Verifying Checksum [2020-10-19T07:16:37.244Z] 93b61091891f: Download complete [2020-10-19T07:16:37.244Z] 01666e4c0597: Verifying Checksum [2020-10-19T07:16:37.244Z] 01666e4c0597: Download complete [2020-10-19T07:16:37.506Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T07:16:37.506Z] 8ad3a11d3b57: Download complete [2020-10-19T07:16:37.772Z] df20fa9351a1: Pull complete [2020-10-19T07:16:38.037Z] 36b3adc4ff6f: Pull complete [2020-10-19T07:16:39.441Z] 8ad3a11d3b57: Pull complete [2020-10-19T07:16:39.441Z] 46f8f816bc3b: Pull complete [2020-10-19T07:16:39.441Z] aa168da1d23b: Verifying Checksum [2020-10-19T07:16:39.441Z] aa168da1d23b: Download complete [2020-10-19T07:16:39.706Z] 93b61091891f: Pull complete [2020-10-19T07:16:39.706Z] 93b9cdb0e59b: Pull complete [2020-10-19T07:16:39.969Z] 5e14af77c1be: Pull complete [2020-10-19T07:16:39.969Z] 01666e4c0597: Pull complete [2020-10-19T07:16:46.602Z] aa168da1d23b: Pull complete [2020-10-19T07:16:46.602Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T07:16:46.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:16:46.602Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T07:16:46.728Z] prd-centos7-docker-4c-2g-6198 does not seem to be running inside a container [2020-10-19T07:16:46.781Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T07:16:49.829Z] $ docker top de034fc97509fa1666a28011dd87e5bde022346def87ad41013f2298372e1986 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:16:50.400Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T07:16:50.704Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T07:16:51.004Z] + ls /var/log/sa-host [2020-10-19T07:16:51.004Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T07:16:51.004Z] file_magic: OK [2020-10-19T07:16:51.004Z] HZ: Using current value: 100 [2020-10-19T07:16:51.004Z] file_header: OK [2020-10-19T07:16:51.004Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T07:16:51.004Z] Statistics: [2020-10-19T07:16:51.004Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:16:51.004Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T07:16:51.004Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T07:16:51.004Z] file_magic: OK [2020-10-19T07:16:51.004Z] HZ: Using current value: 100 [2020-10-19T07:16:51.004Z] file_header: OK [2020-10-19T07:16:51.004Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T07:16:51.004Z] Statistics: [2020-10-19T07:16:51.004Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:16:51.004Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:16:51.190Z] provisioning config files... [2020-10-19T07:16:51.206Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1656171924529716641tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:16:51.286Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:51.595Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T07:16:51.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T07:16:51.696Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:51.995Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T07:16:52.007Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:52.306Z] ---> sudo-logs.sh [2020-10-19T07:16:52.306Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T07:16:52.318Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:52.616Z] ---> job-cost.sh [2020-10-19T07:16:52.616Z] lf-activate-venv: SKIPPING [2020-10-19T07:16:52.616Z] INFO: No Stack... [2020-10-19T07:16:54.542Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T07:16:54.542Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T07:16:54.557Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:16:54.855Z] ---> logs-deploy.sh [2020-10-19T07:16:54.855Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/81 [2020-10-19T07:16:54.855Z] INFO: archiving workspace using pattern(s): [2020-10-19T07:16:56.777Z] Archives upload complete. [2020-10-19T07:16:56.777Z] INFO: archiving logs to Nexus