Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7ebf8157bed3f29606eb8346b104e57a74818c1e 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-944 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 with configured refspecs honoured and without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 7ebf8157bed3f29606eb8346b104e57a74818c1e (master) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 Commit message: "Merge pull request #576 from jpwhitemn/upd-readme-versioning" > git rev-list --no-walk 1e612ed535d2e5692843658024442fbb2ae5655f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:44:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:44:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:44:33 ========================================================= 23:44:33 EdgeX Global Pipelines Version Info 23:44:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:44:34 ------------------- 23:44:34 stable info: 23:44:34 ------------------- 23:44:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:44:34 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 23:44:34 Message: update stable to v1.0.115 23:44:35 ------------------- 23:44:35 experimental info: 23:44:35 ------------------- 23:44:35 Commited By: **** collab-it+edgex@linuxfoundation.org 23:44:35 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 23:44:35 Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:44:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:44:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:44:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:44:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:44:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:44:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:44:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7ebf8157bed3f29606eb8346b104e57a74818c1e [Pipeline] echo 23:44:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7ebf815 [Pipeline] echo 23:44:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:44:39 + git log --format=format:%s -1 7ebf8157bed3f29606eb8346b104e57a74818c1e [Pipeline] echo 23:44:39 GIT_COMMIT: 7ebf8157bed3f29606eb8346b104e57a74818c1e, Commit Message: Merge pull request #576 from jpwhitemn/upd-readme-versioning [Pipeline] echo 23:44:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:44:40 23:44:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:44:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:44:41 latest: Pulling from edgex-devops/git-semver 23:44:41 31603596830f: Pulling fs layer 23:44:41 2a8b12db71e7: Pulling fs layer 23:44:41 6ca5941a6612: Pulling fs layer 23:44:41 ecc8261a40a4: Pulling fs layer 23:44:41 ecc8261a40a4: Waiting 23:44:41 2a8b12db71e7: Download complete 23:44:41 31603596830f: Verifying Checksum 23:44:41 31603596830f: Download complete 23:44:41 6ca5941a6612: Verifying Checksum 23:44:41 6ca5941a6612: Download complete 23:44:41 ecc8261a40a4: Verifying Checksum 23:44:41 ecc8261a40a4: Download complete 23:44:41 31603596830f: Pull complete 23:44:41 2a8b12db71e7: Pull complete 23:44:42 6ca5941a6612: Pull complete 23:44:42 ecc8261a40a4: Pull complete 23:44:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:44:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:44:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:44:42 prd-centos7-docker-4c-2g-944 does not seem to be running inside a container 23:44:42 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:44:44 $ docker top 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:44:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:44 [ssh-agent] Looking for ssh-agent implementation... 23:44:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:44 $ docker exec 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent 23:44:45 SSH_AUTH_SOCK=/tmp/ssh-OfB7D4zSxNi4/agent.11 23:44:45 SSH_AGENT_PID=16 23:44:45 Running ssh-add (command line suppressed) 23:44:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7629114116381475291.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7629114116381475291.key) 23:44:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:45 + git describe --exact-match --tags HEAD 23:44:45 fatal: No names found, cannot describe anything. [Pipeline] } 23:44:45 $ docker exec --env ******** --env ******** 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent -k 23:44:45 unset SSH_AUTH_SOCK; 23:44:45 unset SSH_AGENT_PID; 23:44:45 echo Agent pid 16 killed; 23:44:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 23:44:45 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 23:44:45 This usually means this commit has not been tagged. [Pipeline] sshagent 23:44:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:46 [ssh-agent] Looking for ssh-agent implementation... 23:44:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:46 $ docker exec 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent 23:44:46 SSH_AUTH_SOCK=/tmp/ssh-WQ12PUS2wmxt/agent.44 23:44:46 SSH_AGENT_PID=49 23:44:46 Running ssh-add (command line suppressed) 23:44:46 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_154629286604199216.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_154629286604199216.key) 23:44:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:46 + git semver init 23:44:46 # -> Open(): unable to determine branch for HEAD 23:44:46 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:44:46 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:44:46 # $SEMVER_REMOTE_NAME = origin 23:44:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:44:46 # $SEMVER_USER_NAME = edgex-jenkins 23:44:46 # $SEMVER_BRANCH = master 23:44:46 # $SEMVER_TEMP = /tmp/semver-222339484 23:44:46 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 23:44:47 # '/tmp/semver-222339484' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 23:44:47 # -> Force: false 23:44:47 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 23:44:47 $ docker exec --env ******** --env ******** 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb ssh-agent -k 23:44:47 unset SSH_AUTH_SOCK; 23:44:47 unset SSH_AGENT_PID; 23:44:47 echo Agent pid 49 killed; 23:44:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:44:48 + git semver [Pipeline] } 23:44:48 $ docker stop --time=1 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb 23:44:49 $ docker rm -f 574a17f5ea6e32b55343c83438d32aff0a182b6f465fae7ecc0fec54d8a2d9bb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 23:44:50 Stashed 27 file(s) [Pipeline] echo 23:44:50 [edgeXSemver]: initialized semver on version 1.2.4-dev.8 [Pipeline] echo 23:44:50 Archived original version: [1.2.4-dev.8] [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 23:45:05 Still waiting to schedule task 23:45:05 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:45:05 Still waiting to schedule task 23:45:05 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-943’ 23:46:37 Running on prd-centos7-docker-4c-2g-946 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 23:46:37 Running in /w/workspace/device-sdk-go/58 [Pipeline] { [Pipeline] checkout 23:46:44 using credential edgex-jenkins-ssh 23:46:44 Cloning the remote Git repository 23:46:44 Cloning with configured refspecs honoured and without tags 23:46:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 23:46:44 > git init /w/workspace/device-sdk-go/58 # timeout=10 23:46:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:46:45 > git --version # timeout=10 23:46:45 > git --version # 'git version 2.16.5' 23:46:45 using GIT_SSH to set credentials SSH Credentials for GitHub 23:46:45 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:46:47 Fetching without tags 23:46:47 Checking out Revision 7ebf8157bed3f29606eb8346b104e57a74818c1e (master) 23:46:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:46:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:46:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:46:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:46:47 using GIT_SSH to set credentials SSH Credentials for GitHub 23:46:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:46:47 > git config core.sparsecheckout # timeout=10 23:46:47 > git checkout -f 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 23:46:52 Commit message: "Merge pull request #576 from jpwhitemn/upd-readme-versioning" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:46:53 ========================================================= 23:46:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:46:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:46:54 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 23:46:55 Sending build context to Docker daemon 3.123MB 23:46:55 Step 1/8 : ARG BASE=golang:1.13-alpine 23:46:55 Step 2/8 : FROM ${BASE} 23:46:55 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:46:55 df20fa9351a1: Pulling fs layer 23:46:55 ed8968b2872e: Pulling fs layer 23:46:55 a92cc7c5fd73: Pulling fs layer 23:46:55 2dd03ba5bac4: Pulling fs layer 23:46:55 1e091d79d1de: Pulling fs layer 23:46:55 481702a1767f: Pulling fs layer 23:46:55 f64a6f60c768: Pulling fs layer 23:46:55 e78d2573fc39: Pulling fs layer 23:46:55 e876d2f968b6: Pulling fs layer 23:46:55 ce8a83651883: Pulling fs layer 23:46:55 07967f4d0e4b: Pulling fs layer 23:46:55 f64a6f60c768: Waiting 23:46:55 e78d2573fc39: Waiting 23:46:55 e876d2f968b6: Waiting 23:46:55 ce8a83651883: Waiting 23:46:55 07967f4d0e4b: Waiting 23:46:55 2dd03ba5bac4: Waiting 23:46:55 1e091d79d1de: Waiting 23:46:55 481702a1767f: Waiting 23:46:55 a92cc7c5fd73: Download complete 23:46:55 ed8968b2872e: Download complete 23:46:55 1e091d79d1de: Verifying Checksum 23:46:55 1e091d79d1de: Download complete 23:46:55 481702a1767f: Verifying Checksum 23:46:55 481702a1767f: Download complete 23:46:55 df20fa9351a1: Download complete 23:46:58 df20fa9351a1: Pull complete 23:46:58 f64a6f60c768: Download complete 23:46:58 e876d2f968b6: Verifying Checksum 23:46:58 e876d2f968b6: Download complete 23:46:59 ed8968b2872e: Pull complete 23:46:59 e78d2573fc39: Verifying Checksum 23:46:59 e78d2573fc39: Download complete 23:46:59 2dd03ba5bac4: Verifying Checksum 23:46:59 2dd03ba5bac4: Download complete 23:46:59 a92cc7c5fd73: Pull complete 23:46:59 07967f4d0e4b: Verifying Checksum 23:46:59 07967f4d0e4b: Download complete 23:47:00 ce8a83651883: Verifying Checksum 23:47:00 ce8a83651883: Download complete 23:47:10 2dd03ba5bac4: Pull complete 23:47:10 1e091d79d1de: Pull complete 23:47:10 481702a1767f: Pull complete 23:47:15 f64a6f60c768: Pull complete 23:47:20 e78d2573fc39: Pull complete 23:47:20 e876d2f968b6: Pull complete 23:47:21 ce8a83651883: Pull complete 23:47:21 07967f4d0e4b: Pull complete 23:47:21 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 23:47:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:47:21 ---> 5d7c900382c6 23:47:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:47:23 ---> Running in 5adc7d4998b8 23:47:23 Removing intermediate container 5adc7d4998b8 23:47:23 ---> f17b8c9b89f4 23:47:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:23 ---> Running in 71f0280db0dc 23:47:25 Removing intermediate container 71f0280db0dc 23:47:25 ---> b2ce6ece31d9 23:47:25 Step 5/8 : RUN apk add --no-cache make git 23:47:25 ---> Running in 964796e3b26c 23:47:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:47:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:47:27 OK: 166 MiB in 39 packages 23:47:28 Removing intermediate container 964796e3b26c 23:47:28 ---> a6fe79b7af65 23:47:28 Step 6/8 : WORKDIR /device-sdk-go 23:47:28 ---> Running in 14b977d4ca8f 23:47:28 Removing intermediate container 14b977d4ca8f 23:47:28 ---> e15d6e53e80b 23:47:28 Step 7/8 : COPY . . 23:47:29 ---> bdd30a3f3919 23:47:29 Step 8/8 : RUN go mod download 23:47:29 ---> Running in 91180f4d506b 23:47:32 go: finding github.com/BurntSushi/toml v0.3.1 23:47:32 go: finding github.com/OneOfOne/xxhash v1.2.6 23:47:32 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:47:32 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:47:32 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:47:32 go: finding github.com/bgentry/speakeasy v0.1.0 23:47:32 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:47:32 go: finding github.com/davecgh/go-spew v1.1.1 23:47:32 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 23:47:32 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:47:32 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:47:32 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:47:32 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:47:32 go: finding github.com/fatih/color v1.7.0 23:47:32 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:47:32 go: finding github.com/go-kit/kit v0.8.0 23:47:32 go: finding github.com/go-logfmt/logfmt v0.4.0 23:47:32 go: finding github.com/go-stack/stack v1.8.0 23:47:32 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:47:32 go: finding github.com/google/uuid v1.1.0 23:47:32 go: finding github.com/gorilla/mux v1.7.1 23:47:32 go: finding github.com/hashicorp/consul/api v1.1.0 23:47:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:47:33 go: finding github.com/hashicorp/errwrap v1.0.0 23:47:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:47:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:47:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:47:33 go: finding github.com/hashicorp/go-multierror v1.0.0 23:47:33 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:47:33 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:47:33 go: finding github.com/hashicorp/go-syslog v1.0.0 23:47:33 go: finding github.com/hashicorp/go-uuid v1.0.1 23:47:33 go: finding github.com/hashicorp/go.net v0.0.1 23:47:33 go: finding github.com/hashicorp/golang-lru v0.5.0 23:47:33 go: finding github.com/hashicorp/logutils v1.0.0 23:47:33 go: finding github.com/hashicorp/mdns v1.0.0 23:47:33 go: finding github.com/hashicorp/memberlist v0.1.3 23:47:33 go: finding github.com/hashicorp/serf v0.8.2 23:47:33 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:47:33 go: finding github.com/mattn/go-colorable v0.0.9 23:47:33 go: finding github.com/mattn/go-isatty v0.0.3 23:47:33 go: finding github.com/miekg/dns v1.0.14 23:47:33 go: finding github.com/mitchellh/cli v1.0.0 23:47:33 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:47:33 go: finding github.com/mitchellh/copystructure v1.0.0 23:47:33 go: finding github.com/mitchellh/go-homedir v1.0.0 23:47:33 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:47:33 go: finding github.com/mitchellh/gox v0.4.0 23:47:33 go: finding github.com/mitchellh/iochan v1.0.0 23:47:33 go: finding github.com/mitchellh/mapstructure v1.1.2 23:47:33 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:47:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:47:34 go: finding github.com/pelletier/go-toml v1.2.0 23:47:34 go: finding github.com/pkg/errors v0.8.1 23:47:34 go: finding github.com/pmezard/go-difflib v1.0.0 23:47:34 go: finding github.com/posener/complete v1.1.1 23:47:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:47:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:47:34 go: finding github.com/stretchr/objx v0.1.0 23:47:34 go: finding github.com/stretchr/testify v1.5.1 23:47:34 go: finding github.com/ugorji/go v1.1.4 23:47:34 go: finding github.com/x448/float16 v0.8.4 23:47:34 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:47:34 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 23:47:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:47:34 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:47:34 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 23:47:34 go: finding gopkg.in/yaml.v2 v2.2.8 23:47:43 Removing intermediate container 91180f4d506b 23:47:43 ---> 84da8d02e0ba 23:47:43 Successfully built 84da8d02e0ba 23:47:43 Successfully tagged ci-base-image-x86_64:latest [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 23:47:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:47:44 + ls -al . 23:47:44 total 64 23:47:44 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 31 23:46 . 23:47:44 drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 23:46 .. 23:47:44 drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 23:46 bin 23:47:44 -rw-rw-r--. 1 jenkins jenkins 936 Aug 31 23:46 Dockerfile.build 23:47:44 -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 23:46 .dockerignore 23:47:44 drwxrwxr-x. 4 jenkins jenkins 48 Aug 31 23:46 example 23:47:44 drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 23:46 .git 23:47:44 drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 23:46 .github 23:47:44 -rw-rw-r--. 1 jenkins jenkins 138 Aug 31 23:46 .gitignore 23:47:44 -rw-rw-r--. 1 jenkins jenkins 446 Aug 31 23:46 go.mod 23:47:44 drwxrwxr-x. 13 jenkins jenkins 184 Aug 31 23:46 internal 23:47:44 -rw-rw-r--. 1 jenkins jenkins 808 Aug 31 23:46 Jenkinsfile 23:47:44 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 31 23:46 LICENSE 23:47:44 -rw-rw-r--. 1 jenkins jenkins 892 Aug 31 23:46 Makefile 23:47:44 drwxrwxr-x. 4 jenkins jenkins 26 Aug 31 23:46 openapi 23:47:44 drwxrwxr-x. 5 jenkins jenkins 50 Aug 31 23:46 pkg 23:47:44 -rw-rw-r--. 1 jenkins jenkins 5897 Aug 31 23:46 README.md 23:47:44 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 31 23:46 RELEASE-NOTES.txt 23:47:44 drwxrwxr-x. 3 jenkins jenkins 44 Aug 31 23:46 .semver 23:47:44 drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 23:46 snap 23:47:44 -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 23:44 VERSION 23:47:44 -rw-rw-r--. 1 jenkins jenkins 222 Aug 31 23:46 version.go [Pipeline] isUnix [Pipeline] sh 23:47:45 + 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=7ebf8157bed3f29606eb8346b104e57a74818c1e --label arch=amd64 --label version=1.2.4-dev.8 . 23:47:45 Sending build context to Docker daemon 3.123MB 23:47:45 Step 1/24 : ARG BASE=golang:1.13-alpine 23:47:45 Step 2/24 : FROM ${BASE} AS builder 23:47:45 ---> 84da8d02e0ba 23:47:45 Step 3/24 : ARG MAKE='make build' 23:47:46 ---> Running in 3b0ed060399f 23:47:46 Removing intermediate container 3b0ed060399f 23:47:46 ---> 87589671e3ec 23:47:46 Step 4/24 : WORKDIR /device-sdk-go 23:47:46 ---> Running in edf4568900b2 23:47:46 Removing intermediate container edf4568900b2 23:47:46 ---> 22495d19cefd 23:47:46 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:47:46 ---> Running in 65ccbf81425b 23:47:46 Removing intermediate container 65ccbf81425b 23:47:46 ---> 2e993c118ab7 23:47:46 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:47:46 ---> Running in 4990ddb3d881 23:47:48 Removing intermediate container 4990ddb3d881 23:47:48 ---> c9d8b8ff017b 23:47:48 Step 7/24 : RUN apk add --update --no-cache make git 23:47:48 ---> Running in f62929dcaf1f 23:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:47:50 OK: 166 MiB in 39 packages 23:47:51 Removing intermediate container f62929dcaf1f 23:47:51 ---> de96d2df51dd 23:47:51 Step 8/24 : COPY . . 23:47:52 ---> d3bc48144cde 23:47:52 Step 9/24 : RUN ${MAKE} 23:47:52 ---> Running in e927c8c645ea 23:47:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 23:48:08 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 23:48:10 Removing intermediate container e927c8c645ea 23:48:10 ---> e39309c1afa5 23:48:10 Step 10/24 : FROM scratch 23:48:10 ---> 23:48:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:48:10 ---> Running in 9bfb79e06b38 23:48:10 Removing intermediate container 9bfb79e06b38 23:48:10 ---> e505fbf31892 23:48:10 Step 12/24 : ENV APP_PORT=49990 23:48:10 ---> Running in fdb282dc1f7f 23:48:11 Removing intermediate container fdb282dc1f7f 23:48:11 ---> d6a8e1fe1dff 23:48:11 Step 13/24 : EXPOSE $APP_PORT 23:48:11 ---> Running in 22891f55b1c8 23:48:11 Removing intermediate container 22891f55b1c8 23:48:11 ---> 562784ec6fc3 23:48:11 Step 14/24 : WORKDIR / 23:48:11 ---> Running in d9bee1db3e60 23:48:11 Removing intermediate container d9bee1db3e60 23:48:11 ---> 4852ea12b180 23:48:11 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 23:48:12 ---> 567791e4d198 23:48:12 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 23:48:12 ---> 73d2d796d1a7 23:48:12 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 23:48:12 ---> 28ee3c1019c9 23:48:12 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 23:48:13 ---> 7d52e9557094 23:48:13 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 23:48:13 ---> da970a859499 23:48:13 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 23:48:13 ---> Running in 2212ad0ae9b7 23:48:13 Removing intermediate container 2212ad0ae9b7 23:48:13 ---> 011ae893fd40 23:48:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:48:13 ---> Running in 9a5c5f052757 23:48:13 Removing intermediate container 9a5c5f052757 23:48:13 ---> 250778b088a7 23:48:13 Step 22/24 : LABEL arch=amd64 23:48:13 ---> Running in b151a1739f1d 23:48:14 Removing intermediate container b151a1739f1d 23:48:14 ---> 46a43490f033 23:48:14 Step 23/24 : LABEL git_sha=7ebf8157bed3f29606eb8346b104e57a74818c1e 23:48:14 ---> Running in adfd5ceea1e7 23:48:14 Removing intermediate container adfd5ceea1e7 23:48:14 ---> db2ca5e68de9 23:48:14 Step 24/24 : LABEL version=1.2.4-dev.8 23:48:14 ---> Running in c10cb1e91439 23:48:14 Removing intermediate container c10cb1e91439 23:48:14 ---> 61e5c333eac1 23:48:14 [Warning] One or more build-args [ARCH] were not consumed 23:48:14 Successfully built 61e5c333eac1 23:48:14 Successfully tagged docker-device-sdk-simple: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] } 23:48:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-947 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 23:48:29 Running in /w/workspace/device-sdk-go/58 [Pipeline] { [Pipeline] checkout 23:48:34 using credential edgex-jenkins-ssh 23:48:34 Cloning the remote Git repository 23:48:34 Cloning with configured refspecs honoured and without tags 23:48:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 23:48:34 > git init /w/workspace/device-sdk-go/58 # timeout=10 23:48:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:48:34 > git --version # timeout=10 23:48:35 Fetching without tags 23:48:34 > git --version # 'git version 2.17.1' 23:48:34 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:34 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:48:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:48:35 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:48:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:48:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:48:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:48:35 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:48:36 Checking out Revision 7ebf8157bed3f29606eb8346b104e57a74818c1e (master) 23:48:36 > git config core.sparsecheckout # timeout=10 23:48:36 > git checkout -f 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 23:48:40 Commit message: "Merge pull request #576 from jpwhitemn/upd-readme-versioning" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:48:42 ========================================================= 23:48:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:48:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:48:43 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 23:48:44 Sending build context to Docker daemon 3.125MB 23:48:44 Step 1/8 : ARG BASE=golang:1.13-alpine 23:48:44 Step 2/8 : FROM ${BASE} 23:48:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:48:44 b538f80385f9: Pulling fs layer 23:48:44 74f711af9a0d: Pulling fs layer 23:48:44 99f96fe45779: Pulling fs layer 23:48:44 fd7a069fd194: Pulling fs layer 23:48:44 66aa3694b03b: Pulling fs layer 23:48:44 170f70906a0f: Pulling fs layer 23:48:44 ad7c5574e4b9: Pulling fs layer 23:48:44 e772456be8f7: Pulling fs layer 23:48:44 c890913d741a: Pulling fs layer 23:48:44 2480fcc9aa5a: Pulling fs layer 23:48:44 09adf4765672: Pulling fs layer 23:48:44 fd7a069fd194: Waiting 23:48:44 66aa3694b03b: Waiting 23:48:44 170f70906a0f: Waiting 23:48:44 ad7c5574e4b9: Waiting 23:48:44 e772456be8f7: Waiting 23:48:44 c890913d741a: Waiting 23:48:44 2480fcc9aa5a: Waiting 23:48:44 09adf4765672: Waiting 23:48:44 99f96fe45779: Verifying Checksum 23:48:44 99f96fe45779: Download complete 23:48:44 74f711af9a0d: Download complete 23:48:44 66aa3694b03b: Verifying Checksum 23:48:44 66aa3694b03b: Download complete 23:48:44 170f70906a0f: Verifying Checksum 23:48:44 170f70906a0f: Download complete 23:48:44 b538f80385f9: Verifying Checksum 23:48:44 b538f80385f9: Download complete 23:48:45 b538f80385f9: Pull complete 23:48:46 74f711af9a0d: Pull complete 23:48:46 99f96fe45779: Pull complete 23:48:47 ad7c5574e4b9: Verifying Checksum 23:48:47 ad7c5574e4b9: Download complete 23:48:47 c890913d741a: Verifying Checksum 23:48:47 c890913d741a: Download complete 23:48:49 e772456be8f7: Verifying Checksum 23:48:49 e772456be8f7: Download complete 23:48:49 2480fcc9aa5a: Verifying Checksum 23:48:49 2480fcc9aa5a: Download complete 23:48:49 09adf4765672: Verifying Checksum 23:48:49 09adf4765672: Download complete 23:48:50 fd7a069fd194: Verifying Checksum 23:48:50 fd7a069fd194: Download complete 23:49:02 fd7a069fd194: Pull complete 23:49:02 66aa3694b03b: Pull complete 23:49:02 170f70906a0f: Pull complete 23:49:06 ad7c5574e4b9: Pull complete 23:49:11 e772456be8f7: Pull complete 23:49:11 c890913d741a: Pull complete 23:49:13 2480fcc9aa5a: Pull complete 23:49:14 09adf4765672: Pull complete 23:49:14 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 23:49:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:49:14 ---> 2248a725d1cf 23:49:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:49:18 ---> Running in fbfd0d7e01f8 23:49:18 Removing intermediate container fbfd0d7e01f8 23:49:18 ---> 527cf4c663e0 23:49:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:49:18 ---> Running in a0485b1430a5 23:49:21 Removing intermediate container a0485b1430a5 23:49:21 ---> 538b6a56dff9 23:49:21 Step 5/8 : RUN apk add --no-cache make git 23:49:21 ---> Running in 8de2f9d15cf2 23:49:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:49:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:49:24 OK: 142 MiB in 39 packages 23:49:25 Removing intermediate container 8de2f9d15cf2 23:49:25 ---> 14d44a9f34a1 23:49:25 Step 6/8 : WORKDIR /device-sdk-go 23:49:25 ---> Running in a554d5036233 23:49:26 Removing intermediate container a554d5036233 23:49:26 ---> f6a8feb485f2 23:49:26 Step 7/8 : COPY . . 23:49:27 ---> 6bf1c334ffa1 23:49:27 Step 8/8 : RUN go mod download 23:49:27 ---> Running in 5b13a6e0831b 23:49:30 go: finding github.com/BurntSushi/toml v0.3.1 23:49:30 go: finding github.com/OneOfOne/xxhash v1.2.6 23:49:30 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:49:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:49:30 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:49:30 go: finding github.com/bgentry/speakeasy v0.1.0 23:49:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:49:30 go: finding github.com/davecgh/go-spew v1.1.1 23:49:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 23:49:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:49:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:49:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:49:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:49:30 go: finding github.com/fatih/color v1.7.0 23:49:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:49:31 go: finding github.com/go-kit/kit v0.8.0 23:49:31 go: finding github.com/go-logfmt/logfmt v0.4.0 23:49:31 go: finding github.com/go-stack/stack v1.8.0 23:49:31 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:49:31 go: finding github.com/google/uuid v1.1.0 23:49:31 go: finding github.com/gorilla/mux v1.7.1 23:49:31 go: finding github.com/hashicorp/consul/api v1.1.0 23:49:31 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:49:31 go: finding github.com/hashicorp/errwrap v1.0.0 23:49:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:49:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:49:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:49:31 go: finding github.com/hashicorp/go-multierror v1.0.0 23:49:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:49:31 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:49:31 go: finding github.com/hashicorp/go-syslog v1.0.0 23:49:31 go: finding github.com/hashicorp/go-uuid v1.0.1 23:49:31 go: finding github.com/hashicorp/go.net v0.0.1 23:49:31 go: finding github.com/hashicorp/golang-lru v0.5.0 23:49:31 go: finding github.com/hashicorp/logutils v1.0.0 23:49:31 go: finding github.com/hashicorp/mdns v1.0.0 23:49:31 go: finding github.com/hashicorp/memberlist v0.1.3 23:49:31 go: finding github.com/hashicorp/serf v0.8.2 23:49:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:49:31 go: finding github.com/mattn/go-colorable v0.0.9 23:49:31 go: finding github.com/mattn/go-isatty v0.0.3 23:49:32 go: finding github.com/miekg/dns v1.0.14 23:49:32 go: finding github.com/mitchellh/cli v1.0.0 23:49:32 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:49:32 go: finding github.com/mitchellh/copystructure v1.0.0 23:49:32 go: finding github.com/mitchellh/go-homedir v1.0.0 23:49:32 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:49:32 go: finding github.com/mitchellh/gox v0.4.0 23:49:32 go: finding github.com/mitchellh/iochan v1.0.0 23:49:32 go: finding github.com/mitchellh/mapstructure v1.1.2 23:49:32 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:49:32 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:49:32 go: finding github.com/pelletier/go-toml v1.2.0 23:49:32 go: finding github.com/pkg/errors v0.8.1 23:49:32 go: finding github.com/pmezard/go-difflib v1.0.0 23:49:32 go: finding github.com/posener/complete v1.1.1 23:49:32 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:49:32 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:49:32 go: finding github.com/stretchr/objx v0.1.0 23:49:32 go: finding github.com/stretchr/testify v1.5.1 23:49:32 go: finding github.com/ugorji/go v1.1.4 23:49:32 go: finding github.com/x448/float16 v0.8.4 23:49:32 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:49:32 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 23:49:32 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:49:32 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:49:32 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 23:49:32 go: finding gopkg.in/yaml.v2 v2.2.8 23:49:43 Removing intermediate container 5b13a6e0831b 23:49:43 ---> 2771526e9d08 23:49:43 Successfully built 2771526e9d08 23:49:43 Successfully tagged ci-base-image-arm64:latest [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 23:49:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:49:44 + ls -al . 23:49:44 total 104 23:49:44 drwxrwxr-x 11 jenkins jenkins 4096 Aug 31 23:48 . 23:49:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 .. 23:49:44 -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 23:48 .dockerignore 23:49:44 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 23:48 .git 23:49:44 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 23:48 .github 23:49:44 -rw-rw-r-- 1 jenkins jenkins 138 Aug 31 23:48 .gitignore 23:49:44 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 23:48 .semver 23:49:44 -rw-rw-r-- 1 jenkins jenkins 936 Aug 31 23:48 Dockerfile.build 23:49:44 -rw-rw-r-- 1 jenkins jenkins 808 Aug 31 23:48 Jenkinsfile 23:49:44 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 31 23:48 LICENSE 23:49:44 -rw-rw-r-- 1 jenkins jenkins 892 Aug 31 23:48 Makefile 23:49:44 -rw-rw-r-- 1 jenkins jenkins 5897 Aug 31 23:48 README.md 23:49:44 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 31 23:48 RELEASE-NOTES.txt 23:49:44 -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 23:44 VERSION 23:49:44 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 23:48 bin 23:49:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 example 23:49:44 -rw-rw-r-- 1 jenkins jenkins 446 Aug 31 23:48 go.mod 23:49:44 drwxrwxr-x 13 jenkins jenkins 4096 Aug 31 23:48 internal 23:49:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 openapi 23:49:44 drwxrwxr-x 5 jenkins jenkins 4096 Aug 31 23:48 pkg 23:49:44 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 23:48 snap 23:49:44 -rw-rw-r-- 1 jenkins jenkins 222 Aug 31 23:48 version.go [Pipeline] isUnix [Pipeline] sh 23:49:44 + 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=7ebf8157bed3f29606eb8346b104e57a74818c1e --label arch=arm64 --label version=1.2.4-dev.8 . 23:49:45 Sending build context to Docker daemon 3.125MB 23:49:45 Step 1/24 : ARG BASE=golang:1.13-alpine 23:49:45 Step 2/24 : FROM ${BASE} AS builder 23:49:45 ---> 2771526e9d08 23:49:45 Step 3/24 : ARG MAKE='make build' 23:49:45 ---> Running in a79a7dd2ac81 23:49:45 Removing intermediate container a79a7dd2ac81 23:49:45 ---> 258b51e821d9 23:49:45 Step 4/24 : WORKDIR /device-sdk-go 23:49:45 ---> Running in e29ae81b87d0 23:49:46 Removing intermediate container e29ae81b87d0 23:49:46 ---> 1119bcbe27f6 23:49:46 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:49:46 ---> Running in 5f26a637f80f 23:49:47 Removing intermediate container 5f26a637f80f 23:49:47 ---> 09f195457e02 23:49:47 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:49:47 ---> Running in 64d03a8fb368 23:49:49 Removing intermediate container 64d03a8fb368 23:49:49 ---> 68fcfa2467e8 23:49:49 Step 7/24 : RUN apk add --update --no-cache make git 23:49:49 ---> Running in d437b3cc43bd 23:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:49:52 OK: 142 MiB in 39 packages 23:49:53 Removing intermediate container d437b3cc43bd 23:49:53 ---> a6a87d2f5aea 23:49:53 Step 8/24 : COPY . . 23:49:54 ---> 22bd216b26d6 23:49:54 Step 9/24 : RUN ${MAKE} 23:49:54 ---> Running in 5e833b9a3b97 23:49:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.8" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 23:50:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 23:50:22 Removing intermediate container 5e833b9a3b97 23:50:22 ---> bb977c90f6ae 23:50:22 Step 10/24 : FROM scratch 23:50:22 ---> 23:50:22 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:50:22 ---> Running in 161165f954d3 23:50:22 Removing intermediate container 161165f954d3 23:50:22 ---> c86b4e5a17ba 23:50:22 Step 12/24 : ENV APP_PORT=49990 23:50:22 ---> Running in e57d7758015a 23:50:22 Removing intermediate container e57d7758015a 23:50:22 ---> ecfb3e5743fe 23:50:22 Step 13/24 : EXPOSE $APP_PORT 23:50:23 ---> Running in f26f78d4d1c1 23:50:23 Removing intermediate container f26f78d4d1c1 23:50:23 ---> c36cc909180b 23:50:23 Step 14/24 : WORKDIR / 23:50:23 ---> Running in b9550ad3dea2 23:50:23 Removing intermediate container b9550ad3dea2 23:50:23 ---> 21f1c60f6e91 23:50:23 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 23:50:25 ---> afc6b2ac22e1 23:50:25 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 23:50:25 ---> 48dc009b37ab 23:50:25 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 23:50:26 ---> 533bf4403e3f 23:50:26 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 23:50:27 ---> 4078d7295918 23:50:27 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 23:50:28 ---> 00e3028d16c1 23:50:28 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 23:50:28 ---> Running in 59c69304b94e 23:50:28 Removing intermediate container 59c69304b94e 23:50:28 ---> b4dac2c33f6f 23:50:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:50:28 ---> Running in 2997e4014a4b 23:50:29 Removing intermediate container 2997e4014a4b 23:50:29 ---> 33f4c2017a35 23:50:29 Step 22/24 : LABEL arch=arm64 23:50:29 ---> Running in ad85cbd4d82b 23:50:30 Removing intermediate container ad85cbd4d82b 23:50:30 ---> 8355bc8aec1f 23:50:30 Step 23/24 : LABEL git_sha=7ebf8157bed3f29606eb8346b104e57a74818c1e 23:50:30 ---> Running in ed7a125cb2eb 23:50:30 Removing intermediate container ed7a125cb2eb 23:50:30 ---> c00e1479ca63 23:50:30 Step 24/24 : LABEL version=1.2.4-dev.8 23:50:30 ---> Running in 15e3a55e9303 23:50:31 Removing intermediate container 15e3a55e9303 23:50:31 ---> 1f9c9f8db603 23:50:31 [Warning] One or more build-args [ARCH] were not consumed 23:50:31 Successfully built 1f9c9f8db603 23:50:31 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 23:50:33 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:50:33 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:50:33 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:50:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:50:33 23:50:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:50:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:50:33 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:50:33 cbdbe7a5bc2a: Pulling fs layer 23:50:33 408f87550127: Pulling fs layer 23:50:33 fe522b08c979: Pulling fs layer 23:50:33 221eaa008020: Pulling fs layer 23:50:33 2a4607e5d6b9: Pulling fs layer 23:50:33 8f79b27c4fd2: Pulling fs layer 23:50:33 e5c8dbe1645b: Pulling fs layer 23:50:33 23e8b3b47431: Pulling fs layer 23:50:33 5c568d65a230: Pulling fs layer 23:50:33 8f79b27c4fd2: Waiting 23:50:33 e5c8dbe1645b: Waiting 23:50:33 23e8b3b47431: Waiting 23:50:33 5c568d65a230: Waiting 23:50:33 221eaa008020: Waiting 23:50:33 2a4607e5d6b9: Waiting 23:50:33 fe522b08c979: Verifying Checksum 23:50:33 fe522b08c979: Download complete 23:50:33 408f87550127: Verifying Checksum 23:50:33 408f87550127: Download complete 23:50:33 2a4607e5d6b9: Verifying Checksum 23:50:33 2a4607e5d6b9: Download complete 23:50:33 8f79b27c4fd2: Verifying Checksum 23:50:33 8f79b27c4fd2: Download complete 23:50:33 cbdbe7a5bc2a: Download complete 23:50:34 e5c8dbe1645b: Download complete 23:50:34 cbdbe7a5bc2a: Pull complete 23:50:34 23e8b3b47431: Verifying Checksum 23:50:34 23e8b3b47431: Download complete 23:50:34 408f87550127: Pull complete 23:50:35 5c568d65a230: Verifying Checksum 23:50:35 5c568d65a230: Download complete 23:50:35 fe522b08c979: Pull complete 23:50:35 221eaa008020: Download complete 23:50:40 221eaa008020: Pull complete 23:50:40 2a4607e5d6b9: Pull complete 23:50:40 8f79b27c4fd2: Pull complete 23:50:42 e5c8dbe1645b: Pull complete 23:50:45 23e8b3b47431: Pull complete 23:50:47 5c568d65a230: Pull complete 23:50:47 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:50:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:50:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:50:47 prd-centos7-docker-4c-2g-944 does not seem to be running inside a container 23:50:47 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 23:50:48 $ docker top 808b40e947c29195450475d215e89c141f04ef36de9b1550b428fb32dcd95e63 -eo pid,comm [Pipeline] { [Pipeline] sh 23:50:48 + snyk monitor '--org=edgex-jenkins' 23:50:52 23:50:52 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 23:50:52 23:50:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/97b23f0a-4c4d-42b9-8372-c4b2e2bf12de 23:50:52 23:50:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:50:52 23:50:52 23:50:52 Snyk CLI supports Node.js 8 and higher. 23:50:52 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:50:52 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:50:52 23:50:52 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:50:52 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 23:50:52 $ docker stop --time=1 808b40e947c29195450475d215e89c141f04ef36de9b1550b428fb32dcd95e63 23:50:54 $ docker rm -f 808b40e947c29195450475d215e89c141f04ef36de9b1550b428fb32dcd95e63 [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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 23:50:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:50:56 . [Pipeline] withDockerContainer 23:50:56 prd-centos7-docker-4c-2g-944 does not seem to be running inside a container 23:50:56 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:50:57 $ docker top 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:50:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:50:57 [ssh-agent] Looking for ssh-agent implementation... 23:50:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:50:57 $ docker exec 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 ssh-agent 23:50:58 SSH_AUTH_SOCK=/tmp/ssh-87lWXbslKy7N/agent.11 23:50:58 SSH_AGENT_PID=16 23:50:58 Running ssh-add (command line suppressed) 23:50:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8406462327352563522.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8406462327352563522.key) 23:50:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:50:58 + git semver tag 23:50:58 # -> Open(): unable to determine branch for HEAD 23:50:58 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:50:58 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:50:58 # $SEMVER_REMOTE_NAME = origin 23:50:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:50:58 # $SEMVER_USER_NAME = edgex-jenkins 23:50:58 # $SEMVER_BRANCH = master 23:50:58 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 23:50:58 # 7ebf8157bed3f29606eb8346b104e57a74818c1e HEAD 23:50:58 # -> Force: false 23:50:58 # 53f3e4511fbbf87122f1fd2596f94ac78e9578e7 refs/tags/v1.2.4-dev.8 [Pipeline] } 23:50:58 $ docker exec --env ******** --env ******** 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 ssh-agent -k 23:50:58 unset SSH_AUTH_SOCK; 23:50:58 unset SSH_AGENT_PID; 23:50:58 echo Agent pid 16 killed; 23:50:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:50:59 + git semver [Pipeline] } 23:50:59 $ docker stop --time=1 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 23:51:00 $ docker rm -f 254c45c9fc75ecf463662b9b208e92c8425dc9ded8d5153973bd7063a539c717 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:51:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:51:01 23:51:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:51:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:51:01 0.23.1-centos7: Pulling from edgex-lftools 23:51:01 ab5ef0e58194: Pulling fs layer 23:51:01 9712f1f96733: Pulling fs layer 23:51:01 63f879dbbcfc: Pulling fs layer 23:51:01 0d9ebad4ef96: Pulling fs layer 23:51:01 e9a5061849ea: Pulling fs layer 23:51:01 d747dcd14b5f: Pulling fs layer 23:51:01 2de7ff778b66: Pulling fs layer 23:51:01 e9a5061849ea: Waiting 23:51:01 d747dcd14b5f: Waiting 23:51:01 2de7ff778b66: Waiting 23:51:01 0d9ebad4ef96: Waiting 23:51:01 9712f1f96733: Verifying Checksum 23:51:01 9712f1f96733: Download complete 23:51:02 63f879dbbcfc: Verifying Checksum 23:51:02 63f879dbbcfc: Download complete 23:51:02 e9a5061849ea: Verifying Checksum 23:51:02 e9a5061849ea: Download complete 23:51:02 d747dcd14b5f: Verifying Checksum 23:51:02 d747dcd14b5f: Download complete 23:51:02 0d9ebad4ef96: Verifying Checksum 23:51:02 0d9ebad4ef96: Download complete 23:51:02 ab5ef0e58194: Verifying Checksum 23:51:02 ab5ef0e58194: Download complete 23:51:02 2de7ff778b66: Verifying Checksum 23:51:02 2de7ff778b66: Download complete 23:51:06 ab5ef0e58194: Pull complete 23:51:06 9712f1f96733: Pull complete 23:51:09 63f879dbbcfc: Pull complete 23:51:16 0d9ebad4ef96: Pull complete 23:51:16 e9a5061849ea: Pull complete 23:51:17 d747dcd14b5f: Pull complete 23:51:21 2de7ff778b66: Pull complete 23:51:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:51:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:51:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:51:21 prd-centos7-docker-4c-2g-944 does not seem to be running inside a container 23:51:21 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:51:24 $ docker top 1d971813c183377e912299f68e53b3dfeb6ae01bb8b105c746ec7594235f233b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:51:24 provisioning config files... 23:51:24 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8079077697231661654tmp 23:51:24 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7041698610407326620tmp 23:51:24 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7809194924915552535tmp [Pipeline] { [Pipeline] echo 23:51:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:51:25 ---> sigul-configuration.sh 23:51:25 gpg: directory `/root/.gnupg' created 23:51:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:51:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:51:25 gpg: keyring `/root/.gnupg/secring.gpg' created 23:51:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:51:25 gpg: CAST5 encrypted data 23:51:25 gpg: encrypted with 1 passphrase 23:51:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:51:25 + mkdir /home/jenkins 23:51:25 + mkdir /home/jenkins/sigul [Pipeline] sh 23:51:26 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 23:51:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:51:26 ---> sigul-install.sh 23:51:31 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:51:32 + git tag --list 23:51:32 v1.2.4-dev.8 [Pipeline] sh 23:51:32 + lftools sign git-tag v1.2.4-dev.8 23:51:33 Signing Git tag with Sigul... 23:51:33 Signing v1.2.4-dev.8 23:51:34 Error: Authentication failed [Pipeline] echo 23:51:34 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:51:34 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:51:34 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:51:34 $ docker stop --time=1 1d971813c183377e912299f68e53b3dfeb6ae01bb8b105c746ec7594235f233b 23:51:36 $ docker rm -f 1d971813c183377e912299f68e53b3dfeb6ae01bb8b105c746ec7594235f233b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:51:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:51:37 . [Pipeline] withDockerContainer 23:51:37 prd-centos7-docker-4c-2g-944 does not seem to be running inside a container 23:51:37 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:51:38 $ docker top d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:51:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:51:38 [ssh-agent] Looking for ssh-agent implementation... 23:51:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:51:38 $ docker exec d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 ssh-agent 23:51:38 SSH_AUTH_SOCK=/tmp/ssh-92XaMlowIUP6/agent.11 23:51:38 SSH_AGENT_PID=16 23:51:38 Running ssh-add (command line suppressed) 23:51:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8109831145985144692.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8109831145985144692.key) 23:51:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:51:39 + git semver bump pre 23:51:39 # -> Open(): unable to determine branch for HEAD 23:51:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:51:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:51:39 # $SEMVER_REMOTE_NAME = origin 23:51:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:51:39 # $SEMVER_USER_NAME = edgex-jenkins 23:51:39 # $SEMVER_BRANCH = master 23:51:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 23:51:39 1.2.4-dev.9 [Pipeline] } 23:51:39 $ docker exec --env ******** --env ******** d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 ssh-agent -k 23:51:39 unset SSH_AUTH_SOCK; 23:51:39 unset SSH_AGENT_PID; 23:51:39 echo Agent pid 16 killed; 23:51:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:51:40 + git semver [Pipeline] } 23:51:40 $ docker stop --time=1 d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 23:51:41 $ docker rm -f d70027b9aa2bf29646403e1d887e52c58bc11212786068f7453d24cacfa841f5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:51:41 . [Pipeline] withDockerContainer 23:51:41 prd-centos7-docker-4c-2g-944 does not seem to be running inside a container 23:51:42 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:51:42 $ docker top ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:51:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:51:42 [ssh-agent] Looking for ssh-agent implementation... 23:51:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:51:43 $ docker exec ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 ssh-agent 23:51:43 SSH_AUTH_SOCK=/tmp/ssh-PnZw7zgp27N4/agent.11 23:51:43 SSH_AGENT_PID=16 23:51:43 Running ssh-add (command line suppressed) 23:51:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1678887085529384463.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1678887085529384463.key) 23:51:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:51:43 + git semver push 23:51:43 # -> Open(): unable to determine branch for HEAD 23:51:43 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 23:51:43 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 23:51:43 # $SEMVER_REMOTE_NAME = origin 23:51:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:51:43 # $SEMVER_USER_NAME = edgex-jenkins 23:51:43 # $SEMVER_BRANCH = master 23:51:43 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 23:51:50 $ docker exec --env ******** --env ******** ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 ssh-agent -k 23:51:50 unset SSH_AUTH_SOCK; 23:51:50 unset SSH_AGENT_PID; 23:51:50 echo Agent pid 16 killed; 23:51:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:51:51 + git semver [Pipeline] } 23:51:51 $ docker stop --time=1 ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 23:51:52 $ docker rm -f ad87b7c2ddbf6f4c6309633f15e2bcdb257a09c141a98d3237f4372691e89f33 [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 23:51:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:51:54 ---> package-listing.sh 23:51:54 ++ facter osfamily 23:51:54 ++ tr '[:upper:]' '[:lower:]' 23:51:54 + OS_FAMILY=redhat 23:51:54 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 23:51:54 + START_PACKAGES=/tmp/packages_start.txt 23:51:54 + END_PACKAGES=/tmp/packages_end.txt 23:51:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:51:54 + PACKAGES=/tmp/packages_start.txt 23:51:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 23:51:54 + PACKAGES=/tmp/packages_end.txt 23:51:54 + case "${OS_FAMILY}" in 23:51:54 + rpm -qa 23:51:54 + sort 23:51:58 + '[' -f /tmp/packages_start.txt ']' 23:51:58 + '[' -f /tmp/packages_end.txt ']' 23:51:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:51:58 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 23:51:58 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 23:51:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:51:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:51:59 23:51:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:51:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:51:59 alpine: Pulling from edgex-lftools-log-publisher 23:51:59 c9b1b535fdd9: Pulling fs layer 23:51:59 2cc5ad85d9ab: Pulling fs layer 23:51:59 756a868c4378: Pulling fs layer 23:51:59 444b2fc9a129: Pulling fs layer 23:51:59 ea15f1150254: Pulling fs layer 23:51:59 41b27a9f41bf: Pulling fs layer 23:51:59 28c525ee5125: Pulling fs layer 23:51:59 094b1ea09ed8: Pulling fs layer 23:51:59 138eaada9080: Pulling fs layer 23:51:59 0622d0fa9048: Pulling fs layer 23:51:59 41b27a9f41bf: Waiting 23:51:59 28c525ee5125: Waiting 23:51:59 094b1ea09ed8: Waiting 23:51:59 138eaada9080: Waiting 23:51:59 0622d0fa9048: Waiting 23:51:59 444b2fc9a129: Waiting 23:51:59 ea15f1150254: Waiting 23:51:59 2cc5ad85d9ab: Verifying Checksum 23:51:59 2cc5ad85d9ab: Download complete 23:51:59 444b2fc9a129: Verifying Checksum 23:51:59 444b2fc9a129: Download complete 23:51:59 c9b1b535fdd9: Verifying Checksum 23:51:59 c9b1b535fdd9: Download complete 23:51:59 ea15f1150254: Verifying Checksum 23:51:59 ea15f1150254: Download complete 23:52:00 28c525ee5125: Download complete 23:52:00 c9b1b535fdd9: Pull complete 23:52:00 756a868c4378: Verifying Checksum 23:52:00 756a868c4378: Download complete 23:52:00 138eaada9080: Verifying Checksum 23:52:00 138eaada9080: Download complete 23:52:00 0622d0fa9048: Verifying Checksum 23:52:00 0622d0fa9048: Download complete 23:52:00 094b1ea09ed8: Verifying Checksum 23:52:00 094b1ea09ed8: Download complete 23:52:00 41b27a9f41bf: Verifying Checksum 23:52:00 41b27a9f41bf: Download complete 23:52:01 2cc5ad85d9ab: Pull complete 23:52:02 756a868c4378: Pull complete 23:52:02 444b2fc9a129: Pull complete 23:52:03 ea15f1150254: Pull complete 23:52:06 41b27a9f41bf: Pull complete 23:52:06 28c525ee5125: Pull complete 23:52:08 094b1ea09ed8: Pull complete 23:52:08 138eaada9080: Pull complete 23:52:08 0622d0fa9048: Pull complete 23:52:08 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 23:52:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:52:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:52:09 prd-centos7-docker-4c-2g-944 does not seem to be running inside a container 23:52:09 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:52:11 $ docker top acca447dae64276e5edee8f4f083456153cf0d066a1bc6f08d19f128a7027937 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:52:12 provisioning config files... 23:52:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9067789579357997041tmp [Pipeline] { [Pipeline] echo 23:52:12 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:52:12 ---> create-netrc.sh [Pipeline] echo 23:52:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:52:12 ---> logs-deploy.sh 23:52:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/58 23:52:12 INFO: archiving workspace using pattern(s): 23:52:13 Archives upload complete. 23:52:14 INFO: archiving logs to Nexus