Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-1705 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 Checking out Revision 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 Commit message: "Merge pull request #895 from hahattan/interface" > git rev-list --no-walk a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:19:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:19:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:19:10 ========================================================= 05:19:10 EdgeX Global Pipelines Version Info 05:19:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:19:12 ------------------- 05:19:12 stable info: 05:19:12 ------------------- 05:19:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:19:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 05:19:12 Message: update stable to v1.0.186 05:19:13 ------------------- 05:19:13 experimental info: 05:19:13 ------------------- 05:19:13 Commited By: **** collab-it+edgex@linuxfoundation.org 05:19:13 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 05:19:13 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:19:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:19:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 188b4cc [Pipeline] echo 05:19:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:19:14 provisioning config files... 05:19:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7361326671751724568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:19:15 ---> docker-login.sh 05:19:15 nexus3.edgexfoundry.org:10001 05:19:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:19:16 Configure a credential helper to remove this warning. See 05:19:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:19:16 05:19:16 Login Succeeded 05:19:16 nexus3.edgexfoundry.org:10002 05:19:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:19:17 Configure a credential helper to remove this warning. See 05:19:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:19:17 05:19:17 Login Succeeded 05:19:17 nexus3.edgexfoundry.org:10003 05:19:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:19:17 Configure a credential helper to remove this warning. See 05:19:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:19:17 05:19:17 Login Succeeded 05:19:17 nexus3.edgexfoundry.org:10004 05:19:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:19:17 Configure a credential helper to remove this warning. See 05:19:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:19:17 05:19:17 Login Succeeded 05:19:17 docker.io 05:19:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:19:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:19:18 Configure a credential helper to remove this warning. See 05:19:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:19:18 05:19:18 Login Succeeded 05:19:18 ---> docker-login.sh ends [Pipeline] } 05:19:18 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 05:19:18 + git log --format=format:%s -1 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] echo 05:19:18 GIT_COMMIT: 188b4cc14b9321dd8b2b5872b94485f2cb4f6961, Commit Message: Merge pull request #895 from hahattan/interface [Pipeline] echo 05:19:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:19:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:19:19 05:19:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:19:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:19:20 latest: Pulling from edgex-devops/git-semver 05:19:20 31603596830f: Pulling fs layer 05:19:20 2a8b12db71e7: Pulling fs layer 05:19:20 6ca5941a6612: Pulling fs layer 05:19:20 ecc8261a40a4: Pulling fs layer 05:19:20 ecc8261a40a4: Waiting 05:19:20 2a8b12db71e7: Verifying Checksum 05:19:20 2a8b12db71e7: Download complete 05:19:20 31603596830f: Verifying Checksum 05:19:20 31603596830f: Download complete 05:19:20 6ca5941a6612: Verifying Checksum 05:19:20 6ca5941a6612: Download complete 05:19:20 ecc8261a40a4: Verifying Checksum 05:19:20 ecc8261a40a4: Download complete 05:19:21 31603596830f: Pull complete 05:19:21 2a8b12db71e7: Pull complete 05:19:22 6ca5941a6612: Pull complete 05:19:23 ecc8261a40a4: Pull complete 05:19:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:19:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:19:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:19:23 prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container 05:19:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:19:27 $ docker top 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:19:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:19:27 [ssh-agent] Looking for ssh-agent implementation... 05:19:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:19:28 $ docker exec 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent 05:19:28 SSH_AUTH_SOCK=/tmp/ssh-zKY7PqBdnNge/agent.11 05:19:28 SSH_AGENT_PID=17 05:19:28 Running ssh-add (command line suppressed) 05:19:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4251471435216275593.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4251471435216275593.key) 05:19:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:19:29 + git tag --points-at HEAD [Pipeline] } 05:19:29 $ docker exec --env ******** --env ******** 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent -k 05:19:30 unset SSH_AUTH_SOCK; 05:19:30 unset SSH_AGENT_PID; 05:19:30 echo Agent pid 17 killed; 05:19:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:19:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:19:30 [ssh-agent] Looking for ssh-agent implementation... 05:19:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:19:30 $ docker exec 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent 05:19:30 SSH_AUTH_SOCK=/tmp/ssh-exruDJPEgqBg/agent.47 05:19:30 SSH_AGENT_PID=52 05:19:30 Running ssh-add (command line suppressed) 05:19:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4163768805190426927.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4163768805190426927.key) 05:19:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:19:31 + git semver init 05:19:31 # -> Open(): unable to determine branch for HEAD 05:19:31 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:19:31 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:19:31 # $SEMVER_REMOTE_NAME = origin 05:19:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:19:31 # $SEMVER_USER_NAME = edgex-jenkins 05:19:31 # $SEMVER_BRANCH = master 05:19:31 # $SEMVER_TEMP = /tmp/semver-103409404 05:19:31 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 05:19:32 # '/tmp/semver-103409404' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' 05:19:32 # -> Force: false 05:19:32 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:19:32 $ docker exec --env ******** --env ******** 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 ssh-agent -k 05:19:32 unset SSH_AUTH_SOCK; 05:19:32 unset SSH_AGENT_PID; 05:19:32 echo Agent pid 52 killed; 05:19:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:19:33 + git semver [Pipeline] } 05:19:33 $ docker stop --time=1 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 05:19:34 $ docker rm -f 0c1623aed685f69ca9c422bb0b7737e2be67e153c0e0399bb087e2e627b803d0 [Pipeline] // withDockerContainer [Pipeline] sh 05:19:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:19:37 Stashed 1 file(s) [Pipeline] echo 05:19:37 [edgeXSemver]: initialized semver on version 2.0.0-dev.49 [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 05:19:52 Still waiting to schedule task 05:19:52 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:19:52 Still waiting to schedule task 05:19:52 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:21:12 Running on prd-centos7-docker-4c-2g-1708 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:21:12 Running in /w/workspace/device-sdk-go/154 [Pipeline] { [Pipeline] checkout 05:21:14 using credential edgex-jenkins-ssh 05:21:14 Cloning the remote Git repository 05:21:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:21:14 > git init /w/workspace/device-sdk-go/154 # timeout=10 05:21:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:14 > git --version # timeout=10 05:21:14 > git --version # 'git version 2.24.3' 05:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:16 Checking out Revision 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 (master) 05:21:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:21:16 > git config core.sparsecheckout # timeout=10 05:21:16 > git checkout -f 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 05:21:19 Commit message: "Merge pull request #895 from hahattan/interface" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:21:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:21:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:21:21 + sudo service docker restart 05:21:21 + true 05:21:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:21:22 provisioning config files... 05:21:22 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/154@tmp/config8469596463529373251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:21:22 ---> docker-login.sh 05:21:22 nexus3.edgexfoundry.org:10001 05:21:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:21:23 Configure a credential helper to remove this warning. See 05:21:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:21:23 05:21:23 Login Succeeded 05:21:23 nexus3.edgexfoundry.org:10002 05:21:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:21:23 Configure a credential helper to remove this warning. See 05:21:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:21:23 05:21:23 Login Succeeded 05:21:23 nexus3.edgexfoundry.org:10003 05:21:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:21:23 Configure a credential helper to remove this warning. See 05:21:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:21:23 05:21:23 Login Succeeded 05:21:23 nexus3.edgexfoundry.org:10004 05:21:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:21:23 Configure a credential helper to remove this warning. See 05:21:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:21:23 05:21:23 Login Succeeded 05:21:23 docker.io 05:21:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:21:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:21:24 Configure a credential helper to remove this warning. See 05:21:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:21:24 05:21:24 Login Succeeded 05:21:24 ---> docker-login.sh ends [Pipeline] } 05:21:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:21:24 ========================================================= 05:21:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:21:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:21:24 + 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 . 05:21:24 Sending build context to Docker daemon 2.464MB 05:21:24 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:21:24 Step 2/8 : FROM ${BASE} 05:21:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:21:25 188c0c94c7c5: Pulling fs layer 05:21:25 0ef7d3d256c8: Pulling fs layer 05:21:25 de9db76c5a1d: Pulling fs layer 05:21:25 bca2f99d35d6: Pulling fs layer 05:21:25 93359f2a8cfa: Pulling fs layer 05:21:25 7c6f9722023f: Pulling fs layer 05:21:25 a35cf1a2eb13: Pulling fs layer 05:21:25 93359f2a8cfa: Waiting 05:21:25 7c6f9722023f: Waiting 05:21:25 a35cf1a2eb13: Waiting 05:21:25 bca2f99d35d6: Waiting 05:21:25 de9db76c5a1d: Verifying Checksum 05:21:25 de9db76c5a1d: Download complete 05:21:25 0ef7d3d256c8: Verifying Checksum 05:21:25 0ef7d3d256c8: Download complete 05:21:25 93359f2a8cfa: Verifying Checksum 05:21:25 93359f2a8cfa: Download complete 05:21:25 188c0c94c7c5: Verifying Checksum 05:21:25 188c0c94c7c5: Download complete 05:21:25 7c6f9722023f: Verifying Checksum 05:21:25 7c6f9722023f: Download complete 05:21:25 188c0c94c7c5: Pull complete 05:21:25 0ef7d3d256c8: Pull complete 05:21:25 de9db76c5a1d: Pull complete 05:21:27 a35cf1a2eb13: Verifying Checksum 05:21:27 a35cf1a2eb13: Download complete 05:21:27 bca2f99d35d6: Verifying Checksum 05:21:27 bca2f99d35d6: Download complete 05:21:34 bca2f99d35d6: Pull complete 05:21:34 93359f2a8cfa: Pull complete 05:21:34 7c6f9722023f: Pull complete 05:21:37 a35cf1a2eb13: Pull complete 05:21:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:21:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:21:37 ---> a62c8e92a672 05:21:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:21:38 ---> Running in a0c4989e6b17 05:21:38 Removing intermediate container a0c4989e6b17 05:21:38 ---> 53b2a2c4c36a 05:21:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:21:38 ---> Running in 5f691d6f9ff0 05:21:39 Removing intermediate container 5f691d6f9ff0 05:21:39 ---> e2dd63e483e9 05:21:39 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 05:21:39 ---> Running in a8e7560f539b 05:21:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:21:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1707 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws 05:21:41 Running in /w/workspace/device-sdk-go/154 [Pipeline] { [Pipeline] checkout 05:21:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:21:41 (1/6) Installing libc-dev (0.7.2-r3) 05:21:42 (2/6) Installing libsodium (1.0.18-r0) 05:21:42 (3/6) Installing pkgconf (1.7.2-r0) 05:21:42 (4/6) Installing libsodium-dev (1.0.18-r0) 05:21:42 (5/6) Installing libzmq (4.3.3-r0) 05:21:42 (6/6) Installing zeromq-dev (4.3.3-r0) 05:21:42 Executing busybox-1.31.1-r19.trigger 05:21:42 OK: 167 MiB in 45 packages 05:21:43 Removing intermediate container a8e7560f539b 05:21:43 ---> e77d253fb0f6 05:21:43 Step 6/8 : WORKDIR /device-sdk-go 05:21:43 ---> Running in 00fe264e308b 05:21:43 Removing intermediate container 00fe264e308b 05:21:43 ---> 01a38f641d38 05:21:43 Step 7/8 : COPY . . 05:21:44 ---> 2d4e187405d2 05:21:44 Step 8/8 : RUN go mod download 05:21:44 ---> Running in 6a7aa99f3dcd 05:21:47 using credential edgex-jenkins-ssh 05:21:47 Cloning the remote Git repository 05:21:47 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:21:47 > git init /w/workspace/device-sdk-go/154 # timeout=10 05:21:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:47 > git --version # timeout=10 05:21:47 > git --version # 'git version 2.17.1' 05:21:47 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:50 Checking out Revision 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 (master) 05:21:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:49 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 05:21:50 > git config core.sparsecheckout # timeout=10 05:21:50 > git checkout -f 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 # timeout=10 05:21:54 Commit message: "Merge pull request #895 from hahattan/interface" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:21:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:21:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:21:56 + sudo service docker restart 05:21:56 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:21:59 provisioning config files... 05:21:59 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/154@tmp/config6618746340068430568tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:21:59 ---> docker-login.sh 05:21:59 nexus3.edgexfoundry.org:10001 05:22:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:00 Configure a credential helper to remove this warning. See 05:22:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:00 05:22:00 Login Succeeded 05:22:00 nexus3.edgexfoundry.org:10002 05:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:01 Configure a credential helper to remove this warning. See 05:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:01 05:22:01 Login Succeeded 05:22:01 nexus3.edgexfoundry.org:10003 05:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:02 Configure a credential helper to remove this warning. See 05:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:02 05:22:02 Login Succeeded 05:22:02 nexus3.edgexfoundry.org:10004 05:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:02 Configure a credential helper to remove this warning. See 05:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:02 05:22:02 Login Succeeded 05:22:02 docker.io 05:22:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:22:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:22:03 Configure a credential helper to remove this warning. See 05:22:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:22:03 05:22:03 Login Succeeded 05:22:03 ---> docker-login.sh ends [Pipeline] } 05:22:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:22:03 ========================================================= 05:22:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:22:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:22:04 + 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 . 05:22:04 Sending build context to Docker daemon 2.463MB 05:22:04 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:22:04 Step 2/8 : FROM ${BASE} 05:22:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:22:04 5f621e34cdf4: Pulling fs layer 05:22:04 a4357932f1b6: Pulling fs layer 05:22:04 18c013af1878: Pulling fs layer 05:22:04 00ac8860ef70: Pulling fs layer 05:22:04 63d7cb157983: Pulling fs layer 05:22:04 b116817d02f9: Pulling fs layer 05:22:04 745a02a5169b: Pulling fs layer 05:22:04 00ac8860ef70: Waiting 05:22:04 63d7cb157983: Waiting 05:22:04 b116817d02f9: Waiting 05:22:04 745a02a5169b: Waiting 05:22:04 18c013af1878: Verifying Checksum 05:22:04 18c013af1878: Download complete 05:22:04 a4357932f1b6: Verifying Checksum 05:22:04 a4357932f1b6: Download complete 05:22:04 63d7cb157983: Verifying Checksum 05:22:04 63d7cb157983: Download complete 05:22:04 b116817d02f9: Verifying Checksum 05:22:04 b116817d02f9: Download complete 05:22:04 5f621e34cdf4: Verifying Checksum 05:22:04 5f621e34cdf4: Download complete 05:22:05 5f621e34cdf4: Pull complete 05:22:06 a4357932f1b6: Pull complete 05:22:06 18c013af1878: Pull complete 05:22:06 745a02a5169b: Verifying Checksum 05:22:06 745a02a5169b: Download complete 05:22:07 00ac8860ef70: Verifying Checksum 05:22:07 00ac8860ef70: Download complete 05:22:11 Removing intermediate container 6a7aa99f3dcd 05:22:11 ---> 3694aca27551 05:22:11 Successfully built 3694aca27551 05:22:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:22:11 + docker inspect -f . ci-base-image-x86_64 05:22:11 . [Pipeline] withDockerContainer 05:22:11 prd-centos7-docker-4c-2g-1708 does not seem to be running inside a container 05:22:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@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 ******** ci-base-image-x86_64 cat 05:22:12 $ docker top 0e66ccf318fd73a3b22483c06ea37a3907d4710856e1773b3342d5c78fc0e5f3 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:13 + go version 05:22:13 go version go1.15.5 linux/amd64 [Pipeline] } 05:22:13 $ docker stop --time=1 0e66ccf318fd73a3b22483c06ea37a3907d4710856e1773b3342d5c78fc0e5f3 05:22:14 $ docker rm -f 0e66ccf318fd73a3b22483c06ea37a3907d4710856e1773b3342d5c78fc0e5f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:22:15 + docker inspect -f . ci-base-image-x86_64 05:22:15 . [Pipeline] withDockerContainer 05:22:15 prd-centos7-docker-4c-2g-1708 does not seem to be running inside a container 05:22:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@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 ******** ci-base-image-x86_64 cat 05:22:16 $ docker top f8bb50b817c4054ae58b382438ab7b83e8d06c98ee19fa93b1ac5851c7d4e77e -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:16 + make test 05:22:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:22:18 00ac8860ef70: Pull complete 05:22:18 63d7cb157983: Pull complete 05:22:18 b116817d02f9: Pull complete 05:22:22 745a02a5169b: Pull complete 05:22:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:22:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:22:22 ---> b7e6874047d6 05:22:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:22:24 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 05:22:26 ---> Running in 2fd577b7c8a6 05:22:26 Removing intermediate container 2fd577b7c8a6 05:22:26 ---> 4eafd9a3f293 05:22:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:22:26 ---> Running in 346f35a2d839 05:22:28 Removing intermediate container 346f35a2d839 05:22:28 ---> fd456e78afb5 05:22:28 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 05:22:28 ---> Running in 242d6b2fdcf5 05:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:22:30 (1/6) Installing libc-dev (0.7.2-r3) 05:22:30 (2/6) Installing libsodium (1.0.18-r0) 05:22:31 (3/6) Installing pkgconf (1.7.2-r0) 05:22:31 (4/6) Installing libsodium-dev (1.0.18-r0) 05:22:31 (5/6) Installing libzmq (4.3.3-r0) 05:22:31 (6/6) Installing zeromq-dev (4.3.3-r0) 05:22:31 Executing busybox-1.31.1-r19.trigger 05:22:31 OK: 144 MiB in 45 packages 05:22:32 Removing intermediate container 242d6b2fdcf5 05:22:32 ---> 669f37110a24 05:22:32 Step 6/8 : WORKDIR /device-sdk-go 05:22:32 ---> Running in 40cc3d64e557 05:22:33 Removing intermediate container 40cc3d64e557 05:22:33 ---> beba22d5a5c0 05:22:33 Step 7/8 : COPY . . 05:22:34 ---> 5aa5b1347c9b 05:22:34 Step 8/8 : RUN go mod download 05:22:34 ---> Running in c65afec99da2 05:22:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 05:22:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 05:22:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 05:22:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 05:22:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 05:22:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.060s coverage: 28.1% of statements 05:22:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.067s coverage: 78.9% of statements 05:22:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.117s coverage: 7.8% of statements 05:22:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 05:22:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 05:22:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 05:22:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.103s coverage: 32.0% of statements 05:22:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 05:22:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 05:22:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 05:22:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.103s coverage: 57.2% of statements 05:22:48 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.209s coverage: 6.6% of statements 05:22:48 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 05:22:48 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 05:22:48 GO111MODULE=on go vet ./... 05:23:01 Removing intermediate container c65afec99da2 05:23:01 ---> 42fa0b65615b 05:23:01 Successfully built 42fa0b65615b 05:23:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:23:02 + docker inspect -f . ci-base-image-arm64 05:23:02 . [Pipeline] withDockerContainer 05:23:02 prd-ubuntu18.04-docker-arm64-4c-16g-1707 does not seem to be running inside a container 05:23:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@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 ******** ci-base-image-arm64 cat 05:23:04 $ docker top 4c8642b5b5e1e9c2ad903c60223da3aa1cbcdded19c7faee2f2f2b256aa5a285 -eo pid,comm [Pipeline] { [Pipeline] sh 05:23:05 + go version 05:23:05 go version go1.15.5 linux/arm64 [Pipeline] } 05:23:05 $ docker stop --time=1 4c8642b5b5e1e9c2ad903c60223da3aa1cbcdded19c7faee2f2f2b256aa5a285 05:23:07 $ docker rm -f 4c8642b5b5e1e9c2ad903c60223da3aa1cbcdded19c7faee2f2f2b256aa5a285 05:23:07 gofmt -l . 05:23:07 [ "`gofmt -l .`" = "" ] 05:23:07 ./bin/test-attribution-txt.sh 05:23:07 ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 05:23:07 $ docker stop --time=1 f8bb50b817c4054ae58b382438ab7b83e8d06c98ee19fa93b1ac5851c7d4e77e 05:23:09 $ docker rm -f f8bb50b817c4054ae58b382438ab7b83e8d06c98ee19fa93b1ac5851c7d4e77e [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:23:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:23:10 + docker inspect -f . ci-base-image-arm64 05:23:10 . [Pipeline] withDockerContainer 05:23:10 Stashed 1 file(s) 05:23:10 prd-ubuntu18.04-docker-arm64-4c-16g-1707 does not seem to be running inside a container 05:23:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/154 -v /w/workspace/device-sdk-go/154:/w/workspace/device-sdk-go/154:rw,z -v /w/workspace/device-sdk-go/154@tmp:/w/workspace/device-sdk-go/154@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 ******** ci-base-image-arm64 cat 05:23:11 $ docker top 2c07a2db254419a7b653cdc72d5f587c1bcd73e4342361833bfad38ddf272a2f -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 05:23:12 + make test 05:23:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] sh 05:23:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:23:15 + ls -al . 05:23:15 total 188 05:23:15 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 26 05:23 . 05:23:15 drwxrwxr-x. 4 jenkins jenkins 32 Apr 26 05:21 .. 05:23:15 drwxrwxr-x. 2 jenkins jenkins 64 Apr 26 05:21 bin 05:23:15 -rw-r--r--. 1 jenkins jenkins 100024 Apr 26 05:22 coverage.out 05:23:15 -rw-rw-r--. 1 jenkins jenkins 987 Apr 26 05:21 Dockerfile.build 05:23:15 -rw-rw-r--. 1 jenkins jenkins 140 Apr 26 05:21 .dockerignore 05:23:15 drwxrwxr-x. 5 jenkins jenkins 62 Apr 26 05:21 example 05:23:15 drwxrwxr-x. 8 jenkins jenkins 162 Apr 26 05:21 .git 05:23:15 drwxrwxr-x. 2 jenkins jenkins 103 Apr 26 05:21 .github 05:23:15 -rw-rw-r--. 1 jenkins jenkins 138 Apr 26 05:21 .gitignore 05:23:15 -rw-r--r--. 1 jenkins jenkins 575 Apr 26 05:23 go.mod 05:23:15 -rw-r--r--. 1 jenkins jenkins 20957 Apr 26 05:23 go.sum 05:23:15 drwxrwxr-x. 14 jenkins jenkins 207 Apr 26 05:21 internal 05:23:15 -rw-rw-r--. 1 jenkins jenkins 901 Apr 26 05:21 Jenkinsfile 05:23:15 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 26 05:21 LICENSE 05:23:15 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 26 05:21 Makefile 05:23:15 drwxrwxr-x. 4 jenkins jenkins 26 Apr 26 05:21 openapi 05:23:15 drwxrwxr-x. 5 jenkins jenkins 50 Apr 26 05:21 pkg 05:23:15 -rw-rw-r--. 1 jenkins jenkins 7652 Apr 26 05:21 README.md 05:23:15 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 26 05:21 RELEASE-NOTES.txt 05:23:15 drwxrwxr-x. 4 jenkins jenkins 54 Apr 26 05:21 snap 05:23:15 -rw-rw-r--. 1 jenkins jenkins 12 Apr 26 05:19 VERSION 05:23:15 -rw-rw-r--. 1 jenkins jenkins 222 Apr 26 05:21 version.go [Pipeline] isUnix [Pipeline] sh 05:23:15 + 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=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 --label arch=amd64 --label version=2.0.0-dev.49 . 05:23:15 Sending build context to Docker daemon 2.565MB 05:23:15 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 05:23:15 Step 2/23 : FROM ${BASE} AS builder 05:23:15 ---> 3694aca27551 05:23:15 Step 3/23 : WORKDIR /device-sdk-go 05:23:16 ---> Running in 9b395d5b5e23 05:23:16 Removing intermediate container 9b395d5b5e23 05:23:16 ---> 3206e531e8bf 05:23:16 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:23:16 ---> Running in b8a0ac050ab7 05:23:16 Removing intermediate container b8a0ac050ab7 05:23:16 ---> 097bd22fb7fc 05:23:16 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:23:16 ---> Running in 7bb5d0098e17 05:23:17 Removing intermediate container 7bb5d0098e17 05:23:17 ---> 7dc9ec053495 05:23:17 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 05:23:17 ---> Running in 2b91b3e6c644 05:23:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:23:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:23:19 OK: 167 MiB in 45 packages 05:23:19 Removing intermediate container 2b91b3e6c644 05:23:19 ---> b301eafe0131 05:23:19 Step 7/23 : COPY . . 05:23:20 ---> c7a7d619e340 05:23:20 Step 8/23 : RUN go mod download 05:23:20 ---> Running in fe9137e390e1 05:23:22 Removing intermediate container fe9137e390e1 05:23:22 ---> 017751b1f0da 05:23:22 Step 9/23 : RUN make build 05:23:22 ---> Running in c1bd9843169f 05:23:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.49" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:23:34 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 05:23:35 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 05:23:35 Removing intermediate container c1bd9843169f 05:23:35 ---> bf3c15c4bb78 05:23:35 Step 10/23 : FROM alpine:3.12 05:23:35 3.12: Pulling from library/alpine 05:23:36 339de151aab4: Pulling fs layer 05:23:36 339de151aab4: Download complete 05:23:36 339de151aab4: Pull complete 05:23:36 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:23:36 Status: Downloaded newer image for alpine:3.12 05:23:36 ---> 13621d1b12d4 05:23:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:23:36 ---> Running in 21b90b7cc822 05:23:36 Removing intermediate container 21b90b7cc822 05:23:36 ---> a75985a82143 05:23:36 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:23:37 ---> Running in 0407e90c88f7 05:23:38 Removing intermediate container 0407e90c88f7 05:23:38 ---> 81e6d6bb97f4 05:23:38 Step 13/23 : RUN apk add --update --no-cache zeromq 05:23:38 ---> Running in 59f552214609 05:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:23:39 (1/5) Installing libgcc (9.3.0-r2) 05:23:39 (2/5) Installing libsodium (1.0.18-r0) 05:23:39 (3/5) Installing libstdc++ (9.3.0-r2) 05:23:40 (4/5) Installing libzmq (4.3.3-r0) 05:23:40 (5/5) Installing zeromq (4.3.3-r0) 05:23:40 Executing busybox-1.31.1-r20.trigger 05:23:40 OK: 8 MiB in 19 packages 05:23:41 Removing intermediate container 59f552214609 05:23:41 ---> 4f2cc783cb5a 05:23:41 Step 14/23 : WORKDIR / 05:23:41 ---> Running in 147e1785b11f 05:23:41 Removing intermediate container 147e1785b11f 05:23:41 ---> 0af7c3b8976e 05:23:41 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:23:41 ---> a8caa631e750 05:23:41 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:23:42 ---> 342a5da13cc0 05:23:42 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:23:42 ---> c8272ec1e5ab 05:23:42 Step 18/23 : EXPOSE 49990 05:23:42 ---> Running in 7934cd51e844 05:23:43 Removing intermediate container 7934cd51e844 05:23:43 ---> c9509b9405f2 05:23:43 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:23:43 ---> Running in 2543b9f63d90 05:23:43 Removing intermediate container 2543b9f63d90 05:23:43 ---> 8906f96da935 05:23:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:23:43 ---> Running in 4d375172af48 05:23:43 Removing intermediate container 4d375172af48 05:23:43 ---> 8d3f5df10c95 05:23:43 Step 21/23 : LABEL arch=amd64 05:23:43 ---> Running in 7c603b202a84 05:23:43 Removing intermediate container 7c603b202a84 05:23:43 ---> d34a291f5b35 05:23:43 Step 22/23 : LABEL git_sha=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 05:23:43 ---> Running in a6064ad2f8c0 05:23:43 Removing intermediate container a6064ad2f8c0 05:23:43 ---> 30796f7eb6dd 05:23:43 Step 23/23 : LABEL version=2.0.0-dev.49 05:23:43 ---> Running in a19b65c4c275 05:23:44 Removing intermediate container a19b65c4c275 05:23:44 ---> b14803ede7e6 05:23:44 [Warning] One or more build-args [ARCH MAKE] were not consumed 05:23:44 Successfully built b14803ede7e6 05:23:44 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 Post stage [Pipeline] libraryResource [Pipeline] sh 05:23:44 ---> job-cost.sh 05:23:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8DBR 05:23:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:24:26 lf-activate-venv(): INFO: Adding /tmp/venv-8DBR/bin to PATH 05:24:26 INFO: No Stack... 05:24:26 INFO: Retrieving Pricing Info for: v1-standard-2 05:24:26 INFO: Archiving Costs [Pipeline] sh 05:24:27 + cat /w/workspace/device-sdk-go/154/archives/cost.csv 05:24:27 + cut -d, -f6 [Pipeline] lock 05:24:27 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] 05:24:27 Resource [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] did not exist. Created. 05:24:27 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:24:27 + echo total: 0.029999999329447746 [Pipeline] stash 05:24:27 Stashed 1 file(s) [Pipeline] } 05:24:27 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:24:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 05:24:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 05:24:31 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 05:24:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 05:24:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 05:24:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.181s coverage: 28.1% of statements 05:24:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.199s coverage: 78.9% of statements 05:24:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.225s coverage: 7.8% of statements 05:24:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 05:24:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 05:24:44 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 05:24:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.263s coverage: 32.0% of statements 05:24:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 05:24:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 05:24:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 05:24:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.329s coverage: 57.2% of statements 05:24:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.116s coverage: 6.6% of statements 05:24:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements 05:24:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 05:24:50 GO111MODULE=on go vet ./... 05:25:46 gofmt -l . 05:25:46 [ "`gofmt -l .`" = "" ] 05:25:46 ./bin/test-attribution-txt.sh 05:25:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:25:46 $ docker stop --time=1 2c07a2db254419a7b653cdc72d5f587c1bcd73e4342361833bfad38ddf272a2f 05:25:49 $ docker rm -f 2c07a2db254419a7b653cdc72d5f587c1bcd73e4342361833bfad38ddf272a2f [Pipeline] // withDockerContainer [Pipeline] sh 05:25:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:25:50 Warning: overwriting stash ‘coverage-report’ 05:25:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:25:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:25:52 + ls -al . 05:25:52 total 224 05:25:52 drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 05:25 . 05:25:52 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:21 .. 05:25:52 -rw-rw-r-- 1 jenkins jenkins 140 Apr 26 05:21 .dockerignore 05:25:52 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 05:21 .git 05:25:52 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 05:21 .github 05:25:52 -rw-rw-r-- 1 jenkins jenkins 138 Apr 26 05:21 .gitignore 05:25:52 -rw-rw-r-- 1 jenkins jenkins 987 Apr 26 05:21 Dockerfile.build 05:25:52 -rw-rw-r-- 1 jenkins jenkins 901 Apr 26 05:21 Jenkinsfile 05:25:52 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 26 05:21 LICENSE 05:25:52 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 26 05:21 Makefile 05:25:52 -rw-rw-r-- 1 jenkins jenkins 7652 Apr 26 05:21 README.md 05:25:52 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 26 05:21 RELEASE-NOTES.txt 05:25:52 -rw-rw-r-- 1 jenkins jenkins 12 Apr 26 05:19 VERSION 05:25:52 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 05:21 bin 05:25:52 -rw-r--r-- 1 jenkins jenkins 100024 Apr 26 05:24 coverage.out 05:25:52 drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 05:21 example 05:25:52 -rw-r--r-- 1 jenkins jenkins 575 Apr 26 05:25 go.mod 05:25:52 -rw-r--r-- 1 jenkins jenkins 20957 Apr 26 05:25 go.sum 05:25:52 drwxrwxr-x 14 jenkins jenkins 4096 Apr 26 05:21 internal 05:25:52 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:21 openapi 05:25:52 drwxrwxr-x 5 jenkins jenkins 4096 Apr 26 05:21 pkg 05:25:52 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 05:21 snap 05:25:52 -rw-rw-r-- 1 jenkins jenkins 222 Apr 26 05:21 version.go [Pipeline] isUnix [Pipeline] sh 05:25:52 + 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=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 --label arch=arm64 --label version=2.0.0-dev.49 . 05:25:53 Sending build context to Docker daemon 2.564MB 05:25:53 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 05:25:53 Step 2/23 : FROM ${BASE} AS builder 05:25:53 ---> 42fa0b65615b 05:25:53 Step 3/23 : WORKDIR /device-sdk-go 05:25:53 ---> Running in e41728ab72a3 05:25:54 Removing intermediate container e41728ab72a3 05:25:54 ---> b0e52a6ccc11 05:25:54 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:25:54 ---> Running in 2310ea487dd8 05:25:54 Removing intermediate container 2310ea487dd8 05:25:54 ---> b0fd6fcd1506 05:25:54 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:25:54 ---> Running in c77606148714 05:25:57 Removing intermediate container c77606148714 05:25:57 ---> 1a7b18d5c418 05:25:57 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 05:25:57 ---> Running in 888a02567c42 05:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:25:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:26:00 OK: 144 MiB in 45 packages 05:26:01 Removing intermediate container 888a02567c42 05:26:01 ---> cccd5c9211b9 05:26:01 Step 7/23 : COPY . . 05:26:02 ---> 34836d6c5c9a 05:26:02 Step 8/23 : RUN go mod download 05:26:02 ---> Running in 441af97f9714 05:26:05 Removing intermediate container 441af97f9714 05:26:05 ---> 68342a3166ba 05:26:05 Step 9/23 : RUN make build 05:26:05 ---> Running in 38f6ddc2a377 05:26:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.49" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:26:45 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 05:26:46 Removing intermediate container 38f6ddc2a377 05:26:46 ---> 3afc922d445d 05:26:46 Step 10/23 : FROM alpine:3.12 05:26:47 3.12: Pulling from library/alpine 05:26:47 d2f70382dc9a: Pulling fs layer 05:26:47 d2f70382dc9a: Verifying Checksum 05:26:47 d2f70382dc9a: Download complete 05:26:48 d2f70382dc9a: Pull complete 05:26:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 05:26:48 Status: Downloaded newer image for alpine:3.12 05:26:48 ---> 9852663dfa18 05:26:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:26:48 ---> Running in af20b6ed3dc7 05:26:49 Removing intermediate container af20b6ed3dc7 05:26:49 ---> e88e1688b853 05:26:49 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:26:49 ---> Running in d9fa165ae1bb 05:26:51 Removing intermediate container d9fa165ae1bb 05:26:51 ---> 18c3c09d65ce 05:26:51 Step 13/23 : RUN apk add --update --no-cache zeromq 05:26:51 ---> Running in 86c03521339a 05:26:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:26:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:26:54 (1/5) Installing libgcc (9.3.0-r2) 05:26:54 (2/5) Installing libsodium (1.0.18-r0) 05:26:54 (3/5) Installing libstdc++ (9.3.0-r2) 05:26:54 (4/5) Installing libzmq (4.3.3-r0) 05:26:54 (5/5) Installing zeromq (4.3.3-r0) 05:26:54 Executing busybox-1.31.1-r20.trigger 05:26:54 OK: 8 MiB in 19 packages 05:26:55 Removing intermediate container 86c03521339a 05:26:55 ---> 043d82ae2670 05:26:55 Step 14/23 : WORKDIR / 05:26:56 ---> Running in b4ddafc3898a 05:26:56 Removing intermediate container b4ddafc3898a 05:26:56 ---> 7b84ff924f15 05:26:56 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:26:57 ---> 1a3c2ae363e4 05:26:57 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:26:58 ---> ab9eccaba225 05:26:58 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:26:59 ---> 5e474380bc7b 05:26:59 Step 18/23 : EXPOSE 49990 05:26:59 ---> Running in ef89009b6575 05:27:00 Removing intermediate container ef89009b6575 05:27:00 ---> 4af34a214324 05:27:00 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:27:00 ---> Running in 66545aec7f07 05:27:00 Removing intermediate container 66545aec7f07 05:27:00 ---> fc385221c0ee 05:27:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:27:00 ---> Running in c38f73df6bf7 05:27:01 Removing intermediate container c38f73df6bf7 05:27:01 ---> c544bcadf576 05:27:01 Step 21/23 : LABEL arch=arm64 05:27:01 ---> Running in 9493853c8ff4 05:27:02 Removing intermediate container 9493853c8ff4 05:27:02 ---> 2aaee72dbf33 05:27:02 Step 22/23 : LABEL git_sha=188b4cc14b9321dd8b2b5872b94485f2cb4f6961 05:27:02 ---> Running in 71cd495aff94 05:27:02 Removing intermediate container 71cd495aff94 05:27:02 ---> e44620068742 05:27:02 Step 23/23 : LABEL version=2.0.0-dev.49 05:27:02 ---> Running in 596a58678f0c 05:27:03 Removing intermediate container 596a58678f0c 05:27:03 ---> eb202d40c5d3 05:27:03 [Warning] One or more build-args [ARCH MAKE] were not consumed 05:27:03 Successfully built eb202d40c5d3 05:27:03 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 Post stage [Pipeline] libraryResource [Pipeline] sh 05:27:03 ---> job-cost.sh 05:27:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kwce 05:27:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:29:27 lf-activate-venv(): INFO: Adding /tmp/venv-kwce/bin to PATH 05:29:27 INFO: No Stack... 05:29:27 INFO: Retrieving Pricing Info for: lf-standard-4 05:29:27 INFO: Archiving Costs [Pipeline] sh 05:29:27 + cut -d, -f6 05:29:27 + cat /w/workspace/device-sdk-go/154/archives/cost.csv [Pipeline] lock 05:29:28 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] 05:29:28 Resource [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] did not exist. Created. 05:29:28 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:29:28 /w/workspace/device-sdk-go/154@tmp/durable-8b78165a/script.sh: 1: /w/workspace/device-sdk-go/154@tmp/durable-8b78165a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:29:28 + echo total: 0.20999999344348907 [Pipeline] stash 05:29:28 Warning: overwriting stash ‘stack-cost’ 05:29:28 Stashed 1 file(s) [Pipeline] } 05:29:28 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-154-stack-cost] [Pipeline] // lock [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 05:29:29 provisioning config files... 05:29:29 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4634396778885309689tmp [Pipeline] { [Pipeline] sh 05:29:29 + set +x 05:29:29 + curl -s https://codecov.io/bash 05:29:29 + bash -s -- 05:29:30 05:29:30 _____ _ 05:29:30 / ____| | | 05:29:30 | | ___ __| | ___ ___ _____ __ 05:29:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:29:30 | |___| (_) | (_| | __/ (_| (_) \ V / 05:29:30 \_____\___/ \__,_|\___|\___\___/ \_/ 05:29:30 Bash-1.0.2 05:29:30 05:29:30 05:29:30 ==> git version 2.24.3 found 05:29:30 ==> 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 05:29:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:29:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:29:30 ==> Jenkins CI detected. 05:29:30 project root: . 05:29:30 --> token set from env 05:29:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:29:30 ==> Running gcov in . (disable via -X gcov) 05:29:30 ==> Python coveragepy not found 05:29:30 ==> Searching for coverage reports in: 05:29:30 + . 05:29:30 -> Found 1 reports 05:29:30 ==> Detecting git/mercurial file structure 05:29:30 ==> Reading reports 05:29:30 + ./coverage.out bytes=100024 05:29:30 ==> Appending adjustments 05:29:30 https://docs.codecov.io/docs/fixing-reports 05:29:30 + Found adjustments 05:29:30 ==> Gzipping contents 05:29:30 16K /tmp/codecov.wNQIN1.gz 05:29:30 ==> Uploading reports 05:29:30 url: https://codecov.io 05:29:30 query: branch=master&commit=188b4cc14b9321dd8b2b5872b94485f2cb4f6961&build=154&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F154%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:29:30 -> Pinging Codecov 05:29:30 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=188b4cc14b9321dd8b2b5872b94485f2cb4f6961&build=154&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F154%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:29:31 -> Uploading to 05:29:31 https://storage.googleapis.com/codecov/v4/raw/2021-04-26/7E55EF52A471D76F132DFD9A03CDDE97/188b4cc14b9321dd8b2b5872b94485f2cb4f6961/e6927287-a9d5-4de6-a392-346710f1ad38.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T052931Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=040b59a8c558995de07c74dd009a8742e9bb38e337d9bd248bfc10d9f95ed058 05:29:31 % Total % Received % Xferd Average Speed Time Time Time Current 05:29:31 Dload Upload Total Spent Left Speed 05:29:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13513 0 0 100 13513 0 32290 --:--:-- --:--:-- --:--:-- 32327 05:29:31 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] } 05:29:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:29:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:29:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:29:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:29:33 05:29:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 05:29:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:29:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:29:33 188c0c94c7c5: Pulling fs layer 05:29:33 0ef7d3d256c8: Pulling fs layer 05:29:33 de9db76c5a1d: Pulling fs layer 05:29:33 0eba1c9be4d2: Pulling fs layer 05:29:33 0d57e429df01: Pulling fs layer 05:29:33 4e4be7b47b0d: Pulling fs layer 05:29:33 e1f770b5df2f: Pulling fs layer 05:29:33 85a0685a4137: Pulling fs layer 05:29:33 0d57e429df01: Waiting 05:29:33 4e4be7b47b0d: Waiting 05:29:33 0eba1c9be4d2: Waiting 05:29:33 e1f770b5df2f: Waiting 05:29:33 85a0685a4137: Waiting 05:29:33 de9db76c5a1d: Verifying Checksum 05:29:33 de9db76c5a1d: Download complete 05:29:33 0ef7d3d256c8: Verifying Checksum 05:29:33 0ef7d3d256c8: Download complete 05:29:33 0d57e429df01: Verifying Checksum 05:29:33 0d57e429df01: Download complete 05:29:33 4e4be7b47b0d: Verifying Checksum 05:29:33 4e4be7b47b0d: Download complete 05:29:33 188c0c94c7c5: Verifying Checksum 05:29:33 188c0c94c7c5: Download complete 05:29:34 188c0c94c7c5: Pull complete 05:29:34 0ef7d3d256c8: Pull complete 05:29:34 de9db76c5a1d: Pull complete 05:29:35 e1f770b5df2f: Verifying Checksum 05:29:35 e1f770b5df2f: Download complete 05:29:38 0eba1c9be4d2: Verifying Checksum 05:29:38 0eba1c9be4d2: Download complete 05:29:39 85a0685a4137: Verifying Checksum 05:29:39 85a0685a4137: Download complete 05:29:49 0eba1c9be4d2: Pull complete 05:29:49 0d57e429df01: Pull complete 05:29:49 4e4be7b47b0d: Pull complete 05:29:52 e1f770b5df2f: Pull complete 05:30:11 85a0685a4137: Pull complete 05:30:11 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 05:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:30:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 05:30:11 prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container 05:30:11 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:30:13 $ docker top f5b8d032d365ad7778afefa7eb8fb17b6e48075a5f440fc1bfe8bc2b30d2e335 -eo pid,comm [Pipeline] { [Pipeline] echo 05:30:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 05:30:14 + set -o pipefail 05:30:14 + snyk monitor '--org=edgex-jenkins' 05:30:41 05:30:41 Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... 05:30:41 05:30:41 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/1db0347f-3f4e-4f9e-8d9d-531f7578b79d 05:30:41 05:30:41 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:30:41 05:30:41 [Pipeline] } 05:30:41 $ docker stop --time=1 f5b8d032d365ad7778afefa7eb8fb17b6e48075a5f440fc1bfe8bc2b30d2e335 05:30:44 $ docker rm -f f5b8d032d365ad7778afefa7eb8fb17b6e48075a5f440fc1bfe8bc2b30d2e335 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 05:30:45 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:30:45 provisioning config files... 05:30:45 copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6148352350574940719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:30:45 --> edgex-publish-swagger.sh 05:30:45 === Publish openapi/v1 API === 05:30:45 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 05:30:45 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] 05:30:45 % Total % Received % Xferd Average Speed Time Time Time Current 05:30:45 Dload Upload Total Spent Left Speed 05:30:46 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 18248 0:00:01 0:00:01 --:--:-- 18283 05:30:46 05:30:46 05:30:46 === Publish openapi/v2 API === 05:30:46 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 05:30:46 [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] 05:30:46 % Total % Received % Xferd Average Speed Time Time Time Current 05:30:46 Dload Upload Total Spent Left Speed 05:30:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 51483 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 56530 --:--:-- --:--:-- --:--:-- 56512 05:30:47 05:30:47 [Pipeline] } 05:30:47 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 05:30:48 + git log --format=format:%s -1 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 [Pipeline] isUnix [Pipeline] sh 05:30:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:30:48 . [Pipeline] withDockerContainer 05:30:48 prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container 05:30:48 $ 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 05:30:49 $ docker top 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:30:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:30:49 [ssh-agent] Looking for ssh-agent implementation... 05:30:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:30:50 $ docker exec 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 ssh-agent 05:30:50 SSH_AUTH_SOCK=/tmp/ssh-rzajomsRwtmt/agent.11 05:30:50 SSH_AGENT_PID=16 05:30:50 Running ssh-add (command line suppressed) 05:30:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8272472575384335381.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8272472575384335381.key) 05:30:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:30:51 + git semver tag 05:30:51 # -> Open(): unable to determine branch for HEAD 05:30:51 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:30:51 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:30:51 # $SEMVER_REMOTE_NAME = origin 05:30:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:30:51 # $SEMVER_USER_NAME = edgex-jenkins 05:30:51 # $SEMVER_BRANCH = master 05:30:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:30:51 # 188b4cc14b9321dd8b2b5872b94485f2cb4f6961 HEAD 05:30:51 # -> Force: false 05:30:51 # 5cb1ab89aeb13e8318b22b53a4a4aa032c8e0645 refs/tags/v2.0.0-dev.49 [Pipeline] } 05:30:51 $ docker exec --env ******** --env ******** 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 ssh-agent -k 05:30:51 unset SSH_AUTH_SOCK; 05:30:51 unset SSH_AGENT_PID; 05:30:51 echo Agent pid 16 killed; 05:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:30:52 + git semver [Pipeline] } 05:30:52 $ docker stop --time=1 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 05:30:53 $ docker rm -f 9d160c4c32091a839d5eeaf1456e1ee40641b29ddab8c6f46e5e57b613d13a00 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 05:30:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:30:54 05:30:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 05:30:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:30:54 0.23.1-centos7: Pulling from edgex-lftools 05:30:54 ab5ef0e58194: Pulling fs layer 05:30:54 9712f1f96733: Pulling fs layer 05:30:54 63f879dbbcfc: Pulling fs layer 05:30:54 0d9ebad4ef96: Pulling fs layer 05:30:54 e9a5061849ea: Pulling fs layer 05:30:54 d747dcd14b5f: Pulling fs layer 05:30:54 2de7ff778b66: Pulling fs layer 05:30:54 e9a5061849ea: Waiting 05:30:54 d747dcd14b5f: Waiting 05:30:54 2de7ff778b66: Waiting 05:30:54 0d9ebad4ef96: Waiting 05:30:54 9712f1f96733: Verifying Checksum 05:30:54 9712f1f96733: Download complete 05:30:56 63f879dbbcfc: Verifying Checksum 05:30:56 63f879dbbcfc: Download complete 05:30:57 e9a5061849ea: Verifying Checksum 05:30:57 e9a5061849ea: Download complete 05:30:57 d747dcd14b5f: Download complete 05:30:57 ab5ef0e58194: Verifying Checksum 05:30:57 ab5ef0e58194: Download complete 05:30:58 0d9ebad4ef96: Verifying Checksum 05:30:58 0d9ebad4ef96: Download complete 05:30:58 2de7ff778b66: Verifying Checksum 05:30:58 2de7ff778b66: Download complete 05:31:06 ab5ef0e58194: Pull complete 05:31:06 9712f1f96733: Pull complete 05:31:08 63f879dbbcfc: Pull complete 05:31:21 0d9ebad4ef96: Pull complete 05:31:23 e9a5061849ea: Pull complete 05:31:23 d747dcd14b5f: Pull complete 05:31:26 2de7ff778b66: Pull complete 05:31:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:31:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:31:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 05:31:26 prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container 05:31:26 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:31:30 $ docker top d1a4ebfa5be204afe41b8cc0669b3f9abd031e87d068a685a0ec56947a86405d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:31:31 provisioning config files... 05:31:31 copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4743498273000961456tmp 05:31:31 copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3022982362619706464tmp 05:31:31 copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2357111435995741250tmp [Pipeline] { [Pipeline] echo 05:31:31 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:31:32 ---> sigul-configuration.sh 05:31:32 gpg: directory `/root/.gnupg' created 05:31:32 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:31:32 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:31:32 gpg: keyring `/root/.gnupg/secring.gpg' created 05:31:32 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:31:32 gpg: CAST5 encrypted data 05:31:32 gpg: encrypted with 1 passphrase 05:31:32 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:31:32 + mkdir /home/jenkins 05:31:32 + mkdir /home/jenkins/sigul [Pipeline] sh 05:31:32 + 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 05:31:32 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:31:33 ---> sigul-install.sh 05:31:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 05:31:47 + git tag --list 05:31:47 0.7.1 05:31:47 delhi-tag 05:31:47 v1.0.0 05:31:47 v1.1.0 05:31:47 v1.1.1 05:31:47 v1.1.2 05:31:47 v1.2.0 05:31:47 v1.2.1 05:31:47 v1.2.2 05:31:47 v1.2.3 05:31:47 v1.3.0 05:31:47 v1.4.0 05:31:47 v2.0.0-dev.1 05:31:47 v2.0.0-dev.10 05:31:47 v2.0.0-dev.11 05:31:47 v2.0.0-dev.12 05:31:47 v2.0.0-dev.13 05:31:47 v2.0.0-dev.14 05:31:47 v2.0.0-dev.15 05:31:47 v2.0.0-dev.16 05:31:47 v2.0.0-dev.17 05:31:47 v2.0.0-dev.18 05:31:47 v2.0.0-dev.19 05:31:47 v2.0.0-dev.2 05:31:47 v2.0.0-dev.20 05:31:47 v2.0.0-dev.21 05:31:47 v2.0.0-dev.22 05:31:47 v2.0.0-dev.23 05:31:47 v2.0.0-dev.24 05:31:47 v2.0.0-dev.25 05:31:47 v2.0.0-dev.26 05:31:47 v2.0.0-dev.27 05:31:47 v2.0.0-dev.28 05:31:47 v2.0.0-dev.29 05:31:47 v2.0.0-dev.3 05:31:47 v2.0.0-dev.30 05:31:47 v2.0.0-dev.31 05:31:47 v2.0.0-dev.32 05:31:47 v2.0.0-dev.33 05:31:47 v2.0.0-dev.34 05:31:47 v2.0.0-dev.35 05:31:47 v2.0.0-dev.36 05:31:47 v2.0.0-dev.37 05:31:47 v2.0.0-dev.38 05:31:47 v2.0.0-dev.39 05:31:47 v2.0.0-dev.4 05:31:47 v2.0.0-dev.40 05:31:47 v2.0.0-dev.41 05:31:47 v2.0.0-dev.42 05:31:47 v2.0.0-dev.43 05:31:47 v2.0.0-dev.44 05:31:47 v2.0.0-dev.45 05:31:47 v2.0.0-dev.46 05:31:47 v2.0.0-dev.47 05:31:47 v2.0.0-dev.48 05:31:47 v2.0.0-dev.49 05:31:47 v2.0.0-dev.5 05:31:47 v2.0.0-dev.6 05:31:47 v2.0.0-dev.7 05:31:47 v2.0.0-dev.8 05:31:47 v2.0.0-dev.9 [Pipeline] sh 05:31:47 + lftools sign git-tag v2.0.0-dev.49 05:31:49 Signing Git tag with Sigul... 05:31:49 Signing v2.0.0-dev.49 [Pipeline] echo 05:31:50 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:31:51 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:31:51 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:31:51 $ docker stop --time=1 d1a4ebfa5be204afe41b8cc0669b3f9abd031e87d068a685a0ec56947a86405d 05:31:54 $ docker rm -f d1a4ebfa5be204afe41b8cc0669b3f9abd031e87d068a685a0ec56947a86405d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 05:31:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:31:55 . [Pipeline] withDockerContainer 05:31:55 prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container 05:31:55 $ 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 05:31:58 $ docker top 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:31:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:31:58 [ssh-agent] Looking for ssh-agent implementation... 05:31:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:31:59 $ docker exec 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e ssh-agent 05:32:00 SSH_AUTH_SOCK=/tmp/ssh-BiqiPcIKjnsd/agent.11 05:32:00 SSH_AGENT_PID=16 05:32:00 Running ssh-add (command line suppressed) 05:32:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2415968185918113497.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2415968185918113497.key) 05:32:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:32:01 + git semver bump pre 05:32:01 # -> Open(): unable to determine branch for HEAD 05:32:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:32:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:32:01 # $SEMVER_REMOTE_NAME = origin 05:32:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:32:01 # $SEMVER_USER_NAME = edgex-jenkins 05:32:01 # $SEMVER_BRANCH = master 05:32:01 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver 05:32:01 2.0.0-dev.50 [Pipeline] } 05:32:01 $ docker exec --env ******** --env ******** 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e ssh-agent -k 05:32:01 unset SSH_AUTH_SOCK; 05:32:01 unset SSH_AGENT_PID; 05:32:01 echo Agent pid 16 killed; 05:32:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:32:02 + git semver [Pipeline] } 05:32:02 $ docker stop --time=1 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e 05:32:03 $ docker rm -f 2c14af2e3d5ebf66d17fc7d7a45245822d164783fb5a054604140ce12b3f5f0e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 05:32:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:32:04 . [Pipeline] withDockerContainer 05:32:04 prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container 05:32: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 05:32:05 $ docker top aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:32:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:32:06 [ssh-agent] Looking for ssh-agent implementation... 05:32:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:32:06 $ docker exec aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 ssh-agent 05:32:06 SSH_AUTH_SOCK=/tmp/ssh-V5tCoK9Cdc6V/agent.12 05:32:06 SSH_AGENT_PID=18 05:32:06 Running ssh-add (command line suppressed) 05:32:07 Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6589310535299580184.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6589310535299580184.key) 05:32:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:32:07 + git semver push 05:32:07 # -> Open(): unable to determine branch for HEAD 05:32:07 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git 05:32:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master 05:32:07 # $SEMVER_REMOTE_NAME = origin 05:32:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:32:07 # $SEMVER_USER_NAME = edgex-jenkins 05:32:07 # $SEMVER_BRANCH = master 05:32:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } 05:32:14 $ docker exec --env ******** --env ******** aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 ssh-agent -k 05:32:14 unset SSH_AUTH_SOCK; 05:32:14 unset SSH_AGENT_PID; 05:32:14 echo Agent pid 18 killed; 05:32:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:32:15 + git semver [Pipeline] } 05:32:15 $ docker stop --time=1 aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 05:32:16 $ docker rm -f aa80698fa854c8cf6ce7f8a0f92ff0f1228e663dd19cd330e96c9b2de6529f29 [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 05:32:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:32:18 ---> package-listing.sh 05:32:18 ++ facter osfamily 05:32:18 ++ tr '[:upper:]' '[:lower:]' 05:32:19 + OS_FAMILY=redhat 05:32:19 + workspace=/w/workspace/dgexfoundry_device-sdk-go_master 05:32:19 + START_PACKAGES=/tmp/packages_start.txt 05:32:19 + END_PACKAGES=/tmp/packages_end.txt 05:32:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:32:19 + PACKAGES=/tmp/packages_start.txt 05:32:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:32:19 + PACKAGES=/tmp/packages_end.txt 05:32:19 + case "${OS_FAMILY}" in 05:32:19 + rpm -qa 05:32:19 + sort 05:32:29 + '[' -f /tmp/packages_start.txt ']' 05:32:29 + '[' -f /tmp/packages_end.txt ']' 05:32:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:32:29 + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' 05:32:29 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ 05:32:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo 05:32:29 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 05:32:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:32:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:32:30 05:32:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:32:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:32:30 alpine: Pulling from edgex-lftools-log-publisher 05:32:30 df20fa9351a1: Pulling fs layer 05:32:30 36b3adc4ff6f: Pulling fs layer 05:32:30 8ad3a11d3b57: Pulling fs layer 05:32:30 46f8f816bc3b: Pulling fs layer 05:32:30 93b61091891f: Pulling fs layer 05:32:30 93b9cdb0e59b: Pulling fs layer 05:32:30 5e14af77c1be: Pulling fs layer 05:32:30 01666e4c0597: Pulling fs layer 05:32:30 aa168da1d23b: Pulling fs layer 05:32:30 93b9cdb0e59b: Waiting 05:32:30 5e14af77c1be: Waiting 05:32:30 01666e4c0597: Waiting 05:32:30 aa168da1d23b: Waiting 05:32:30 46f8f816bc3b: Waiting 05:32:30 93b61091891f: Waiting 05:32:30 36b3adc4ff6f: Verifying Checksum 05:32:30 36b3adc4ff6f: Download complete 05:32:31 46f8f816bc3b: Verifying Checksum 05:32:31 46f8f816bc3b: Download complete 05:32:31 93b61091891f: Download complete 05:32:31 93b9cdb0e59b: Verifying Checksum 05:32:31 93b9cdb0e59b: Download complete 05:32:31 df20fa9351a1: Download complete 05:32:31 01666e4c0597: Verifying Checksum 05:32:31 01666e4c0597: Download complete 05:32:31 5e14af77c1be: Verifying Checksum 05:32:31 5e14af77c1be: Download complete 05:32:31 8ad3a11d3b57: Verifying Checksum 05:32:31 8ad3a11d3b57: Download complete 05:32:32 df20fa9351a1: Pull complete 05:32:33 36b3adc4ff6f: Pull complete 05:32:34 aa168da1d23b: Verifying Checksum 05:32:34 aa168da1d23b: Download complete 05:32:34 8ad3a11d3b57: Pull complete 05:32:34 46f8f816bc3b: Pull complete 05:32:35 93b61091891f: Pull complete 05:32:36 93b9cdb0e59b: Pull complete 05:32:36 5e14af77c1be: Pull complete 05:32:36 01666e4c0597: Pull complete 05:32:55 aa168da1d23b: Pull complete 05:32:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:32:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:32:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:32:56 prd-centos7-docker-4c-2g-1705 does not seem to be running inside a container 05:32:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:32:59 $ docker top e17ef5bb7c826d9c46c94db97ef8f2e4648c716a2ab6aec66852b734c56a9f12 -eo pid,comm [Pipeline] { [Pipeline] sh 05:33:00 + touch /tmp/pre-build-complete [Pipeline] sh 05:33:00 + mkdir -p /var/log/sa [Pipeline] sh 05:33:01 + ls /var/log/sa-host 05:33:01 + sadf -c /var/log/sa-host/sa23 05:33:01 file_magic: OK 05:33:01 HZ: Using current value: 100 05:33:01 file_header: OK 05:33:01 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 05:33:01 Statistics: 05:33:01 Hnuu...uuuununununu... 05:33:01 File successfully converted to sysstat format version 12.2.1 05:33:01 + sadf -c /var/log/sa-host/sa26 05:33:01 file_magic: OK 05:33:01 HZ: Using current value: 100 05:33:01 file_header: OK 05:33:01 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 05:33:01 Statistics: 05:33:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:33:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:33:01 provisioning config files... 05:33:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6339714918611192009tmp [Pipeline] { [Pipeline] echo 05:33:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:33:01 ---> create-netrc.sh [Pipeline] } 05:33:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:33:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:33:02 ---> python-tools-install.sh [Pipeline] echo 05:33:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:33:02 ---> sudo-logs.sh 05:33:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:33:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:33:03 ---> job-cost.sh 05:33:03 lf-activate-venv: SKIPPING 05:33:03 DEBUG: total: 0.20999999344348907 05:33:03 INFO: Retrieving Stack Cost... 05:33:04 INFO: Retrieving Pricing Info for: v1-standard-2 05:33:04 INFO: Archiving Costs [Pipeline] echo 05:33:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:33:05 ---> logs-deploy.sh 05:33:05 lf-activate-venv: SKIPPING 05:33:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/154 05:33:05 INFO: archiving workspace using pattern(s): 05:33:09 Archives upload complete. 05:33:09 INFO: archiving logs to Nexus 05:33:11 ---> uname -a: 05:33:11 Linux prd-centos7-docker-4c-2g-1705.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:33:11 05:33:11 05:33:11 ---> lscpu: 05:33:11 Architecture: x86_64 05:33:11 CPU op-mode(s): 32-bit, 64-bit 05:33:11 Byte Order: Little Endian 05:33:11 Address sizes: 40 bits physical, 48 bits virtual 05:33:11 CPU(s): 4 05:33:11 On-line CPU(s) list: 0-3 05:33:11 Thread(s) per core: 1 05:33:11 Core(s) per socket: 1 05:33:11 Socket(s): 4 05:33:11 NUMA node(s): 1 05:33:11 Vendor ID: GenuineIntel 05:33:11 CPU family: 6 05:33:11 Model: 44 05:33:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:33:11 Stepping: 1 05:33:11 CPU MHz: 2933.438 05:33:11 BogoMIPS: 5866.87 05:33:11 Virtualization: VT-x 05:33:11 Hypervisor vendor: KVM 05:33:11 Virtualization type: full 05:33:11 L1d cache: 128 KiB 05:33:11 L1i cache: 128 KiB 05:33:11 L2 cache: 16 MiB 05:33:11 L3 cache: 64 MiB 05:33:11 NUMA node0 CPU(s): 0-3 05:33:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:33:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:33:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:33:11 Vulnerability Meltdown: Mitigation; PTI 05:33:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:33:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:33:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:33:11 Vulnerability Srbds: Not affected 05:33:11 Vulnerability Tsx async abort: Not affected 05:33:11 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:33:11 05:33:11 05:33:11 ---> nproc: 05:33:11 4 05:33:11 05:33:11 05:33:11 ---> df -h: 05:33:11 Filesystem Size Used Available Use% Mounted on 05:33:11 overlay 50.0G 8.2G 41.8G 16% / 05:33:11 tmpfs 64.0M 0 64.0M 0% /dev 05:33:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:33:11 shm 64.0M 0 64.0M 0% /dev/shm 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 05:33:11 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 05:33:11 05:33:11 05:33:11 ---> free -m: 05:33:11 total used free shared buff/cache available 05:33:11 Mem: 1837 831 162 0 843 941 05:33:11 Swap: 1023 3 1020 05:33:11 05:33:11 05:33:11 ---> ip addr: 05:33:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:33:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:33:11 inet 127.0.0.1/8 scope host lo 05:33:11 valid_lft forever preferred_lft forever 05:33:11 inet6 ::1/128 scope host 05:33:11 valid_lft forever preferred_lft forever 05:33:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:33:11 link/ether fa:16:3e:62:c2:d7 brd ff:ff:ff:ff:ff:ff 05:33:11 inet 10.30.123.173/23 brd 10.30.123.255 scope global dynamic eth0 05:33:11 valid_lft 85480sec preferred_lft 85480sec 05:33:11 inet6 fe80::f816:3eff:fe62:c2d7/64 scope link 05:33:11 valid_lft forever preferred_lft forever 05:33:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:33:11 link/ether 02:42:57:3e:9f:57 brd ff:ff:ff:ff:ff:ff 05:33:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:33:11 valid_lft forever preferred_lft forever 05:33:11 inet6 fe80::42:57ff:fe3e:9f57/64 scope link 05:33:11 valid_lft forever preferred_lft forever 05:33:11 05:33:11 05:33:11 ---> sar -b -r -n DEV: 05:33:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 05:33:11 05:33:11 05:17:34 LINUX RESTART (4 CPU) 05:33:11 05:33:11 05:18:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:33:11 05:19:02 167.76 112.13 55.63 0.00 9167.89 37454.75 0.00 05:33:11 05:20:01 48.57 13.31 35.27 0.00 4545.60 2434.07 0.00 05:33:11 05:21:01 1.91 0.00 1.91 0.00 0.00 40.47 0.00 05:33:11 05:22:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 05:33:11 05:23:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 05:33:11 05:24:01 0.35 0.00 0.35 0.00 0.00 4.52 0.00 05:33:11 05:25:01 0.30 0.00 0.30 0.00 0.00 3.75 0.00 05:33:11 05:26:01 0.20 0.00 0.20 0.00 0.00 2.56 0.00 05:33:11 05:27:01 0.20 0.00 0.20 0.00 0.00 2.42 0.00 05:33:11 05:28:01 0.30 0.00 0.30 0.00 0.00 3.71 0.00 05:33:11 05:29:02 0.33 0.00 0.33 0.00 0.00 4.36 0.00 05:33:11 05:30:01 164.52 86.64 77.88 0.00 3490.02 27328.78 0.00 05:33:11 05:31:02 194.81 109.77 85.04 0.00 5897.63 21638.66 0.00 05:33:11 05:32:01 184.68 60.12 124.56 0.00 3636.72 23535.99 0.00 05:33:11 Average: 54.33 27.17 27.16 0.00 1897.49 7985.16 0.00 05:33:11 05:33:11 05:18:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:33:11 05:19:02 78808 0 571544 30.38 2620 1228572 1085444 37.04 401440 1205076 1680 05:33:11 05:20:01 178792 0 601860 31.99 2620 1098272 1130144 38.57 417764 1085948 136 05:33:11 05:21:01 188252 0 592396 31.48 2620 1098276 1079112 36.83 426820 1069156 12 05:33:11 05:22:01 186320 0 594324 31.59 2620 1098280 1079328 36.84 429524 1068632 16 05:33:11 05:23:01 184788 0 595852 31.67 2620 1098284 1079316 36.84 439928 1059604 20 05:33:11 05:24:01 182272 0 598308 31.80 2620 1098344 1079412 36.84 435324 1066704 28 05:33:11 05:25:01 183720 0 596912 31.72 2620 1098292 1079148 36.83 440336 1060288 20 05:33:11 05:26:01 184536 0 596092 31.68 2620 1098296 1079112 36.83 440144 1060288 20 05:33:11 05:27:01 184396 0 596224 31.69 2620 1098304 1079112 36.83 440152 1060288 8 05:33:11 05:28:01 184320 0 596296 31.69 2620 1098308 1079112 36.83 440280 1060288 8 05:33:11 05:29:02 181052 0 599560 31.87 2620 1098312 1079208 36.83 444612 1059164 20 05:33:11 05:30:01 74292 0 745720 39.63 2620 1058912 1522864 51.97 538356 1012612 66632 05:33:11 05:31:02 70532 0 752208 39.98 2596 1056208 1524588 52.03 599320 962760 20904 05:33:11 05:32:01 268556 0 776164 41.25 1492 835332 1262524 43.09 535052 746752 48 05:33:11 Average: 166474 0 629533 33.46 2538 1082999 1159887 39.59 459218 1041254 6397 05:33:11 05:33:11 05:18:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:33:11 05:19:02 eth0 180.77 111.12 611.77 46.35 0.00 0.00 0.00 0.00 05:33:11 05:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:20:01 eth0 126.71 89.81 527.66 30.61 0.00 0.00 0.00 0.00 05:33:11 05:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:20:01 docker0 3.40 3.84 1.28 26.19 0.00 0.00 0.00 0.00 05:33:11 05:21:01 eth0 1.40 0.08 0.12 0.01 0.00 0.00 0.00 0.00 05:33:11 05:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:22:01 eth0 2.11 0.57 0.62 0.33 0.00 0.00 0.00 0.00 05:33:11 05:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:23:01 eth0 0.73 0.47 0.30 0.21 0.00 0.00 0.00 0.00 05:33:11 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:24:01 eth0 0.66 0.43 0.35 0.33 0.00 0.00 0.00 0.00 05:33:11 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:25:01 eth0 0.20 0.13 0.07 0.01 0.00 0.00 0.00 0.00 05:33:11 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:33:11 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:27:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:33:11 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:28:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:33:11 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:29:02 eth0 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 05:33:11 05:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:30:01 eth0 409.48 335.25 4101.40 60.47 0.00 0.00 0.00 0.00 05:33:11 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:31:02 eth0 426.24 356.20 3583.78 39.46 0.00 0.00 0.00 0.00 05:33:11 05:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:31:02 docker0 60.91 67.26 5.07 377.67 0.00 0.00 0.00 0.00 05:33:11 05:32:01 vethca988dd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 05:33:11 05:32:01 eth0 104.56 62.06 292.58 77.98 0.00 0.00 0.00 0.00 05:33:11 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 05:32:01 docker0 22.81 51.24 1.28 249.60 0.00 0.00 0.00 0.00 05:33:11 Average: vethca988dd 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 Average: eth0 89.32 68.22 651.15 18.15 0.00 0.00 0.00 0.00 05:33:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:33:11 Average: docker0 6.23 8.72 0.55 46.63 0.00 0.00 0.00 0.00 05:33:11 05:33:11 05:33:11 ---> sar -P ALL: 05:33:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 05:33:11 05:33:11 05:17:34 LINUX RESTART (4 CPU) 05:33:11 05:33:11 05:18:02 CPU %user %nice %system %iowait %steal %idle 05:33:11 05:19:02 all 11.98 0.00 8.42 12.48 34.67 32.46 05:33:11 05:19:02 0 10.91 0.00 6.68 13.28 35.08 34.06 05:33:11 05:19:02 1 12.09 0.00 7.56 14.15 34.54 31.66 05:33:11 05:19:02 2 12.01 0.00 7.55 11.70 34.93 33.81 05:33:11 05:19:02 3 13.00 0.00 12.19 10.63 34.09 30.11 05:33:11 05:20:01 all 4.25 0.00 2.93 1.47 9.18 82.16 05:33:11 05:20:01 0 3.87 0.00 2.64 1.68 10.00 81.80 05:33:11 05:20:01 1 4.96 0.00 2.09 1.17 9.18 82.61 05:33:11 05:20:01 2 4.84 0.00 3.15 1.47 9.03 81.51 05:33:11 05:20:01 3 3.31 0.00 3.88 1.56 8.49 82.75 05:33:11 05:21:01 all 0.12 0.00 0.07 0.00 0.36 99.45 05:33:11 05:21:01 0 0.07 0.00 0.10 0.00 0.58 99.25 05:33:11 05:21:01 1 0.33 0.00 0.10 0.00 0.45 99.12 05:33:11 05:21:01 2 0.05 0.00 0.03 0.00 0.25 99.67 05:33:11 05:21:01 3 0.03 0.00 0.05 0.00 0.15 99.77 05:33:11 05:22:01 all 0.10 0.00 0.04 0.00 0.14 99.72 05:33:11 05:22:01 0 0.05 0.00 0.03 0.00 0.22 99.70 05:33:11 05:22:01 1 0.22 0.00 0.07 0.00 0.17 99.55 05:33:11 05:22:01 2 0.10 0.00 0.05 0.00 0.08 99.77 05:33:11 05:22:01 3 0.05 0.00 0.00 0.00 0.10 99.85 05:33:11 05:23:01 all 0.10 0.00 0.07 0.00 0.19 99.65 05:33:11 05:23:01 0 0.02 0.00 0.02 0.00 0.10 99.87 05:33:11 05:23:01 1 0.27 0.00 0.15 0.00 0.20 99.38 05:33:11 05:23:01 2 0.07 0.00 0.07 0.00 0.35 99.52 05:33:11 05:23:01 3 0.03 0.00 0.05 0.00 0.10 99.82 05:33:11 05:24:01 all 0.12 0.00 0.20 0.00 0.46 99.23 05:33:11 05:24:01 0 0.03 0.00 0.15 0.00 0.42 99.40 05:33:11 05:24:01 1 0.02 0.00 0.40 0.00 0.47 99.12 05:33:11 05:24:01 2 0.18 0.00 0.15 0.00 0.52 99.15 05:33:11 05:24:01 3 0.23 0.00 0.08 0.00 0.43 99.25 05:33:11 05:25:01 all 0.09 0.00 0.03 0.00 0.23 99.65 05:33:11 05:25:01 0 0.02 0.00 0.03 0.00 0.28 99.67 05:33:11 05:25:01 1 0.02 0.00 0.07 0.00 0.13 99.78 05:33:11 05:25:01 2 0.02 0.00 0.02 0.00 0.30 99.67 05:33:11 05:25:01 3 0.30 0.00 0.02 0.00 0.20 99.48 05:33:11 05:26:01 all 0.07 0.00 0.02 0.00 0.67 99.25 05:33:11 05:26:01 0 0.03 0.00 0.02 0.00 0.60 99.35 05:33:11 05:26:01 1 0.02 0.00 0.02 0.00 0.55 99.42 05:33:11 05:26:01 2 0.03 0.00 0.02 0.00 0.97 98.98 05:33:11 05:26:01 3 0.18 0.00 0.03 0.00 0.55 99.24 05:33:11 05:27:01 all 0.10 0.00 0.03 0.00 0.59 99.27 05:33:11 05:27:01 0 0.02 0.00 0.02 0.00 0.23 99.73 05:33:11 05:27:01 1 0.02 0.00 0.03 0.00 0.13 99.82 05:33:11 05:27:01 2 0.03 0.00 0.03 0.00 1.17 98.76 05:33:11 05:27:01 3 0.35 0.00 0.03 0.00 0.83 98.79 05:33:11 05:28:01 all 0.10 0.00 0.03 0.00 0.11 99.75 05:33:11 05:28:01 0 0.02 0.00 0.02 0.00 0.05 99.92 05:33:11 05:28:01 1 0.02 0.00 0.02 0.00 0.03 99.93 05:33:11 05:28:01 2 0.07 0.00 0.05 0.00 0.27 99.62 05:33:11 05:28:01 3 0.32 0.00 0.03 0.00 0.10 99.55 05:33:11 05:29:02 all 0.07 0.00 0.03 0.00 0.08 99.83 05:33:11 05:29:02 0 0.03 0.00 0.03 0.00 0.08 99.85 05:33:11 05:29:02 1 0.00 0.00 0.00 0.00 0.02 99.98 05:33:11 05:29:02 2 0.02 0.00 0.03 0.00 0.07 99.88 05:33:11 05:29:02 3 0.22 0.00 0.03 0.00 0.13 99.62 05:33:11 05:33:11 05:29:02 CPU %user %nice %system %iowait %steal %idle 05:33:11 05:30:01 all 4.71 0.00 4.27 0.39 14.06 76.57 05:33:11 05:30:01 0 4.83 0.00 4.37 0.31 15.04 75.45 05:33:11 05:30:01 1 3.87 0.00 3.98 0.42 13.42 78.30 05:33:11 05:30:01 2 5.20 0.00 3.94 0.31 13.33 77.22 05:33:11 05:30:01 3 4.97 0.00 4.79 0.50 14.44 75.31 05:33:11 05:31:02 all 5.56 0.00 4.65 4.29 12.57 72.93 05:33:11 05:31:02 0 6.25 0.00 5.40 5.11 13.37 69.87 05:33:11 05:31:02 1 6.13 0.00 4.37 4.51 11.84 73.15 05:33:11 05:31:02 2 5.30 0.00 4.19 4.45 12.74 73.32 05:33:11 05:31:02 3 4.59 0.00 4.64 3.09 12.32 75.36 05:33:11 05:32:01 all 7.54 0.00 7.37 2.17 19.67 63.25 05:33:11 05:32:01 0 7.05 0.00 8.39 1.43 20.59 62.54 05:33:11 05:32:01 1 5.14 0.00 6.40 1.99 18.98 67.49 05:33:11 05:32:01 2 5.35 0.00 7.26 1.79 19.63 65.97 05:33:11 05:32:01 3 12.71 0.00 7.43 3.49 19.49 56.88 05:33:11 Average: all 2.57 0.00 2.07 1.56 6.87 86.93 05:33:11 Average: 0 2.47 0.00 2.07 1.66 7.23 86.57 05:33:11 Average: 1 2.45 0.00 1.87 1.68 6.71 87.29 05:33:11 Average: 2 2.45 0.00 1.95 1.48 6.92 87.20 05:33:11 Average: 3 2.92 0.00 2.41 1.40 6.62 86.65 05:33:11 05:33:11 05:33:11