Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9c99b3ad7d2e4ca826a6fb04090188d28e886681 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27303 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 9c99b3ad7d2e4ca826a6fb04090188d28e886681 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9c99b3ad7d2e4ca826a6fb04090188d28e886681 # timeout=10 Commit message: "Merge pull request #795 from hahattan/issue-669" > git rev-list --no-walk 848c16ec05d796c9e5a16abafab7aa79fc4967e4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:55:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:55:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:55:51 ========================================================= 08:55:51 EdgeX Global Pipelines Version Info 08:55:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:55:53 ------------------- 08:55:53 stable info: 08:55:53 ------------------- 08:55:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:55:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:55:53 Message: update stable to v1.0.179 08:55:54 ------------------- 08:55:54 experimental info: 08:55:54 ------------------- 08:55:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:55:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:55:54 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:55:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:55:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:55:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:55:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:55:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:55:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c99b3ad7d2e4ca826a6fb04090188d28e886681 [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c99b3a [Pipeline] echo 08:55:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:55:58 provisioning config files... 08:55:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6861724807947934598tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:55:58 ---> docker-login.sh 08:55:58 nexus3.edgexfoundry.org:10001 08:55:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:58 Configure a credential helper to remove this warning. See 08:55:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:58 08:55:58 Login Succeeded 08:55:58 nexus3.edgexfoundry.org:10002 08:55:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:58 Configure a credential helper to remove this warning. See 08:55:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:58 08:55:58 Login Succeeded 08:55:58 nexus3.edgexfoundry.org:10003 08:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:59 Configure a credential helper to remove this warning. See 08:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:59 08:55:59 Login Succeeded 08:55:59 nexus3.edgexfoundry.org:10004 08:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:59 Configure a credential helper to remove this warning. See 08:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:59 08:55:59 Login Succeeded 08:55:59 docker.io 08:55:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:59 Configure a credential helper to remove this warning. See 08:55:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:59 08:55:59 Login Succeeded 08:55:59 ---> docker-login.sh ends [Pipeline] } 08:55:59 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 08:56:00 + git log --format=format:%s -1 9c99b3ad7d2e4ca826a6fb04090188d28e886681 [Pipeline] echo 08:56:00 GIT_COMMIT: 9c99b3ad7d2e4ca826a6fb04090188d28e886681, Commit Message: Merge pull request #795 from hahattan/issue-669 [Pipeline] echo 08:56:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:56:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:56:01 08:56:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:56:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:56:02 latest: Pulling from edgex-devops/git-semver 08:56:02 31603596830f: Pulling fs layer 08:56:02 2a8b12db71e7: Pulling fs layer 08:56:02 6ca5941a6612: Pulling fs layer 08:56:02 ecc8261a40a4: Pulling fs layer 08:56:02 ecc8261a40a4: Waiting 08:56:02 2a8b12db71e7: Verifying Checksum 08:56:02 2a8b12db71e7: Download complete 08:56:02 31603596830f: Download complete 08:56:02 ecc8261a40a4: Verifying Checksum 08:56:02 ecc8261a40a4: Download complete 08:56:02 6ca5941a6612: Verifying Checksum 08:56:02 6ca5941a6612: Download complete 08:56:02 31603596830f: Pull complete 08:56:02 2a8b12db71e7: Pull complete 08:56:03 6ca5941a6612: Pull complete 08:56:04 ecc8261a40a4: Pull complete 08:56:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:56:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:56:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:56:04 prd-centos7-docker-4c-2g-27303 does not seem to be running inside a container 08:56:04 $ 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 08:56:06 $ docker top 6aff9fdcb4236f9cb9c340e0f4134b28e7ebfbe26d495c4724118bb143c93038 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:56:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:56:06 [ssh-agent] Looking for ssh-agent implementation... 08:56:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:56:06 $ docker exec 6aff9fdcb4236f9cb9c340e0f4134b28e7ebfbe26d495c4724118bb143c93038 ssh-agent 08:56:06 SSH_AUTH_SOCK=/tmp/ssh-OABLdFWx2oVZ/agent.11 08:56:06 SSH_AGENT_PID=17 08:56:06 Running ssh-add (command line suppressed) 08:56:07 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5623982972243627132.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5623982972243627132.key) 08:56:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:56:07 + git tag --points-at HEAD [Pipeline] } 08:56:07 $ docker exec --env ******** --env ******** 6aff9fdcb4236f9cb9c340e0f4134b28e7ebfbe26d495c4724118bb143c93038 ssh-agent -k 08:56:07 unset SSH_AUTH_SOCK; 08:56:07 unset SSH_AGENT_PID; 08:56:07 echo Agent pid 17 killed; 08:56:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:56:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:56:07 [ssh-agent] Looking for ssh-agent implementation... 08:56:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:56:07 $ docker exec 6aff9fdcb4236f9cb9c340e0f4134b28e7ebfbe26d495c4724118bb143c93038 ssh-agent 08:56:08 SSH_AUTH_SOCK=/tmp/ssh-QxLocbVEbx4E/agent.46 08:56:08 SSH_AGENT_PID=51 08:56:08 Running ssh-add (command line suppressed) 08:56:08 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7031995179936447482.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7031995179936447482.key) 08:56:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:56:08 + git semver init 08:56:08 # -> Open(): unable to determine branch for HEAD 08:56:08 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 08:56:08 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 08:56:08 # $SEMVER_REMOTE_NAME = origin 08:56:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:56:08 # $SEMVER_USER_NAME = edgex-jenkins 08:56:08 # $SEMVER_BRANCH = master 08:56:08 # $SEMVER_TEMP = /tmp/semver-831837509 08:56:08 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:56:09 # '/tmp/semver-831837509' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 08:56:09 # -> Force: false 08:56:09 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 08:56:09 $ docker exec --env ******** --env ******** 6aff9fdcb4236f9cb9c340e0f4134b28e7ebfbe26d495c4724118bb143c93038 ssh-agent -k 08:56:09 unset SSH_AUTH_SOCK; 08:56:09 unset SSH_AGENT_PID; 08:56:09 echo Agent pid 51 killed; 08:56:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:56:09 + git semver [Pipeline] } 08:56:09 $ docker stop --time=1 6aff9fdcb4236f9cb9c340e0f4134b28e7ebfbe26d495c4724118bb143c93038 08:56:11 $ docker rm -f 6aff9fdcb4236f9cb9c340e0f4134b28e7ebfbe26d495c4724118bb143c93038 [Pipeline] // withDockerContainer [Pipeline] sh 08:56:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:56:12 Stashed 1 file(s) [Pipeline] echo 08:56:12 [edgeXSemver]: initialized semver on version 2.0.0-dev.15 [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 08:56:27 Still waiting to schedule task 08:56:27 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27303’ 08:56:27 Still waiting to schedule task 08:56:27 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 08:58:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27304 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:58:18 Running in /w/workspace/device-sdk-go/120 [Pipeline] { [Pipeline] checkout 08:58:23 using credential edgex-jenkins-ssh 08:58:23 Cloning the remote Git repository 08:58:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:58:23 > git init /w/workspace/device-sdk-go/120 # timeout=10 08:58:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:58:23 > git --version # timeout=10 08:58:23 > git --version # 'git version 2.17.1' 08:58:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:58:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:58:25 Checking out Revision 9c99b3ad7d2e4ca826a6fb04090188d28e886681 (master) 08:58:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:58:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:58:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:58:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:58:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:58:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 08:58:25 > git config core.sparsecheckout # timeout=10 08:58:25 > git checkout -f 9c99b3ad7d2e4ca826a6fb04090188d28e886681 # timeout=10 08:58:30 Commit message: "Merge pull request #795 from hahattan/issue-669" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:58:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:58:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:58:32 + sudo service docker restart 08:58:32 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:58:35 provisioning config files... 08:58:35 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/120@tmp/config7067948507554135745tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:58:35 ---> docker-login.sh 08:58:35 nexus3.edgexfoundry.org:10001 08:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:36 Configure a credential helper to remove this warning. See 08:58:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:36 08:58:36 Login Succeeded 08:58:36 nexus3.edgexfoundry.org:10002 08:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:37 Configure a credential helper to remove this warning. See 08:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:37 08:58:37 Login Succeeded 08:58:37 nexus3.edgexfoundry.org:10003 08:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:37 Configure a credential helper to remove this warning. See 08:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:37 08:58:37 Login Succeeded 08:58:37 nexus3.edgexfoundry.org:10004 08:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:38 Configure a credential helper to remove this warning. See 08:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:38 08:58:38 Login Succeeded 08:58:38 docker.io 08:58:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:58:38 Configure a credential helper to remove this warning. See 08:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:58:38 08:58:38 Login Succeeded 08:58:38 ---> docker-login.sh ends [Pipeline] } 08:58:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:58:39 ========================================================= 08:58:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:58:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:58:39 + 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 . 08:58:40 Sending build context to Docker daemon 2.393MB 08:58:40 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:58:40 Step 2/8 : FROM ${BASE} 08:58:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:58:40 5f621e34cdf4: Pulling fs layer 08:58:40 a4357932f1b6: Pulling fs layer 08:58:40 18c013af1878: Pulling fs layer 08:58:40 00ac8860ef70: Pulling fs layer 08:58:40 63d7cb157983: Pulling fs layer 08:58:40 b116817d02f9: Pulling fs layer 08:58:40 745a02a5169b: Pulling fs layer 08:58:40 00ac8860ef70: Waiting 08:58:40 63d7cb157983: Waiting 08:58:40 b116817d02f9: Waiting 08:58:40 745a02a5169b: Waiting 08:58:40 18c013af1878: Download complete 08:58:40 a4357932f1b6: Verifying Checksum 08:58:40 a4357932f1b6: Download complete 08:58:40 63d7cb157983: Verifying Checksum 08:58:40 63d7cb157983: Download complete 08:58:40 b116817d02f9: Verifying Checksum 08:58:40 b116817d02f9: Download complete 08:58:40 5f621e34cdf4: Verifying Checksum 08:58:40 5f621e34cdf4: Download complete 08:58:41 5f621e34cdf4: Pull complete 08:58:42 a4357932f1b6: Pull complete 08:58:42 18c013af1878: Pull complete 08:58:42 745a02a5169b: Verifying Checksum 08:58:42 745a02a5169b: Download complete 08:58:43 00ac8860ef70: Verifying Checksum 08:58:43 00ac8860ef70: Download complete 08:58:56 00ac8860ef70: Pull complete 08:58:56 63d7cb157983: Pull complete 08:58:56 b116817d02f9: Pull complete 08:58:59 745a02a5169b: Pull complete 08:58:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:58:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:58:59 ---> b7e6874047d6 08:58:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:59:01 ---> Running in 3736582b3624 08:59:02 Removing intermediate container 3736582b3624 08:59:02 ---> 52e31da7427d 08:59:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:59:02 ---> Running in 27b4341a33fc 08:59:04 Removing intermediate container 27b4341a33fc 08:59:04 ---> 767364814a84 08:59:04 Step 5/8 : RUN apk add --update --no-cache make git 08:59:04 ---> Running in acf13dd0e4b4 08:59:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:59:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:59:07 OK: 142 MiB in 39 packages 08:59:08 Removing intermediate container acf13dd0e4b4 08:59:08 ---> 3954c29ed451 08:59:08 Step 6/8 : WORKDIR /device-sdk-go 08:59:08 ---> Running in baa3b14228b5 08:59:09 Removing intermediate container baa3b14228b5 08:59:09 ---> f0eae2cad46c 08:59:09 Step 7/8 : COPY . . 08:59:10 ---> 41ced3d6c6fa 08:59:10 Step 8/8 : RUN go mod download 08:59:10 ---> Running in 7dfffb256f87 08:59:37 Removing intermediate container 7dfffb256f87 08:59:37 ---> 116f939e3ee1 08:59:37 Successfully built 116f939e3ee1 08:59:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:59:37 + docker inspect -f . ci-base-image-arm64 08:59:37 . [Pipeline] withDockerContainer 08:59:37 prd-ubuntu18.04-docker-arm64-4c-16g-27304 does not seem to be running inside a container 08:59:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/120 -v /w/workspace/device-sdk-go/120:/w/workspace/device-sdk-go/120:rw,z -v /w/workspace/device-sdk-go/120@tmp:/w/workspace/device-sdk-go/120@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-arm64 cat 08:59:39 $ docker top a227cf9e1d33ed3fb4cabdab8c8569cbba58c54c5dafa2aaf8f4f7c61878770e -eo pid,comm [Pipeline] { [Pipeline] sh 08:59:40 + go version 08:59:40 go version go1.15.5 linux/arm64 [Pipeline] } 08:59:40 $ docker stop --time=1 a227cf9e1d33ed3fb4cabdab8c8569cbba58c54c5dafa2aaf8f4f7c61878770e 08:59:42 $ docker rm -f a227cf9e1d33ed3fb4cabdab8c8569cbba58c54c5dafa2aaf8f4f7c61878770e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:59:43 + docker inspect -f . ci-base-image-arm64 08:59:43 . [Pipeline] withDockerContainer 08:59:44 prd-ubuntu18.04-docker-arm64-4c-16g-27304 does not seem to be running inside a container 08:59:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/120 -v /w/workspace/device-sdk-go/120:/w/workspace/device-sdk-go/120:rw,z -v /w/workspace/device-sdk-go/120@tmp:/w/workspace/device-sdk-go/120@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-arm64 cat 08:59:45 $ docker top d03721d9f73fe6c88af88a47db5ba3c158dd351da5918fb49815c8b712029378 -eo pid,comm [Pipeline] { [Pipeline] sh 08:59:46 + make test 08:59:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:59:59 Running on prd-centos7-docker-4c-2g-27305 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 08:59:59 Running in /w/workspace/device-sdk-go/120 [Pipeline] { [Pipeline] checkout 09:00:08 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:00:13 using credential edgex-jenkins-ssh 09:00:13 Cloning the remote Git repository 09:00:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:00:13 > git init /w/workspace/device-sdk-go/120 # timeout=10 09:00:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:00:13 > git --version # timeout=10 09:00:13 > git --version # 'git version 2.24.3' 09:00:13 using GIT_SSH to set credentials SSH Credentials for GitHub 09:00:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:00:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:00:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:00:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:00:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:00:15 using GIT_SSH to set credentials SSH Credentials for GitHub 09:00:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:00:16 Checking out Revision 9c99b3ad7d2e4ca826a6fb04090188d28e886681 (master) 09:00:16 > git config core.sparsecheckout # timeout=10 09:00:16 > git checkout -f 9c99b3ad7d2e4ca826a6fb04090188d28e886681 # timeout=10 09:00:22 Commit message: "Merge pull request #795 from hahattan/issue-669" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:00:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:00:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:00:26 + sudo service docker restart 09:00:26 + true 09:00:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:00:29 provisioning config files... 09:00:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/120@tmp/config6049343532414785430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:00:30 ---> docker-login.sh 09:00:30 nexus3.edgexfoundry.org:10001 09:00:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:32 Configure a credential helper to remove this warning. See 09:00:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:32 09:00:32 Login Succeeded 09:00:32 nexus3.edgexfoundry.org:10002 09:00:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:34 Configure a credential helper to remove this warning. See 09:00:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:34 09:00:34 Login Succeeded 09:00:34 nexus3.edgexfoundry.org:10003 09:00:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:35 Configure a credential helper to remove this warning. See 09:00:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:35 09:00:35 Login Succeeded 09:00:35 nexus3.edgexfoundry.org:10004 09:00:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:36 Configure a credential helper to remove this warning. See 09:00:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:36 09:00:36 Login Succeeded 09:00:36 docker.io 09:00:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:00:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:00:37 Configure a credential helper to remove this warning. See 09:00:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:00:37 09:00:37 Login Succeeded 09:00:37 ---> docker-login.sh ends [Pipeline] } 09:00:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:00:40 ========================================================= 09:00:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:00:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:00:41 + 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 . 09:00:42 Sending build context to Docker daemon 2.403MB 09:00:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:00:42 Step 2/8 : FROM ${BASE} 09:00:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:00:42 188c0c94c7c5: Pulling fs layer 09:00:42 0ef7d3d256c8: Pulling fs layer 09:00:42 de9db76c5a1d: Pulling fs layer 09:00:42 bca2f99d35d6: Pulling fs layer 09:00:42 93359f2a8cfa: Pulling fs layer 09:00:42 7c6f9722023f: Pulling fs layer 09:00:42 a35cf1a2eb13: Pulling fs layer 09:00:42 bca2f99d35d6: Waiting 09:00:42 93359f2a8cfa: Waiting 09:00:42 7c6f9722023f: Waiting 09:00:42 a35cf1a2eb13: Waiting 09:00:42 de9db76c5a1d: Verifying Checksum 09:00:42 de9db76c5a1d: Download complete 09:00:43 0ef7d3d256c8: Verifying Checksum 09:00:43 0ef7d3d256c8: Download complete 09:00:43 93359f2a8cfa: Download complete 09:00:43 7c6f9722023f: Download complete 09:00:43 188c0c94c7c5: Verifying Checksum 09:00:43 188c0c94c7c5: Download complete 09:00:44 188c0c94c7c5: Pull complete 09:00:44 0ef7d3d256c8: Pull complete 09:00:45 de9db76c5a1d: Pull complete 09:00:54 a35cf1a2eb13: Verifying Checksum 09:00:54 a35cf1a2eb13: Download complete 09:00:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:00:55 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:00:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:00:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.149s coverage: 25.5% of statements 09:00:58 bca2f99d35d6: Verifying Checksum 09:00:58 bca2f99d35d6: Download complete 09:01:11 bca2f99d35d6: Pull complete 09:01:11 93359f2a8cfa: Pull complete 09:01:11 7c6f9722023f: Pull complete 09:01:20 a35cf1a2eb13: Pull complete 09:01:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:01:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:01:20 ---> a62c8e92a672 09:01:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:01:20 ---> Running in 6ba134177af8 09:01:21 Removing intermediate container 6ba134177af8 09:01:21 ---> f6c1a191f480 09:01:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:01:21 ---> Running in 80c68a0f0dcb 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.152s coverage: 10.1% of statements 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.123s coverage: 12.5% of statements 09:01:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.183s coverage: 84.8% of statements 09:01:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 09:01:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 09:01:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:01:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.246s coverage: 49.2% of statements 09:01:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.159s coverage: 81.3% of statements 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.171s coverage: 24.8% of statements 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.667s coverage: 83.5% of statements 09:01:22 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.142s coverage: 5.3% of statements 09:01:22 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:01:22 GO111MODULE=on go vet ./... 09:01:25 Removing intermediate container 80c68a0f0dcb 09:01:25 ---> adb9d28862a4 09:01:25 Step 5/8 : RUN apk add --update --no-cache make git 09:01:25 ---> Running in 943613c7252e 09:01:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:01:28 OK: 166 MiB in 39 packages 09:01:29 Removing intermediate container 943613c7252e 09:01:29 ---> 1c2a1a4d6b37 09:01:29 Step 6/8 : WORKDIR /device-sdk-go 09:01:29 ---> Running in 682fdac41532 09:01:29 Removing intermediate container 682fdac41532 09:01:29 ---> 0cd3206b28a4 09:01:29 Step 7/8 : COPY . . 09:01:31 ---> aa3ec5101079 09:01:31 Step 8/8 : RUN go mod download 09:01:31 ---> Running in 43208aea53c9 09:01:55 gofmt -l . 09:01:55 [ "`gofmt -l .`" = "" ] 09:01:55 ./bin/test-attribution-txt.sh 09:01:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:01:56 $ docker stop --time=1 d03721d9f73fe6c88af88a47db5ba3c158dd351da5918fb49815c8b712029378 09:01:58 $ docker rm -f d03721d9f73fe6c88af88a47db5ba3c158dd351da5918fb49815c8b712029378 [Pipeline] // withDockerContainer [Pipeline] sh 09:02:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:02:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:02:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:02:04 + ls -al . 09:02:04 total 220 09:02:04 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 09:01 . 09:02:04 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:58 .. 09:02:04 -rw-rw-r-- 1 jenkins jenkins 140 Feb 23 08:58 .dockerignore 09:02:04 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 08:58 .git 09:02:04 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:58 .github 09:02:04 -rw-rw-r-- 1 jenkins jenkins 138 Feb 23 08:58 .gitignore 09:02:04 -rw-rw-r-- 1 jenkins jenkins 949 Feb 23 08:58 Dockerfile.build 09:02:04 -rw-rw-r-- 1 jenkins jenkins 901 Feb 23 08:58 Jenkinsfile 09:02:04 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 23 08:58 LICENSE 09:02:04 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 23 08:58 Makefile 09:02:04 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 23 08:58 README.md 09:02:04 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 23 08:58 RELEASE-NOTES.txt 09:02:04 -rw-rw-r-- 1 jenkins jenkins 12 Feb 23 08:56 VERSION 09:02:04 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 08:58 bin 09:02:04 -rw-r--r-- 1 jenkins jenkins 101757 Feb 23 09:01 coverage.out 09:02:04 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:58 example 09:02:04 -rw-r--r-- 1 jenkins jenkins 515 Feb 23 09:01 go.mod 09:02:04 -rw-r--r-- 1 jenkins jenkins 19062 Feb 23 09:01 go.sum 09:02:04 drwxrwxr-x 13 jenkins jenkins 4096 Feb 23 08:58 internal 09:02:04 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:58 openapi 09:02:04 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 08:58 pkg 09:02:04 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 08:58 snap 09:02:04 -rw-rw-r-- 1 jenkins jenkins 222 Feb 23 08:58 version.go [Pipeline] isUnix [Pipeline] sh 09:02:04 + 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=9c99b3ad7d2e4ca826a6fb04090188d28e886681 --label arch=arm64 --label version=2.0.0-dev.15 . 09:02:05 Sending build context to Docker daemon 2.495MB 09:02:05 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:02:05 Step 2/24 : FROM ${BASE} AS builder 09:02:05 ---> 116f939e3ee1 09:02:05 Step 3/24 : ARG MAKE='make build' 09:02:05 ---> Running in 3f357383c17d 09:02:05 Removing intermediate container 3f357383c17d 09:02:05 ---> f66503f717aa 09:02:05 Step 4/24 : WORKDIR /device-sdk-go 09:02:05 ---> Running in c222a857293d 09:02:06 Removing intermediate container c222a857293d 09:02:06 ---> 35995555ab89 09:02:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:02:06 ---> Running in 60cd34968334 09:02:06 Removing intermediate container 60cd34968334 09:02:06 ---> 140d433b99f7 09:02:06 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:02:06 ---> Running in 846ac470d2fa 09:02:08 Removing intermediate container 846ac470d2fa 09:02:08 ---> eb2f03bbeec0 09:02:08 Step 7/24 : RUN apk add --update --no-cache make git 09:02:09 ---> Running in 247dcdff82ef 09:02:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:02:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:02:12 OK: 142 MiB in 39 packages 09:02:13 Removing intermediate container 247dcdff82ef 09:02:13 ---> 4e6afa363ccd 09:02:13 Step 8/24 : COPY . . 09:02:15 ---> 035a9445f0a6 09:02:15 Step 9/24 : RUN ${MAKE} 09:02:15 ---> Running in 8191781c4174 09:02:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.15" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:02:20 Removing intermediate container 43208aea53c9 09:02:20 ---> 48a25ce6fdcf 09:02:20 Successfully built 48a25ce6fdcf 09:02:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:02:21 + docker inspect -f . ci-base-image-x86_64 09:02:21 . [Pipeline] withDockerContainer 09:02:22 prd-centos7-docker-4c-2g-27305 does not seem to be running inside a container 09:02:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/120 -v /w/workspace/device-sdk-go/120:/w/workspace/device-sdk-go/120:rw,z -v /w/workspace/device-sdk-go/120@tmp:/w/workspace/device-sdk-go/120@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 09:02:26 $ docker top 76e457ad42e3eeabb7d65385e40c9739bc1d3b7748bd5fa20e4f69edc9324839 -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:28 + go version 09:02:28 go version go1.15.5 linux/amd64 [Pipeline] } 09:02:28 $ docker stop --time=1 76e457ad42e3eeabb7d65385e40c9739bc1d3b7748bd5fa20e4f69edc9324839 09:02:29 $ docker rm -f 76e457ad42e3eeabb7d65385e40c9739bc1d3b7748bd5fa20e4f69edc9324839 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:02:31 + docker inspect -f . ci-base-image-x86_64 09:02:31 . [Pipeline] withDockerContainer 09:02:31 prd-centos7-docker-4c-2g-27305 does not seem to be running inside a container 09:02:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/120 -v /w/workspace/device-sdk-go/120:/w/workspace/device-sdk-go/120:rw,z -v /w/workspace/device-sdk-go/120@tmp:/w/workspace/device-sdk-go/120@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 09:02:34 $ docker top 3b3355d2d593081174b6aabc76d5f2f59afca63548e2bbe5c68f692236482788 -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:35 + make test 09:02:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:02:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:02:43 Removing intermediate container 8191781c4174 09:02:43 ---> cc9f2ac16e40 09:02:43 Step 10/24 : FROM scratch 09:02:43 ---> 09:02:43 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:02:44 ---> Running in 159a8d01a2a4 09:02:44 Removing intermediate container 159a8d01a2a4 09:02:44 ---> 52625e8e1f0c 09:02:44 Step 12/24 : ENV APP_PORT=49990 09:02:44 ---> Running in f925a666b53b 09:02:44 Removing intermediate container f925a666b53b 09:02:44 ---> 668e43c5d91b 09:02:44 Step 13/24 : EXPOSE $APP_PORT 09:02:44 ---> Running in 997edfc32fd9 09:02:45 Removing intermediate container 997edfc32fd9 09:02:45 ---> 197fc9233f33 09:02:45 Step 14/24 : WORKDIR / 09:02:45 ---> Running in 5f112dd136a9 09:02:45 Removing intermediate container 5f112dd136a9 09:02:45 ---> ae879f620424 09:02:45 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:02:47 ---> 5f2c05be4550 09:02:47 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:02:47 ---> e5886d4a68f6 09:02:47 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:02:48 ---> 89e0d9db2497 09:02:48 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:02:48 ---> c2161874ca79 09:02:48 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:02:49 ---> e38d02595296 09:02:49 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:02:49 ---> Running in 089e7a2f4f48 09:02:50 Removing intermediate container 089e7a2f4f48 09:02:50 ---> 93e27fac5043 09:02:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:02:50 ---> Running in 3985ded41c8b 09:02:50 Removing intermediate container 3985ded41c8b 09:02:50 ---> 829c01be1e2e 09:02:50 Step 22/24 : LABEL arch=arm64 09:02:51 ---> Running in 6bcc7d8a2be4 09:02:51 Removing intermediate container 6bcc7d8a2be4 09:02:51 ---> da54a57c9379 09:02:51 Step 23/24 : LABEL git_sha=9c99b3ad7d2e4ca826a6fb04090188d28e886681 09:02:51 ---> Running in 3ef8eac835fd 09:02:51 Removing intermediate container 3ef8eac835fd 09:02:51 ---> 4ae9d0f4bc0b 09:02:51 Step 24/24 : LABEL version=2.0.0-dev.15 09:02:52 ---> Running in eaecf223b2f4 09:02:52 Removing intermediate container eaecf223b2f4 09:02:52 ---> 6e644d59ecbe 09:02:52 [Warning] One or more build-args [ARCH] were not consumed 09:02:52 Successfully built 6e644d59ecbe 09:02:52 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] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:02:54 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:03:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:03:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.157s coverage: 25.5% of statements 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.291s coverage: 10.1% of statements 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.138s coverage: 12.5% of statements 09:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.252s coverage: 84.8% of statements 09:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 09:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 09:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.165s coverage: 49.2% of statements 09:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.123s coverage: 81.3% of statements 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.207s coverage: 24.8% of statements 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.648s coverage: 83.5% of statements 09:04:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.333s coverage: 5.3% of statements 09:04:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:04:01 GO111MODULE=on go vet ./... 09:04:30 gofmt -l . 09:04:30 [ "`gofmt -l .`" = "" ] 09:04:30 ./bin/test-attribution-txt.sh 09:04:30 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:04:30 $ docker stop --time=1 3b3355d2d593081174b6aabc76d5f2f59afca63548e2bbe5c68f692236482788 09:04:33 $ docker rm -f 3b3355d2d593081174b6aabc76d5f2f59afca63548e2bbe5c68f692236482788 [Pipeline] // withDockerContainer [Pipeline] sh 09:04:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:04:34 Warning: overwriting stash ‘coverage-report’ 09:04:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:04:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:04:37 + ls -al . 09:04:37 total 184 09:04:37 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 09:04 . 09:04:37 drwxrwxr-x. 4 jenkins jenkins 32 Feb 23 09:00 .. 09:04:37 drwxrwxr-x. 2 jenkins jenkins 64 Feb 23 09:00 bin 09:04:37 -rw-r--r--. 1 jenkins jenkins 101757 Feb 23 09:04 coverage.out 09:04:37 -rw-rw-r--. 1 jenkins jenkins 949 Feb 23 09:00 Dockerfile.build 09:04:37 -rw-rw-r--. 1 jenkins jenkins 140 Feb 23 09:00 .dockerignore 09:04:37 drwxrwxr-x. 4 jenkins jenkins 48 Feb 23 09:00 example 09:04:37 drwxrwxr-x. 8 jenkins jenkins 162 Feb 23 09:00 .git 09:04:37 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 09:00 .github 09:04:37 -rw-rw-r--. 1 jenkins jenkins 138 Feb 23 09:00 .gitignore 09:04:37 -rw-r--r--. 1 jenkins jenkins 515 Feb 23 09:04 go.mod 09:04:37 -rw-r--r--. 1 jenkins jenkins 19062 Feb 23 09:04 go.sum 09:04:37 drwxrwxr-x. 13 jenkins jenkins 183 Feb 23 09:00 internal 09:04:37 -rw-rw-r--. 1 jenkins jenkins 901 Feb 23 09:00 Jenkinsfile 09:04:37 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 23 09:00 LICENSE 09:04:37 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 23 09:00 Makefile 09:04:37 drwxrwxr-x. 4 jenkins jenkins 26 Feb 23 09:00 openapi 09:04:37 drwxrwxr-x. 5 jenkins jenkins 50 Feb 23 09:00 pkg 09:04:37 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 23 09:00 README.md 09:04:37 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 23 09:00 RELEASE-NOTES.txt 09:04:37 drwxrwxr-x. 4 jenkins jenkins 54 Feb 23 09:00 snap 09:04:37 -rw-rw-r--. 1 jenkins jenkins 12 Feb 23 08:56 VERSION 09:04:37 -rw-rw-r--. 1 jenkins jenkins 222 Feb 23 09:00 version.go [Pipeline] isUnix [Pipeline] sh 09:04:38 + 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=9c99b3ad7d2e4ca826a6fb04090188d28e886681 --label arch=amd64 --label version=2.0.0-dev.15 . 09:04:38 Sending build context to Docker daemon 2.505MB 09:04:38 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:04:38 Step 2/24 : FROM ${BASE} AS builder 09:04:38 ---> 48a25ce6fdcf 09:04:38 Step 3/24 : ARG MAKE='make build' 09:04:39 ---> Running in 34f78bc8172c 09:04:39 Removing intermediate container 34f78bc8172c 09:04:39 ---> c6a7e451d7bc 09:04:39 Step 4/24 : WORKDIR /device-sdk-go 09:04:39 ---> Running in 262bed06aaaf 09:04:39 Removing intermediate container 262bed06aaaf 09:04:39 ---> 699d26a13bf1 09:04:39 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:04:39 ---> Running in f155786957d6 09:04:39 Removing intermediate container f155786957d6 09:04:39 ---> e5200608b9f7 09:04:39 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:40 ---> Running in 595b22fa4bf5 09:04:43 Removing intermediate container 595b22fa4bf5 09:04:43 ---> fb52a401581d 09:04:43 Step 7/24 : RUN apk add --update --no-cache make git 09:04:43 ---> Running in cf684f6817dc 09:04:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:04:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:04:46 OK: 166 MiB in 39 packages 09:04:47 Removing intermediate container cf684f6817dc 09:04:47 ---> 99f65043f74e 09:04:47 Step 8/24 : COPY . . 09:04:48 ---> db3331e7a5a3 09:04:48 Step 9/24 : RUN ${MAKE} 09:04:48 ---> Running in 6e67fe65bd07 09:04:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.15" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 09:05:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:05:18 Removing intermediate container 6e67fe65bd07 09:05:18 ---> 4c067083b9b1 09:05:18 Step 10/24 : FROM scratch 09:05:18 ---> 09:05:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:05:19 ---> Running in 0146f566e2be 09:05:19 Removing intermediate container 0146f566e2be 09:05:19 ---> 26ef3ca6419b 09:05:19 Step 12/24 : ENV APP_PORT=49990 09:05:19 ---> Running in 91a270a11237 09:05:19 Removing intermediate container 91a270a11237 09:05:19 ---> a11c56d0866f 09:05:19 Step 13/24 : EXPOSE $APP_PORT 09:05:19 ---> Running in c2625d8b10ed 09:05:19 Removing intermediate container c2625d8b10ed 09:05:19 ---> f4c35717105f 09:05:19 Step 14/24 : WORKDIR / 09:05:20 ---> Running in 457eadcaf076 09:05:20 Removing intermediate container 457eadcaf076 09:05:20 ---> 07a9773ef2f8 09:05:20 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:05:21 ---> e6d4268c29a7 09:05:21 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:05:21 ---> 84b162284a69 09:05:21 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:05:22 ---> b5457cf6a039 09:05:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:05:23 ---> a64a58c00c99 09:05:23 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:05:23 ---> 08037e17a8fb 09:05:23 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:05:23 ---> Running in 48c6bbdd3464 09:05:23 Removing intermediate container 48c6bbdd3464 09:05:23 ---> d3b0955f4bd6 09:05:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:24 ---> Running in b42e3a2caac0 09:05:24 Removing intermediate container b42e3a2caac0 09:05:24 ---> e161aaccb255 09:05:24 Step 22/24 : LABEL arch=amd64 09:05:24 ---> Running in 0c35c4d08d1b 09:05:24 Removing intermediate container 0c35c4d08d1b 09:05:24 ---> a610a349e9ca 09:05:24 Step 23/24 : LABEL git_sha=9c99b3ad7d2e4ca826a6fb04090188d28e886681 09:05:24 ---> Running in 9f4c6fe90034 09:05:25 Removing intermediate container 9f4c6fe90034 09:05:25 ---> 1d79006519d7 09:05:25 Step 24/24 : LABEL version=2.0.0-dev.15 09:05:25 ---> Running in 828866dd2024 09:05:26 Removing intermediate container 828866dd2024 09:05:26 ---> c4924e7aa5d1 09:05:26 [Warning] One or more build-args [ARCH] were not consumed 09:05:26 Successfully built c4924e7aa5d1 09:05:26 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 09:05:28 provisioning config files... 09:05:28 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5901821793207045276tmp [Pipeline] { [Pipeline] sh 09:05:28 + set +x 09:05:28 + curl -s https://codecov.io/bash 09:05:28 + bash -s -- 09:05:29 09:05:29 _____ _ 09:05:29 / ____| | | 09:05:29 | | ___ __| | ___ ___ _____ __ 09:05:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:05:29 | |___| (_) | (_| | __/ (_| (_) \ V / 09:05:29 \_____\___/ \__,_|\___|\___\___/ \_/ 09:05:29 Bash-20210129-7c25fce 09:05:29 09:05:29 09:05:29 ==> git version 2.24.3 found 09:05:29 ==> 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 09:05:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:05:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:05:29 ==> Jenkins CI detected. 09:05:29 project root: . 09:05:29 --> token set from env 09:05:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:05:29 ==> Running gcov in . (disable via -X gcov) 09:05:29 ==> Python coveragepy not found 09:05:29 ==> Searching for coverage reports in: 09:05:29 + . 09:05:29 -> Found 1 reports 09:05:29 ==> Detecting git/mercurial file structure 09:05:29 ==> Reading reports 09:05:29 + ./coverage.out bytes=101757 09:05:29 ==> Appending adjustments 09:05:29 https://docs.codecov.io/docs/fixing-reports 09:05:29 + Found adjustments 09:05:29 ==> Gzipping contents 09:05:29 20K /tmp/codecov.caT216.gz 09:05:29 ==> Uploading reports 09:05:29 url: https://codecov.io 09:05:29 query: branch=master&commit=9c99b3ad7d2e4ca826a6fb04090188d28e886681&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F120%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:05:29 -> Pinging Codecov 09:05:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=9c99b3ad7d2e4ca826a6fb04090188d28e886681&build=120&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F120%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:05:29 -> Uploading to 09:05:29 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/7E55EF52A471D76F132DFD9A03CDDE97/9c99b3ad7d2e4ca826a6fb04090188d28e886681/83e3edc8-9b41-4939-bb85-5cbe4b6c7cc2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T090529Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=58cdd3dcfc074c4d152cec02b4cd223ac0c2cb9c1fbfe94a30425095a895ff8b 09:05:29 % Total % Received % Xferd Average Speed Time Time Time Current 09:05:29 Dload Upload Total Spent Left Speed 09:05:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16469 0 0 100 16469 0 35249 --:--:-- --:--:-- --:--:-- 35265 09:05:30 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9c99b3ad7d2e4ca826a6fb04090188d28e886681 [Pipeline] } 09:05:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:05:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:05:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:05:31 09:05:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 09:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:05:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:05:32 188c0c94c7c5: Pulling fs layer 09:05:32 0ef7d3d256c8: Pulling fs layer 09:05:32 de9db76c5a1d: Pulling fs layer 09:05:32 0eba1c9be4d2: Pulling fs layer 09:05:32 0d57e429df01: Pulling fs layer 09:05:32 4e4be7b47b0d: Pulling fs layer 09:05:32 e1f770b5df2f: Pulling fs layer 09:05:32 85a0685a4137: Pulling fs layer 09:05:32 0d57e429df01: Waiting 09:05:32 4e4be7b47b0d: Waiting 09:05:32 e1f770b5df2f: Waiting 09:05:32 85a0685a4137: Waiting 09:05:32 0eba1c9be4d2: Waiting 09:05:32 de9db76c5a1d: Verifying Checksum 09:05:32 de9db76c5a1d: Download complete 09:05:32 0ef7d3d256c8: Verifying Checksum 09:05:32 0ef7d3d256c8: Download complete 09:05:33 0d57e429df01: Verifying Checksum 09:05:33 0d57e429df01: Download complete 09:05:33 4e4be7b47b0d: Verifying Checksum 09:05:33 4e4be7b47b0d: Download complete 09:05:33 188c0c94c7c5: Verifying Checksum 09:05:33 188c0c94c7c5: Download complete 09:05:33 188c0c94c7c5: Pull complete 09:05:33 0ef7d3d256c8: Pull complete 09:05:33 de9db76c5a1d: Pull complete 09:05:34 e1f770b5df2f: Verifying Checksum 09:05:34 e1f770b5df2f: Download complete 09:05:36 0eba1c9be4d2: Verifying Checksum 09:05:36 0eba1c9be4d2: Download complete 09:05:37 85a0685a4137: Verifying Checksum 09:05:37 85a0685a4137: Download complete 09:05:41 0eba1c9be4d2: Pull complete 09:05:41 0d57e429df01: Pull complete 09:05:41 4e4be7b47b0d: Pull complete 09:05:45 e1f770b5df2f: Pull complete 09:05:52 85a0685a4137: Pull complete 09:05:52 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 09:05:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:05:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 09:05:52 prd-centos7-docker-4c-2g-27303 does not seem to be running inside a container 09:05:52 $ 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 09:05:53 $ docker top 2c60d789ad8cf0780e99fe95d83ee67cbaedc65b4a95c9d8449e2b7f685e9d70 -eo pid,comm [Pipeline] { [Pipeline] echo 09:05:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 09:05:54 + set -o pipefail 09:05:54 + snyk monitor '--org=edgex-jenkins' 09:06:09 09:06:09 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 09:06:09 09:06:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/fe6ac9f9-1653-4540-a00f-c77abebb415e 09:06:09 09:06:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:06:09 09:06:09 09:06:09 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 09:06:09 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:06:09 $ docker stop --time=1 2c60d789ad8cf0780e99fe95d83ee67cbaedc65b4a95c9d8449e2b7f685e9d70 09:06:12 $ docker rm -f 2c60d789ad8cf0780e99fe95d83ee67cbaedc65b4a95c9d8449e2b7f685e9d70 [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 09:06:13 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:06:13 provisioning config files... 09:06:13 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5075547141280615344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:06:13 --> edgex-publish-swagger.sh 09:06:13 === Publish openapi/v1 API === 09:06:13 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 09:06:13 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 09:06:13 % Total % Received % Xferd Average Speed Time Time Time Current 09:06:13 Dload Upload Total Spent Left Speed 09:06:14 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 26475 --:--:-- --:--:-- --:--:-- 26490 09:06:14 09:06:14 09:06:14 === Publish openapi/v2 API === 09:06:14 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 09:06:14 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 09:06:14 % Total % Received % Xferd Average Speed Time Time Time Current 09:06:14 Dload Upload Total Spent Left Speed 09:06:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 52256 0 0 100 52256 0 65018 --:--:-- --:--:-- --:--:-- 64995 100 52256 0 0 100 52256 0 65005 --:--:-- --:--:-- --:--:-- 64995 09:06:15 09:06:15 [Pipeline] } 09:06:15 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 09:06:16 + git log --format=format:%s -1 9c99b3ad7d2e4ca826a6fb04090188d28e886681 [Pipeline] isUnix [Pipeline] sh 09:06:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:06:16 . [Pipeline] withDockerContainer 09:06:16 prd-centos7-docker-4c-2g-27303 does not seem to be running inside a container 09:06:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:06:17 $ docker top a34494d02a8cb04ba2939a2947f3da8985e37249e620baa4aaa1b7dbc72ba8be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:06:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:06:17 [ssh-agent] Looking for ssh-agent implementation... 09:06:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:06:18 $ docker exec a34494d02a8cb04ba2939a2947f3da8985e37249e620baa4aaa1b7dbc72ba8be ssh-agent 09:06:18 SSH_AUTH_SOCK=/tmp/ssh-OCFPJZ5fZrHX/agent.12 09:06:18 SSH_AGENT_PID=17 09:06:18 Running ssh-add (command line suppressed) 09:06:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_423135840834570694.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_423135840834570694.key) 09:06:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:06:18 + git semver tag 09:06:18 # -> Open(): unable to determine branch for HEAD 09:06:18 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:06:18 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:06:18 # $SEMVER_REMOTE_NAME = origin 09:06:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:06:18 # $SEMVER_USER_NAME = edgex-jenkins 09:06:18 # $SEMVER_BRANCH = master 09:06:18 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:06:18 # 9c99b3ad7d2e4ca826a6fb04090188d28e886681 HEAD 09:06:18 # -> Force: false 09:06:18 # 76a078e6091e330073a56f79582c69d2cefe0271 refs/tags/v2.0.0-dev.15 [Pipeline] } 09:06:18 $ docker exec --env ******** --env ******** a34494d02a8cb04ba2939a2947f3da8985e37249e620baa4aaa1b7dbc72ba8be ssh-agent -k 09:06:19 unset SSH_AUTH_SOCK; 09:06:19 unset SSH_AGENT_PID; 09:06:19 echo Agent pid 17 killed; 09:06:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:06:19 + git semver [Pipeline] } 09:06:19 $ docker stop --time=1 a34494d02a8cb04ba2939a2947f3da8985e37249e620baa4aaa1b7dbc72ba8be 09:06:21 $ docker rm -f a34494d02a8cb04ba2939a2947f3da8985e37249e620baa4aaa1b7dbc72ba8be [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:06:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:06:21 09:06:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:06:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:06:22 0.23.1-centos7: Pulling from edgex-lftools 09:06:22 ab5ef0e58194: Pulling fs layer 09:06:22 9712f1f96733: Pulling fs layer 09:06:22 63f879dbbcfc: Pulling fs layer 09:06:22 0d9ebad4ef96: Pulling fs layer 09:06:22 e9a5061849ea: Pulling fs layer 09:06:22 d747dcd14b5f: Pulling fs layer 09:06:22 2de7ff778b66: Pulling fs layer 09:06:22 e9a5061849ea: Waiting 09:06:22 2de7ff778b66: Waiting 09:06:22 d747dcd14b5f: Waiting 09:06:22 0d9ebad4ef96: Waiting 09:06:22 9712f1f96733: Verifying Checksum 09:06:22 9712f1f96733: Download complete 09:06:23 63f879dbbcfc: Verifying Checksum 09:06:23 63f879dbbcfc: Download complete 09:06:24 e9a5061849ea: Verifying Checksum 09:06:24 e9a5061849ea: Download complete 09:06:24 d747dcd14b5f: Verifying Checksum 09:06:24 d747dcd14b5f: Download complete 09:06:24 0d9ebad4ef96: Verifying Checksum 09:06:24 0d9ebad4ef96: Download complete 09:06:24 2de7ff778b66: Verifying Checksum 09:06:24 2de7ff778b66: Download complete 09:06:24 ab5ef0e58194: Verifying Checksum 09:06:24 ab5ef0e58194: Download complete 09:06:28 ab5ef0e58194: Pull complete 09:06:28 9712f1f96733: Pull complete 09:06:32 63f879dbbcfc: Pull complete 09:06:38 0d9ebad4ef96: Pull complete 09:06:38 e9a5061849ea: Pull complete 09:06:38 d747dcd14b5f: Pull complete 09:06:43 2de7ff778b66: Pull complete 09:06:43 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:06:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:06:43 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:06:43 prd-centos7-docker-4c-2g-27303 does not seem to be running inside a container 09:06:43 $ 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 09:06:47 $ docker top b6b56a8ce2e35ee473001270e6a5a2895a745614881fc220ea017333acd167cc -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:06:47 provisioning config files... 09:06:47 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4399892532591371115tmp 09:06:47 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8355716494799964642tmp 09:06:47 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7039184182815957876tmp [Pipeline] { [Pipeline] echo 09:06:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:06:47 ---> sigul-configuration.sh 09:06:47 gpg: directory `/root/.gnupg' created 09:06:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:06:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:06:47 gpg: keyring `/root/.gnupg/secring.gpg' created 09:06:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:06:47 gpg: CAST5 encrypted data 09:06:48 gpg: encrypted with 1 passphrase 09:06:48 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:06:48 + mkdir /home/jenkins 09:06:48 + mkdir /home/jenkins/sigul [Pipeline] sh 09:06:48 + 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 09:06:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:06:49 ---> sigul-install.sh 09:06:54 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:06:54 + git tag --list 09:06:54 0.7.1 09:06:54 delhi-tag 09:06:54 v1.0.0 09:06:54 v1.1.0 09:06:54 v1.1.1 09:06:54 v1.1.2 09:06:54 v1.2.0 09:06:54 v1.2.1 09:06:54 v1.2.2 09:06:54 v1.2.3 09:06:54 v1.3.0 09:06:54 v1.4.0 09:06:54 v2.0.0-dev.1 09:06:54 v2.0.0-dev.10 09:06:54 v2.0.0-dev.11 09:06:54 v2.0.0-dev.12 09:06:54 v2.0.0-dev.13 09:06:54 v2.0.0-dev.14 09:06:54 v2.0.0-dev.15 09:06:54 v2.0.0-dev.2 09:06:54 v2.0.0-dev.3 09:06:54 v2.0.0-dev.4 09:06:54 v2.0.0-dev.5 09:06:54 v2.0.0-dev.6 09:06:54 v2.0.0-dev.7 09:06:54 v2.0.0-dev.8 09:06:54 v2.0.0-dev.9 [Pipeline] sh 09:06:55 + lftools sign git-tag v2.0.0-dev.15 09:06:56 Signing Git tag with Sigul... 09:06:56 Signing v2.0.0-dev.15 [Pipeline] echo 09:06:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:06:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:06:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:06:57 $ docker stop --time=1 b6b56a8ce2e35ee473001270e6a5a2895a745614881fc220ea017333acd167cc 09:06:59 $ docker rm -f b6b56a8ce2e35ee473001270e6a5a2895a745614881fc220ea017333acd167cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:07:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:07:00 . [Pipeline] withDockerContainer 09:07:01 prd-centos7-docker-4c-2g-27303 does not seem to be running inside a container 09:07:01 $ 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 09:07:01 $ docker top 29fbc9a2a4e737a9185530112f5143bcf023024ce0d198e653ec6741f1af2c00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:07:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:07:02 [ssh-agent] Looking for ssh-agent implementation... 09:07:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:07:02 $ docker exec 29fbc9a2a4e737a9185530112f5143bcf023024ce0d198e653ec6741f1af2c00 ssh-agent 09:07:02 SSH_AUTH_SOCK=/tmp/ssh-E6gDcFWOeSUw/agent.12 09:07:02 SSH_AGENT_PID=18 09:07:02 Running ssh-add (command line suppressed) 09:07:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9086273112174619284.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9086273112174619284.key) 09:07:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:07:03 + git semver bump pre 09:07:03 # -> Open(): unable to determine branch for HEAD 09:07:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:07:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:07:03 # $SEMVER_REMOTE_NAME = origin 09:07:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:07:03 # $SEMVER_USER_NAME = edgex-jenkins 09:07:03 # $SEMVER_BRANCH = master 09:07:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 09:07:03 2.0.0-dev.16 [Pipeline] } 09:07:03 $ docker exec --env ******** --env ******** 29fbc9a2a4e737a9185530112f5143bcf023024ce0d198e653ec6741f1af2c00 ssh-agent -k 09:07:03 unset SSH_AUTH_SOCK; 09:07:03 unset SSH_AGENT_PID; 09:07:03 echo Agent pid 18 killed; 09:07:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:07:03 + git semver [Pipeline] } 09:07:03 $ docker stop --time=1 29fbc9a2a4e737a9185530112f5143bcf023024ce0d198e653ec6741f1af2c00 09:07:05 $ docker rm -f 29fbc9a2a4e737a9185530112f5143bcf023024ce0d198e653ec6741f1af2c00 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:07:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:07:05 . [Pipeline] withDockerContainer 09:07:05 prd-centos7-docker-4c-2g-27303 does not seem to be running inside a container 09:07:06 $ 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 09:07:06 $ docker top 23b709cf012a487e76c47f1bdbf754d903fa79aebd313996626a5fd2fcfdd748 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:07:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:07:06 [ssh-agent] Looking for ssh-agent implementation... 09:07:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:07:07 $ docker exec 23b709cf012a487e76c47f1bdbf754d903fa79aebd313996626a5fd2fcfdd748 ssh-agent 09:07:07 SSH_AUTH_SOCK=/tmp/ssh-LprhummHjZ1u/agent.11 09:07:07 SSH_AGENT_PID=16 09:07:07 Running ssh-add (command line suppressed) 09:07:07 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3558116942393308775.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3558116942393308775.key) 09:07:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:07:07 + git semver push 09:07:07 # -> Open(): unable to determine branch for HEAD 09:07:07 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 09:07:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 09:07:07 # $SEMVER_REMOTE_NAME = origin 09:07:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:07:07 # $SEMVER_USER_NAME = edgex-jenkins 09:07:07 # $SEMVER_BRANCH = master 09:07:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 09:07:14 $ docker exec --env ******** --env ******** 23b709cf012a487e76c47f1bdbf754d903fa79aebd313996626a5fd2fcfdd748 ssh-agent -k 09:07:14 unset SSH_AUTH_SOCK; 09:07:14 unset SSH_AGENT_PID; 09:07:14 echo Agent pid 16 killed; 09:07:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:07:15 + git semver [Pipeline] } 09:07:15 $ docker stop --time=1 23b709cf012a487e76c47f1bdbf754d903fa79aebd313996626a5fd2fcfdd748 09:07:16 $ docker rm -f 23b709cf012a487e76c47f1bdbf754d903fa79aebd313996626a5fd2fcfdd748 [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 09:07:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:07:18 ---> package-listing.sh 09:07:18 ++ tr '[:upper:]' '[:lower:]' 09:07:18 ++ facter osfamily 09:07:18 + OS_FAMILY=redhat 09:07:18 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 09:07:18 + START_PACKAGES=/tmp/packages_start.txt 09:07:18 + END_PACKAGES=/tmp/packages_end.txt 09:07:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:07:18 + PACKAGES=/tmp/packages_start.txt 09:07:18 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:07:18 + PACKAGES=/tmp/packages_end.txt 09:07:18 + case "${OS_FAMILY}" in 09:07:18 + rpm -qa 09:07:18 + sort 09:07:24 + '[' -f /tmp/packages_start.txt ']' 09:07:24 + '[' -f /tmp/packages_end.txt ']' 09:07:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:07:24 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 09:07:24 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 09:07:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 09:07:24 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 09:07:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:07:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:07:24 09:07:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:07:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:07:25 alpine: Pulling from edgex-lftools-log-publisher 09:07:25 df20fa9351a1: Pulling fs layer 09:07:25 36b3adc4ff6f: Pulling fs layer 09:07:25 8ad3a11d3b57: Pulling fs layer 09:07:25 46f8f816bc3b: Pulling fs layer 09:07:25 93b61091891f: Pulling fs layer 09:07:25 93b9cdb0e59b: Pulling fs layer 09:07:25 5e14af77c1be: Pulling fs layer 09:07:25 01666e4c0597: Pulling fs layer 09:07:25 aa168da1d23b: Pulling fs layer 09:07:25 46f8f816bc3b: Waiting 09:07:25 93b61091891f: Waiting 09:07:25 93b9cdb0e59b: Waiting 09:07:25 5e14af77c1be: Waiting 09:07:25 01666e4c0597: Waiting 09:07:25 aa168da1d23b: Waiting 09:07:25 36b3adc4ff6f: Download complete 09:07:25 46f8f816bc3b: Verifying Checksum 09:07:25 46f8f816bc3b: Download complete 09:07:25 df20fa9351a1: Download complete 09:07:25 93b9cdb0e59b: Verifying Checksum 09:07:25 93b9cdb0e59b: Download complete 09:07:25 5e14af77c1be: Verifying Checksum 09:07:25 5e14af77c1be: Download complete 09:07:25 93b61091891f: Verifying Checksum 09:07:25 93b61091891f: Download complete 09:07:25 01666e4c0597: Verifying Checksum 09:07:25 01666e4c0597: Download complete 09:07:25 8ad3a11d3b57: Verifying Checksum 09:07:25 8ad3a11d3b57: Download complete 09:07:25 df20fa9351a1: Pull complete 09:07:25 36b3adc4ff6f: Pull complete 09:07:26 8ad3a11d3b57: Pull complete 09:07:26 46f8f816bc3b: Pull complete 09:07:27 aa168da1d23b: Verifying Checksum 09:07:27 aa168da1d23b: Download complete 09:07:27 93b61091891f: Pull complete 09:07:28 93b9cdb0e59b: Pull complete 09:07:28 5e14af77c1be: Pull complete 09:07:28 01666e4c0597: Pull complete 09:07:35 aa168da1d23b: Pull complete 09:07:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:07:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:07:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:07:35 prd-centos7-docker-4c-2g-27303 does not seem to be running inside a container 09:07:35 $ 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 09:07:38 $ docker top 96f93910d9a945ef7729df09d85cf37b4ebfe02c72be8e899cc7fe16c53be6ed -eo pid,comm [Pipeline] { [Pipeline] sh 09:07:38 + touch /tmp/pre-build-complete [Pipeline] sh 09:07:38 + mkdir -p /var/log/sa [Pipeline] sh 09:07:39 + ls /var/log/sa-host 09:07:39 + sadf -c /var/log/sa-host/sa23 09:07:39 file_magic: OK 09:07:39 HZ: Using current value: 100 09:07:39 file_header: OK 09:07:39 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 09:07:39 Statistics: 09:07:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:07:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:07:39 provisioning config files... 09:07:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4041562560499414056tmp [Pipeline] { [Pipeline] echo 09:07:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:07:40 ---> create-netrc.sh [Pipeline] } 09:07:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:07:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:07:40 ---> python-tools-install.sh [Pipeline] echo 09:07:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:07:41 ---> sudo-logs.sh 09:07:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:07:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:07:41 ---> job-cost.sh 09:07:41 lf-activate-venv: SKIPPING 09:07:41 INFO: No Stack... 09:07:42 INFO: Retrieving Pricing Info for: v1-standard-2 09:07:42 INFO: Archiving Costs [Pipeline] echo 09:07:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:07:43 ---> logs-deploy.sh 09:07:43 lf-activate-venv: SKIPPING 09:07:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/120 09:07:43 INFO: archiving workspace using pattern(s): 09:07:44 Archives upload complete. 09:07:44 INFO: archiving logs to Nexus