Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10f5d80329275e8e77aa5b449b49b1589ab3bade Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5770 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 10f5d80329275e8e77aa5b449b49b1589ab3bade (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 Commit message: "Merge pull request #605 from hahattan/issue-529-callback" > git rev-list --no-walk abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:26:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:26:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:26:54 ========================================================= 06:26:54 EdgeX Global Pipelines Version Info 06:26:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:26:58 ------------------- 06:26:58 stable info: 06:26:58 ------------------- 06:26:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:26:58 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:26:58 Message: update stable to v1.0.144 06:27:00 ------------------- 06:27:00 experimental info: 06:27:00 ------------------- 06:27:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:27:00 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:27:00 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:27:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:27:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:27:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:27:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:27:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] echo 06:27:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10f5d80 [Pipeline] echo 06:27:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:27:05 + git log --format=format:%s -1 10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] echo 06:27:06 GIT_COMMIT: 10f5d80329275e8e77aa5b449b49b1589ab3bade, Commit Message: Merge pull request #605 from hahattan/issue-529-callback [Pipeline] echo 06:27:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:27:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:08 06:27:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:27:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:10 latest: Pulling from edgex-devops/git-semver 06:27:10 31603596830f: Pulling fs layer 06:27:10 2a8b12db71e7: Pulling fs layer 06:27:10 6ca5941a6612: Pulling fs layer 06:27:10 ecc8261a40a4: Pulling fs layer 06:27:10 ecc8261a40a4: Waiting 06:27:10 2a8b12db71e7: Download complete 06:27:10 31603596830f: Verifying Checksum 06:27:10 31603596830f: Download complete 06:27:11 ecc8261a40a4: Verifying Checksum 06:27:11 ecc8261a40a4: Download complete 06:27:11 6ca5941a6612: Verifying Checksum 06:27:11 6ca5941a6612: Download complete 06:27:12 31603596830f: Pull complete 06:27:12 2a8b12db71e7: Pull complete 06:27:15 6ca5941a6612: Pull complete 06:27:16 ecc8261a40a4: Pull complete 06:27:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:27:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:27:17 prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container 06:27:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:27:21 $ docker top 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:27:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:22 [ssh-agent] Looking for ssh-agent implementation... 06:27:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:24 $ docker exec 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent 06:27:25 SSH_AUTH_SOCK=/tmp/ssh-IZpVxbPkdnyh/agent.11 06:27:25 SSH_AGENT_PID=16 06:27:25 Running ssh-add (command line suppressed) 06:27:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4365509015741973167.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4365509015741973167.key) 06:27:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:27 + git tag --points-at HEAD [Pipeline] } 06:27:27 $ docker exec --env ******** --env ******** 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent -k 06:27:28 unset SSH_AUTH_SOCK; 06:27:28 unset SSH_AGENT_PID; 06:27:28 echo Agent pid 16 killed; 06:27:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:27:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:28 [ssh-agent] Looking for ssh-agent implementation... 06:27:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:29 $ docker exec 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent 06:27:30 SSH_AUTH_SOCK=/tmp/ssh-neUVFHgujAWj/agent.44 06:27:30 SSH_AGENT_PID=50 06:27:30 Running ssh-add (command line suppressed) 06:27:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_279782747845745089.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_279782747845745089.key) 06:27:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:32 + git semver init 06:27:32 # -> Open(): unable to determine branch for HEAD 06:27:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:27:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:27:32 # $SEMVER_REMOTE_NAME = origin 06:27:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:27:32 # $SEMVER_USER_NAME = edgex-jenkins 06:27:32 # $SEMVER_BRANCH = master 06:27:32 # $SEMVER_TEMP = /tmp/semver-654171809 06:27:32 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:27:34 # '/tmp/semver-654171809' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 06:27:34 # -> Force: false 06:27:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:27:34 $ docker exec --env ******** --env ******** 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent -k 06:27:34 unset SSH_AUTH_SOCK; 06:27:35 unset SSH_AGENT_PID; 06:27:35 echo Agent pid 50 killed; 06:27:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:27:36 + git semver [Pipeline] } 06:27:36 $ docker stop --time=1 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac 06:27:39 $ docker rm -f 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac [Pipeline] // withDockerContainer [Pipeline] sh 06:27:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:27:42 Stashed 1 file(s) [Pipeline] echo 06:27:42 [edgeXSemver]: initialized semver on version 1.2.4-dev.27 [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 06:27:57 Still waiting to schedule task 06:27:57 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5774’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 06:27:57 Still waiting to schedule task 06:27:57 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:29:19 Running on prd-centos7-docker-4c-2g-5779 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:29:19 Running in /w/workspace/device-sdk-go/78 [Pipeline] { [Pipeline] checkout 06:29:22 using credential edgex-jenkins-ssh 06:29:22 Cloning the remote Git repository 06:29:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:29:22 > git init /w/workspace/device-sdk-go/78 # timeout=10 06:29:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:23 > git --version # timeout=10 06:29:23 > git --version # 'git version 2.16.5' 06:29:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:24 Checking out Revision 10f5d80329275e8e77aa5b449b49b1589ab3bade (master) 06:29:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:29:24 > git config core.sparsecheckout # timeout=10 06:29:24 > git checkout -f 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:29:28 Commit message: "Merge pull request #605 from hahattan/issue-529-callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:29:29 ========================================================= 06:29:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:29:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:29:29 + 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 . 06:29:30 Sending build context to Docker daemon 2.31MB 06:29:30 Step 1/8 : ARG BASE=golang:1.15-alpine 06:29:30 Step 2/8 : FROM ${BASE} 06:29:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:29:30 df20fa9351a1: Pulling fs layer 06:29:30 ed8968b2872e: Pulling fs layer 06:29:30 a92cc7c5fd73: Pulling fs layer 06:29:30 e871e8e8d7a9: Pulling fs layer 06:29:30 e73272ec9a57: Pulling fs layer 06:29:30 1e910a182e73: Pulling fs layer 06:29:30 4e634b169226: Pulling fs layer 06:29:30 e73272ec9a57: Waiting 06:29:30 e871e8e8d7a9: Waiting 06:29:30 1e910a182e73: Waiting 06:29:30 4e634b169226: Waiting 06:29:30 a92cc7c5fd73: Verifying Checksum 06:29:30 a92cc7c5fd73: Download complete 06:29:30 ed8968b2872e: Verifying Checksum 06:29:30 ed8968b2872e: Download complete 06:29:30 e73272ec9a57: Verifying Checksum 06:29:30 e73272ec9a57: Download complete 06:29:30 1e910a182e73: Verifying Checksum 06:29:30 1e910a182e73: Download complete 06:29:30 df20fa9351a1: Verifying Checksum 06:29:30 df20fa9351a1: Download complete 06:29:31 df20fa9351a1: Pull complete 06:29:31 ed8968b2872e: Pull complete 06:29:31 a92cc7c5fd73: Pull complete 06:29:32 4e634b169226: Verifying Checksum 06:29:32 4e634b169226: Download complete 06:29:32 e871e8e8d7a9: Verifying Checksum 06:29:32 e871e8e8d7a9: Download complete 06:29:38 e871e8e8d7a9: Pull complete 06:29:38 e73272ec9a57: Pull complete 06:29:38 1e910a182e73: Pull complete 06:29:42 4e634b169226: Pull complete 06:29:42 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:29:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:29:42 ---> f7629b54cfaa 06:29:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:29:42 ---> Running in d7169a84f172 06:29:42 Removing intermediate container d7169a84f172 06:29:42 ---> 56911389005c 06:29:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:42 ---> Running in 8b62f69d1f8a 06:29:44 Removing intermediate container 8b62f69d1f8a 06:29:44 ---> 2681c3fe9d66 06:29:44 Step 5/8 : RUN apk add --no-cache make git 06:29:44 ---> Running in e4e8610fd990 06:29:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:46 OK: 166 MiB in 39 packages 06:29:46 Removing intermediate container e4e8610fd990 06:29:46 ---> c07212716d98 06:29:46 Step 6/8 : WORKDIR /device-sdk-go 06:29:46 ---> Running in 8025e6c4a750 06:29:46 Removing intermediate container 8025e6c4a750 06:29:46 ---> 9013515b5ce2 06:29:46 Step 7/8 : COPY . . 06:29:47 ---> 13d8b33e6318 06:29:47 Step 8/8 : RUN go mod download 06:29:47 ---> Running in 09d6b73c25ba 06:30:05 Removing intermediate container 09d6b73c25ba 06:30:05 ---> 75ca85d2c9b4 06:30:05 Successfully built 75ca85d2c9b4 06:30:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:30:06 + docker inspect -f . ci-base-image-x86_64 06:30:06 . [Pipeline] withDockerContainer 06:30:06 prd-centos7-docker-4c-2g-5779 does not seem to be running inside a container 06:30:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/78 -v /w/workspace/device-sdk-go/78:/w/workspace/device-sdk-go/78:rw,z -v /w/workspace/device-sdk-go/78@tmp:/w/workspace/device-sdk-go/78@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:30:07 $ docker top aa7f9ad9423e6f24243eb39ea5a04473be037e2130f1d7cacbe499126c390c9c -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:07 + go version 06:30:07 go version go1.15.2 linux/amd64 [Pipeline] } 06:30:07 $ docker stop --time=1 aa7f9ad9423e6f24243eb39ea5a04473be037e2130f1d7cacbe499126c390c9c 06:30:09 $ docker rm -f aa7f9ad9423e6f24243eb39ea5a04473be037e2130f1d7cacbe499126c390c9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:30:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:30:11 + ls -al . 06:30:11 total 64 06:30:11 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 06:29 . 06:30:11 drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 06:29 .. 06:30:11 drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 06:29 bin 06:30:11 -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 06:29 Dockerfile.build 06:30:11 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 06:29 .dockerignore 06:30:11 drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 06:29 example 06:30:11 drwxrwxr-x. 8 jenkins jenkins 162 Oct 16 06:29 .git 06:30:11 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 06:29 .github 06:30:11 -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 06:29 .gitignore 06:30:11 -rw-rw-r--. 1 jenkins jenkins 517 Oct 16 06:29 go.mod 06:30:11 drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 06:29 internal 06:30:11 -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 06:29 Jenkinsfile 06:30:11 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 06:29 LICENSE 06:30:11 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 06:29 Makefile 06:30:11 drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 06:29 openapi 06:30:11 drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 06:29 pkg 06:30:11 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 06:29 README.md 06:30:11 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 06:29 RELEASE-NOTES.txt 06:30:11 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 06:29 snap 06:30:11 -rw-rw-r--. 1 jenkins jenkins 12 Oct 16 06:27 VERSION 06:30:11 -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 06:29 version.go [Pipeline] isUnix [Pipeline] sh 06:30:11 + 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=10f5d80329275e8e77aa5b449b49b1589ab3bade --label arch=amd64 --label version=1.2.4-dev.27 . 06:30:11 Sending build context to Docker daemon 2.31MB 06:30:11 Step 1/24 : ARG BASE=golang:1.15-alpine 06:30:11 Step 2/24 : FROM ${BASE} AS builder 06:30:11 ---> 75ca85d2c9b4 06:30:11 Step 3/24 : ARG MAKE='make build' 06:30:11 ---> Running in 04298c3cf426 06:30:11 Removing intermediate container 04298c3cf426 06:30:11 ---> 60fb4eacece4 06:30:11 Step 4/24 : WORKDIR /device-sdk-go 06:30:11 ---> Running in b6d63f7cd3e0 06:30:12 Removing intermediate container b6d63f7cd3e0 06:30:12 ---> 980fdc3ecaba 06:30:12 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:30:12 ---> Running in d50701b1871f 06:30:12 Removing intermediate container d50701b1871f 06:30:12 ---> a66d12e5e6fd 06:30:12 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:12 ---> Running in 1ee1ca1b99b9 06:30:13 Removing intermediate container 1ee1ca1b99b9 06:30:13 ---> fe9b8c1d785d 06:30:13 Step 7/24 : RUN apk add --update --no-cache make git 06:30:13 ---> Running in 3bdd739607ed 06:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:16 OK: 166 MiB in 39 packages 06:30:16 Removing intermediate container 3bdd739607ed 06:30:16 ---> 36c779e92868 06:30:16 Step 8/24 : COPY . . 06:30:17 ---> 342cdadb9a07 06:30:17 Step 9/24 : RUN ${MAKE} 06:30:17 ---> Running in 7145d57241d7 06:30:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.27" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:30:26 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:30:27 Removing intermediate container 7145d57241d7 06:30:27 ---> 643ba2265c55 06:30:27 Step 10/24 : FROM scratch 06:30:27 ---> 06:30:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:30:27 ---> Running in 2ba6bcab56e3 06:30:27 Removing intermediate container 2ba6bcab56e3 06:30:27 ---> 30e600ea7592 06:30:27 Step 12/24 : ENV APP_PORT=49990 06:30:27 ---> Running in 06f8d3d5e7a8 06:30:27 Removing intermediate container 06f8d3d5e7a8 06:30:27 ---> f14230cc32f5 06:30:27 Step 13/24 : EXPOSE $APP_PORT 06:30:28 ---> Running in 4bad626d0b02 06:30:28 Removing intermediate container 4bad626d0b02 06:30:28 ---> b998a24fa82e 06:30:28 Step 14/24 : WORKDIR / 06:30:28 ---> Running in 637fb6d5bf82 06:30:28 Removing intermediate container 637fb6d5bf82 06:30:28 ---> de94b11b9aa7 06:30:28 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:30:28 ---> f942adddf34c 06:30:28 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:30:29 ---> c487e16dd3ce 06:30:29 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:30:29 ---> fe3e9d81885f 06:30:29 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:30:29 ---> 2bfd7273a49b 06:30:29 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:30:29 ---> 9069ea509e08 06:30:29 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:30:31 ---> Running in 5a43607d5f29 06:30:31 Removing intermediate container 5a43607d5f29 06:30:31 ---> 189eb12b265a 06:30:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:31 ---> Running in c0c40f57dc94 06:30:31 Removing intermediate container c0c40f57dc94 06:30:31 ---> 36e8795491db 06:30:31 Step 22/24 : LABEL arch=amd64 06:30:31 ---> Running in b23046629e4b 06:30:31 Removing intermediate container b23046629e4b 06:30:31 ---> acc92e862921 06:30:31 Step 23/24 : LABEL git_sha=10f5d80329275e8e77aa5b449b49b1589ab3bade 06:30:31 ---> Running in e39a42fc9500 06:30:31 Removing intermediate container e39a42fc9500 06:30:31 ---> 1917bb4c79e2 06:30:31 Step 24/24 : LABEL version=1.2.4-dev.27 06:30:31 ---> Running in 4c38226d899a 06:30:31 Removing intermediate container 4c38226d899a 06:30:31 ---> 96defe68e1d2 06:30:31 [Warning] One or more build-args [ARCH] were not consumed 06:30:31 Successfully built 96defe68e1d2 06:30:31 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] } 06:31:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5782 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 06:31:04 Running in /w/workspace/device-sdk-go/78 [Pipeline] { [Pipeline] checkout 06:31:09 using credential edgex-jenkins-ssh 06:31:09 Cloning the remote Git repository 06:31:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:31:10 > git init /w/workspace/device-sdk-go/78 # timeout=10 06:31:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:31:10 > git --version # timeout=10 06:31:10 > git --version # 'git version 2.17.1' 06:31:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:31:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:31:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:31:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:31:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:31:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:31:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:31:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:31:12 Checking out Revision 10f5d80329275e8e77aa5b449b49b1589ab3bade (master) 06:31:12 > git config core.sparsecheckout # timeout=10 06:31:12 > git checkout -f 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:31:16 Commit message: "Merge pull request #605 from hahattan/issue-529-callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:31:17 ========================================================= 06:31:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:31:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:31:18 + 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 . 06:31:19 Sending build context to Docker daemon 2.308MB 06:31:19 Step 1/8 : ARG BASE=golang:1.15-alpine 06:31:19 Step 2/8 : FROM ${BASE} 06:31:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:31:19 b538f80385f9: Pulling fs layer 06:31:19 74f711af9a0d: Pulling fs layer 06:31:19 99f96fe45779: Pulling fs layer 06:31:19 8529a6b9a6be: Pulling fs layer 06:31:19 45590311c82a: Pulling fs layer 06:31:19 69ca0ff8b7b3: Pulling fs layer 06:31:19 209524e5b208: Pulling fs layer 06:31:19 45590311c82a: Waiting 06:31:19 69ca0ff8b7b3: Waiting 06:31:19 8529a6b9a6be: Waiting 06:31:19 209524e5b208: Waiting 06:31:19 99f96fe45779: Download complete 06:31:19 74f711af9a0d: Verifying Checksum 06:31:19 74f711af9a0d: Download complete 06:31:19 45590311c82a: Verifying Checksum 06:31:19 45590311c82a: Download complete 06:31:19 69ca0ff8b7b3: Verifying Checksum 06:31:19 69ca0ff8b7b3: Download complete 06:31:20 b538f80385f9: Verifying Checksum 06:31:20 b538f80385f9: Download complete 06:31:21 b538f80385f9: Pull complete 06:31:21 74f711af9a0d: Pull complete 06:31:22 99f96fe45779: Pull complete 06:31:23 209524e5b208: Verifying Checksum 06:31:23 209524e5b208: Download complete 06:31:24 8529a6b9a6be: Verifying Checksum 06:31:24 8529a6b9a6be: Download complete 06:31:34 8529a6b9a6be: Pull complete 06:31:34 45590311c82a: Pull complete 06:31:34 69ca0ff8b7b3: Pull complete 06:31:37 209524e5b208: Pull complete 06:31:37 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:31:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:31:37 ---> 5bddaf1c2fca 06:31:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:40 ---> Running in 75b8e9db9a28 06:31:40 Removing intermediate container 75b8e9db9a28 06:31:40 ---> 66c7dc9c9dd6 06:31:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:41 ---> Running in 7b7854477854 06:31:43 Removing intermediate container 7b7854477854 06:31:43 ---> 6f6253efb599 06:31:43 Step 5/8 : RUN apk add --no-cache make git 06:31:43 ---> Running in bf79e058fc03 06:31:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:47 OK: 142 MiB in 39 packages 06:31:48 Removing intermediate container bf79e058fc03 06:31:48 ---> b7e6cac69f68 06:31:48 Step 6/8 : WORKDIR /device-sdk-go 06:31:48 ---> Running in f0e34b022cef 06:31:49 Removing intermediate container f0e34b022cef 06:31:49 ---> 9e62899ac57a 06:31:49 Step 7/8 : COPY . . 06:31:50 ---> 90cacb25bb6e 06:31:50 Step 8/8 : RUN go mod download 06:31:50 ---> Running in 59c7f84914f1 06:32:12 Removing intermediate container 59c7f84914f1 06:32:12 ---> 88a16a984aca 06:32:12 Successfully built 88a16a984aca 06:32:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:32:13 + docker inspect -f . ci-base-image-arm64 06:32:13 . [Pipeline] withDockerContainer 06:32:13 prd-ubuntu18.04-docker-arm64-4c-16g-5782 does not seem to be running inside a container 06:32:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/78 -v /w/workspace/device-sdk-go/78:/w/workspace/device-sdk-go/78:rw,z -v /w/workspace/device-sdk-go/78@tmp:/w/workspace/device-sdk-go/78@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 06:32:15 $ docker top 05b03b056cb6431a2fede12a1da12f3e02b881e4f7bad2d2337bc89d56b77532 -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:17 + go version 06:32:17 go version go1.15.2 linux/arm64 [Pipeline] } 06:32:17 $ docker stop --time=1 05b03b056cb6431a2fede12a1da12f3e02b881e4f7bad2d2337bc89d56b77532 06:32:19 $ docker rm -f 05b03b056cb6431a2fede12a1da12f3e02b881e4f7bad2d2337bc89d56b77532 [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 06:32:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:32:20 + ls -al . 06:32:20 total 100 06:32:20 drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 06:31 . 06:32:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 .. 06:32:20 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 06:31 .dockerignore 06:32:20 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 06:31 .git 06:32:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:31 .github 06:32:20 -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 06:31 .gitignore 06:32:20 -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 06:31 Dockerfile.build 06:32:20 -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 06:31 Jenkinsfile 06:32:20 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 06:31 LICENSE 06:32:20 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 06:31 Makefile 06:32:20 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 06:31 README.md 06:32:20 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 06:31 RELEASE-NOTES.txt 06:32:20 -rw-rw-r-- 1 jenkins jenkins 12 Oct 16 06:27 VERSION 06:32:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:31 bin 06:32:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 example 06:32:20 -rw-rw-r-- 1 jenkins jenkins 517 Oct 16 06:31 go.mod 06:32:20 drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 06:31 internal 06:32:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 openapi 06:32:20 drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 06:31 pkg 06:32:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 snap 06:32:20 -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 06:31 version.go [Pipeline] isUnix [Pipeline] sh 06:32:21 + 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=10f5d80329275e8e77aa5b449b49b1589ab3bade --label arch=arm64 --label version=1.2.4-dev.27 . 06:32:21 Sending build context to Docker daemon 2.308MB 06:32:21 Step 1/24 : ARG BASE=golang:1.15-alpine 06:32:21 Step 2/24 : FROM ${BASE} AS builder 06:32:21 ---> 88a16a984aca 06:32:21 Step 3/24 : ARG MAKE='make build' 06:32:22 ---> Running in c13c04c9e4db 06:32:22 Removing intermediate container c13c04c9e4db 06:32:22 ---> 054c5ab656a2 06:32:22 Step 4/24 : WORKDIR /device-sdk-go 06:32:22 ---> Running in 04dc8d27a215 06:32:23 Removing intermediate container 04dc8d27a215 06:32:23 ---> 63fb7f524598 06:32:23 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:32:23 ---> Running in cc0c5cbadb9d 06:32:23 Removing intermediate container cc0c5cbadb9d 06:32:23 ---> 75b5a4b1d17b 06:32:23 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:23 ---> Running in 725fff2cd1c7 06:32:26 Removing intermediate container 725fff2cd1c7 06:32:26 ---> 7c0a226b73c8 06:32:26 Step 7/24 : RUN apk add --update --no-cache make git 06:32:26 ---> Running in 3a145ec0a870 06:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:30 OK: 142 MiB in 39 packages 06:32:30 Removing intermediate container 3a145ec0a870 06:32:30 ---> d94b449376b4 06:32:30 Step 8/24 : COPY . . 06:32:32 ---> f344122313de 06:32:32 Step 9/24 : RUN ${MAKE} 06:32:32 ---> Running in 4d9ead0b8c80 06:32:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.27" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:33:00 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:33:04 Removing intermediate container 4d9ead0b8c80 06:33:04 ---> 56cb8a8a86a8 06:33:04 Step 10/24 : FROM scratch 06:33:04 ---> 06:33:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:33:04 ---> Running in e95d34dd8345 06:33:04 Removing intermediate container e95d34dd8345 06:33:04 ---> 8cecf59e799d 06:33:04 Step 12/24 : ENV APP_PORT=49990 06:33:04 ---> Running in 0ffda0955f48 06:33:04 Removing intermediate container 0ffda0955f48 06:33:04 ---> 19e1d3414ff6 06:33:04 Step 13/24 : EXPOSE $APP_PORT 06:33:04 ---> Running in 0ccc4b8e5840 06:33:05 Removing intermediate container 0ccc4b8e5840 06:33:05 ---> 3803a44a0ef4 06:33:05 Step 14/24 : WORKDIR / 06:33:05 ---> Running in bd8490420c4c 06:33:06 Removing intermediate container bd8490420c4c 06:33:06 ---> 07c3ed9ce5a8 06:33:06 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:33:07 ---> 29d2cb9deaf9 06:33:07 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:33:08 ---> 53ebf1ba0e44 06:33:08 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:33:08 ---> 80da8d11bd66 06:33:08 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:33:09 ---> 94d55f661b30 06:33:09 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:33:10 ---> 244c937b9841 06:33:10 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:33:10 ---> Running in 0aa6a890e38f 06:33:10 Removing intermediate container 0aa6a890e38f 06:33:10 ---> 664fdb76fe6f 06:33:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:33:10 ---> Running in 06e4f09b60d9 06:33:11 Removing intermediate container 06e4f09b60d9 06:33:11 ---> 5377840147bc 06:33:11 Step 22/24 : LABEL arch=arm64 06:33:11 ---> Running in 675aa91f7b6c 06:33:11 Removing intermediate container 675aa91f7b6c 06:33:11 ---> e9bcb35906f3 06:33:11 Step 23/24 : LABEL git_sha=10f5d80329275e8e77aa5b449b49b1589ab3bade 06:33:11 ---> Running in 4a039bf314de 06:33:12 Removing intermediate container 4a039bf314de 06:33:12 ---> 5baeb70a962a 06:33:12 Step 24/24 : LABEL version=1.2.4-dev.27 06:33:12 ---> Running in fb3890071014 06:33:13 Removing intermediate container fb3890071014 06:33:13 ---> 211211c1900e 06:33:13 [Warning] One or more build-args [ARCH] were not consumed 06:33:13 Successfully built 211211c1900e 06:33:13 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 06:33:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 06:33:15 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 06:33:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:33:16 06:33:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 06:33:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:33:17 1.317.0: Pulling from edgex-devops/edgex-snyk-go 06:33:17 cbdbe7a5bc2a: Pulling fs layer 06:33:17 408f87550127: Pulling fs layer 06:33:17 fe522b08c979: Pulling fs layer 06:33:17 221eaa008020: Pulling fs layer 06:33:17 2a4607e5d6b9: Pulling fs layer 06:33:17 8f79b27c4fd2: Pulling fs layer 06:33:17 e5c8dbe1645b: Pulling fs layer 06:33:17 23e8b3b47431: Pulling fs layer 06:33:17 5c568d65a230: Pulling fs layer 06:33:17 8f79b27c4fd2: Waiting 06:33:17 e5c8dbe1645b: Waiting 06:33:17 23e8b3b47431: Waiting 06:33:17 5c568d65a230: Waiting 06:33:17 2a4607e5d6b9: Waiting 06:33:17 221eaa008020: Waiting 06:33:17 fe522b08c979: Verifying Checksum 06:33:17 fe522b08c979: Download complete 06:33:17 408f87550127: Download complete 06:33:17 2a4607e5d6b9: Verifying Checksum 06:33:17 2a4607e5d6b9: Download complete 06:33:17 8f79b27c4fd2: Verifying Checksum 06:33:17 8f79b27c4fd2: Download complete 06:33:17 cbdbe7a5bc2a: Verifying Checksum 06:33:17 cbdbe7a5bc2a: Download complete 06:33:18 cbdbe7a5bc2a: Pull complete 06:33:18 408f87550127: Pull complete 06:33:18 fe522b08c979: Pull complete 06:33:20 e5c8dbe1645b: Verifying Checksum 06:33:20 e5c8dbe1645b: Download complete 06:33:23 23e8b3b47431: Verifying Checksum 06:33:23 23e8b3b47431: Download complete 06:33:23 5c568d65a230: Verifying Checksum 06:33:23 5c568d65a230: Download complete 06:33:29 221eaa008020: Verifying Checksum 06:33:29 221eaa008020: Download complete 06:33:39 221eaa008020: Pull complete 06:33:39 2a4607e5d6b9: Pull complete 06:33:39 8f79b27c4fd2: Pull complete 06:33:42 e5c8dbe1645b: Pull complete 06:33:45 23e8b3b47431: Pull complete 06:33:47 5c568d65a230: Pull complete 06:33:47 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 06:33:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 06:33:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 06:33:47 prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container 06:33:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 06:33:49 $ docker top 86d63c1c84d0fbdfaccc9cbcd62463db5bb2392fceb5299cc42404143c3752a5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:49 + snyk monitor '--org=edgex-jenkins' 06:34:08 06:34:08 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... 06:34:08 06:34:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/4187cd2b-caa5-41ed-8fca-0d522d9a3634 06:34:08 06:34:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:34:08 06:34:08 06:34:08 Snyk CLI supports Node.js 8 and higher. 06:34:08 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 06:34:08 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 06:34:08 06:34:08 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 06:34:08 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 06:34:08 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 06:34:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:34:08 $ docker stop --time=1 86d63c1c84d0fbdfaccc9cbcd62463db5bb2392fceb5299cc42404143c3752a5 06:34:10 $ docker rm -f 86d63c1c84d0fbdfaccc9cbcd62463db5bb2392fceb5299cc42404143c3752a5 [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 06:34:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:12 provisioning config files... 06:34:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4115374122076262785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:12 --> edgex-publish-swagger.sh 06:34:12 === Publish openapi/v1 API === 06:34:12 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 06:34:12 [publishToSwagger] Publishing API Name [device-sdk] 06:34:12 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:12 Dload Upload Total Spent Left Speed 06:34:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 27862 --:--:-- --:--:-- --:--:-- 27883 100 20188 0 0 100 20188 0 27850 --:--:-- --:--:-- --:--:-- 27845 06:34:13 06:34:13 06:34:13 === Publish openapi/v2 API === 06:34:13 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 06:34:13 [publishToSwagger] Publishing API Name [device-sdk] 06:34:13 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:13 Dload Upload Total Spent Left Speed 06:34:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 60181 --:--:-- --:--:-- --:--:-- 60163 100 49274 0 0 100 49274 0 60123 --:--:-- --:--:-- --:--:-- 60090 06:34:14 06:34:14 [Pipeline] } 06:34:14 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 06:34:15 + git log --format=format:%s -1 10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] isUnix [Pipeline] sh 06:34:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:16 . [Pipeline] withDockerContainer 06:34:16 prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container 06:34:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:34:17 $ docker top dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:17 [ssh-agent] Looking for ssh-agent implementation... 06:34:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:18 $ docker exec dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 ssh-agent 06:34:18 SSH_AUTH_SOCK=/tmp/ssh-nHYORwNprhQp/agent.11 06:34:18 SSH_AGENT_PID=17 06:34:18 Running ssh-add (command line suppressed) 06:34:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_456583093561267577.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_456583093561267577.key) 06:34:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:18 + git semver tag 06:34:19 # -> Open(): unable to determine branch for HEAD 06:34:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:34:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:34:19 # $SEMVER_REMOTE_NAME = origin 06:34:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:34:19 # $SEMVER_USER_NAME = edgex-jenkins 06:34:19 # $SEMVER_BRANCH = master 06:34:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:34:19 # 10f5d80329275e8e77aa5b449b49b1589ab3bade HEAD 06:34:19 # -> Force: false 06:34:19 # 583e73d67cdd0aa0b0b6844a05981e04c6cb1d85 refs/tags/v1.2.4-dev.27 [Pipeline] } 06:34:19 $ docker exec --env ******** --env ******** dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 ssh-agent -k 06:34:19 unset SSH_AUTH_SOCK; 06:34:19 unset SSH_AGENT_PID; 06:34:19 echo Agent pid 17 killed; 06:34:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:20 + git semver [Pipeline] } 06:34:20 $ docker stop --time=1 dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 06:34:22 $ docker rm -f dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:34:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:34:23 06:34:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:34:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:34:23 0.23.1-centos7: Pulling from edgex-lftools 06:34:23 ab5ef0e58194: Pulling fs layer 06:34:23 9712f1f96733: Pulling fs layer 06:34:23 63f879dbbcfc: Pulling fs layer 06:34:23 0d9ebad4ef96: Pulling fs layer 06:34:23 e9a5061849ea: Pulling fs layer 06:34:23 d747dcd14b5f: Pulling fs layer 06:34:23 2de7ff778b66: Pulling fs layer 06:34:23 0d9ebad4ef96: Waiting 06:34:23 e9a5061849ea: Waiting 06:34:23 d747dcd14b5f: Waiting 06:34:23 2de7ff778b66: Waiting 06:34:23 9712f1f96733: Verifying Checksum 06:34:23 9712f1f96733: Download complete 06:34:27 63f879dbbcfc: Download complete 06:34:27 e9a5061849ea: Verifying Checksum 06:34:27 e9a5061849ea: Download complete 06:34:27 d747dcd14b5f: Verifying Checksum 06:34:27 d747dcd14b5f: Download complete 06:34:28 0d9ebad4ef96: Verifying Checksum 06:34:28 0d9ebad4ef96: Download complete 06:34:28 2de7ff778b66: Verifying Checksum 06:34:28 2de7ff778b66: Download complete 06:34:29 ab5ef0e58194: Verifying Checksum 06:34:29 ab5ef0e58194: Download complete 06:34:38 ab5ef0e58194: Pull complete 06:34:38 9712f1f96733: Pull complete 06:34:40 63f879dbbcfc: Pull complete 06:34:50 0d9ebad4ef96: Pull complete 06:34:50 e9a5061849ea: Pull complete 06:34:51 d747dcd14b5f: Pull complete 06:34:55 2de7ff778b66: Pull complete 06:34:55 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:34:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:34:55 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:34:55 prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container 06:34:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:34:58 $ docker top e232b530f8cf30b1604ed2b0e14e58c75967a74dc3ea98d38c758257e0aba38c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:34:59 provisioning config files... 06:34:59 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1004480724177607056tmp 06:34:59 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4078119465945044078tmp 06:34:59 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6273752897788145504tmp [Pipeline] { [Pipeline] echo 06:34:59 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:34:59 ---> sigul-configuration.sh 06:34:59 gpg: directory `/root/.gnupg' created 06:34:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:34:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:34:59 gpg: keyring `/root/.gnupg/secring.gpg' created 06:34:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:34:59 gpg: CAST5 encrypted data 06:35:00 gpg: encrypted with 1 passphrase 06:35:00 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:35:00 + mkdir /home/jenkins 06:35:00 + mkdir /home/jenkins/sigul [Pipeline] sh 06:35:01 + 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 06:35:01 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:35:02 ---> sigul-install.sh 06:35:10 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:35:10 + git tag --list 06:35:10 0.7.1 06:35:10 delhi-tag 06:35:10 v1.0.0 06:35:10 v1.1.0 06:35:10 v1.1.1 06:35:10 v1.1.2 06:35:10 v1.2.0 06:35:10 v1.2.1 06:35:10 v1.2.2 06:35:10 v1.2.3 06:35:10 v1.2.4-dev.1 06:35:10 v1.2.4-dev.10 06:35:10 v1.2.4-dev.11 06:35:10 v1.2.4-dev.12 06:35:10 v1.2.4-dev.13 06:35:10 v1.2.4-dev.14 06:35:10 v1.2.4-dev.15 06:35:10 v1.2.4-dev.16 06:35:10 v1.2.4-dev.17 06:35:10 v1.2.4-dev.18 06:35:10 v1.2.4-dev.19 06:35:10 v1.2.4-dev.2 06:35:10 v1.2.4-dev.20 06:35:10 v1.2.4-dev.21 06:35:10 v1.2.4-dev.22 06:35:10 v1.2.4-dev.23 06:35:10 v1.2.4-dev.24 06:35:10 v1.2.4-dev.25 06:35:10 v1.2.4-dev.26 06:35:10 v1.2.4-dev.27 06:35:10 v1.2.4-dev.3 06:35:10 v1.2.4-dev.4 06:35:10 v1.2.4-dev.5 06:35:10 v1.2.4-dev.6 06:35:10 v1.2.4-dev.7 06:35:10 v1.2.4-dev.8 06:35:10 v1.2.4-dev.9 [Pipeline] sh 06:35:10 + lftools sign git-tag v1.2.4-dev.27 06:35:12 Signing Git tag with Sigul... 06:35:12 Signing v1.2.4-dev.27 [Pipeline] echo 06:35:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:35:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:35:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:35:14 $ docker stop --time=1 e232b530f8cf30b1604ed2b0e14e58c75967a74dc3ea98d38c758257e0aba38c 06:35:16 $ docker rm -f e232b530f8cf30b1604ed2b0e14e58c75967a74dc3ea98d38c758257e0aba38c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:35:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:17 . [Pipeline] withDockerContainer 06:35:17 prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container 06:35:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:35:18 $ docker top a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:19 [ssh-agent] Looking for ssh-agent implementation... 06:35:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:19 $ docker exec a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b ssh-agent 06:35:19 SSH_AUTH_SOCK=/tmp/ssh-nt2w3nwbMDTe/agent.13 06:35:19 SSH_AGENT_PID=18 06:35:19 Running ssh-add (command line suppressed) 06:35:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7129662678673666007.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7129662678673666007.key) 06:35:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:20 + git semver bump pre 06:35:20 # -> Open(): unable to determine branch for HEAD 06:35:20 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:35:20 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:35:20 # $SEMVER_REMOTE_NAME = origin 06:35:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:20 # $SEMVER_USER_NAME = edgex-jenkins 06:35:20 # $SEMVER_BRANCH = master 06:35:20 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 06:35:20 1.2.4-dev.28 [Pipeline] } 06:35:20 $ docker exec --env ******** --env ******** a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b ssh-agent -k 06:35:21 unset SSH_AUTH_SOCK; 06:35:21 unset SSH_AGENT_PID; 06:35:21 echo Agent pid 18 killed; 06:35:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:35:21 + git semver [Pipeline] } 06:35:21 $ docker stop --time=1 a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b 06:35:23 $ docker rm -f a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:35:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:35:24 . [Pipeline] withDockerContainer 06:35:24 prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container 06:35:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:35:25 $ docker top 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:35:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:35:26 [ssh-agent] Looking for ssh-agent implementation... 06:35:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:35:26 $ docker exec 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 ssh-agent 06:35:27 SSH_AUTH_SOCK=/tmp/ssh-v6sT2d5v8h2N/agent.13 06:35:27 SSH_AGENT_PID=18 06:35:27 Running ssh-add (command line suppressed) 06:35:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2252933950590598147.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2252933950590598147.key) 06:35:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:35:27 + git semver push 06:35:27 # -> Open(): unable to determine branch for HEAD 06:35:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 06:35:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 06:35:27 # $SEMVER_REMOTE_NAME = origin 06:35:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:35:27 # $SEMVER_USER_NAME = edgex-jenkins 06:35:27 # $SEMVER_BRANCH = master 06:35:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 06:35:35 $ docker exec --env ******** --env ******** 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 ssh-agent -k 06:35:35 unset SSH_AUTH_SOCK; 06:35:35 unset SSH_AGENT_PID; 06:35:35 echo Agent pid 18 killed; 06:35:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:35:36 + git semver [Pipeline] } 06:35:36 $ docker stop --time=1 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 06:35:38 $ docker rm -f 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 [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 06:35:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:35:41 ---> package-listing.sh 06:35:41 ++ tr '[:upper:]' '[:lower:]' 06:35:41 ++ facter osfamily 06:35:41 + OS_FAMILY=redhat 06:35:41 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 06:35:41 + START_PACKAGES=/tmp/packages_start.txt 06:35:41 + END_PACKAGES=/tmp/packages_end.txt 06:35:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:35:41 + PACKAGES=/tmp/packages_start.txt 06:35:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:35:41 + PACKAGES=/tmp/packages_end.txt 06:35:41 + case "${OS_FAMILY}" in 06:35:41 + sort 06:35:41 + rpm -qa 06:35:46 + '[' -f /tmp/packages_start.txt ']' 06:35:46 + '[' -f /tmp/packages_end.txt ']' 06:35:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:35:46 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 06:35:46 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 06:35:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 06:35:46 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 06:35:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:35:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:47 06:35:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:35:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:47 alpine: Pulling from edgex-lftools-log-publisher 06:35:47 df20fa9351a1: Pulling fs layer 06:35:47 36b3adc4ff6f: Pulling fs layer 06:35:47 8ad3a11d3b57: Pulling fs layer 06:35:47 46f8f816bc3b: Pulling fs layer 06:35:47 93b61091891f: Pulling fs layer 06:35:47 93b9cdb0e59b: Pulling fs layer 06:35:47 5e14af77c1be: Pulling fs layer 06:35:47 01666e4c0597: Pulling fs layer 06:35:47 aa168da1d23b: Pulling fs layer 06:35:47 93b61091891f: Waiting 06:35:47 93b9cdb0e59b: Waiting 06:35:47 5e14af77c1be: Waiting 06:35:47 01666e4c0597: Waiting 06:35:47 aa168da1d23b: Waiting 06:35:47 46f8f816bc3b: Waiting 06:35:48 36b3adc4ff6f: Verifying Checksum 06:35:48 36b3adc4ff6f: Download complete 06:35:48 46f8f816bc3b: Verifying Checksum 06:35:48 46f8f816bc3b: Download complete 06:35:48 df20fa9351a1: Verifying Checksum 06:35:48 93b9cdb0e59b: Verifying Checksum 06:35:48 93b9cdb0e59b: Download complete 06:35:48 5e14af77c1be: Verifying Checksum 06:35:48 5e14af77c1be: Download complete 06:35:48 01666e4c0597: Verifying Checksum 06:35:48 01666e4c0597: Download complete 06:35:48 93b61091891f: Verifying Checksum 06:35:48 93b61091891f: Download complete 06:35:48 df20fa9351a1: Pull complete 06:35:49 36b3adc4ff6f: Pull complete 06:35:49 8ad3a11d3b57: Verifying Checksum 06:35:49 8ad3a11d3b57: Download complete 06:35:52 8ad3a11d3b57: Pull complete 06:35:52 46f8f816bc3b: Pull complete 06:35:53 93b61091891f: Pull complete 06:35:53 93b9cdb0e59b: Pull complete 06:35:54 5e14af77c1be: Pull complete 06:35:55 01666e4c0597: Pull complete 06:35:55 aa168da1d23b: Verifying Checksum 06:35:55 aa168da1d23b: Download complete 06:36:08 aa168da1d23b: Pull complete 06:36:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:36:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:36:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:36:08 prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container 06:36:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:36:11 $ docker top 95f5da60131f4575786e5e4086372489fa909e2f828513e9faa94995a1ea02dc -eo pid,comm [Pipeline] { [Pipeline] sh 06:36:12 + touch /tmp/pre-build-complete [Pipeline] sh 06:36:12 + mkdir -p /var/log/sa [Pipeline] sh 06:36:12 + ls /var/log/sa-host 06:36:12 + sadf -c /var/log/sa-host/sa05 06:36:12 file_magic: OK 06:36:12 HZ: Using current value: 100 06:36:12 file_header: OK 06:36:12 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 06:36:12 Statistics: 06:36:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:36:12 File successfully converted to sysstat format version 12.2.1 06:36:12 + sadf -c /var/log/sa-host/sa16 06:36:12 file_magic: OK 06:36:12 HZ: Using current value: 100 06:36:12 file_header: OK 06:36:12 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 06:36:12 Statistics: 06:36:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:36:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:36:12 provisioning config files... 06:36:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3613677039184094532tmp [Pipeline] { [Pipeline] echo 06:36:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:36:13 ---> create-netrc.sh [Pipeline] } 06:36:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:36:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:36:13 ---> python-tools-install.sh [Pipeline] echo 06:36:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:36:14 ---> sudo-logs.sh 06:36:14 Archiving 'sudo' log.. [Pipeline] echo 06:36:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:36:14 ---> job-cost.sh 06:36:15 lf-activate-venv: SKIPPING 06:36:15 INFO: No Stack... 06:36:16 INFO: Retrieving Pricing Info for: v1-standard-2 06:36:16 INFO: Archiving Costs [Pipeline] echo 06:36:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:36:17 ---> logs-deploy.sh 06:36:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/78 06:36:17 INFO: archiving workspace using pattern(s): 06:36:20 Archives upload complete. 06:36:20 INFO: archiving logs to Nexus