Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 76d059c2e27a3d5d488ff0022063f09e99d334bf 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22826 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 76d059c2e27a3d5d488ff0022063f09e99d334bf (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 Commit message: "Merge pull request #759 from hahattan/issue-758" > git rev-list --no-walk 2e0b14878cfb4a574be8745ab7c226ce26d53775 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:40:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:40:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:40:31 ========================================================= 11:40:31 EdgeX Global Pipelines Version Info 11:40:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:40:32 ------------------- 11:40:32 stable info: 11:40:32 ------------------- 11:40:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:40:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 11:40:32 Message: update stable to v1.0.179 11:40:33 ------------------- 11:40:33 experimental info: 11:40:33 ------------------- 11:40:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:40:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 11:40:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:40:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 11:40:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:40:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 11:40:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 11:40:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 11:40:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 76d059c2e27a3d5d488ff0022063f09e99d334bf [Pipeline] echo 11:40:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 76d059c [Pipeline] echo 11:40:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:40:37 provisioning config files... 11:40:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3228582066679739945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:40:37 ---> docker-login.sh 11:40:37 nexus3.edgexfoundry.org:10001 11:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:38 Configure a credential helper to remove this warning. See 11:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:38 11:40:38 Login Succeeded 11:40:38 nexus3.edgexfoundry.org:10002 11:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:38 Configure a credential helper to remove this warning. See 11:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:38 11:40:38 Login Succeeded 11:40:38 nexus3.edgexfoundry.org:10003 11:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:38 Configure a credential helper to remove this warning. See 11:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:38 11:40:38 Login Succeeded 11:40:38 nexus3.edgexfoundry.org:10004 11:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:38 Configure a credential helper to remove this warning. See 11:40:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:38 11:40:38 Login Succeeded 11:40:38 docker.io 11:40:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:39 Configure a credential helper to remove this warning. See 11:40:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:39 11:40:39 Login Succeeded 11:40:39 ---> docker-login.sh ends [Pipeline] } 11:40:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:40:39 + git log --format=format:%s -1 76d059c2e27a3d5d488ff0022063f09e99d334bf [Pipeline] echo 11:40:40 GIT_COMMIT: 76d059c2e27a3d5d488ff0022063f09e99d334bf, Commit Message: Merge pull request #759 from hahattan/issue-758 [Pipeline] echo 11:40:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:40:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:40:41 11:40:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:40:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:40:41 latest: Pulling from edgex-devops/git-semver 11:40:41 31603596830f: Pulling fs layer 11:40:41 2a8b12db71e7: Pulling fs layer 11:40:41 6ca5941a6612: Pulling fs layer 11:40:41 ecc8261a40a4: Pulling fs layer 11:40:41 ecc8261a40a4: Waiting 11:40:41 2a8b12db71e7: Verifying Checksum 11:40:41 2a8b12db71e7: Download complete 11:40:41 31603596830f: Verifying Checksum 11:40:41 31603596830f: Download complete 11:40:41 6ca5941a6612: Verifying Checksum 11:40:41 6ca5941a6612: Download complete 11:40:41 ecc8261a40a4: Verifying Checksum 11:40:41 ecc8261a40a4: Download complete 11:40:42 31603596830f: Pull complete 11:40:42 2a8b12db71e7: Pull complete 11:40:43 6ca5941a6612: Pull complete 11:40:43 ecc8261a40a4: Pull complete 11:40:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:40:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:40:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:40:43 prd-centos7-docker-4c-2g-22826 does not seem to be running inside a container 11:40:43 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:40:45 $ docker top f95d08bbbdece8abeddff74d7c1ac506e2ebd5a0511e0c270c87822a89e0a20f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:40:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:40:45 [ssh-agent] Looking for ssh-agent implementation... 11:40:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:40:45 $ docker exec f95d08bbbdece8abeddff74d7c1ac506e2ebd5a0511e0c270c87822a89e0a20f ssh-agent 11:40:45 SSH_AUTH_SOCK=/tmp/ssh-IPDIYhJhavmb/agent.12 11:40:45 SSH_AGENT_PID=18 11:40:45 Running ssh-add (command line suppressed) 11:40:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2556943043423831996.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2556943043423831996.key) 11:40:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:40:46 + git tag --points-at HEAD [Pipeline] } 11:40:46 $ docker exec --env ******** --env ******** f95d08bbbdece8abeddff74d7c1ac506e2ebd5a0511e0c270c87822a89e0a20f ssh-agent -k 11:40:46 unset SSH_AUTH_SOCK; 11:40:46 unset SSH_AGENT_PID; 11:40:46 echo Agent pid 18 killed; 11:40:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:40:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:40:46 [ssh-agent] Looking for ssh-agent implementation... 11:40:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:40:46 $ docker exec f95d08bbbdece8abeddff74d7c1ac506e2ebd5a0511e0c270c87822a89e0a20f ssh-agent 11:40:47 SSH_AUTH_SOCK=/tmp/ssh-EZnIBpOXUnim/agent.48 11:40:47 SSH_AGENT_PID=53 11:40:47 Running ssh-add (command line suppressed) 11:40:47 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4954149623294139772.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4954149623294139772.key) 11:40:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:40:47 + git semver init 11:40:47 # -> Open(): unable to determine branch for HEAD 11:40:47 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:40:47 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:40:47 # $SEMVER_REMOTE_NAME = origin 11:40:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:40:47 # $SEMVER_USER_NAME = edgex-jenkins 11:40:47 # $SEMVER_BRANCH = master 11:40:47 # $SEMVER_TEMP = /tmp/semver-942789882 11:40:47 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 11:40:48 # '/tmp/semver-942789882' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 11:40:48 # -> Force: false 11:40:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 11:40:48 $ docker exec --env ******** --env ******** f95d08bbbdece8abeddff74d7c1ac506e2ebd5a0511e0c270c87822a89e0a20f ssh-agent -k 11:40:48 unset SSH_AUTH_SOCK; 11:40:48 unset SSH_AGENT_PID; 11:40:48 echo Agent pid 53 killed; 11:40:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:40:49 + git semver [Pipeline] } 11:40:49 $ docker stop --time=1 f95d08bbbdece8abeddff74d7c1ac506e2ebd5a0511e0c270c87822a89e0a20f 11:40:50 $ docker rm -f f95d08bbbdece8abeddff74d7c1ac506e2ebd5a0511e0c270c87822a89e0a20f [Pipeline] // withDockerContainer [Pipeline] sh 11:40:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:40:51 Stashed 1 file(s) [Pipeline] echo 11:40:51 [edgeXSemver]: initialized semver on version 2.0.0-dev.7 [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 11:41:06 Still waiting to schedule task 11:41:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:41:06 Still waiting to schedule task 11:41:06 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 11:42:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22827 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 11:42:57 Running in /w/workspace/device-sdk-go/112 [Pipeline] { [Pipeline] checkout 11:43:02 using credential edgex-jenkins-ssh 11:43:02 Cloning the remote Git repository 11:43:03 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:43:03 > git init /w/workspace/device-sdk-go/112 # timeout=10 11:43:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:43:03 > git --version # timeout=10 11:43:03 > git --version # 'git version 2.17.1' 11:43:03 using GIT_SSH to set credentials SSH Credentials for GitHub 11:43:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:43:05 Checking out Revision 76d059c2e27a3d5d488ff0022063f09e99d334bf (master) 11:43:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:43:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:43:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:43:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:43:05 using GIT_SSH to set credentials SSH Credentials for GitHub 11:43:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:43:05 > git config core.sparsecheckout # timeout=10 11:43:05 > git checkout -f 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 11:43:10 Commit message: "Merge pull request #759 from hahattan/issue-758" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:43:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:43:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:43:12 + true 11:43:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:43:15 provisioning config files... 11:43:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/112@tmp/config8894380558020708003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:43:16 ---> docker-login.sh 11:43:16 nexus3.edgexfoundry.org:10001 11:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:17 Configure a credential helper to remove this warning. See 11:43:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:17 11:43:17 Login Succeeded 11:43:17 nexus3.edgexfoundry.org:10002 11:43:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:18 Configure a credential helper to remove this warning. See 11:43:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:18 11:43:18 Login Succeeded 11:43:18 nexus3.edgexfoundry.org:10003 11:43:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:18 Configure a credential helper to remove this warning. See 11:43:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:18 11:43:18 Login Succeeded 11:43:18 nexus3.edgexfoundry.org:10004 11:43:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:19 Configure a credential helper to remove this warning. See 11:43:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:19 11:43:19 Login Succeeded 11:43:19 docker.io 11:43:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:19 Configure a credential helper to remove this warning. See 11:43:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:19 11:43:19 Login Succeeded 11:43:19 ---> docker-login.sh ends [Pipeline] } 11:43:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:43:20 ========================================================= 11:43:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:43:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:43:20 + 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 . 11:43:21 Sending build context to Docker daemon 2.568MB 11:43:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:43:21 Step 2/8 : FROM ${BASE} 11:43:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:43:21 5f621e34cdf4: Pulling fs layer 11:43:21 a4357932f1b6: Pulling fs layer 11:43:21 18c013af1878: Pulling fs layer 11:43:21 00ac8860ef70: Pulling fs layer 11:43:21 63d7cb157983: Pulling fs layer 11:43:21 b116817d02f9: Pulling fs layer 11:43:21 745a02a5169b: Pulling fs layer 11:43:21 63d7cb157983: Waiting 11:43:21 b116817d02f9: Waiting 11:43:21 745a02a5169b: Waiting 11:43:21 00ac8860ef70: Waiting 11:43:21 18c013af1878: Verifying Checksum 11:43:21 18c013af1878: Download complete 11:43:21 a4357932f1b6: Download complete 11:43:21 63d7cb157983: Verifying Checksum 11:43:21 63d7cb157983: Download complete 11:43:21 b116817d02f9: Verifying Checksum 11:43:21 b116817d02f9: Download complete 11:43:21 5f621e34cdf4: Verifying Checksum 11:43:21 5f621e34cdf4: Download complete 11:43:22 5f621e34cdf4: Pull complete 11:43:22 a4357932f1b6: Pull complete 11:43:23 18c013af1878: Pull complete 11:43:23 745a02a5169b: Download complete 11:43:25 00ac8860ef70: Verifying Checksum 11:43:25 00ac8860ef70: Download complete 11:43:35 00ac8860ef70: Pull complete 11:43:35 63d7cb157983: Pull complete 11:43:35 b116817d02f9: Pull complete 11:43:39 745a02a5169b: Pull complete 11:43:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 11:43:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:43:39 ---> b7e6874047d6 11:43:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:43:42 ---> Running in ffc0fa6bcc22 11:43:42 Removing intermediate container ffc0fa6bcc22 11:43:42 ---> c0ec7dc58606 11:43:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:43:42 ---> Running in 02af70df1a87 11:43:45 Removing intermediate container 02af70df1a87 11:43:45 ---> ee700dc28af4 11:43:45 Step 5/8 : RUN apk add --update --no-cache make git 11:43:45 ---> Running in d7c7cefa5c21 11:43:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:43:48 OK: 142 MiB in 39 packages 11:43:48 Removing intermediate container d7c7cefa5c21 11:43:48 ---> ad4e34c1ebd8 11:43:48 Step 6/8 : WORKDIR /device-sdk-go 11:43:48 ---> Running in 8a938f2875e0 11:43:49 Removing intermediate container 8a938f2875e0 11:43:49 ---> 9c8f6135b787 11:43:49 Step 7/8 : COPY . . 11:43:51 ---> 3e46cc90cf67 11:43:51 Step 8/8 : RUN go mod download 11:43:51 ---> Running in 202a4dfff4fe 11:44:08 Running on prd-centos7-docker-4c-2g-22828 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 11:44:08 Running in /w/workspace/device-sdk-go/112 [Pipeline] { [Pipeline] checkout 11:44:13 Removing intermediate container 202a4dfff4fe 11:44:13 ---> a6153e350e5d 11:44:13 Successfully built a6153e350e5d 11:44:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:44:13 + docker inspect -f . ci-base-image-arm64 11:44:13 . [Pipeline] withDockerContainer 11:44:13 prd-ubuntu18.04-docker-arm64-4c-16g-22827 does not seem to be running inside a container 11:44:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/112 -v /w/workspace/device-sdk-go/112:/w/workspace/device-sdk-go/112:rw,z -v /w/workspace/device-sdk-go/112@tmp:/w/workspace/device-sdk-go/112@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 11:44:14 using credential edgex-jenkins-ssh 11:44:14 Cloning the remote Git repository 11:44:15 $ docker top d6aa7aa27488020868eda9ccafabc065faeabffd1bc7c4d53cdf965aab8a3ad4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:44:15 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:44:15 > git init /w/workspace/device-sdk-go/112 # timeout=10 11:44:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:44:15 > git --version # timeout=10 11:44:15 > git --version # 'git version 2.24.3' 11:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 11:44:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:44:16 + go version 11:44:16 go version go1.15.5 linux/arm64 [Pipeline] } 11:44:16 $ docker stop --time=1 d6aa7aa27488020868eda9ccafabc065faeabffd1bc7c4d53cdf965aab8a3ad4 11:44:16 Checking out Revision 76d059c2e27a3d5d488ff0022063f09e99d334bf (master) 11:44:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:44:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:44:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:44:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 11:44:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 11:44:16 > git config core.sparsecheckout # timeout=10 11:44:16 > git checkout -f 76d059c2e27a3d5d488ff0022063f09e99d334bf # timeout=10 11:44:18 $ docker rm -f d6aa7aa27488020868eda9ccafabc065faeabffd1bc7c4d53cdf965aab8a3ad4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:44:19 + docker inspect -f . ci-base-image-arm64 11:44:19 . [Pipeline] withDockerContainer 11:44:19 prd-ubuntu18.04-docker-arm64-4c-16g-22827 does not seem to be running inside a container 11:44:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/112 -v /w/workspace/device-sdk-go/112:/w/workspace/device-sdk-go/112:rw,z -v /w/workspace/device-sdk-go/112@tmp:/w/workspace/device-sdk-go/112@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 11:44:20 Commit message: "Merge pull request #759 from hahattan/issue-758" 11:44:21 $ docker top 56a317d2f2f8dba4d084e93d960e26b111b2b6e0b750623cd1c124510956867e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:44:22 + make test 11:44:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 11:44:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:44:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:44:23 + sudo service docker restart 11:44:23 + true 11:44:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:44:25 provisioning config files... 11:44:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/112@tmp/config1594225294124644312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:44:25 ---> docker-login.sh 11:44:25 nexus3.edgexfoundry.org:10001 11:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:26 Configure a credential helper to remove this warning. See 11:44:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:26 11:44:26 Login Succeeded 11:44:26 nexus3.edgexfoundry.org:10002 11:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:27 Configure a credential helper to remove this warning. See 11:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:27 11:44:27 Login Succeeded 11:44:27 nexus3.edgexfoundry.org:10003 11:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:27 Configure a credential helper to remove this warning. See 11:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:27 11:44:27 Login Succeeded 11:44:27 nexus3.edgexfoundry.org:10004 11:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:27 Configure a credential helper to remove this warning. See 11:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:27 11:44:27 Login Succeeded 11:44:27 docker.io 11:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:28 Configure a credential helper to remove this warning. See 11:44:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:28 11:44:28 Login Succeeded 11:44:28 ---> docker-login.sh ends [Pipeline] } 11:44:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:44:28 ========================================================= 11:44:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:44:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:44: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 . 11:44:29 Sending build context to Docker daemon 2.562MB 11:44:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:44:29 Step 2/8 : FROM ${BASE} 11:44:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:44:29 188c0c94c7c5: Pulling fs layer 11:44:29 0ef7d3d256c8: Pulling fs layer 11:44:29 de9db76c5a1d: Pulling fs layer 11:44:29 bca2f99d35d6: Pulling fs layer 11:44:29 93359f2a8cfa: Pulling fs layer 11:44:29 7c6f9722023f: Pulling fs layer 11:44:29 a35cf1a2eb13: Pulling fs layer 11:44:29 93359f2a8cfa: Waiting 11:44:29 7c6f9722023f: Waiting 11:44:29 a35cf1a2eb13: Waiting 11:44:29 bca2f99d35d6: Waiting 11:44:29 de9db76c5a1d: Download complete 11:44:29 0ef7d3d256c8: Verifying Checksum 11:44:29 0ef7d3d256c8: Download complete 11:44:29 93359f2a8cfa: Verifying Checksum 11:44:29 93359f2a8cfa: Download complete 11:44:29 7c6f9722023f: Verifying Checksum 11:44:29 7c6f9722023f: Download complete 11:44:29 188c0c94c7c5: Verifying Checksum 11:44:29 188c0c94c7c5: Download complete 11:44:30 188c0c94c7c5: Pull complete 11:44:30 0ef7d3d256c8: Pull complete 11:44:31 de9db76c5a1d: Pull complete 11:44:35 a35cf1a2eb13: Verifying Checksum 11:44:35 a35cf1a2eb13: Download complete 11:44:36 bca2f99d35d6: Verifying Checksum 11:44:36 bca2f99d35d6: Download complete 11:44:44 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 11:44:47 bca2f99d35d6: Pull complete 11:44:47 93359f2a8cfa: Pull complete 11:44:47 7c6f9722023f: Pull complete 11:44:52 a35cf1a2eb13: Pull complete 11:44:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 11:44:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:44:52 ---> a62c8e92a672 11:44:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:44:52 ---> Running in d7b4c45999e2 11:44:52 Removing intermediate container d7b4c45999e2 11:44:52 ---> a6a2d061700e 11:44:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:44:52 ---> Running in e764391432c6 11:44:54 Removing intermediate container e764391432c6 11:44:54 ---> c34e9e52ffe4 11:44:54 Step 5/8 : RUN apk add --update --no-cache make git 11:44:54 ---> Running in 980cce887411 11:44:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:44:57 OK: 166 MiB in 39 packages 11:44:58 Removing intermediate container 980cce887411 11:44:58 ---> bbe1fc950729 11:44:58 Step 6/8 : WORKDIR /device-sdk-go 11:44:58 ---> Running in b153b6bd32ce 11:44:59 Removing intermediate container b153b6bd32ce 11:44:59 ---> 85fdfdab7ea2 11:44:59 Step 7/8 : COPY . . 11:45:00 ---> b1d25d9009f3 11:45:00 Step 8/8 : RUN go mod download 11:45:00 ---> Running in 9bc379e4dd78 11:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 11:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 11:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 11:45:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.171s coverage: 19.4% of statements 11:45:27 Removing intermediate container 9bc379e4dd78 11:45:27 ---> ef965b50eb37 11:45:27 Successfully built ef965b50eb37 11:45:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:45:28 + docker inspect -f . ci-base-image-x86_64 11:45:28 . [Pipeline] withDockerContainer 11:45:28 prd-centos7-docker-4c-2g-22828 does not seem to be running inside a container 11:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/112 -v /w/workspace/device-sdk-go/112:/w/workspace/device-sdk-go/112:rw,z -v /w/workspace/device-sdk-go/112@tmp:/w/workspace/device-sdk-go/112@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:45:29 $ docker top 19a9fa1945810300349a09dfb9c49ef981956607310d36a5cd74bf1d4db71083 -eo pid,comm 11:45:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.221s coverage: 97.1% of statements [Pipeline] { [Pipeline] sh 11:45:31 + go version 11:45:31 go version go1.15.5 linux/amd64 [Pipeline] } 11:45:31 $ docker stop --time=1 19a9fa1945810300349a09dfb9c49ef981956607310d36a5cd74bf1d4db71083 11:45:32 $ docker rm -f 19a9fa1945810300349a09dfb9c49ef981956607310d36a5cd74bf1d4db71083 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:45:34 + docker inspect -f . ci-base-image-x86_64 11:45:34 . [Pipeline] withDockerContainer 11:45:34 prd-centos7-docker-4c-2g-22828 does not seem to be running inside a container 11:45:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/112 -v /w/workspace/device-sdk-go/112:/w/workspace/device-sdk-go/112:rw,z -v /w/workspace/device-sdk-go/112@tmp:/w/workspace/device-sdk-go/112@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:45:35 $ docker top 2cf1f307efef4e480ae83846894c504301daf8663054e1eae67fa75b0574c5b4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:45:36 + make test 11:45:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 11:45:48 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.148s coverage: 9.4% of statements 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.111s coverage: 21.7% of statements 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.560s coverage: 43.2% of statements 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.770s coverage: 68.9% of statements 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.188s coverage: 53.8% of statements 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.192s coverage: 26.8% of statements 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.927s coverage: 83.5% of statements 11:45:56 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 4.2% of statements 11:45:56 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 11:45:56 GO111MODULE=on go vet ./... 11:46:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 11:46:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 11:46:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 11:46:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.136s coverage: 19.4% of statements 11:46:25 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.125s coverage: 97.1% of statements 11:46:29 gofmt -l . 11:46:29 [ "`gofmt -l .`" = "" ] 11:46:29 ./bin/test-attribution-txt.sh 11:46:30 ./bin/test-go-mod-tidy.sh [Pipeline] } 11:46:30 $ docker stop --time=1 56a317d2f2f8dba4d084e93d960e26b111b2b6e0b750623cd1c124510956867e 11:46:32 $ docker rm -f 56a317d2f2f8dba4d084e93d960e26b111b2b6e0b750623cd1c124510956867e [Pipeline] // withDockerContainer [Pipeline] sh 11:46:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:46:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:46:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:46:38 + ls -al . 11:46:38 total 252 11:46:38 drwxrwxr-x 10 jenkins jenkins 4096 Jan 26 11:46 . 11:46:38 drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 11:43 .. 11:46:38 -rw-rw-r-- 1 jenkins jenkins 140 Jan 26 11:43 .dockerignore 11:46:38 drwxrwxr-x 8 jenkins jenkins 4096 Jan 26 11:43 .git 11:46:38 drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 11:43 .github 11:46:38 -rw-rw-r-- 1 jenkins jenkins 138 Jan 26 11:43 .gitignore 11:46:38 -rw-rw-r-- 1 jenkins jenkins 949 Jan 26 11:43 Dockerfile.build 11:46:38 -rw-rw-r-- 1 jenkins jenkins 901 Jan 26 11:43 Jenkinsfile 11:46:38 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 26 11:43 LICENSE 11:46:38 -rw-rw-r-- 1 jenkins jenkins 1016 Jan 26 11:43 Makefile 11:46:38 -rw-rw-r-- 1 jenkins jenkins 5897 Jan 26 11:43 README.md 11:46:38 -rw-rw-r-- 1 jenkins jenkins 6616 Jan 26 11:43 RELEASE-NOTES.txt 11:46:38 -rw-rw-r-- 1 jenkins jenkins 11 Jan 26 11:40 VERSION 11:46:38 drwxrwxr-x 2 jenkins jenkins 4096 Jan 26 11:43 bin 11:46:38 -rw-r--r-- 1 jenkins jenkins 136842 Jan 26 11:45 coverage.out 11:46:38 drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 11:43 example 11:46:38 -rw-r--r-- 1 jenkins jenkins 514 Jan 26 11:46 go.mod 11:46:38 -rw-r--r-- 1 jenkins jenkins 14016 Jan 26 11:46 go.sum 11:46:38 drwxrwxr-x 15 jenkins jenkins 4096 Jan 26 11:43 internal 11:46:38 drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 11:43 openapi 11:46:38 drwxrwxr-x 5 jenkins jenkins 4096 Jan 26 11:43 pkg 11:46:38 drwxrwxr-x 4 jenkins jenkins 4096 Jan 26 11:43 snap 11:46:38 -rw-rw-r-- 1 jenkins jenkins 222 Jan 26 11:43 version.go [Pipeline] isUnix [Pipeline] sh 11:46:38 + 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=76d059c2e27a3d5d488ff0022063f09e99d334bf --label arch=arm64 --label version=2.0.0-dev.7 . 11:46:38 Sending build context to Docker daemon 2.705MB 11:46:38 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 11:46:38 Step 2/24 : FROM ${BASE} AS builder 11:46:38 ---> a6153e350e5d 11:46:38 Step 3/24 : ARG MAKE='make build' 11:46:38 ---> Running in 5cde72a96be2 11:46:39 Removing intermediate container 5cde72a96be2 11:46:39 ---> 7201dca7ea11 11:46:39 Step 4/24 : WORKDIR /device-sdk-go 11:46:39 ---> Running in fbb3a397864a 11:46:40 Removing intermediate container fbb3a397864a 11:46:40 ---> e8c2c4e29451 11:46:40 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:46:40 ---> Running in 953411d4ff13 11:46:40 Removing intermediate container 953411d4ff13 11:46:40 ---> 891568a3c783 11:46:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:46:40 ---> Running in dd2b665c559b 11:46:42 Removing intermediate container dd2b665c559b 11:46:42 ---> 6bf9440eb2ea 11:46:42 Step 7/24 : RUN apk add --update --no-cache make git 11:46:43 ---> Running in c84be1be88ac 11:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:46:45 OK: 142 MiB in 39 packages 11:46:47 Removing intermediate container c84be1be88ac 11:46:47 ---> f2d9dee0c072 11:46:47 Step 8/24 : COPY . . 11:46:48 ---> 4ff46d3f8674 11:46:48 Step 9/24 : RUN ${MAKE} 11:46:48 ---> Running in 339b63093a02 11:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.7" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.135s coverage: 9.4% of statements 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.087s coverage: 21.7% of statements 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.392s coverage: 43.2% of statements 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.591s coverage: 68.9% of statements 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.153s coverage: 53.8% of statements 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.103s coverage: 26.8% of statements 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.129s coverage: 83.5% of statements 11:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.135s coverage: 4.2% of statements 11:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 11:46:58 GO111MODULE=on go vet ./... 11:47:16 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 11:47:16 Removing intermediate container 339b63093a02 11:47:16 ---> 086af0b7b139 11:47:16 Step 10/24 : FROM scratch 11:47:16 ---> 11:47:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:47:16 ---> Running in ef519da0db36 11:47:16 Removing intermediate container ef519da0db36 11:47:16 ---> 8b97ad2908e2 11:47:16 Step 12/24 : ENV APP_PORT=49990 11:47:17 ---> Running in 0b398f9f3360 11:47:17 gofmt -l . 11:47:17 [ "`gofmt -l .`" = "" ] 11:47:17 ./bin/test-attribution-txt.sh 11:47:17 ./bin/test-go-mod-tidy.sh 11:47:17 Removing intermediate container 0b398f9f3360 11:47:17 ---> c9087e879034 11:47:17 Step 13/24 : EXPOSE $APP_PORT 11:47:17 ---> Running in 03c6411ff62b [Pipeline] } 11:47:18 $ docker stop --time=1 2cf1f307efef4e480ae83846894c504301daf8663054e1eae67fa75b0574c5b4 11:47:18 Removing intermediate container 03c6411ff62b 11:47:18 ---> bed110393469 11:47:18 Step 14/24 : WORKDIR / 11:47:18 ---> Running in 1910a1593a47 11:47:18 Removing intermediate container 1910a1593a47 11:47:18 ---> 3d0081e914c2 11:47:18 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 11:47:19 ---> 4f297d991948 11:47:19 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 11:47:20 ---> 7e996a4fa356 11:47:20 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 11:47:21 ---> cfea543e1352 11:47:21 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 11:47:21 $ docker rm -f 2cf1f307efef4e480ae83846894c504301daf8663054e1eae67fa75b0574c5b4 11:47:21 ---> cf7438816ce6 11:47:21 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [Pipeline] // withDockerContainer [Pipeline] sh 11:47:22 ---> 9f007ba298e4 11:47:22 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 11:47:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:47:22 Warning: overwriting stash ‘coverage-report’ 11:47:22 ---> Running in c60cfa83edcc 11:47:23 Removing intermediate container c60cfa83edcc 11:47:23 ---> 48a18d7cb1c7 11:47:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:47:23 ---> Running in 92d90dabcdc0 11:47:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:47:23 Removing intermediate container 92d90dabcdc0 11:47:23 ---> 696f70882218 11:47:23 Step 22/24 : LABEL arch=arm64 11:47:23 ---> Running in 02f056d9d6ac 11:47:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:47:24 Removing intermediate container 02f056d9d6ac 11:47:24 ---> 27e985907b9a 11:47:24 Step 23/24 : LABEL git_sha=76d059c2e27a3d5d488ff0022063f09e99d334bf 11:47:24 ---> Running in df4bdbe892d9 11:47:24 + ls -al . 11:47:24 total 216 11:47:24 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 26 11:47 . 11:47:24 drwxrwxr-x. 4 jenkins jenkins 32 Jan 26 11:44 .. 11:47:24 drwxrwxr-x. 2 jenkins jenkins 64 Jan 26 11:44 bin 11:47:24 -rw-r--r--. 1 jenkins jenkins 136842 Jan 26 11:46 coverage.out 11:47:24 -rw-rw-r--. 1 jenkins jenkins 949 Jan 26 11:44 Dockerfile.build 11:47:24 -rw-rw-r--. 1 jenkins jenkins 140 Jan 26 11:44 .dockerignore 11:47:24 drwxrwxr-x. 4 jenkins jenkins 48 Jan 26 11:44 example 11:47:24 drwxrwxr-x. 8 jenkins jenkins 162 Jan 26 11:44 .git 11:47:24 drwxrwxr-x. 2 jenkins jenkins 103 Jan 26 11:44 .github 11:47:24 -rw-rw-r--. 1 jenkins jenkins 138 Jan 26 11:44 .gitignore 11:47:24 -rw-r--r--. 1 jenkins jenkins 514 Jan 26 11:47 go.mod 11:47:24 -rw-r--r--. 1 jenkins jenkins 14016 Jan 26 11:47 go.sum 11:47:24 drwxrwxr-x. 15 jenkins jenkins 211 Jan 26 11:44 internal 11:47:24 -rw-rw-r--. 1 jenkins jenkins 901 Jan 26 11:44 Jenkinsfile 11:47:24 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 26 11:44 LICENSE 11:47:24 -rw-rw-r--. 1 jenkins jenkins 1016 Jan 26 11:44 Makefile 11:47:24 drwxrwxr-x. 4 jenkins jenkins 26 Jan 26 11:44 openapi 11:47:24 drwxrwxr-x. 5 jenkins jenkins 50 Jan 26 11:44 pkg 11:47:24 -rw-rw-r--. 1 jenkins jenkins 5897 Jan 26 11:44 README.md 11:47:24 -rw-rw-r--. 1 jenkins jenkins 6616 Jan 26 11:44 RELEASE-NOTES.txt 11:47:24 drwxrwxr-x. 4 jenkins jenkins 54 Jan 26 11:44 snap 11:47:24 -rw-rw-r--. 1 jenkins jenkins 11 Jan 26 11:40 VERSION 11:47:24 -rw-rw-r--. 1 jenkins jenkins 222 Jan 26 11:44 version.go [Pipeline] isUnix [Pipeline] sh 11:47:25 Removing intermediate container df4bdbe892d9 11:47:25 ---> 56f38cccd26b 11:47:25 Step 24/24 : LABEL version=2.0.0-dev.7 11:47:25 ---> Running in f18188d983e4 11:47:25 + 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=76d059c2e27a3d5d488ff0022063f09e99d334bf --label arch=amd64 --label version=2.0.0-dev.7 . 11:47:25 Removing intermediate container f18188d983e4 11:47:25 ---> bbc488760148 11:47:25 [Warning] One or more build-args [ARCH] were not consumed 11:47:25 Successfully built bbc488760148 11:47:25 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 11:47:26 Sending build context to Docker daemon 2.699MB 11:47:26 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 11:47:26 Step 2/24 : FROM ${BASE} AS builder 11:47:26 ---> ef965b50eb37 11:47:26 Step 3/24 : ARG MAKE='make build' [Pipeline] // node [Pipeline] } [Pipeline] // stage 11:47:26 ---> Running in 2f02dade5a68 [Pipeline] } 11:47:27 Removing intermediate container 2f02dade5a68 11:47:27 ---> 2b93c8b2d10a 11:47:27 Step 4/24 : WORKDIR /device-sdk-go 11:47:27 ---> Running in 5c2ca816092d 11:47:28 Removing intermediate container 5c2ca816092d 11:47:28 ---> 3e58fd46b124 11:47:28 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:47:28 ---> Running in a0018c039a38 11:47:28 Removing intermediate container a0018c039a38 11:47:28 ---> 57742a931978 11:47:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:47:29 ---> Running in 19dca930f66e 11:47:31 Removing intermediate container 19dca930f66e 11:47:31 ---> 0085f0c03d0b 11:47:31 Step 7/24 : RUN apk add --update --no-cache make git 11:47:31 ---> Running in fe8eb6c252f4 11:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:47:33 OK: 166 MiB in 39 packages 11:47:34 Removing intermediate container fe8eb6c252f4 11:47:34 ---> 3b7c93e2368c 11:47:34 Step 8/24 : COPY . . 11:47:35 ---> c9b5dedea725 11:47:35 Step 9/24 : RUN ${MAKE} 11:47:35 ---> Running in 38af6d36b4c6 11:47:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.7" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 11:47:55 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 11:47:56 Removing intermediate container 38af6d36b4c6 11:47:56 ---> 1717f99edc87 11:47:56 Step 10/24 : FROM scratch 11:47:56 ---> 11:47:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:47:56 ---> Running in 067b2fb3ded7 11:47:57 Removing intermediate container 067b2fb3ded7 11:47:57 ---> 177eea832ff9 11:47:57 Step 12/24 : ENV APP_PORT=49990 11:47:57 ---> Running in f4c9e87c7b0e 11:47:57 Removing intermediate container f4c9e87c7b0e 11:47:57 ---> 9174260d45ad 11:47:57 Step 13/24 : EXPOSE $APP_PORT 11:47:57 ---> Running in 8183ddfe5176 11:47:57 Removing intermediate container 8183ddfe5176 11:47:57 ---> cc12f0e92ac2 11:47:57 Step 14/24 : WORKDIR / 11:47:57 ---> Running in 8ed9e04eb5d4 11:47:57 Removing intermediate container 8ed9e04eb5d4 11:47:57 ---> 6a279cf51a64 11:47:57 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 11:47:58 ---> 00efc1564b9c 11:47:58 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 11:47:59 ---> ec54dda9a17f 11:47:59 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 11:47:59 ---> bc28a3dfcfbc 11:47:59 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 11:48:00 ---> 1f7c3dcbfbef 11:48:00 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 11:48:00 ---> a5fae84ada9a 11:48:00 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 11:48:00 ---> Running in b4316e0bb785 11:48:00 Removing intermediate container b4316e0bb785 11:48:00 ---> 379e4702c3a7 11:48:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:48:00 ---> Running in 06605d42638f 11:48:00 Removing intermediate container 06605d42638f 11:48:00 ---> 75fcfa62d619 11:48:00 Step 22/24 : LABEL arch=amd64 11:48:00 ---> Running in 434444260fb3 11:48:01 Removing intermediate container 434444260fb3 11:48:01 ---> 4ec47a623984 11:48:01 Step 23/24 : LABEL git_sha=76d059c2e27a3d5d488ff0022063f09e99d334bf 11:48:01 ---> Running in e9e514ffd91c 11:48:01 Removing intermediate container e9e514ffd91c 11:48:01 ---> d3bb4577b4f5 11:48:01 Step 24/24 : LABEL version=2.0.0-dev.7 11:48:01 ---> Running in c4ad4d6ad750 11:48:01 Removing intermediate container c4ad4d6ad750 11:48:01 ---> 82906bb08915 11:48:01 [Warning] One or more build-args [ARCH] were not consumed 11:48:01 Successfully built 82906bb08915 11:48:01 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 11:48:03 provisioning config files... 11:48:03 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8359428092418968764tmp [Pipeline] { [Pipeline] sh 11:48:04 + set +x 11:48:04 + curl -s https://codecov.io/bash 11:48:04 + bash -s -- 11:48:04 11:48:04 _____ _ 11:48:04 / ____| | | 11:48:04 | | ___ __| | ___ ___ _____ __ 11:48:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:48:04 | |___| (_) | (_| | __/ (_| (_) \ V / 11:48:04 \_____\___/ \__,_|\___|\___\___/ \_/ 11:48:04 Bash-20210115-cec3c92 11:48:04 11:48:04 11:48:04 ==> git version 2.24.3 found 11:48:04 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 11:48:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:48:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:48:04 ==> Jenkins CI detected. 11:48:04 project root: . 11:48:04 --> token set from env 11:48:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:48:04 ==> Running gcov in . (disable via -X gcov) 11:48:04 ==> Python coveragepy not found 11:48:04 ==> Searching for coverage reports in: 11:48:04 + . 11:48:04 -> Found 1 reports 11:48:04 ==> Detecting git/mercurial file structure 11:48:04 ==> Reading reports 11:48:04 + ./coverage.out bytes=136842 11:48:04 ==> Appending adjustments 11:48:04 https://docs.codecov.io/docs/fixing-reports 11:48:05 + Found adjustments 11:48:05 ==> Gzipping contents 11:48:05 24K /tmp/codecov.6gagcv.gz 11:48:05 ==> Uploading reports 11:48:05 url: https://codecov.io 11:48:05 query: branch=master&commit=76d059c2e27a3d5d488ff0022063f09e99d334bf&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F112%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:48:05 -> Pinging Codecov 11:48:05 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=76d059c2e27a3d5d488ff0022063f09e99d334bf&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F112%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:48:05 -> Uploading to 11:48:05 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/7E55EF52A471D76F132DFD9A03CDDE97/76d059c2e27a3d5d488ff0022063f09e99d334bf/7c019203-fca3-4ff4-875e-8ceb6322cbff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T114805Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d2aee1e6814736f276f93e487b3088d542e230d9c459d257e8fddc2ce39fc01a 11:48:05 % Total % Received % Xferd Average Speed Time Time Time Current 11:48:05 Dload Upload Total Spent Left Speed 11:48:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21511 0 0 100 21511 0 49810 --:--:-- --:--:-- --:--:-- 49793 100 21511 0 0 100 21511 0 49792 --:--:-- --:--:-- --:--:-- 49793 11:48:06 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/76d059c2e27a3d5d488ff0022063f09e99d334bf [Pipeline] } 11:48:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:48:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:48:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:48:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:48:07 11:48:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 11:48:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:48:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:48:07 188c0c94c7c5: Pulling fs layer 11:48:07 0ef7d3d256c8: Pulling fs layer 11:48:07 de9db76c5a1d: Pulling fs layer 11:48:07 0eba1c9be4d2: Pulling fs layer 11:48:07 0d57e429df01: Pulling fs layer 11:48:07 4e4be7b47b0d: Pulling fs layer 11:48:07 e1f770b5df2f: Pulling fs layer 11:48:07 85a0685a4137: Pulling fs layer 11:48:07 0d57e429df01: Waiting 11:48:07 4e4be7b47b0d: Waiting 11:48:07 e1f770b5df2f: Waiting 11:48:07 85a0685a4137: Waiting 11:48:07 0eba1c9be4d2: Waiting 11:48:07 de9db76c5a1d: Download complete 11:48:07 0ef7d3d256c8: Verifying Checksum 11:48:07 0ef7d3d256c8: Download complete 11:48:07 0d57e429df01: Verifying Checksum 11:48:07 0d57e429df01: Download complete 11:48:07 188c0c94c7c5: Verifying Checksum 11:48:07 188c0c94c7c5: Download complete 11:48:07 4e4be7b47b0d: Verifying Checksum 11:48:07 4e4be7b47b0d: Download complete 11:48:08 188c0c94c7c5: Pull complete 11:48:08 0ef7d3d256c8: Pull complete 11:48:08 de9db76c5a1d: Pull complete 11:48:10 e1f770b5df2f: Verifying Checksum 11:48:10 e1f770b5df2f: Download complete 11:48:12 0eba1c9be4d2: Verifying Checksum 11:48:12 0eba1c9be4d2: Download complete 11:48:12 85a0685a4137: Verifying Checksum 11:48:12 85a0685a4137: Download complete 11:48:17 0eba1c9be4d2: Pull complete 11:48:17 0d57e429df01: Pull complete 11:48:17 4e4be7b47b0d: Pull complete 11:48:21 e1f770b5df2f: Pull complete 11:48:27 85a0685a4137: Pull complete 11:48:27 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 11:48:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:48:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 11:48:27 prd-centos7-docker-4c-2g-22826 does not seem to be running inside a container 11:48:27 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:48:28 $ docker top d4a5679f67df63cb75f0a03687aedc1e1e085430a5d0aa42de472294e7356a04 -eo pid,comm [Pipeline] { [Pipeline] echo 11:48:29 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 11:48:29 + set -o pipefail 11:48:29 + snyk monitor '--org=edgex-jenkins' 11:48:39 11:48:39 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 11:48:39 11:48:39 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/922aebc8-d445-4808-a9c3-d5ae3304c004 11:48:39 11:48:39 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:48:39 11:48:39 [Pipeline] } 11:48:39 $ docker stop --time=1 d4a5679f67df63cb75f0a03687aedc1e1e085430a5d0aa42de472294e7356a04 11:48:42 $ docker rm -f d4a5679f67df63cb75f0a03687aedc1e1e085430a5d0aa42de472294e7356a04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 11:48:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:48:43 provisioning config files... 11:48:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config450836899574035196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:48:43 --> edgex-publish-swagger.sh 11:48:43 === Publish openapi/v1 API === 11:48:43 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 11:48:43 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 11:48:43 % Total % Received % Xferd Average Speed Time Time Time Current 11:48:43 Dload Upload Total Spent Left Speed 11:48:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 18889 0:00:01 0:00:01 --:--:-- 18907 11:48:44 11:48:44 11:48:44 === Publish openapi/v2 API === 11:48:44 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 11:48:44 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 11:48:44 % Total % Received % Xferd Average Speed Time Time Time Current 11:48:44 Dload Upload Total Spent Left Speed 11:48:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 44473 0 0 100 44473 0 56187 --:--:-- --:--:-- --:--:-- 56152 11:48:45 11:48:45 [Pipeline] } 11:48:45 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 11:48:46 + git log --format=format:%s -1 76d059c2e27a3d5d488ff0022063f09e99d334bf [Pipeline] isUnix [Pipeline] sh 11:48:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:48:46 . [Pipeline] withDockerContainer 11:48:46 prd-centos7-docker-4c-2g-22826 does not seem to be running inside a container 11:48:46 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:48:47 $ docker top 9e959aef661b5719ff1dba56529909d6b6d63242c2b960d28acd629f541fbde0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:48:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:48:47 [ssh-agent] Looking for ssh-agent implementation... 11:48:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:48:48 $ docker exec 9e959aef661b5719ff1dba56529909d6b6d63242c2b960d28acd629f541fbde0 ssh-agent 11:48:48 SSH_AUTH_SOCK=/tmp/ssh-EicELwNo9N2K/agent.11 11:48:48 SSH_AGENT_PID=17 11:48:48 Running ssh-add (command line suppressed) 11:48:48 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7824662923634812802.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7824662923634812802.key) 11:48:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:48:48 + git semver tag 11:48:48 # -> Open(): unable to determine branch for HEAD 11:48:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:48:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:48:48 # $SEMVER_REMOTE_NAME = origin 11:48:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:48:48 # $SEMVER_USER_NAME = edgex-jenkins 11:48:48 # $SEMVER_BRANCH = master 11:48:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 11:48:48 # 76d059c2e27a3d5d488ff0022063f09e99d334bf HEAD 11:48:48 # -> Force: false 11:48:48 # 25a30fafc34992b4a7d2d5ef0571e30158f7e315 refs/tags/v2.0.0-dev.7 [Pipeline] } 11:48:48 $ docker exec --env ******** --env ******** 9e959aef661b5719ff1dba56529909d6b6d63242c2b960d28acd629f541fbde0 ssh-agent -k 11:48:49 unset SSH_AUTH_SOCK; 11:48:49 unset SSH_AGENT_PID; 11:48:49 echo Agent pid 17 killed; 11:48:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:48:49 + git semver [Pipeline] } 11:48:49 $ docker stop --time=1 9e959aef661b5719ff1dba56529909d6b6d63242c2b960d28acd629f541fbde0 11:48:50 $ docker rm -f 9e959aef661b5719ff1dba56529909d6b6d63242c2b960d28acd629f541fbde0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:48:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:48:51 11:48:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:48:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:48:51 0.23.1-centos7: Pulling from edgex-lftools 11:48:51 ab5ef0e58194: Pulling fs layer 11:48:51 9712f1f96733: Pulling fs layer 11:48:51 63f879dbbcfc: Pulling fs layer 11:48:51 0d9ebad4ef96: Pulling fs layer 11:48:51 e9a5061849ea: Pulling fs layer 11:48:51 d747dcd14b5f: Pulling fs layer 11:48:51 2de7ff778b66: Pulling fs layer 11:48:51 0d9ebad4ef96: Waiting 11:48:51 2de7ff778b66: Waiting 11:48:51 e9a5061849ea: Waiting 11:48:51 d747dcd14b5f: Waiting 11:48:51 9712f1f96733: Download complete 11:48:53 63f879dbbcfc: Verifying Checksum 11:48:53 63f879dbbcfc: Download complete 11:48:53 e9a5061849ea: Verifying Checksum 11:48:53 e9a5061849ea: Download complete 11:48:53 d747dcd14b5f: Download complete 11:48:53 2de7ff778b66: Verifying Checksum 11:48:53 2de7ff778b66: Download complete 11:48:54 0d9ebad4ef96: Verifying Checksum 11:48:54 0d9ebad4ef96: Download complete 11:48:54 ab5ef0e58194: Verifying Checksum 11:48:54 ab5ef0e58194: Download complete 11:48:58 ab5ef0e58194: Pull complete 11:48:58 9712f1f96733: Pull complete 11:49:01 63f879dbbcfc: Pull complete 11:49:07 0d9ebad4ef96: Pull complete 11:49:09 e9a5061849ea: Pull complete 11:49:09 d747dcd14b5f: Pull complete 11:49:11 2de7ff778b66: Pull complete 11:49:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:49:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:49:12 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:49:12 prd-centos7-docker-4c-2g-22826 does not seem to be running inside a container 11:49:12 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:49:16 $ docker top a8ecabd3b108063c60f120e70c55cb1a60b25d278b0552b19bbf8c609fa1eaec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:49:16 provisioning config files... 11:49:16 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2152101563525723131tmp 11:49:16 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8210673688873061495tmp 11:49:16 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8727788490156933035tmp [Pipeline] { [Pipeline] echo 11:49:16 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:49:17 ---> sigul-configuration.sh 11:49:17 gpg: directory `/root/.gnupg' created 11:49:17 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:49:17 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:49:17 gpg: keyring `/root/.gnupg/secring.gpg' created 11:49:17 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:49:17 gpg: CAST5 encrypted data 11:49:17 gpg: encrypted with 1 passphrase 11:49:17 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:49:17 + mkdir /home/jenkins 11:49:17 + mkdir /home/jenkins/sigul [Pipeline] sh 11:49:17 + 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 11:49:17 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:49:18 ---> sigul-install.sh 11:49:23 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:49:23 + git tag --list 11:49:23 0.7.1 11:49:23 delhi-tag 11:49:23 v1.0.0 11:49:23 v1.1.0 11:49:23 v1.1.1 11:49:23 v1.1.2 11:49:23 v1.2.0 11:49:23 v1.2.1 11:49:23 v1.2.2 11:49:23 v1.2.3 11:49:23 v1.3.0 11:49:23 v1.4.0 11:49:23 v2.0.0-dev.1 11:49:23 v2.0.0-dev.2 11:49:23 v2.0.0-dev.3 11:49:23 v2.0.0-dev.4 11:49:23 v2.0.0-dev.5 11:49:23 v2.0.0-dev.6 11:49:23 v2.0.0-dev.7 [Pipeline] sh 11:49:24 + lftools sign git-tag v2.0.0-dev.7 11:49:25 Signing Git tag with Sigul... 11:49:25 Signing v2.0.0-dev.7 [Pipeline] echo 11:49:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:49:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:49:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:49:27 $ docker stop --time=1 a8ecabd3b108063c60f120e70c55cb1a60b25d278b0552b19bbf8c609fa1eaec 11:49:29 $ docker rm -f a8ecabd3b108063c60f120e70c55cb1a60b25d278b0552b19bbf8c609fa1eaec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:49:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:49:30 . [Pipeline] withDockerContainer 11:49:30 prd-centos7-docker-4c-2g-22826 does not seem to be running inside a container 11:49:30 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:49:30 $ docker top e3cd9f0c8c28357a537446a43197a41caa1ad37189eb6487fac2c727dea4bf03 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:49:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:49:31 [ssh-agent] Looking for ssh-agent implementation... 11:49:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:49:31 $ docker exec e3cd9f0c8c28357a537446a43197a41caa1ad37189eb6487fac2c727dea4bf03 ssh-agent 11:49:31 SSH_AUTH_SOCK=/tmp/ssh-8y8WtoYwbqA1/agent.13 11:49:31 SSH_AGENT_PID=19 11:49:31 Running ssh-add (command line suppressed) 11:49:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5850544538549763281.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5850544538549763281.key) 11:49:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:49:32 + git semver bump pre 11:49:32 # -> Open(): unable to determine branch for HEAD 11:49:32 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:49:32 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:49:32 # $SEMVER_REMOTE_NAME = origin 11:49:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:49:32 # $SEMVER_USER_NAME = edgex-jenkins 11:49:32 # $SEMVER_BRANCH = master 11:49:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 11:49:32 2.0.0-dev.8 [Pipeline] } 11:49:32 $ docker exec --env ******** --env ******** e3cd9f0c8c28357a537446a43197a41caa1ad37189eb6487fac2c727dea4bf03 ssh-agent -k 11:49:32 unset SSH_AUTH_SOCK; 11:49:32 unset SSH_AGENT_PID; 11:49:32 echo Agent pid 19 killed; 11:49:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:49:32 + git semver [Pipeline] } 11:49:32 $ docker stop --time=1 e3cd9f0c8c28357a537446a43197a41caa1ad37189eb6487fac2c727dea4bf03 11:49:34 $ docker rm -f e3cd9f0c8c28357a537446a43197a41caa1ad37189eb6487fac2c727dea4bf03 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:49:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:49:34 . [Pipeline] withDockerContainer 11:49:34 prd-centos7-docker-4c-2g-22826 does not seem to be running inside a container 11:49:34 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:49:35 $ docker top 218f04f4894a7932e504d74221e2ce8e0f73604034d4617a2c1e56fa6c75e638 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:49:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:49:35 [ssh-agent] Looking for ssh-agent implementation... 11:49:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:49:35 $ docker exec 218f04f4894a7932e504d74221e2ce8e0f73604034d4617a2c1e56fa6c75e638 ssh-agent 11:49:36 SSH_AUTH_SOCK=/tmp/ssh-6wKCgA9gpXXw/agent.11 11:49:36 SSH_AGENT_PID=17 11:49:36 Running ssh-add (command line suppressed) 11:49:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8523317571957542699.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8523317571957542699.key) 11:49:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:49:36 + git semver push 11:49:36 # -> Open(): unable to determine branch for HEAD 11:49:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 11:49:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 11:49:36 # $SEMVER_REMOTE_NAME = origin 11:49:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:49:36 # $SEMVER_USER_NAME = edgex-jenkins 11:49:36 # $SEMVER_BRANCH = master 11:49:36 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 11:49:43 $ docker exec --env ******** --env ******** 218f04f4894a7932e504d74221e2ce8e0f73604034d4617a2c1e56fa6c75e638 ssh-agent -k 11:49:43 unset SSH_AUTH_SOCK; 11:49:43 unset SSH_AGENT_PID; 11:49:43 echo Agent pid 17 killed; 11:49:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:49:43 + git semver [Pipeline] } 11:49:43 $ docker stop --time=1 218f04f4894a7932e504d74221e2ce8e0f73604034d4617a2c1e56fa6c75e638 11:49:45 $ docker rm -f 218f04f4894a7932e504d74221e2ce8e0f73604034d4617a2c1e56fa6c75e638 [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 11:49:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:49:47 ---> package-listing.sh 11:49:47 ++ facter osfamily 11:49:47 ++ tr '[:upper:]' '[:lower:]' 11:49:47 + OS_FAMILY=redhat 11:49:47 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 11:49:47 + START_PACKAGES=/tmp/packages_start.txt 11:49:47 + END_PACKAGES=/tmp/packages_end.txt 11:49:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:49:47 + PACKAGES=/tmp/packages_start.txt 11:49:47 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 11:49:47 + PACKAGES=/tmp/packages_end.txt 11:49:47 + case "${OS_FAMILY}" in 11:49:47 + rpm -qa 11:49:47 + sort 11:49:52 + '[' -f /tmp/packages_start.txt ']' 11:49:52 + '[' -f /tmp/packages_end.txt ']' 11:49:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:49:52 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 11:49:52 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 11:49:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 11:49:52 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 11:49:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:49:53 11:49:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:49:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:49:53 alpine: Pulling from edgex-lftools-log-publisher 11:49:53 df20fa9351a1: Pulling fs layer 11:49:53 36b3adc4ff6f: Pulling fs layer 11:49:53 8ad3a11d3b57: Pulling fs layer 11:49:53 46f8f816bc3b: Pulling fs layer 11:49:53 93b61091891f: Pulling fs layer 11:49:53 93b9cdb0e59b: Pulling fs layer 11:49:53 5e14af77c1be: Pulling fs layer 11:49:53 01666e4c0597: Pulling fs layer 11:49:53 aa168da1d23b: Pulling fs layer 11:49:53 93b9cdb0e59b: Waiting 11:49:53 46f8f816bc3b: Waiting 11:49:53 5e14af77c1be: Waiting 11:49:53 01666e4c0597: Waiting 11:49:53 93b61091891f: Waiting 11:49:53 36b3adc4ff6f: Verifying Checksum 11:49:53 36b3adc4ff6f: Download complete 11:49:53 46f8f816bc3b: Verifying Checksum 11:49:53 46f8f816bc3b: Download complete 11:49:54 df20fa9351a1: Verifying Checksum 11:49:54 93b61091891f: Verifying Checksum 11:49:54 93b61091891f: Download complete 11:49:54 93b9cdb0e59b: Verifying Checksum 11:49:54 93b9cdb0e59b: Download complete 11:49:54 5e14af77c1be: Verifying Checksum 11:49:54 5e14af77c1be: Download complete 11:49:54 01666e4c0597: Verifying Checksum 11:49:54 01666e4c0597: Download complete 11:49:54 8ad3a11d3b57: Verifying Checksum 11:49:54 8ad3a11d3b57: Download complete 11:49:54 df20fa9351a1: Pull complete 11:49:54 36b3adc4ff6f: Pull complete 11:49:55 8ad3a11d3b57: Pull complete 11:49:55 46f8f816bc3b: Pull complete 11:49:55 aa168da1d23b: Verifying Checksum 11:49:55 aa168da1d23b: Download complete 11:49:56 93b61091891f: Pull complete 11:49:56 93b9cdb0e59b: Pull complete 11:49:56 5e14af77c1be: Pull complete 11:49:57 01666e4c0597: Pull complete 11:50:05 aa168da1d23b: Pull complete 11:50:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:50:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:50:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:50:05 prd-centos7-docker-4c-2g-22826 does not seem to be running inside a container 11:50:05 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:50:08 $ docker top f33ef0b582e353372105d17ecbbd4e614065ceacc3c1fdf8259a10b606701a58 -eo pid,comm [Pipeline] { [Pipeline] sh 11:50:08 + touch /tmp/pre-build-complete [Pipeline] sh 11:50:09 + mkdir -p /var/log/sa [Pipeline] sh 11:50:09 + ls /var/log/sa-host 11:50:09 + sadf -c /var/log/sa-host/sa23 11:50:09 file_magic: OK 11:50:09 HZ: Using current value: 100 11:50:09 file_header: OK 11:50:09 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 11:50:09 Statistics: 11:50:09 Hnuu...uuuununununu... 11:50:09 File successfully converted to sysstat format version 12.2.1 11:50:09 + sadf -c /var/log/sa-host/sa26 11:50:09 file_magic: OK 11:50:09 HZ: Using current value: 100 11:50:09 file_header: OK 11:50:09 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 11:50:09 Statistics: 11:50:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:50:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:50:10 provisioning config files... 11:50:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4216674385151272659tmp [Pipeline] { [Pipeline] echo 11:50:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:50:10 ---> create-netrc.sh [Pipeline] } 11:50:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:50:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:50:10 ---> python-tools-install.sh [Pipeline] echo 11:50:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:50:11 ---> sudo-logs.sh 11:50:11 Archiving 'sudo' log.. [Pipeline] echo 11:50:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:50:11 ---> job-cost.sh 11:50:11 lf-activate-venv: SKIPPING 11:50:11 INFO: No Stack... 11:50:12 INFO: Retrieving Pricing Info for: v1-standard-2 11:50:13 INFO: Archiving Costs [Pipeline] echo 11:50:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:50:13 ---> logs-deploy.sh 11:50:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/112 11:50:13 INFO: archiving workspace using pattern(s): 11:50:14 Archives upload complete. 11:50:15 INFO: archiving logs to Nexus