Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abee7d5846637e135dd277469e99a0143c7ff265 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5569 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 abee7d5846637e135dd277469e99a0143c7ff265 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 Commit message: "feat: implement v2 command API (#619)" > git rev-list --no-walk 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T07:44:00.785Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T07:44:01.064Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T07:44:01.181Z] ========================================================= [2020-10-15T07:44:01.181Z] EdgeX Global Pipelines Version Info [2020-10-15T07:44:01.181Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:44:03.195Z] ------------------- [2020-10-15T07:44:03.195Z] stable info: [2020-10-15T07:44:03.195Z] ------------------- [2020-10-15T07:44:03.195Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T07:44:03.195Z] Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 [2020-10-15T07:44:03.195Z] Message: update stable to v1.0.142 [2020-10-15T07:44:03.769Z] ------------------- [2020-10-15T07:44:03.769Z] experimental info: [2020-10-15T07:44:03.769Z] ------------------- [2020-10-15T07:44:03.769Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T07:44:03.769Z] Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 [2020-10-15T07:44:03.769Z] Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-15T07:44:04.131Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-15T07:44:04.227Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-15T07:44:04.325Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T07:44:04.419Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T07:44:04.562Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T07:44:04.704Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T07:44:04.796Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T07:44:04.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T07:44:05.028Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-15T07:44:05.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T07:44:05.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T07:44:05.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-15T07:44:05.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T07:44:05.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T07:44:05.635Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T07:44:05.740Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T07:44:05.839Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T07:44:05.933Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-15T07:44:06.081Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T07:44:06.172Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-15T07:44:06.289Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T07:44:06.384Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T07:44:06.499Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-15T07:44:06.594Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-15T07:44:06.702Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-15T07:44:06.797Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-15T07:44:06.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-15T07:44:07.034Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-15T07:44:07.136Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = abee7d5846637e135dd277469e99a0143c7ff265 [Pipeline] echo [2020-10-15T07:44:07.231Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = abee7d5 [Pipeline] echo [2020-10-15T07:44:07.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-15T07:44:07.999Z] + git log --format=format:%s -1 abee7d5846637e135dd277469e99a0143c7ff265 [Pipeline] echo [2020-10-15T07:44:08.061Z] GIT_COMMIT: abee7d5846637e135dd277469e99a0143c7ff265, Commit Message: feat: implement v2 command API (#619) [Pipeline] echo [2020-10-15T07:44:08.132Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:44:08.729Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:44:08.729Z] [2020-10-15T07:44:08.729Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:44:09.164Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:44:09.164Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T07:44:09.164Z] 31603596830f: Pulling fs layer [2020-10-15T07:44:09.164Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T07:44:09.164Z] 6ca5941a6612: Pulling fs layer [2020-10-15T07:44:09.164Z] ecc8261a40a4: Pulling fs layer [2020-10-15T07:44:09.164Z] ecc8261a40a4: Waiting [2020-10-15T07:44:09.164Z] 2a8b12db71e7: Verifying Checksum [2020-10-15T07:44:09.164Z] 2a8b12db71e7: Download complete [2020-10-15T07:44:09.428Z] 31603596830f: Verifying Checksum [2020-10-15T07:44:09.428Z] 31603596830f: Download complete [2020-10-15T07:44:09.428Z] ecc8261a40a4: Verifying Checksum [2020-10-15T07:44:09.428Z] ecc8261a40a4: Download complete [2020-10-15T07:44:09.428Z] 6ca5941a6612: Verifying Checksum [2020-10-15T07:44:09.428Z] 6ca5941a6612: Download complete [2020-10-15T07:44:09.692Z] 31603596830f: Pull complete [2020-10-15T07:44:09.692Z] 2a8b12db71e7: Pull complete [2020-10-15T07:44:10.270Z] 6ca5941a6612: Pull complete [2020-10-15T07:44:10.533Z] ecc8261a40a4: Pull complete [2020-10-15T07:44:10.533Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T07:44:10.533Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:44:10.533Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T07:44:10.637Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-10-15T07:44:10.685Z] $ 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-15T07:44:13.291Z] $ docker top 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T07:44:13.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T07:44:13.626Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T07:44:13.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T07:44:13.809Z] $ docker exec 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent [2020-10-15T07:44:13.957Z] SSH_AUTH_SOCK=/tmp/ssh-dpMgHUJs4Jfg/agent.12 [2020-10-15T07:44:13.957Z] SSH_AGENT_PID=17 [2020-10-15T07:44:13.969Z] Running ssh-add (command line suppressed) [2020-10-15T07:44:14.081Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3251392080620867002.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3251392080620867002.key) [2020-10-15T07:44:14.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T07:44:14.463Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T07:44:14.485Z] $ docker exec --env ******** --env ******** 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent -k [2020-10-15T07:44:14.592Z] unset SSH_AUTH_SOCK; [2020-10-15T07:44:14.593Z] unset SSH_AGENT_PID; [2020-10-15T07:44:14.593Z] echo Agent pid 17 killed; [2020-10-15T07:44:14.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T07:44:14.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T07:44:14.812Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T07:44:14.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T07:44:14.966Z] $ docker exec 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent [2020-10-15T07:44:15.106Z] SSH_AUTH_SOCK=/tmp/ssh-jZi3UnHtls4R/agent.45 [2020-10-15T07:44:15.106Z] SSH_AGENT_PID=50 [2020-10-15T07:44:15.113Z] Running ssh-add (command line suppressed) [2020-10-15T07:44:15.223Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_841290471594768951.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_841290471594768951.key) [2020-10-15T07:44:15.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T07:44:15.614Z] + git semver init [2020-10-15T07:44:15.614Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T07:44:15.614Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-15T07:44:15.614Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-15T07:44:15.614Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T07:44:15.614Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T07:44:15.614Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T07:44:15.614Z] # $SEMVER_BRANCH = master [2020-10-15T07:44:15.614Z] # $SEMVER_TEMP = /tmp/semver-208533894 [2020-10-15T07:44:15.614Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-15T07:44:16.189Z] # '/tmp/semver-208533894' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-15T07:44:16.189Z] # -> Force: false [2020-10-15T07:44:16.189Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-15T07:44:16.204Z] $ docker exec --env ******** --env ******** 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b ssh-agent -k [2020-10-15T07:44:16.307Z] unset SSH_AUTH_SOCK; [2020-10-15T07:44:16.307Z] unset SSH_AGENT_PID; [2020-10-15T07:44:16.307Z] echo Agent pid 50 killed; [2020-10-15T07:44:16.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T07:44:16.852Z] + git semver [Pipeline] } [2020-10-15T07:44:16.871Z] $ docker stop --time=1 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b [2020-10-15T07:44:18.337Z] $ docker rm -f 41dee2538605b5bfd0f49985e4836a8f57732aa24ad9de8b69bf44238806988b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-15T07:44:18.973Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T07:44:18.976Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.26 [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-15T07:44:34.588Z] Still waiting to schedule task [2020-10-15T07:44:34.588Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-15T07:44:34.590Z] Still waiting to schedule task [2020-10-15T07:44:34.590Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline [2020-10-15T07:46:29.606Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5570 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-15T07:46:29.671Z] Running in /w/workspace/device-sdk-go/77 [Pipeline] { [Pipeline] checkout [2020-10-15T07:46:35.184Z] using credential edgex-jenkins-ssh [2020-10-15T07:46:35.241Z] Cloning the remote Git repository [2020-10-15T07:46:35.306Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T07:46:35.431Z] > git init /w/workspace/device-sdk-go/77 # timeout=10 [2020-10-15T07:46:35.507Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T07:46:35.508Z] > git --version # timeout=10 [2020-10-15T07:46:35.529Z] > git --version # 'git version 2.17.1' [2020-10-15T07:46:35.530Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T07:46:35.624Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T07:46:37.233Z] Checking out Revision abee7d5846637e135dd277469e99a0143c7ff265 (master) [2020-10-15T07:46:36.632Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T07:46:36.654Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T07:46:36.679Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T07:46:36.716Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T07:46:36.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T07:46:36.737Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T07:46:37.258Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T07:46:37.279Z] > git checkout -f abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [2020-10-15T07:46:41.940Z] Commit message: "feat: implement v2 command API (#619)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T07:46:42.990Z] ========================================================= [2020-10-15T07:46:42.990Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T07:46:42.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:46:43.967Z] + 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-15T07:46:44.954Z] Sending build context to Docker daemon 2.288MB [2020-10-15T07:46:44.954Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T07:46:44.954Z] Step 2/8 : FROM ${BASE} [2020-10-15T07:46:45.226Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T07:46:45.226Z] b538f80385f9: Pulling fs layer [2020-10-15T07:46:45.226Z] 74f711af9a0d: Pulling fs layer [2020-10-15T07:46:45.226Z] 99f96fe45779: Pulling fs layer [2020-10-15T07:46:45.226Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T07:46:45.226Z] 45590311c82a: Pulling fs layer [2020-10-15T07:46:45.226Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T07:46:45.226Z] 209524e5b208: Pulling fs layer [2020-10-15T07:46:45.226Z] 8529a6b9a6be: Waiting [2020-10-15T07:46:45.226Z] 45590311c82a: Waiting [2020-10-15T07:46:45.226Z] 69ca0ff8b7b3: Waiting [2020-10-15T07:46:45.226Z] 209524e5b208: Waiting [2020-10-15T07:46:45.226Z] 99f96fe45779: Verifying Checksum [2020-10-15T07:46:45.227Z] 99f96fe45779: Download complete [2020-10-15T07:46:45.227Z] 74f711af9a0d: Verifying Checksum [2020-10-15T07:46:45.227Z] 74f711af9a0d: Download complete [2020-10-15T07:46:45.227Z] 45590311c82a: Verifying Checksum [2020-10-15T07:46:45.227Z] 45590311c82a: Download complete [2020-10-15T07:46:45.500Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T07:46:45.500Z] 69ca0ff8b7b3: Download complete [2020-10-15T07:46:46.100Z] b538f80385f9: Verifying Checksum [2020-10-15T07:46:46.100Z] b538f80385f9: Download complete [2020-10-15T07:46:46.704Z] b538f80385f9: Pull complete [2020-10-15T07:46:47.335Z] 74f711af9a0d: Pull complete [2020-10-15T07:46:47.942Z] 99f96fe45779: Pull complete [2020-10-15T07:46:48.542Z] 209524e5b208: Verifying Checksum [2020-10-15T07:46:48.542Z] 209524e5b208: Download complete [2020-10-15T07:46:49.527Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T07:46:49.527Z] 8529a6b9a6be: Download complete [2020-10-15T07:47:01.963Z] 8529a6b9a6be: Pull complete [2020-10-15T07:47:01.963Z] 45590311c82a: Pull complete [2020-10-15T07:47:01.963Z] 69ca0ff8b7b3: Pull complete [2020-10-15T07:47:04.618Z] 209524e5b208: Pull complete [2020-10-15T07:47:04.618Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T07:47:04.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T07:47:04.618Z] ---> 5bddaf1c2fca [2020-10-15T07:47:04.618Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T07:47:05.921Z] Running on prd-centos7-docker-4c-2g-5571 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-15T07:47:05.977Z] Running in /w/workspace/device-sdk-go/77 [Pipeline] { [Pipeline] checkout [2020-10-15T07:47:07.257Z] ---> Running in 4cb1535a2af7 [2020-10-15T07:47:07.527Z] Removing intermediate container 4cb1535a2af7 [2020-10-15T07:47:07.527Z] ---> 2cf925f4576c [2020-10-15T07:47:07.527Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:47:07.798Z] ---> Running in 922810cc5d67 [2020-10-15T07:47:09.783Z] using credential edgex-jenkins-ssh [2020-10-15T07:47:09.844Z] Cloning the remote Git repository [2020-10-15T07:47:10.420Z] Removing intermediate container 922810cc5d67 [2020-10-15T07:47:10.420Z] ---> a91780fe5127 [2020-10-15T07:47:10.420Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-15T07:47:10.420Z] ---> Running in b719edfd42c8 [2020-10-15T07:47:09.893Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T07:47:09.991Z] > git init /w/workspace/device-sdk-go/77 # timeout=10 [2020-10-15T07:47:10.086Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T07:47:10.087Z] > git --version # timeout=10 [2020-10-15T07:47:10.117Z] > git --version # 'git version 2.16.5' [2020-10-15T07:47:10.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T07:47:10.148Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T07:47:10.819Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T07:47:10.827Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T07:47:10.844Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-15T07:47:10.856Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-15T07:47:10.856Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T07:47:10.863Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T07:47:11.542Z] Checking out Revision abee7d5846637e135dd277469e99a0143c7ff265 (master) [2020-10-15T07:47:11.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:47:11.552Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T07:47:11.559Z] > git checkout -f abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [2020-10-15T07:47:12.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T07:47:13.443Z] OK: 142 MiB in 39 packages [2020-10-15T07:47:14.430Z] Removing intermediate container b719edfd42c8 [2020-10-15T07:47:14.431Z] ---> da901f4a017f [2020-10-15T07:47:14.431Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-15T07:47:14.707Z] ---> Running in ac654ddd2ffb [2020-10-15T07:47:14.987Z] Removing intermediate container ac654ddd2ffb [2020-10-15T07:47:14.987Z] ---> 8fb025831baf [2020-10-15T07:47:14.987Z] Step 7/8 : COPY . . [2020-10-15T07:47:15.113Z] Commit message: "feat: implement v2 command API (#619)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T07:47:15.881Z] ========================================================= [2020-10-15T07:47:15.881Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T07:47:15.881Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:47:16.423Z] ---> 2d6603492639 [2020-10-15T07:47:16.423Z] Step 8/8 : RUN go mod download [2020-10-15T07:47:16.623Z] + 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-15T07:47:16.717Z] ---> Running in 8a2db4065b82 [2020-10-15T07:47:16.887Z] Sending build context to Docker daemon 2.287MB [2020-10-15T07:47:16.887Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-15T07:47:16.887Z] Step 2/8 : FROM ${BASE} [2020-10-15T07:47:17.150Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-15T07:47:17.150Z] df20fa9351a1: Pulling fs layer [2020-10-15T07:47:17.150Z] ed8968b2872e: Pulling fs layer [2020-10-15T07:47:17.150Z] a92cc7c5fd73: Pulling fs layer [2020-10-15T07:47:17.150Z] e871e8e8d7a9: Pulling fs layer [2020-10-15T07:47:17.150Z] e73272ec9a57: Pulling fs layer [2020-10-15T07:47:17.150Z] 1e910a182e73: Pulling fs layer [2020-10-15T07:47:17.150Z] 4e634b169226: Pulling fs layer [2020-10-15T07:47:17.150Z] e73272ec9a57: Waiting [2020-10-15T07:47:17.150Z] 1e910a182e73: Waiting [2020-10-15T07:47:17.150Z] 4e634b169226: Waiting [2020-10-15T07:47:17.150Z] e871e8e8d7a9: Waiting [2020-10-15T07:47:17.150Z] a92cc7c5fd73: Verifying Checksum [2020-10-15T07:47:17.150Z] a92cc7c5fd73: Download complete [2020-10-15T07:47:17.150Z] ed8968b2872e: Verifying Checksum [2020-10-15T07:47:17.150Z] ed8968b2872e: Download complete [2020-10-15T07:47:17.150Z] e73272ec9a57: Verifying Checksum [2020-10-15T07:47:17.150Z] e73272ec9a57: Download complete [2020-10-15T07:47:17.150Z] df20fa9351a1: Verifying Checksum [2020-10-15T07:47:17.150Z] df20fa9351a1: Download complete [2020-10-15T07:47:17.150Z] 1e910a182e73: Verifying Checksum [2020-10-15T07:47:17.150Z] 1e910a182e73: Download complete [2020-10-15T07:47:17.412Z] df20fa9351a1: Pull complete [2020-10-15T07:47:17.674Z] ed8968b2872e: Pull complete [2020-10-15T07:47:17.674Z] a92cc7c5fd73: Pull complete [2020-10-15T07:47:19.079Z] 4e634b169226: Verifying Checksum [2020-10-15T07:47:19.079Z] 4e634b169226: Download complete [2020-10-15T07:47:19.656Z] e871e8e8d7a9: Verifying Checksum [2020-10-15T07:47:19.656Z] e871e8e8d7a9: Download complete [2020-10-15T07:47:24.990Z] e871e8e8d7a9: Pull complete [2020-10-15T07:47:24.990Z] e73272ec9a57: Pull complete [2020-10-15T07:47:24.990Z] 1e910a182e73: Pull complete [2020-10-15T07:47:30.297Z] 4e634b169226: Pull complete [2020-10-15T07:47:30.297Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-15T07:47:30.297Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-15T07:47:30.297Z] ---> f7629b54cfaa [2020-10-15T07:47:30.297Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T07:47:30.297Z] ---> Running in 80a24dc33d14 [2020-10-15T07:47:30.297Z] Removing intermediate container 80a24dc33d14 [2020-10-15T07:47:30.297Z] ---> 2060d55d8e48 [2020-10-15T07:47:30.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:47:30.297Z] ---> Running in d748735d0cf6 [2020-10-15T07:47:31.249Z] Removing intermediate container d748735d0cf6 [2020-10-15T07:47:31.249Z] ---> 8be1e08cff88 [2020-10-15T07:47:31.249Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-15T07:47:31.249Z] ---> Running in c1891ee84181 [2020-10-15T07:47:31.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T07:47:32.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T07:47:33.033Z] OK: 166 MiB in 39 packages [2020-10-15T07:47:33.605Z] Removing intermediate container c1891ee84181 [2020-10-15T07:47:33.605Z] ---> 069185778a3c [2020-10-15T07:47:33.605Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-15T07:47:33.605Z] ---> Running in 43c81761a240 [2020-10-15T07:47:33.605Z] Removing intermediate container 43c81761a240 [2020-10-15T07:47:33.605Z] ---> 0f6f804cbb06 [2020-10-15T07:47:33.605Z] Step 7/8 : COPY . . [2020-10-15T07:47:34.995Z] ---> 2c72f74166a3 [2020-10-15T07:47:34.995Z] Step 8/8 : RUN go mod download [2020-10-15T07:47:34.995Z] ---> Running in 91784bd54129 [2020-10-15T07:47:38.907Z] Removing intermediate container 8a2db4065b82 [2020-10-15T07:47:38.907Z] ---> b746a02131b1 [2020-10-15T07:47:38.907Z] Successfully built b746a02131b1 [2020-10-15T07:47:38.907Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:47:39.312Z] + docker inspect -f . ci-base-image-arm64 [2020-10-15T07:47:39.312Z] . [Pipeline] withDockerContainer [2020-10-15T07:47:39.591Z] prd-ubuntu18.04-docker-arm64-4c-16g-5570 does not seem to be running inside a container [2020-10-15T07:47:39.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/77 -v /w/workspace/device-sdk-go/77:/w/workspace/device-sdk-go/77:rw,z -v /w/workspace/device-sdk-go/77@tmp:/w/workspace/device-sdk-go/77@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-15T07:47:41.543Z] $ docker top 2ea8492e61b59f57ad607f396223a57ab6044b39dbffd79e10ee335fba42f833 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:47:42.959Z] + go version [2020-10-15T07:47:42.959Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-15T07:47:42.989Z] $ docker stop --time=1 2ea8492e61b59f57ad607f396223a57ab6044b39dbffd79e10ee335fba42f833 [2020-10-15T07:47:44.890Z] $ docker rm -f 2ea8492e61b59f57ad607f396223a57ab6044b39dbffd79e10ee335fba42f833 [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-15T07:47:47.968Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-15T07:47:48.304Z] + ls -al . [2020-10-15T07:47:48.304Z] total 100 [2020-10-15T07:47:48.304Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 15 07:46 . [2020-10-15T07:47:48.304Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 .. [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 15 07:46 .dockerignore [2020-10-15T07:47:48.304Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 07:46 .git [2020-10-15T07:47:48.304Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 07:46 .github [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 15 07:46 .gitignore [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 15 07:46 Dockerfile.build [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 15 07:46 Jenkinsfile [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 15 07:46 LICENSE [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 15 07:46 Makefile [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 15 07:46 README.md [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 15 07:46 RELEASE-NOTES.txt [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 15 07:44 VERSION [2020-10-15T07:47:48.304Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 07:46 bin [2020-10-15T07:47:48.304Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 example [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 15 07:46 go.mod [2020-10-15T07:47:48.304Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 15 07:46 internal [2020-10-15T07:47:48.304Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 openapi [2020-10-15T07:47:48.304Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 07:46 pkg [2020-10-15T07:47:48.304Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 07:46 snap [2020-10-15T07:47:48.304Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 15 07:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:47:48.652Z] + 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=abee7d5846637e135dd277469e99a0143c7ff265 --label arch=arm64 --label version=1.2.4-dev.26 . [2020-10-15T07:47:49.280Z] Sending build context to Docker daemon 2.288MB [2020-10-15T07:47:49.280Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-15T07:47:49.280Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-15T07:47:49.280Z] ---> b746a02131b1 [2020-10-15T07:47:49.280Z] Step 3/24 : ARG MAKE='make build' [2020-10-15T07:47:49.280Z] ---> Running in 1e300c8b8613 [2020-10-15T07:47:49.882Z] Removing intermediate container 1e300c8b8613 [2020-10-15T07:47:49.882Z] ---> e043e9b7abd6 [2020-10-15T07:47:49.882Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-15T07:47:49.882Z] ---> Running in 706b6e351a31 [2020-10-15T07:47:50.479Z] Removing intermediate container 706b6e351a31 [2020-10-15T07:47:50.479Z] ---> e5e8fbea5247 [2020-10-15T07:47:50.479Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T07:47:50.479Z] ---> Running in 67992e304074 [2020-10-15T07:47:51.087Z] Removing intermediate container 67992e304074 [2020-10-15T07:47:51.087Z] ---> 51b02d4bdcc1 [2020-10-15T07:47:51.087Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:47:51.087Z] ---> Running in 974072a1ab07 [2020-10-15T07:47:53.127Z] Removing intermediate container 91784bd54129 [2020-10-15T07:47:53.127Z] ---> 1d35224c8274 [2020-10-15T07:47:53.127Z] Successfully built 1d35224c8274 [2020-10-15T07:47:53.127Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:47:53.468Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T07:47:53.468Z] . [Pipeline] withDockerContainer [2020-10-15T07:47:53.561Z] prd-centos7-docker-4c-2g-5571 does not seem to be running inside a container [2020-10-15T07:47:53.611Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/77 -v /w/workspace/device-sdk-go/77:/w/workspace/device-sdk-go/77:rw,z -v /w/workspace/device-sdk-go/77@tmp:/w/workspace/device-sdk-go/77@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-15T07:47:53.724Z] Removing intermediate container 974072a1ab07 [2020-10-15T07:47:53.725Z] ---> 79610f528e39 [2020-10-15T07:47:53.725Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-15T07:47:53.725Z] ---> Running in 2972b0bc45eb [2020-10-15T07:47:54.175Z] $ docker top 769f77ad18e962070e7e27e261ab7437d7ab3c5a755ec72a2163812e7cfa2743 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:47:54.662Z] + go version [2020-10-15T07:47:54.662Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-15T07:47:54.677Z] $ docker stop --time=1 769f77ad18e962070e7e27e261ab7437d7ab3c5a755ec72a2163812e7cfa2743 [2020-10-15T07:47:55.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T07:47:56.024Z] $ docker rm -f 769f77ad18e962070e7e27e261ab7437d7ab3c5a755ec72a2163812e7cfa2743 [Pipeline] // withDockerContainer [2020-10-15T07:47:56.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-15T07:47:56.752Z] OK: 142 MiB in 39 packages [Pipeline] sh [2020-10-15T07:47:57.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-15T07:47:57.352Z] + ls -al . [2020-10-15T07:47:57.352Z] total 64 [2020-10-15T07:47:57.352Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 15 07:47 . [2020-10-15T07:47:57.352Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 15 07:47 .. [2020-10-15T07:47:57.352Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 15 07:47 bin [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 15 07:47 Dockerfile.build [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 15 07:47 .dockerignore [2020-10-15T07:47:57.352Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 15 07:47 example [2020-10-15T07:47:57.352Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 15 07:47 .git [2020-10-15T07:47:57.352Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 15 07:47 .github [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 15 07:47 .gitignore [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 15 07:47 go.mod [2020-10-15T07:47:57.352Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 15 07:47 internal [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 15 07:47 Jenkinsfile [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 15 07:47 LICENSE [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 15 07:47 Makefile [2020-10-15T07:47:57.352Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 15 07:47 openapi [2020-10-15T07:47:57.352Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 15 07:47 pkg [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 15 07:47 README.md [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 15 07:47 RELEASE-NOTES.txt [2020-10-15T07:47:57.352Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 15 07:47 snap [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 15 07:44 VERSION [2020-10-15T07:47:57.352Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 15 07:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:47:57.657Z] + 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=abee7d5846637e135dd277469e99a0143c7ff265 --label arch=amd64 --label version=1.2.4-dev.26 . [2020-10-15T07:47:57.657Z] Sending build context to Docker daemon 2.287MB [2020-10-15T07:47:57.657Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-15T07:47:57.657Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-15T07:47:57.657Z] ---> 1d35224c8274 [2020-10-15T07:47:57.657Z] Step 3/24 : ARG MAKE='make build' [2020-10-15T07:47:57.735Z] Removing intermediate container 2972b0bc45eb [2020-10-15T07:47:57.735Z] ---> 7eba854176a6 [2020-10-15T07:47:57.735Z] Step 8/24 : COPY . . [2020-10-15T07:47:58.232Z] ---> Running in 8c11456bf670 [2020-10-15T07:47:58.232Z] Removing intermediate container 8c11456bf670 [2020-10-15T07:47:58.232Z] ---> 01d8632d3c67 [2020-10-15T07:47:58.232Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-15T07:47:58.232Z] ---> Running in be6fd6fccc8c [2020-10-15T07:47:58.499Z] Removing intermediate container be6fd6fccc8c [2020-10-15T07:47:58.499Z] ---> 5a8a6563edae [2020-10-15T07:47:58.499Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T07:47:58.499Z] ---> Running in fac9ea865c38 [2020-10-15T07:47:58.770Z] Removing intermediate container fac9ea865c38 [2020-10-15T07:47:58.770Z] ---> 25b73562bbe3 [2020-10-15T07:47:58.770Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-15T07:47:58.770Z] ---> Running in a712567cf253 [2020-10-15T07:47:59.169Z] ---> 1f9537bf63b2 [2020-10-15T07:47:59.170Z] Step 9/24 : RUN ${MAKE} [2020-10-15T07:47:59.170Z] ---> Running in 74ee2439dbfe [2020-10-15T07:47:59.351Z] Removing intermediate container a712567cf253 [2020-10-15T07:47:59.351Z] ---> 51ac8f9b77b3 [2020-10-15T07:47:59.351Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-15T07:47:59.613Z] ---> Running in 345df09bfb3a [2020-10-15T07:47:59.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T07:48:00.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.26" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-15T07:48:00.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T07:48:01.088Z] OK: 166 MiB in 39 packages [2020-10-15T07:48:02.041Z] Removing intermediate container 345df09bfb3a [2020-10-15T07:48:02.041Z] ---> 57bc944b8344 [2020-10-15T07:48:02.041Z] Step 8/24 : COPY . . [2020-10-15T07:48:02.985Z] ---> a2e251ada04c [2020-10-15T07:48:02.985Z] Step 9/24 : RUN ${MAKE} [2020-10-15T07:48:03.247Z] ---> Running in 39c5beb29138 [2020-10-15T07:48:03.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.26" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-15T07:48:11.747Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-15T07:48:12.691Z] Removing intermediate container 39c5beb29138 [2020-10-15T07:48:12.691Z] ---> 74b82dad14b0 [2020-10-15T07:48:12.691Z] Step 10/24 : FROM scratch [2020-10-15T07:48:12.691Z] ---> [2020-10-15T07:48:12.691Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T07:48:12.691Z] ---> Running in efdcdc6c33ef [2020-10-15T07:48:12.691Z] Removing intermediate container efdcdc6c33ef [2020-10-15T07:48:12.691Z] ---> 9ce93f6d63f3 [2020-10-15T07:48:12.691Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-15T07:48:12.691Z] ---> Running in 7576317b5dbf [2020-10-15T07:48:12.955Z] Removing intermediate container 7576317b5dbf [2020-10-15T07:48:12.955Z] ---> efa272f99da3 [2020-10-15T07:48:12.955Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T07:48:12.955Z] ---> Running in 61eaa01498f3 [2020-10-15T07:48:13.215Z] Removing intermediate container 61eaa01498f3 [2020-10-15T07:48:13.215Z] ---> 5db90ee23360 [2020-10-15T07:48:13.215Z] Step 14/24 : WORKDIR / [2020-10-15T07:48:13.215Z] ---> Running in 22e47873662d [2020-10-15T07:48:13.215Z] Removing intermediate container 22e47873662d [2020-10-15T07:48:13.215Z] ---> f6114f8f3b5d [2020-10-15T07:48:13.215Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-15T07:48:13.788Z] ---> fe8be47bb9fd [2020-10-15T07:48:13.788Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-15T07:48:14.050Z] ---> 41965cdc3798 [2020-10-15T07:48:14.050Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-15T07:48:14.313Z] ---> a5b80dd43c64 [2020-10-15T07:48:14.313Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-15T07:48:14.313Z] ---> 669bc3180aee [2020-10-15T07:48:14.313Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-15T07:48:14.582Z] ---> cf543d80cf71 [2020-10-15T07:48:14.582Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-15T07:48:14.582Z] ---> Running in f804b8f219fb [2020-10-15T07:48:14.843Z] Removing intermediate container f804b8f219fb [2020-10-15T07:48:14.844Z] ---> 9f27b26d095d [2020-10-15T07:48:14.844Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:48:14.844Z] ---> Running in b5e49ba84c0a [2020-10-15T07:48:15.105Z] Removing intermediate container b5e49ba84c0a [2020-10-15T07:48:15.105Z] ---> 3ccc05812f68 [2020-10-15T07:48:15.105Z] Step 22/24 : LABEL arch=amd64 [2020-10-15T07:48:15.105Z] ---> Running in 8fea873713f8 [2020-10-15T07:48:15.366Z] Removing intermediate container 8fea873713f8 [2020-10-15T07:48:15.366Z] ---> e88867dd05c4 [2020-10-15T07:48:15.366Z] Step 23/24 : LABEL git_sha=abee7d5846637e135dd277469e99a0143c7ff265 [2020-10-15T07:48:15.366Z] ---> Running in 925bcf274ba3 [2020-10-15T07:48:15.366Z] Removing intermediate container 925bcf274ba3 [2020-10-15T07:48:15.366Z] ---> 5a2202b261f9 [2020-10-15T07:48:15.366Z] Step 24/24 : LABEL version=1.2.4-dev.26 [2020-10-15T07:48:15.627Z] ---> Running in 06370a1629a8 [2020-10-15T07:48:15.628Z] Removing intermediate container 06370a1629a8 [2020-10-15T07:48:15.628Z] ---> b9bf736b09bb [2020-10-15T07:48:15.628Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-15T07:48:15.628Z] Successfully built b9bf736b09bb [2020-10-15T07:48:15.628Z] 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-15T07:48:27.425Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-15T07:48:27.425Z] Removing intermediate container 74ee2439dbfe [2020-10-15T07:48:27.425Z] ---> 41e0f636b560 [2020-10-15T07:48:27.425Z] Step 10/24 : FROM scratch [2020-10-15T07:48:27.425Z] ---> [2020-10-15T07:48:27.425Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-15T07:48:27.425Z] ---> Running in fcd9c3ff4b9b [2020-10-15T07:48:27.698Z] Removing intermediate container fcd9c3ff4b9b [2020-10-15T07:48:27.698Z] ---> 232dd161e2fa [2020-10-15T07:48:27.698Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-15T07:48:27.698Z] ---> Running in b43a6275c49a [2020-10-15T07:48:28.294Z] Removing intermediate container b43a6275c49a [2020-10-15T07:48:28.294Z] ---> bd7eb9418fd9 [2020-10-15T07:48:28.294Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-15T07:48:28.294Z] ---> Running in 3d3797f5b86c [2020-10-15T07:48:28.889Z] Removing intermediate container 3d3797f5b86c [2020-10-15T07:48:28.889Z] ---> 7495331ddad3 [2020-10-15T07:48:28.889Z] Step 14/24 : WORKDIR / [2020-10-15T07:48:28.889Z] ---> Running in 30b96e076d02 [2020-10-15T07:48:29.172Z] Removing intermediate container 30b96e076d02 [2020-10-15T07:48:29.172Z] ---> be7b55d98c76 [2020-10-15T07:48:29.172Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-15T07:48:30.604Z] ---> bb2af1fcccf4 [2020-10-15T07:48:30.604Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-15T07:48:31.200Z] ---> d0edc434805c [2020-10-15T07:48:31.200Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-15T07:48:31.798Z] ---> 724e4ebd585f [2020-10-15T07:48:31.798Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-15T07:48:32.788Z] ---> 22ea7612281a [2020-10-15T07:48:32.788Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-15T07:48:33.383Z] ---> c7c8697a0eba [2020-10-15T07:48:33.383Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-15T07:48:33.383Z] ---> Running in f8e6b3491857 [2020-10-15T07:48:33.978Z] Removing intermediate container f8e6b3491857 [2020-10-15T07:48:33.978Z] ---> 9353d74b9b91 [2020-10-15T07:48:33.978Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-15T07:48:33.978Z] ---> Running in 296df10fae49 [2020-10-15T07:48:34.573Z] Removing intermediate container 296df10fae49 [2020-10-15T07:48:34.573Z] ---> 4bfb6987b2dc [2020-10-15T07:48:34.573Z] Step 22/24 : LABEL arch=arm64 [2020-10-15T07:48:34.573Z] ---> Running in adba6fecbc72 [2020-10-15T07:48:35.166Z] Removing intermediate container adba6fecbc72 [2020-10-15T07:48:35.166Z] ---> 0a3221cd61bc [2020-10-15T07:48:35.166Z] Step 23/24 : LABEL git_sha=abee7d5846637e135dd277469e99a0143c7ff265 [2020-10-15T07:48:35.166Z] ---> Running in eeaeafba10da [2020-10-15T07:48:35.761Z] Removing intermediate container eeaeafba10da [2020-10-15T07:48:35.761Z] ---> 9693509223e7 [2020-10-15T07:48:35.761Z] Step 24/24 : LABEL version=1.2.4-dev.26 [2020-10-15T07:48:35.761Z] ---> Running in a4c99e799c59 [2020-10-15T07:48:36.356Z] Removing intermediate container a4c99e799c59 [2020-10-15T07:48:36.356Z] ---> 292fb3017337 [2020-10-15T07:48:36.356Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-15T07:48:36.356Z] Successfully built 292fb3017337 [2020-10-15T07:48:36.356Z] 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-15T07:48:38.241Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-15T07:48:38.243Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-15T07:48:38.314Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:48:38.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T07:48:38.708Z] [2020-10-15T07:48:38.709Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:48:39.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T07:48:39.065Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-15T07:48:39.065Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-15T07:48:39.065Z] 408f87550127: Pulling fs layer [2020-10-15T07:48:39.065Z] fe522b08c979: Pulling fs layer [2020-10-15T07:48:39.065Z] 221eaa008020: Pulling fs layer [2020-10-15T07:48:39.065Z] 2a4607e5d6b9: Pulling fs layer [2020-10-15T07:48:39.065Z] 8f79b27c4fd2: Pulling fs layer [2020-10-15T07:48:39.065Z] e5c8dbe1645b: Pulling fs layer [2020-10-15T07:48:39.065Z] 23e8b3b47431: Pulling fs layer [2020-10-15T07:48:39.065Z] 5c568d65a230: Pulling fs layer [2020-10-15T07:48:39.065Z] 8f79b27c4fd2: Waiting [2020-10-15T07:48:39.065Z] e5c8dbe1645b: Waiting [2020-10-15T07:48:39.065Z] 23e8b3b47431: Waiting [2020-10-15T07:48:39.065Z] 5c568d65a230: Waiting [2020-10-15T07:48:39.065Z] 2a4607e5d6b9: Waiting [2020-10-15T07:48:39.065Z] 221eaa008020: Waiting [2020-10-15T07:48:39.065Z] fe522b08c979: Verifying Checksum [2020-10-15T07:48:39.065Z] fe522b08c979: Download complete [2020-10-15T07:48:39.065Z] 408f87550127: Download complete [2020-10-15T07:48:39.065Z] 2a4607e5d6b9: Verifying Checksum [2020-10-15T07:48:39.065Z] 2a4607e5d6b9: Download complete [2020-10-15T07:48:39.065Z] 8f79b27c4fd2: Verifying Checksum [2020-10-15T07:48:39.065Z] 8f79b27c4fd2: Download complete [2020-10-15T07:48:39.065Z] cbdbe7a5bc2a: Download complete [2020-10-15T07:48:39.325Z] cbdbe7a5bc2a: Pull complete [2020-10-15T07:48:39.586Z] 408f87550127: Pull complete [2020-10-15T07:48:39.586Z] fe522b08c979: Pull complete [2020-10-15T07:48:40.979Z] e5c8dbe1645b: Verifying Checksum [2020-10-15T07:48:40.979Z] e5c8dbe1645b: Download complete [2020-10-15T07:48:41.557Z] 23e8b3b47431: Verifying Checksum [2020-10-15T07:48:41.557Z] 23e8b3b47431: Download complete [2020-10-15T07:48:41.824Z] 5c568d65a230: Verifying Checksum [2020-10-15T07:48:41.824Z] 5c568d65a230: Download complete [2020-10-15T07:48:42.778Z] 221eaa008020: Download complete [2020-10-15T07:48:48.118Z] 221eaa008020: Pull complete [2020-10-15T07:48:48.118Z] 2a4607e5d6b9: Pull complete [2020-10-15T07:48:48.118Z] 8f79b27c4fd2: Pull complete [2020-10-15T07:48:50.043Z] e5c8dbe1645b: Pull complete [2020-10-15T07:48:53.355Z] 23e8b3b47431: Pull complete [2020-10-15T07:48:54.742Z] 5c568d65a230: Pull complete [2020-10-15T07:48:54.742Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-15T07:48:54.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-15T07:48:54.742Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-15T07:48:54.880Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-10-15T07:48:54.924Z] $ 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-15T07:48:55.662Z] $ docker top aa22f18f3791beb858240b9e920ec40408779217044762d5d69cd6cae4bd3426 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:48:56.188Z] + snyk monitor '--org=edgex-jenkins' [2020-10-15T07:49:06.207Z] [2020-10-15T07:49:06.207Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-15T07:49:06.207Z] [2020-10-15T07:49:06.207Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/01d59139-8594-4427-a0d2-732c5da52481 [2020-10-15T07:49:06.207Z] [2020-10-15T07:49:06.207Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-15T07:49:06.207Z] [2020-10-15T07:49:06.207Z] [2020-10-15T07:49:06.207Z] Snyk CLI supports Node.js 8 and higher. [2020-10-15T07:49:06.207Z] 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-15T07:49:06.207Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-15T07:49:06.207Z] [2020-10-15T07:49:06.207Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-15T07:49:06.207Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-15T07:49:06.207Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-15T07:49:06.207Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-15T07:49:06.222Z] $ docker stop --time=1 aa22f18f3791beb858240b9e920ec40408779217044762d5d69cd6cae4bd3426 [2020-10-15T07:49:09.685Z] $ docker rm -f aa22f18f3791beb858240b9e920ec40408779217044762d5d69cd6cae4bd3426 [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-15T07:49:11.333Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T07:49:11.408Z] provisioning config files... [2020-10-15T07:49:11.422Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8983736377185870186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:49:11.807Z] --> edgex-publish-swagger.sh [2020-10-15T07:49:11.808Z] === Publish openapi/v1 API === [2020-10-15T07:49:11.808Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-15T07:49:11.808Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-15T07:49:11.808Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T07:49:11.808Z] Dload Upload Total Spent Left Speed [2020-10-15T07:49:12.379Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 27756 --:--:-- --:--:-- --:--:-- 27768 100 20188 0 0 100 20188 0 27749 --:--:-- --:--:-- --:--:-- 27768 [2020-10-15T07:49:12.379Z] [2020-10-15T07:49:12.379Z] [2020-10-15T07:49:12.379Z] === Publish openapi/v2 API === [2020-10-15T07:49:12.379Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-15T07:49:12.379Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-15T07:49:12.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-15T07:49:12.379Z] Dload Upload Total Spent Left Speed [2020-10-15T07:49:13.320Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 65073 --:--:-- --:--:-- --:--:-- 65005 100 49274 0 0 100 49274 0 65056 --:--:-- --:--:-- --:--:-- 65005 [2020-10-15T07:49:13.320Z] [2020-10-15T07:49:13.320Z] [Pipeline] } [2020-10-15T07:49:13.335Z] 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-15T07:49:14.271Z] + git log --format=format:%s -1 abee7d5846637e135dd277469e99a0143c7ff265 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:49:14.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:49:14.631Z] . [Pipeline] withDockerContainer [2020-10-15T07:49:14.720Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-10-15T07:49:14.765Z] $ 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-15T07:49:15.341Z] $ docker top a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T07:49:15.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T07:49:15.615Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T07:49:15.801Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T07:49:15.807Z] $ docker exec a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 ssh-agent [2020-10-15T07:49:15.957Z] SSH_AUTH_SOCK=/tmp/ssh-GCwnCTZ45KMm/agent.12 [2020-10-15T07:49:15.957Z] SSH_AGENT_PID=17 [2020-10-15T07:49:15.963Z] Running ssh-add (command line suppressed) [2020-10-15T07:49:16.084Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3458888253758342711.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3458888253758342711.key) [2020-10-15T07:49:16.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T07:49:16.484Z] + git semver tag [2020-10-15T07:49:16.484Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T07:49:16.484Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-15T07:49:16.484Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-15T07:49:16.484Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T07:49:16.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T07:49:16.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T07:49:16.484Z] # $SEMVER_BRANCH = master [2020-10-15T07:49:16.484Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-15T07:49:16.484Z] # abee7d5846637e135dd277469e99a0143c7ff265 HEAD [2020-10-15T07:49:16.484Z] # -> Force: false [2020-10-15T07:49:16.484Z] # 8051f4682653d53dc25847e71d3eb481043c7451 refs/tags/v1.2.4-dev.26 [Pipeline] } [2020-10-15T07:49:16.498Z] $ docker exec --env ******** --env ******** a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 ssh-agent -k [2020-10-15T07:49:16.605Z] unset SSH_AUTH_SOCK; [2020-10-15T07:49:16.606Z] unset SSH_AGENT_PID; [2020-10-15T07:49:16.606Z] echo Agent pid 17 killed; [2020-10-15T07:49:16.643Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T07:49:17.142Z] + git semver [Pipeline] } [2020-10-15T07:49:17.160Z] $ docker stop --time=1 a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 [2020-10-15T07:49:18.468Z] $ docker rm -f a84a69896eaf39694c64858ee1366fbbdb56a196f7d5e64c2acd560705256854 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:49:19.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T07:49:19.079Z] [2020-10-15T07:49:19.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:49:19.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T07:49:19.423Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-15T07:49:19.423Z] ab5ef0e58194: Pulling fs layer [2020-10-15T07:49:19.423Z] 9712f1f96733: Pulling fs layer [2020-10-15T07:49:19.423Z] 63f879dbbcfc: Pulling fs layer [2020-10-15T07:49:19.423Z] 0d9ebad4ef96: Pulling fs layer [2020-10-15T07:49:19.423Z] e9a5061849ea: Pulling fs layer [2020-10-15T07:49:19.423Z] d747dcd14b5f: Pulling fs layer [2020-10-15T07:49:19.423Z] 2de7ff778b66: Pulling fs layer [2020-10-15T07:49:19.423Z] 0d9ebad4ef96: Waiting [2020-10-15T07:49:19.423Z] e9a5061849ea: Waiting [2020-10-15T07:49:19.423Z] d747dcd14b5f: Waiting [2020-10-15T07:49:19.423Z] 2de7ff778b66: Waiting [2020-10-15T07:49:19.423Z] 9712f1f96733: Verifying Checksum [2020-10-15T07:49:19.423Z] 9712f1f96733: Download complete [2020-10-15T07:49:21.342Z] 63f879dbbcfc: Verifying Checksum [2020-10-15T07:49:21.342Z] 63f879dbbcfc: Download complete [2020-10-15T07:49:21.603Z] e9a5061849ea: Verifying Checksum [2020-10-15T07:49:21.603Z] e9a5061849ea: Download complete [2020-10-15T07:49:21.603Z] d747dcd14b5f: Verifying Checksum [2020-10-15T07:49:21.603Z] d747dcd14b5f: Download complete [2020-10-15T07:49:21.863Z] 2de7ff778b66: Verifying Checksum [2020-10-15T07:49:21.863Z] 2de7ff778b66: Download complete [2020-10-15T07:49:22.124Z] 0d9ebad4ef96: Verifying Checksum [2020-10-15T07:49:22.124Z] 0d9ebad4ef96: Download complete [2020-10-15T07:49:22.385Z] ab5ef0e58194: Verifying Checksum [2020-10-15T07:49:22.385Z] ab5ef0e58194: Download complete [2020-10-15T07:49:26.616Z] ab5ef0e58194: Pull complete [2020-10-15T07:49:26.876Z] 9712f1f96733: Pull complete [2020-10-15T07:49:29.427Z] 63f879dbbcfc: Pull complete [2020-10-15T07:49:41.716Z] 0d9ebad4ef96: Pull complete [2020-10-15T07:49:41.716Z] e9a5061849ea: Pull complete [2020-10-15T07:49:41.716Z] d747dcd14b5f: Pull complete [2020-10-15T07:49:45.922Z] 2de7ff778b66: Pull complete [2020-10-15T07:49:45.922Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-15T07:49:45.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-15T07:49:45.922Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-15T07:49:46.073Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-10-15T07:49:46.124Z] $ 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-15T07:49:48.988Z] $ docker top b6404483fd95d04f35158fe356d6834d6241c2bc43e54593bcae3ca90c7e9eea -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-15T07:49:49.225Z] provisioning config files... [2020-10-15T07:49:49.233Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config808005998708118311tmp [2020-10-15T07:49:49.248Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config279158014473069288tmp [2020-10-15T07:49:49.260Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config601297687345390864tmp [Pipeline] { [Pipeline] echo [2020-10-15T07:49:49.308Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:49:49.599Z] ---> sigul-configuration.sh [2020-10-15T07:49:49.599Z] gpg: directory `/root/.gnupg' created [2020-10-15T07:49:49.599Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-15T07:49:49.599Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-15T07:49:49.599Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-15T07:49:49.599Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-15T07:49:49.599Z] gpg: CAST5 encrypted data [2020-10-15T07:49:49.860Z] gpg: encrypted with 1 passphrase [2020-10-15T07:49:49.860Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-15T07:49:50.154Z] + mkdir /home/jenkins [2020-10-15T07:49:50.154Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-15T07:49:50.447Z] + 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-15T07:49:50.457Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:49:50.850Z] ---> sigul-install.sh [2020-10-15T07:49:56.158Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-15T07:49:56.459Z] + git tag --list [2020-10-15T07:49:56.459Z] 0.7.1 [2020-10-15T07:49:56.459Z] delhi-tag [2020-10-15T07:49:56.459Z] v1.0.0 [2020-10-15T07:49:56.459Z] v1.1.0 [2020-10-15T07:49:56.459Z] v1.1.1 [2020-10-15T07:49:56.459Z] v1.1.2 [2020-10-15T07:49:56.459Z] v1.2.0 [2020-10-15T07:49:56.459Z] v1.2.1 [2020-10-15T07:49:56.459Z] v1.2.2 [2020-10-15T07:49:56.459Z] v1.2.3 [2020-10-15T07:49:56.459Z] v1.2.4-dev.1 [2020-10-15T07:49:56.459Z] v1.2.4-dev.10 [2020-10-15T07:49:56.459Z] v1.2.4-dev.11 [2020-10-15T07:49:56.459Z] v1.2.4-dev.12 [2020-10-15T07:49:56.459Z] v1.2.4-dev.13 [2020-10-15T07:49:56.459Z] v1.2.4-dev.14 [2020-10-15T07:49:56.459Z] v1.2.4-dev.15 [2020-10-15T07:49:56.459Z] v1.2.4-dev.16 [2020-10-15T07:49:56.459Z] v1.2.4-dev.17 [2020-10-15T07:49:56.459Z] v1.2.4-dev.18 [2020-10-15T07:49:56.459Z] v1.2.4-dev.19 [2020-10-15T07:49:56.459Z] v1.2.4-dev.2 [2020-10-15T07:49:56.459Z] v1.2.4-dev.20 [2020-10-15T07:49:56.459Z] v1.2.4-dev.21 [2020-10-15T07:49:56.459Z] v1.2.4-dev.22 [2020-10-15T07:49:56.459Z] v1.2.4-dev.23 [2020-10-15T07:49:56.459Z] v1.2.4-dev.24 [2020-10-15T07:49:56.459Z] v1.2.4-dev.25 [2020-10-15T07:49:56.459Z] v1.2.4-dev.26 [2020-10-15T07:49:56.459Z] v1.2.4-dev.3 [2020-10-15T07:49:56.459Z] v1.2.4-dev.4 [2020-10-15T07:49:56.459Z] v1.2.4-dev.5 [2020-10-15T07:49:56.459Z] v1.2.4-dev.6 [2020-10-15T07:49:56.459Z] v1.2.4-dev.7 [2020-10-15T07:49:56.459Z] v1.2.4-dev.8 [2020-10-15T07:49:56.459Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-15T07:49:56.756Z] + lftools sign git-tag v1.2.4-dev.26 [2020-10-15T07:49:57.700Z] Signing Git tag with Sigul... [2020-10-15T07:49:57.700Z] Signing v1.2.4-dev.26 [Pipeline] echo [2020-10-15T07:49:59.106Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:49:59.400Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-15T07:49:59.408Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-15T07:49:59.508Z] $ docker stop --time=1 b6404483fd95d04f35158fe356d6834d6241c2bc43e54593bcae3ca90c7e9eea [2020-10-15T07:50:01.441Z] $ docker rm -f b6404483fd95d04f35158fe356d6834d6241c2bc43e54593bcae3ca90c7e9eea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:50:02.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:50:02.412Z] . [Pipeline] withDockerContainer [2020-10-15T07:50:02.498Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-10-15T07:50:02.538Z] $ 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-15T07:50:03.127Z] $ docker top 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T07:50:03.449Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T07:50:03.449Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T07:50:03.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T07:50:03.629Z] $ docker exec 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 ssh-agent [2020-10-15T07:50:03.778Z] SSH_AUTH_SOCK=/tmp/ssh-OGTWKESgIZsa/agent.12 [2020-10-15T07:50:03.778Z] SSH_AGENT_PID=17 [2020-10-15T07:50:03.784Z] Running ssh-add (command line suppressed) [2020-10-15T07:50:03.900Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8128179452634088146.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8128179452634088146.key) [2020-10-15T07:50:03.945Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T07:50:04.276Z] + git semver bump pre [2020-10-15T07:50:04.276Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T07:50:04.276Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-15T07:50:04.276Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-15T07:50:04.276Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T07:50:04.276Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T07:50:04.276Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T07:50:04.276Z] # $SEMVER_BRANCH = master [2020-10-15T07:50:04.276Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-15T07:50:04.276Z] 1.2.4-dev.27 [Pipeline] } [2020-10-15T07:50:04.292Z] $ docker exec --env ******** --env ******** 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 ssh-agent -k [2020-10-15T07:50:04.403Z] unset SSH_AUTH_SOCK; [2020-10-15T07:50:04.403Z] unset SSH_AGENT_PID; [2020-10-15T07:50:04.403Z] echo Agent pid 17 killed; [2020-10-15T07:50:04.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T07:50:04.935Z] + git semver [Pipeline] } [2020-10-15T07:50:04.954Z] $ docker stop --time=1 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 [2020-10-15T07:50:06.301Z] $ docker rm -f 1f55d4289ef31ba7654b772e71848a1432adf3bd45a8bb82293602045bb96535 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:50:06.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T07:50:06.826Z] . [Pipeline] withDockerContainer [2020-10-15T07:50:06.917Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-10-15T07:50:06.956Z] $ 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-15T07:50:07.483Z] $ docker top a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T07:50:07.784Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T07:50:07.784Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T07:50:07.938Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T07:50:07.943Z] $ docker exec a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a ssh-agent [2020-10-15T07:50:08.093Z] SSH_AUTH_SOCK=/tmp/ssh-isSxxKhzjwnr/agent.11 [2020-10-15T07:50:08.093Z] SSH_AGENT_PID=16 [2020-10-15T07:50:08.099Z] Running ssh-add (command line suppressed) [2020-10-15T07:50:08.216Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6424286770632013717.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6424286770632013717.key) [2020-10-15T07:50:08.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T07:50:08.631Z] + git semver push [2020-10-15T07:50:08.631Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T07:50:08.631Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-15T07:50:08.631Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-15T07:50:08.631Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T07:50:08.631Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T07:50:08.631Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T07:50:08.631Z] # $SEMVER_BRANCH = master [2020-10-15T07:50:08.631Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-15T07:50:15.227Z] $ docker exec --env ******** --env ******** a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a ssh-agent -k [2020-10-15T07:50:15.347Z] unset SSH_AUTH_SOCK; [2020-10-15T07:50:15.348Z] unset SSH_AGENT_PID; [2020-10-15T07:50:15.348Z] echo Agent pid 16 killed; [2020-10-15T07:50:15.393Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T07:50:15.886Z] + git semver [Pipeline] } [2020-10-15T07:50:15.902Z] $ docker stop --time=1 a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a [2020-10-15T07:50:17.227Z] $ docker rm -f a1c67d4ebba3763282bc74cb642a4f8320552a7bef1e5373b4072c841c772a7a [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-15T07:50:18.747Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:50:19.308Z] ---> package-listing.sh [2020-10-15T07:50:19.308Z] ++ facter osfamily [2020-10-15T07:50:19.308Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T07:50:19.308Z] + OS_FAMILY=redhat [2020-10-15T07:50:19.308Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-15T07:50:19.308Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T07:50:19.308Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T07:50:19.308Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T07:50:19.308Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T07:50:19.308Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-15T07:50:19.308Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T07:50:19.308Z] + case "${OS_FAMILY}" in [2020-10-15T07:50:19.308Z] + rpm -qa [2020-10-15T07:50:19.308Z] + sort [2020-10-15T07:50:23.519Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T07:50:23.519Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T07:50:23.519Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T07:50:23.519Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-15T07:50:23.519Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-15T07:50:23.519Z] + 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-15T07:50:23.532Z] 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-15T07:50:23.815Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:50:24.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T07:50:24.113Z] [2020-10-15T07:50:24.113Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T07:50:24.451Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T07:50:24.451Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T07:50:24.452Z] df20fa9351a1: Pulling fs layer [2020-10-15T07:50:24.452Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T07:50:24.452Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T07:50:24.452Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T07:50:24.452Z] 93b61091891f: Pulling fs layer [2020-10-15T07:50:24.452Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T07:50:24.452Z] 5e14af77c1be: Pulling fs layer [2020-10-15T07:50:24.452Z] 01666e4c0597: Pulling fs layer [2020-10-15T07:50:24.452Z] aa168da1d23b: Pulling fs layer [2020-10-15T07:50:24.452Z] 46f8f816bc3b: Waiting [2020-10-15T07:50:24.452Z] 5e14af77c1be: Waiting [2020-10-15T07:50:24.452Z] 93b61091891f: Waiting [2020-10-15T07:50:24.452Z] 93b9cdb0e59b: Waiting [2020-10-15T07:50:24.452Z] 01666e4c0597: Waiting [2020-10-15T07:50:24.452Z] aa168da1d23b: Waiting [2020-10-15T07:50:24.452Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T07:50:24.452Z] 36b3adc4ff6f: Download complete [2020-10-15T07:50:24.452Z] 46f8f816bc3b: Download complete [2020-10-15T07:50:24.452Z] df20fa9351a1: Verifying Checksum [2020-10-15T07:50:24.452Z] df20fa9351a1: Download complete [2020-10-15T07:50:24.452Z] 93b61091891f: Verifying Checksum [2020-10-15T07:50:24.452Z] 93b61091891f: Download complete [2020-10-15T07:50:24.452Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T07:50:24.452Z] 93b9cdb0e59b: Download complete [2020-10-15T07:50:24.452Z] 5e14af77c1be: Verifying Checksum [2020-10-15T07:50:24.452Z] 5e14af77c1be: Download complete [2020-10-15T07:50:24.714Z] 01666e4c0597: Verifying Checksum [2020-10-15T07:50:24.714Z] 01666e4c0597: Download complete [2020-10-15T07:50:24.714Z] df20fa9351a1: Pull complete [2020-10-15T07:50:24.974Z] 36b3adc4ff6f: Pull complete [2020-10-15T07:50:25.235Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T07:50:25.235Z] 8ad3a11d3b57: Download complete [2020-10-15T07:50:25.812Z] 8ad3a11d3b57: Pull complete [2020-10-15T07:50:25.812Z] 46f8f816bc3b: Pull complete [2020-10-15T07:50:26.760Z] aa168da1d23b: Verifying Checksum [2020-10-15T07:50:26.760Z] aa168da1d23b: Download complete [2020-10-15T07:50:27.332Z] 93b61091891f: Pull complete [2020-10-15T07:50:27.595Z] 93b9cdb0e59b: Pull complete [2020-10-15T07:50:27.595Z] 5e14af77c1be: Pull complete [2020-10-15T07:50:27.856Z] 01666e4c0597: Pull complete [2020-10-15T07:50:33.160Z] aa168da1d23b: Pull complete [2020-10-15T07:50:33.160Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T07:50:33.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T07:50:33.160Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T07:50:33.273Z] prd-centos7-docker-4c-2g-5569 does not seem to be running inside a container [2020-10-15T07:50:33.317Z] $ 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-15T07:50:37.761Z] $ docker top d02f881c161544c5ccc495f154ac6fe6cd514cb6169250e814c30ad8ab844749 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T07:50:38.251Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T07:50:38.541Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T07:50:38.834Z] + ls /var/log/sa-host [2020-10-15T07:50:38.834Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T07:50:38.834Z] file_magic: OK [2020-10-15T07:50:38.834Z] HZ: Using current value: 100 [2020-10-15T07:50:38.834Z] file_header: OK [2020-10-15T07:50:38.834Z] 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-15T07:50:38.834Z] Statistics: [2020-10-15T07:50:38.834Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T07:50:38.834Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T07:50:38.834Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T07:50:38.834Z] file_magic: OK [2020-10-15T07:50:38.834Z] HZ: Using current value: 100 [2020-10-15T07:50:38.834Z] file_header: OK [2020-10-15T07:50:38.834Z] 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-15T07:50:38.834Z] Statistics: [2020-10-15T07:50:38.834Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T07:50:38.834Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T07:50:39.033Z] provisioning config files... [2020-10-15T07:50:39.048Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3036579124572988493tmp [Pipeline] { [Pipeline] echo [2020-10-15T07:50:39.119Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:50:39.407Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T07:50:39.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T07:50:39.505Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:50:39.794Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T07:50:39.803Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:50:40.091Z] ---> sudo-logs.sh [2020-10-15T07:50:40.092Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T07:50:40.101Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:50:40.392Z] ---> job-cost.sh [2020-10-15T07:50:40.392Z] lf-activate-venv: SKIPPING [2020-10-15T07:50:40.392Z] INFO: No Stack... [2020-10-15T07:50:42.303Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T07:50:42.565Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T07:50:42.577Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T07:50:42.864Z] ---> logs-deploy.sh [2020-10-15T07:50:42.864Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/77 [2020-10-15T07:50:42.864Z] INFO: archiving workspace using pattern(s): [2020-10-15T07:50:44.250Z] Archives upload complete. [2020-10-15T07:50:44.250Z] INFO: archiving logs to Nexus