Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8659f99871c0873da8324f2f6a625b509cb242d1 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 on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-568 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 8659f99871c0873da8324f2f6a625b509cb242d1 (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 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 Commit message: "Merge pull request #884 from hahattan/issue-778" > git rev-list --no-walk 4afc3732447dbc1bcd63643089443d556eeee277 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-17T13:57:10.046Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-17T13:57:10.127Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-17T13:57:10.154Z] ========================================================= [2021-04-17T13:57:10.154Z] EdgeX Global Pipelines Version Info [2021-04-17T13:57:10.154Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:57:11.836Z] ------------------- [2021-04-17T13:57:11.836Z] stable info: [2021-04-17T13:57:11.836Z] ------------------- [2021-04-17T13:57:11.836Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-17T13:57:11.836Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-17T13:57:11.836Z] Message: update stable to v1.0.186 [2021-04-17T13:57:12.787Z] ------------------- [2021-04-17T13:57:12.787Z] experimental info: [2021-04-17T13:57:12.787Z] ------------------- [2021-04-17T13:57:12.787Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-17T13:57:12.787Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-17T13:57:12.787Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-17T13:57:13.014Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-17T13:57:13.036Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-17T13:57:13.059Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-17T13:57:13.081Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-17T13:57:13.104Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-17T13:57:13.126Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-17T13:57:13.148Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-17T13:57:13.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-17T13:57:13.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-17T13:57:13.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-17T13:57:13.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-17T13:57:13.266Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-17T13:57:13.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-17T13:57:13.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-17T13:57:13.338Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-17T13:57:13.361Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-17T13:57:13.386Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-17T13:57:13.410Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-17T13:57:13.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-17T13:57:13.458Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-17T13:57:13.482Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-17T13:57:13.505Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-17T13:57:13.559Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-17T13:57:13.582Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-17T13:57:13.606Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-17T13:57:13.630Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-17T13:57:13.653Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-17T13:57:13.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-17T13:57:13.699Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-17T13:57:13.722Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] echo [2021-04-17T13:57:13.745Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8659f99 [Pipeline] echo [2021-04-17T13:57:13.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T13:57:13.837Z] provisioning config files... [2021-04-17T13:57:13.872Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4194560033619505726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:57:14.203Z] ---> docker-login.sh [2021-04-17T13:57:14.203Z] nexus3.edgexfoundry.org:10001 [2021-04-17T13:57:14.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:14.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:14.761Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:14.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:14.761Z] [2021-04-17T13:57:14.761Z] Login Succeeded [2021-04-17T13:57:14.761Z] nexus3.edgexfoundry.org:10002 [2021-04-17T13:57:14.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:15.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:15.022Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:15.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:15.022Z] [2021-04-17T13:57:15.022Z] Login Succeeded [2021-04-17T13:57:15.022Z] nexus3.edgexfoundry.org:10003 [2021-04-17T13:57:15.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:15.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:15.284Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:15.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:15.284Z] [2021-04-17T13:57:15.284Z] Login Succeeded [2021-04-17T13:57:15.284Z] nexus3.edgexfoundry.org:10004 [2021-04-17T13:57:15.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:15.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:15.284Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:15.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:15.284Z] [2021-04-17T13:57:15.284Z] Login Succeeded [2021-04-17T13:57:15.284Z] docker.io [2021-04-17T13:57:15.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:15.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:15.813Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:15.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:15.813Z] [2021-04-17T13:57:15.813Z] Login Succeeded [2021-04-17T13:57:15.813Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T13:57:15.826Z] 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 [2021-04-17T13:57:16.286Z] + git log --format=format:%s -1 8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] echo [2021-04-17T13:57:16.375Z] GIT_COMMIT: 8659f99871c0873da8324f2f6a625b509cb242d1, Commit Message: Merge pull request #884 from hahattan/issue-778 [Pipeline] echo [2021-04-17T13:57:16.387Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:57:16.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:57:16.959Z] [2021-04-17T13:57:16.959Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:57:17.280Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:57:17.280Z] latest: Pulling from edgex-devops/git-semver [2021-04-17T13:57:17.280Z] 31603596830f: Pulling fs layer [2021-04-17T13:57:17.280Z] 2a8b12db71e7: Pulling fs layer [2021-04-17T13:57:17.280Z] 6ca5941a6612: Pulling fs layer [2021-04-17T13:57:17.280Z] ecc8261a40a4: Pulling fs layer [2021-04-17T13:57:17.280Z] ecc8261a40a4: Waiting [2021-04-17T13:57:17.280Z] 2a8b12db71e7: Verifying Checksum [2021-04-17T13:57:17.280Z] 2a8b12db71e7: Download complete [2021-04-17T13:57:17.546Z] 31603596830f: Verifying Checksum [2021-04-17T13:57:17.546Z] 31603596830f: Download complete [2021-04-17T13:57:17.546Z] ecc8261a40a4: Verifying Checksum [2021-04-17T13:57:17.546Z] ecc8261a40a4: Download complete [2021-04-17T13:57:17.546Z] 6ca5941a6612: Verifying Checksum [2021-04-17T13:57:17.546Z] 6ca5941a6612: Download complete [2021-04-17T13:57:17.811Z] 31603596830f: Pull complete [2021-04-17T13:57:18.077Z] 2a8b12db71e7: Pull complete [2021-04-17T13:57:19.037Z] 6ca5941a6612: Pull complete [2021-04-17T13:57:19.300Z] ecc8261a40a4: Pull complete [2021-04-17T13:57:19.300Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-17T13:57:19.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T13:57:19.300Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-17T13:57:19.421Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2021-04-17T13:57:19.473Z] $ 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 [2021-04-17T13:57:22.016Z] $ docker top 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T13:57:22.179Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T13:57:22.179Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T13:57:22.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T13:57:22.420Z] $ docker exec 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent [2021-04-17T13:57:22.606Z] SSH_AUTH_SOCK=/tmp/ssh-Fdntvv5jWt2o/agent.13 [2021-04-17T13:57:22.606Z] SSH_AGENT_PID=18 [2021-04-17T13:57:22.616Z] Running ssh-add (command line suppressed) [2021-04-17T13:57:22.753Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6167948407016406622.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6167948407016406622.key) [2021-04-17T13:57:22.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T13:57:23.119Z] + git tag --points-at HEAD [Pipeline] } [2021-04-17T13:57:23.138Z] $ docker exec --env ******** --env ******** 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent -k [2021-04-17T13:57:23.260Z] unset SSH_AUTH_SOCK; [2021-04-17T13:57:23.261Z] unset SSH_AGENT_PID; [2021-04-17T13:57:23.261Z] echo Agent pid 18 killed; [2021-04-17T13:57:23.320Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-17T13:57:23.361Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T13:57:23.361Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T13:57:23.554Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T13:57:23.558Z] $ docker exec 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent [2021-04-17T13:57:23.734Z] SSH_AUTH_SOCK=/tmp/ssh-bGbeca7slpqM/agent.46 [2021-04-17T13:57:23.734Z] SSH_AGENT_PID=51 [2021-04-17T13:57:23.741Z] Running ssh-add (command line suppressed) [2021-04-17T13:57:23.866Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_135537004335221575.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_135537004335221575.key) [2021-04-17T13:57:23.923Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T13:57:24.232Z] + git semver init [2021-04-17T13:57:24.232Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T13:57:24.232Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-17T13:57:24.232Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-17T13:57:24.232Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T13:57:24.232Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T13:57:24.232Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T13:57:24.232Z] # $SEMVER_BRANCH = master [2021-04-17T13:57:24.232Z] # $SEMVER_TEMP = /tmp/semver-145219770 [2021-04-17T13:57:24.232Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-17T13:57:25.179Z] # '/tmp/semver-145219770' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-17T13:57:25.179Z] # -> Force: false [2021-04-17T13:57:25.179Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-17T13:57:25.193Z] $ docker exec --env ******** --env ******** 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 ssh-agent -k [2021-04-17T13:57:25.330Z] unset SSH_AUTH_SOCK; [2021-04-17T13:57:25.330Z] unset SSH_AGENT_PID; [2021-04-17T13:57:25.330Z] echo Agent pid 51 killed; [2021-04-17T13:57:25.383Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T13:57:25.716Z] + git semver [Pipeline] } [2021-04-17T13:57:25.732Z] $ docker stop --time=1 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 [2021-04-17T13:57:27.153Z] $ docker rm -f 233c317d86646bae2bb05da3bfb57bf6542563a325f91759857ce5ed2892b455 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T13:57:27.570Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-17T13:57:27.920Z] Stashed 1 file(s) [Pipeline] echo [2021-04-17T13:57:27.923Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.45 [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 [2021-04-17T13:57:28.379Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-567 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-17T13:57:28.396Z] Running in /w/workspace/device-sdk-go/150 [Pipeline] { [Pipeline] checkout [2021-04-17T13:57:33.684Z] using credential edgex-jenkins-ssh [2021-04-17T13:57:33.706Z] Cloning the remote Git repository [2021-04-17T13:57:33.767Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T13:57:33.882Z] > git init /w/workspace/device-sdk-go/150 # timeout=10 [2021-04-17T13:57:33.951Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T13:57:33.952Z] > git --version # timeout=10 [2021-04-17T13:57:33.967Z] > git --version # 'git version 2.17.1' [2021-04-17T13:57:33.969Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T13:57:34.023Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T13:57:35.717Z] Checking out Revision 8659f99871c0873da8324f2f6a625b509cb242d1 (master) [2021-04-17T13:57:35.116Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T13:57:35.138Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T13:57:35.171Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T13:57:35.201Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T13:57:35.202Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T13:57:35.213Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-17T13:57:35.743Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T13:57:35.756Z] > git checkout -f 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 [2021-04-17T13:57:40.004Z] Commit message: "Merge pull request #884 from hahattan/issue-778" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-17T13:57:41.328Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:57:41.730Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T13:57:42.078Z] + true [2021-04-17T13:57:42.078Z] + sudo service docker restart [2021-04-17T13:57:43.111Z] Still waiting to schedule task [2021-04-17T13:57:43.112Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T13:57:44.099Z] provisioning config files... [2021-04-17T13:57:44.161Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/150@tmp/config4615846874238226775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T13:57:44.537Z] ---> docker-login.sh [2021-04-17T13:57:44.537Z] nexus3.edgexfoundry.org:10001 [2021-04-17T13:57:45.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:45.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:45.794Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:45.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:45.794Z] [2021-04-17T13:57:45.794Z] Login Succeeded [2021-04-17T13:57:45.794Z] nexus3.edgexfoundry.org:10002 [2021-04-17T13:57:46.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:46.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:46.341Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:46.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:46.341Z] [2021-04-17T13:57:46.341Z] Login Succeeded [2021-04-17T13:57:46.341Z] nexus3.edgexfoundry.org:10003 [2021-04-17T13:57:46.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:46.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:46.889Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:46.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:46.889Z] [2021-04-17T13:57:46.889Z] Login Succeeded [2021-04-17T13:57:46.889Z] nexus3.edgexfoundry.org:10004 [2021-04-17T13:57:47.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:47.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:47.435Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:47.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:47.435Z] [2021-04-17T13:57:47.435Z] Login Succeeded [2021-04-17T13:57:47.435Z] docker.io [2021-04-17T13:57:47.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T13:57:47.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T13:57:47.979Z] Configure a credential helper to remove this warning. See [2021-04-17T13:57:47.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T13:57:47.979Z] [2021-04-17T13:57:47.979Z] Login Succeeded [2021-04-17T13:57:47.979Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T13:57:47.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-17T13:57:48.299Z] ========================================================= [2021-04-17T13:57:48.299Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-17T13:57:48.299Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:57:48.651Z] + 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 . [2021-04-17T13:57:48.928Z] Sending build context to Docker daemon 2.435MB [2021-04-17T13:57:49.206Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T13:57:49.207Z] Step 2/8 : FROM ${BASE} [2021-04-17T13:57:49.207Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-17T13:57:49.207Z] 5f621e34cdf4: Pulling fs layer [2021-04-17T13:57:49.207Z] a4357932f1b6: Pulling fs layer [2021-04-17T13:57:49.207Z] 18c013af1878: Pulling fs layer [2021-04-17T13:57:49.207Z] 00ac8860ef70: Pulling fs layer [2021-04-17T13:57:49.207Z] 63d7cb157983: Pulling fs layer [2021-04-17T13:57:49.207Z] b116817d02f9: Pulling fs layer [2021-04-17T13:57:49.207Z] 745a02a5169b: Pulling fs layer [2021-04-17T13:57:49.207Z] 63d7cb157983: Waiting [2021-04-17T13:57:49.207Z] b116817d02f9: Waiting [2021-04-17T13:57:49.207Z] 745a02a5169b: Waiting [2021-04-17T13:57:49.207Z] 00ac8860ef70: Waiting [2021-04-17T13:57:49.207Z] 18c013af1878: Download complete [2021-04-17T13:57:49.207Z] a4357932f1b6: Download complete [2021-04-17T13:57:49.207Z] 63d7cb157983: Verifying Checksum [2021-04-17T13:57:49.207Z] 63d7cb157983: Download complete [2021-04-17T13:57:49.207Z] 5f621e34cdf4: Download complete [2021-04-17T13:57:49.207Z] b116817d02f9: Verifying Checksum [2021-04-17T13:57:49.207Z] b116817d02f9: Download complete [2021-04-17T13:57:50.193Z] 5f621e34cdf4: Pull complete [2021-04-17T13:57:50.809Z] a4357932f1b6: Pull complete [2021-04-17T13:57:51.090Z] 18c013af1878: Pull complete [2021-04-17T13:57:51.362Z] 745a02a5169b: Download complete [2021-04-17T13:57:52.801Z] 00ac8860ef70: Verifying Checksum [2021-04-17T13:57:52.801Z] 00ac8860ef70: Download complete [2021-04-17T13:58:02.945Z] 00ac8860ef70: Pull complete [2021-04-17T13:58:02.945Z] 63d7cb157983: Pull complete [2021-04-17T13:58:03.235Z] b116817d02f9: Pull complete [2021-04-17T13:58:07.606Z] 745a02a5169b: Pull complete [2021-04-17T13:58:07.606Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-17T13:58:07.606Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-17T13:58:07.606Z] ---> b7e6874047d6 [2021-04-17T13:58:07.606Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-17T13:58:10.218Z] ---> Running in 57e3a6700ee0 [2021-04-17T13:58:10.490Z] Removing intermediate container 57e3a6700ee0 [2021-04-17T13:58:10.490Z] ---> 0af911cfced1 [2021-04-17T13:58:10.490Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T13:58:10.765Z] ---> Running in 5a8448ec427c [2021-04-17T13:58:13.389Z] Removing intermediate container 5a8448ec427c [2021-04-17T13:58:13.389Z] ---> abeeeaf29d32 [2021-04-17T13:58:13.389Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-17T13:58:13.389Z] ---> Running in 0836bc1956d2 [2021-04-17T13:58:13.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:14.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T13:58:15.546Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-17T13:58:15.546Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-17T13:58:15.818Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-17T13:58:15.818Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-17T13:58:15.818Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T13:58:16.113Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-17T13:58:16.113Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T13:58:16.113Z] OK: 144 MiB in 45 packages [2021-04-17T13:58:17.544Z] Removing intermediate container 0836bc1956d2 [2021-04-17T13:58:17.544Z] ---> d5c88683798d [2021-04-17T13:58:17.544Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-17T13:58:17.544Z] ---> Running in d121cc2b4671 [2021-04-17T13:58:18.140Z] Removing intermediate container d121cc2b4671 [2021-04-17T13:58:18.140Z] ---> c7bf592b0baf [2021-04-17T13:58:18.140Z] Step 7/8 : COPY . . [2021-04-17T13:58:19.583Z] ---> 79b69133f78b [2021-04-17T13:58:19.583Z] Step 8/8 : RUN go mod download [2021-04-17T13:58:19.583Z] ---> Running in c5bf4fe83372 [2021-04-17T13:58:46.372Z] Removing intermediate container c5bf4fe83372 [2021-04-17T13:58:46.372Z] ---> 2aed2b9ab565 [2021-04-17T13:58:46.372Z] Successfully built 2aed2b9ab565 [2021-04-17T13:58:46.372Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:46.714Z] + docker inspect -f . ci-base-image-arm64 [2021-04-17T13:58:46.714Z] . [Pipeline] withDockerContainer [2021-04-17T13:58:46.992Z] prd-ubuntu18.04-docker-arm64-4c-16g-567 does not seem to be running inside a container [2021-04-17T13:58:47.079Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@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 [2021-04-17T13:58:48.607Z] $ docker top d805eaa3bd8142e53e6ce41cc0f5aecff3140fb3aa6317734a7077eb09cc3c49 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:58:49.567Z] + go version [2021-04-17T13:58:49.567Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-17T13:58:49.597Z] $ docker stop --time=1 d805eaa3bd8142e53e6ce41cc0f5aecff3140fb3aa6317734a7077eb09cc3c49 [2021-04-17T13:58:51.424Z] $ docker rm -f d805eaa3bd8142e53e6ce41cc0f5aecff3140fb3aa6317734a7077eb09cc3c49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T13:58:52.123Z] + docker inspect -f . ci-base-image-arm64 [2021-04-17T13:58:52.123Z] . [Pipeline] withDockerContainer [2021-04-17T13:58:52.350Z] prd-ubuntu18.04-docker-arm64-4c-16g-567 does not seem to be running inside a container [2021-04-17T13:58:52.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@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 [2021-04-17T13:58:53.932Z] $ docker top 079bfa7e4a89de43b9613c76c3825c9cc0c54b800c7d471ef56b8505fdfbbca7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T13:58:54.875Z] + make test [2021-04-17T13:58:54.875Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-17T13:59:17.075Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-17T14:00:13.641Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-17T14:00:13.641Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-17T14:00:13.641Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-17T14:00:13.641Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-17T14:00:13.641Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-17T14:00:17.982Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 28.1% of statements [2021-04-17T14:00:17.982Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.167s coverage: 78.9% of statements [2021-04-17T14:00:17.982Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.138s coverage: 7.8% of statements [2021-04-17T14:00:17.982Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-17T14:00:17.982Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-17T14:00:17.982Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-17T14:00:18.975Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.214s coverage: 32.0% of statements [2021-04-17T14:00:18.976Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-17T14:00:18.976Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-17T14:00:18.976Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-17T14:00:23.319Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.318s coverage: 57.1% of statements [2021-04-17T14:00:23.319Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.078s coverage: 6.6% of statements [2021-04-17T14:00:23.913Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.148s coverage: 5.0% of statements [2021-04-17T14:00:23.913Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-17T14:00:24.185Z] GO111MODULE=on go vet ./... [2021-04-17T14:01:09.565Z] Running on prd-centos7-docker-4c-2g-569 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-17T14:01:09.583Z] Running in /w/workspace/device-sdk-go/150 [Pipeline] { [Pipeline] checkout [2021-04-17T14:01:11.292Z] gofmt -l . [2021-04-17T14:01:11.292Z] [ "`gofmt -l .`" = "" ] [2021-04-17T14:01:11.292Z] ./bin/test-attribution-txt.sh [2021-04-17T14:01:11.292Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-17T14:01:11.328Z] $ docker stop --time=1 079bfa7e4a89de43b9613c76c3825c9cc0c54b800c7d471ef56b8505fdfbbca7 [2021-04-17T14:01:12.529Z] using credential edgex-jenkins-ssh [2021-04-17T14:01:12.544Z] Cloning the remote Git repository [2021-04-17T14:01:12.386Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T14:01:12.467Z] > git init /w/workspace/device-sdk-go/150 # timeout=10 [2021-04-17T14:01:12.536Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T14:01:12.537Z] > git --version # timeout=10 [2021-04-17T14:01:12.542Z] > git --version # 'git version 2.24.3' [2021-04-17T14:01:12.543Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T14:01:12.578Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T14:01:13.682Z] $ docker rm -f 079bfa7e4a89de43b9613c76c3825c9cc0c54b800c7d471ef56b8505fdfbbca7 [2021-04-17T14:01:13.367Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T14:01:13.376Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-17T14:01:13.393Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-17T14:01:13.412Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-17T14:01:13.412Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-17T14:01:13.417Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-17T14:01:14.028Z] Checking out Revision 8659f99871c0873da8324f2f6a625b509cb242d1 (master) [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T14:01:14.693Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-17T14:01:13.975Z] > git config core.sparsecheckout # timeout=10 [2021-04-17T14:01:13.980Z] > git checkout -f 8659f99871c0873da8324f2f6a625b509cb242d1 # timeout=10 [2021-04-17T14:01:15.677Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-17T14:01:17.040Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-17T14:01:17.405Z] + ls -al . [2021-04-17T14:01:17.405Z] total 224 [2021-04-17T14:01:17.405Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 17 14:01 . [2021-04-17T14:01:17.405Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 13:57 .. [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 17 13:57 .dockerignore [2021-04-17T14:01:17.405Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 17 13:57 .git [2021-04-17T14:01:17.405Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 13:57 .github [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 17 13:57 .gitignore [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 17 13:57 Dockerfile.build [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 17 13:57 Jenkinsfile [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 17 13:57 LICENSE [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 17 13:57 Makefile [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 17 13:57 README.md [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 17 13:57 RELEASE-NOTES.txt [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 17 13:57 VERSION [2021-04-17T14:01:17.405Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 17 13:57 bin [2021-04-17T14:01:17.405Z] -rw-r--r-- 1 jenkins jenkins 100116 Apr 17 14:00 coverage.out [2021-04-17T14:01:17.405Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 13:57 example [2021-04-17T14:01:17.405Z] -rw-r--r-- 1 jenkins jenkins 574 Apr 17 14:01 go.mod [2021-04-17T14:01:17.405Z] -rw-r--r-- 1 jenkins jenkins 20735 Apr 17 14:01 go.sum [2021-04-17T14:01:17.405Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 17 13:57 internal [2021-04-17T14:01:17.405Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 13:57 openapi [2021-04-17T14:01:17.405Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 17 13:57 pkg [2021-04-17T14:01:17.405Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 17 13:57 snap [2021-04-17T14:01:17.405Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 17 13:57 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:01:17.735Z] Commit message: "Merge pull request #884 from hahattan/issue-778" [2021-04-17T14:01:17.806Z] + 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=8659f99871c0873da8324f2f6a625b509cb242d1 --label arch=arm64 --label version=2.0.0-dev.45 . [2021-04-17T14:01:18.082Z] Sending build context to Docker daemon 2.535MB [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-17T14:01:18.358Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T14:01:18.358Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-17T14:01:18.358Z] ---> 2aed2b9ab565 [2021-04-17T14:01:18.358Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-17T14:01:18.632Z] ---> Running in d0d221959cc6 [2021-04-17T14:01:18.882Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-04-17T14:01:18.903Z] Removing intermediate container d0d221959cc6 [2021-04-17T14:01:18.903Z] ---> 9509b0aeaeb3 [2021-04-17T14:01:18.903Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] sh [2021-04-17T14:01:19.176Z] ---> Running in 780378d63213 [2021-04-17T14:01:19.207Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-17T14:01:19.504Z] + sudo service docker restart [2021-04-17T14:01:19.504Z] + true [2021-04-17T14:01:19.504Z] Redirecting to /bin/systemctl restart docker.service [2021-04-17T14:01:19.771Z] Removing intermediate container 780378d63213 [2021-04-17T14:01:19.771Z] ---> 522bfe995119 [2021-04-17T14:01:19.771Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:01:19.771Z] ---> Running in 66cea9637043 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-17T14:01:20.919Z] provisioning config files... [2021-04-17T14:01:20.949Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/150@tmp/config8539093569707814063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:01:21.276Z] ---> docker-login.sh [2021-04-17T14:01:21.276Z] nexus3.edgexfoundry.org:10001 [2021-04-17T14:01:21.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:21.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:21.541Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:21.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:21.541Z] [2021-04-17T14:01:21.541Z] Login Succeeded [2021-04-17T14:01:21.541Z] nexus3.edgexfoundry.org:10002 [2021-04-17T14:01:21.759Z] Removing intermediate container 66cea9637043 [2021-04-17T14:01:21.759Z] ---> 44fc0e5eee25 [2021-04-17T14:01:21.759Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-17T14:01:21.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:21.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:21.803Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:21.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:21.803Z] [2021-04-17T14:01:21.803Z] Login Succeeded [2021-04-17T14:01:21.803Z] nexus3.edgexfoundry.org:10003 [2021-04-17T14:01:22.033Z] ---> Running in 25624684d971 [2021-04-17T14:01:22.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:22.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:22.065Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:22.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:22.065Z] [2021-04-17T14:01:22.065Z] Login Succeeded [2021-04-17T14:01:22.065Z] nexus3.edgexfoundry.org:10004 [2021-04-17T14:01:22.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:22.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:22.327Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:22.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:22.327Z] [2021-04-17T14:01:22.327Z] Login Succeeded [2021-04-17T14:01:22.327Z] docker.io [2021-04-17T14:01:22.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-17T14:01:22.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-17T14:01:22.589Z] Configure a credential helper to remove this warning. See [2021-04-17T14:01:22.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-17T14:01:22.589Z] [2021-04-17T14:01:22.589Z] Login Succeeded [2021-04-17T14:01:22.589Z] ---> docker-login.sh ends [Pipeline] } [2021-04-17T14:01:22.614Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-17T14:01:22.786Z] ========================================================= [2021-04-17T14:01:22.786Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-17T14:01:22.786Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:01:23.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:01:23.103Z] + 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 . [2021-04-17T14:01:23.103Z] Sending build context to Docker daemon 2.433MB [2021-04-17T14:01:23.103Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T14:01:23.103Z] Step 2/8 : FROM ${BASE} [2021-04-17T14:01:23.369Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-17T14:01:23.369Z] 188c0c94c7c5: Pulling fs layer [2021-04-17T14:01:23.369Z] 0ef7d3d256c8: Pulling fs layer [2021-04-17T14:01:23.369Z] de9db76c5a1d: Pulling fs layer [2021-04-17T14:01:23.369Z] bca2f99d35d6: Pulling fs layer [2021-04-17T14:01:23.369Z] 93359f2a8cfa: Pulling fs layer [2021-04-17T14:01:23.369Z] 7c6f9722023f: Pulling fs layer [2021-04-17T14:01:23.369Z] a35cf1a2eb13: Pulling fs layer [2021-04-17T14:01:23.369Z] bca2f99d35d6: Waiting [2021-04-17T14:01:23.369Z] 93359f2a8cfa: Waiting [2021-04-17T14:01:23.369Z] 7c6f9722023f: Waiting [2021-04-17T14:01:23.369Z] a35cf1a2eb13: Waiting [2021-04-17T14:01:23.369Z] de9db76c5a1d: Verifying Checksum [2021-04-17T14:01:23.369Z] de9db76c5a1d: Download complete [2021-04-17T14:01:23.369Z] 0ef7d3d256c8: Download complete [2021-04-17T14:01:23.369Z] 93359f2a8cfa: Verifying Checksum [2021-04-17T14:01:23.369Z] 93359f2a8cfa: Download complete [2021-04-17T14:01:23.369Z] 188c0c94c7c5: Verifying Checksum [2021-04-17T14:01:23.369Z] 188c0c94c7c5: Download complete [2021-04-17T14:01:23.369Z] 7c6f9722023f: Verifying Checksum [2021-04-17T14:01:23.369Z] 7c6f9722023f: Download complete [2021-04-17T14:01:23.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:01:23.633Z] 188c0c94c7c5: Pull complete [2021-04-17T14:01:23.894Z] 0ef7d3d256c8: Pull complete [2021-04-17T14:01:23.894Z] de9db76c5a1d: Pull complete [2021-04-17T14:01:25.033Z] OK: 144 MiB in 45 packages [2021-04-17T14:01:25.821Z] bca2f99d35d6: Verifying Checksum [2021-04-17T14:01:25.822Z] bca2f99d35d6: Download complete [2021-04-17T14:01:25.822Z] a35cf1a2eb13: Verifying Checksum [2021-04-17T14:01:25.822Z] a35cf1a2eb13: Download complete [2021-04-17T14:01:26.016Z] Removing intermediate container 25624684d971 [2021-04-17T14:01:26.016Z] ---> 7a5bc5244dee [2021-04-17T14:01:26.016Z] Step 7/23 : COPY . . [2021-04-17T14:01:27.474Z] ---> 27f2a14113a0 [2021-04-17T14:01:27.474Z] Step 8/23 : RUN go mod download [2021-04-17T14:01:27.474Z] ---> Running in 9987fadeaa17 [2021-04-17T14:01:29.444Z] Removing intermediate container 9987fadeaa17 [2021-04-17T14:01:29.444Z] ---> 1e17c0330a9e [2021-04-17T14:01:29.444Z] Step 9/23 : RUN make build [2021-04-17T14:01:29.717Z] ---> Running in ea43e41d6898 [2021-04-17T14:01:30.695Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.45" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-17T14:01:31.160Z] bca2f99d35d6: Pull complete [2021-04-17T14:01:31.160Z] 93359f2a8cfa: Pull complete [2021-04-17T14:01:31.160Z] 7c6f9722023f: Pull complete [2021-04-17T14:01:39.349Z] a35cf1a2eb13: Pull complete [2021-04-17T14:01:39.349Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-17T14:01:39.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-17T14:01:39.349Z] ---> a62c8e92a672 [2021-04-17T14:01:39.349Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-17T14:01:39.349Z] ---> Running in b253294ba045 [2021-04-17T14:01:39.349Z] Removing intermediate container b253294ba045 [2021-04-17T14:01:39.349Z] ---> c6f9aaa884e4 [2021-04-17T14:01:39.349Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:01:39.349Z] ---> Running in f16a7509c3b0 [2021-04-17T14:01:39.926Z] Removing intermediate container f16a7509c3b0 [2021-04-17T14:01:39.926Z] ---> 0d3d3edc0176 [2021-04-17T14:01:39.926Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-17T14:01:39.926Z] ---> Running in 56e641d8a1c6 [2021-04-17T14:01:40.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T14:01:41.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T14:01:42.023Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-17T14:01:42.023Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-17T14:01:42.290Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-17T14:01:42.290Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-17T14:01:42.290Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-17T14:01:42.554Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-17T14:01:42.554Z] Executing busybox-1.31.1-r19.trigger [2021-04-17T14:01:42.554Z] OK: 167 MiB in 45 packages [2021-04-17T14:01:43.128Z] Removing intermediate container 56e641d8a1c6 [2021-04-17T14:01:43.128Z] ---> ad3915b13a9e [2021-04-17T14:01:43.128Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-17T14:01:43.128Z] ---> Running in 97dd08c652af [2021-04-17T14:01:43.393Z] Removing intermediate container 97dd08c652af [2021-04-17T14:01:43.393Z] ---> 2e5a2cf7c7bd [2021-04-17T14:01:43.393Z] Step 7/8 : COPY . . [2021-04-17T14:01:44.789Z] ---> ed187db6c4ae [2021-04-17T14:01:44.789Z] Step 8/8 : RUN go mod download [2021-04-17T14:01:44.789Z] ---> Running in 2ad9775b207b [2021-04-17T14:02:03.053Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-17T14:02:06.439Z] Removing intermediate container ea43e41d6898 [2021-04-17T14:02:06.439Z] ---> 417b1985cefc [2021-04-17T14:02:06.439Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T14:02:06.439Z] 3.12: Pulling from library/alpine [2021-04-17T14:02:06.439Z] d2f70382dc9a: Pulling fs layer [2021-04-17T14:02:06.711Z] d2f70382dc9a: Verifying Checksum [2021-04-17T14:02:06.711Z] d2f70382dc9a: Download complete [2021-04-17T14:02:06.817Z] Removing intermediate container 2ad9775b207b [2021-04-17T14:02:06.817Z] ---> c353f79d691a [2021-04-17T14:02:06.817Z] Successfully built c353f79d691a [2021-04-17T14:02:06.817Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:07.132Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T14:02:07.132Z] . [Pipeline] withDockerContainer [2021-04-17T14:02:07.244Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2021-04-17T14:02:07.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-17T14:02:07.303Z] d2f70382dc9a: Pull complete [2021-04-17T14:02:07.303Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T14:02:07.303Z] Status: Downloaded newer image for alpine:3.12 [2021-04-17T14:02:07.303Z] ---> 9852663dfa18 [2021-04-17T14:02:07.303Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-17T14:02:07.573Z] ---> Running in 65b9719f3a65 [2021-04-17T14:02:08.017Z] $ docker top 1eefc8a4804ab916f0d58556d7cb555ba0b777ff2b63bb63b66a22082d3ed947 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T14:02:08.166Z] Removing intermediate container 65b9719f3a65 [2021-04-17T14:02:08.166Z] ---> 5a5158ca210a [2021-04-17T14:02:08.166Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:02:08.422Z] + go version [2021-04-17T14:02:08.422Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-17T14:02:08.435Z] $ docker stop --time=1 1eefc8a4804ab916f0d58556d7cb555ba0b777ff2b63bb63b66a22082d3ed947 [2021-04-17T14:02:08.437Z] ---> Running in 6c358c954897 [2021-04-17T14:02:09.785Z] $ docker rm -f 1eefc8a4804ab916f0d58556d7cb555ba0b777ff2b63bb63b66a22082d3ed947 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:02:10.286Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-17T14:02:10.286Z] . [Pipeline] withDockerContainer [2021-04-17T14:02:10.384Z] prd-centos7-docker-4c-2g-569 does not seem to be running inside a container [2021-04-17T14:02:10.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/150 -v /w/workspace/device-sdk-go/150:/w/workspace/device-sdk-go/150:rw,z -v /w/workspace/device-sdk-go/150@tmp:/w/workspace/device-sdk-go/150@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-17T14:02:11.000Z] $ docker top d85e91f08137e8b7b4457b7734ab2782cd52017920bb6f04ccfb08c6390847a0 -eo pid,comm [2021-04-17T14:02:11.054Z] Removing intermediate container 6c358c954897 [2021-04-17T14:02:11.054Z] ---> c666312259b0 [2021-04-17T14:02:11.054Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-17T14:02:11.054Z] ---> Running in d0cb742e01b2 [Pipeline] { [Pipeline] sh [2021-04-17T14:02:11.391Z] + make test [2021-04-17T14:02:11.391Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-17T14:02:12.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-17T14:02:12.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-17T14:02:13.606Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-17T14:02:13.606Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-17T14:02:13.606Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-17T14:02:13.877Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-17T14:02:13.877Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-17T14:02:14.149Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:02:14.149Z] OK: 8 MiB in 19 packages [2021-04-17T14:02:15.581Z] Removing intermediate container d0cb742e01b2 [2021-04-17T14:02:15.582Z] ---> 7f7c5887067a [2021-04-17T14:02:15.582Z] Step 14/23 : WORKDIR / [2021-04-17T14:02:15.582Z] ---> Running in fbfca30b9fcf [2021-04-17T14:02:16.175Z] Removing intermediate container fbfca30b9fcf [2021-04-17T14:02:16.175Z] ---> 691e7075ae01 [2021-04-17T14:02:16.175Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-17T14:02:17.151Z] ---> bd7708e76835 [2021-04-17T14:02:17.151Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-17T14:02:18.026Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-17T14:02:18.126Z] ---> 773ba89fa64f [2021-04-17T14:02:18.126Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-17T14:02:19.101Z] ---> 96b1c65f01dd [2021-04-17T14:02:19.101Z] Step 18/23 : EXPOSE 49990 [2021-04-17T14:02:19.381Z] ---> Running in ac7f7a1bb2ff [2021-04-17T14:02:19.974Z] Removing intermediate container ac7f7a1bb2ff [2021-04-17T14:02:19.974Z] ---> 998abbdce203 [2021-04-17T14:02:19.974Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-17T14:02:20.247Z] ---> Running in 2da21eee5657 [2021-04-17T14:02:20.837Z] Removing intermediate container 2da21eee5657 [2021-04-17T14:02:20.837Z] ---> e5c9ffa02692 [2021-04-17T14:02:20.837Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:02:21.108Z] ---> Running in ca5f48e0e1e5 [2021-04-17T14:02:21.699Z] Removing intermediate container ca5f48e0e1e5 [2021-04-17T14:02:21.699Z] ---> 831f08157a55 [2021-04-17T14:02:21.699Z] Step 21/23 : LABEL arch=arm64 [2021-04-17T14:02:21.971Z] ---> Running in 0ee6fe7f0449 [2021-04-17T14:02:22.563Z] Removing intermediate container 0ee6fe7f0449 [2021-04-17T14:02:22.563Z] ---> ce0f0d8b2885 [2021-04-17T14:02:22.563Z] Step 22/23 : LABEL git_sha=8659f99871c0873da8324f2f6a625b509cb242d1 [2021-04-17T14:02:23.158Z] ---> Running in 07e7a4eaec08 [2021-04-17T14:02:23.748Z] Removing intermediate container 07e7a4eaec08 [2021-04-17T14:02:23.748Z] ---> f6ade1bc6367 [2021-04-17T14:02:23.748Z] Step 23/23 : LABEL version=2.0.0-dev.45 [2021-04-17T14:02:24.021Z] ---> Running in 84f81d3c9f22 [2021-04-17T14:02:24.629Z] Removing intermediate container 84f81d3c9f22 [2021-04-17T14:02:24.629Z] ---> e95a7b8c03ec [2021-04-17T14:02:24.629Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-17T14:02:24.629Z] Successfully built e95a7b8c03ec [2021-04-17T14:02:24.629Z] 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 [2021-04-17T14:02:25.135Z] ---> job-cost.sh [2021-04-17T14:02:25.135Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LcUh [2021-04-17T14:02:36.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-17T14:02:36.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-17T14:02:36.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-17T14:02:36.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-17T14:02:36.724Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-17T14:02:40.629Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.072s coverage: 28.1% of statements [2021-04-17T14:02:40.629Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.068s coverage: 78.9% of statements [2021-04-17T14:02:41.603Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.068s coverage: 7.8% of statements [2021-04-17T14:02:41.603Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-17T14:02:41.603Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-17T14:02:41.603Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-17T14:02:41.604Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.081s coverage: 32.0% of statements [2021-04-17T14:02:41.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-17T14:02:41.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-17T14:02:41.604Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-17T14:02:41.872Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.096s coverage: 57.1% of statements [2021-04-17T14:02:42.453Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.160s coverage: 6.6% of statements [2021-04-17T14:02:42.453Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements [2021-04-17T14:02:42.453Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-17T14:02:42.453Z] GO111MODULE=on go vet ./... [2021-04-17T14:02:57.472Z] gofmt -l . [2021-04-17T14:02:57.472Z] [ "`gofmt -l .`" = "" ] [2021-04-17T14:02:57.472Z] ./bin/test-attribution-txt.sh [2021-04-17T14:02:57.472Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-17T14:02:57.490Z] $ docker stop --time=1 d85e91f08137e8b7b4457b7734ab2782cd52017920bb6f04ccfb08c6390847a0 [2021-04-17T14:02:59.637Z] $ docker rm -f d85e91f08137e8b7b4457b7734ab2782cd52017920bb6f04ccfb08c6390847a0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-17T14:03:00.230Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-17T14:03:00.255Z] Warning: overwriting stash ‘coverage-report’ [2021-04-17T14:03:00.615Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-17T14:03:01.003Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-17T14:03:01.310Z] + ls -al . [2021-04-17T14:03:01.310Z] total 188 [2021-04-17T14:03:01.310Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 17 14:02 . [2021-04-17T14:03:01.310Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 17 14:01 .. [2021-04-17T14:03:01.310Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 17 14:01 bin [2021-04-17T14:03:01.310Z] -rw-r--r--. 1 jenkins jenkins 100116 Apr 17 14:02 coverage.out [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 17 14:01 Dockerfile.build [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 17 14:01 .dockerignore [2021-04-17T14:03:01.310Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 17 14:01 example [2021-04-17T14:03:01.310Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 17 14:01 .git [2021-04-17T14:03:01.310Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 17 14:01 .github [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 17 14:01 .gitignore [2021-04-17T14:03:01.310Z] -rw-r--r--. 1 jenkins jenkins 574 Apr 17 14:02 go.mod [2021-04-17T14:03:01.310Z] -rw-r--r--. 1 jenkins jenkins 20735 Apr 17 14:02 go.sum [2021-04-17T14:03:01.310Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 17 14:01 internal [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 17 14:01 Jenkinsfile [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 17 14:01 LICENSE [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 17 14:01 Makefile [2021-04-17T14:03:01.310Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 17 14:01 openapi [2021-04-17T14:03:01.310Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 17 14:01 pkg [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 17 14:01 README.md [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 17 14:01 RELEASE-NOTES.txt [2021-04-17T14:03:01.310Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 17 14:01 snap [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 17 13:57 VERSION [2021-04-17T14:03:01.310Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 17 14:01 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:03:01.615Z] + 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=8659f99871c0873da8324f2f6a625b509cb242d1 --label arch=amd64 --label version=2.0.0-dev.45 . [2021-04-17T14:03:01.879Z] Sending build context to Docker daemon 2.534MB [2021-04-17T14:03:01.879Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-17T14:03:01.879Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-17T14:03:01.879Z] ---> c353f79d691a [2021-04-17T14:03:01.879Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-17T14:03:02.453Z] ---> Running in e6a5833d562e [2021-04-17T14:03:02.453Z] Removing intermediate container e6a5833d562e [2021-04-17T14:03:02.453Z] ---> 3caf49f43d35 [2021-04-17T14:03:02.453Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-17T14:03:02.724Z] ---> Running in 330ba158b0f7 [2021-04-17T14:03:02.724Z] Removing intermediate container 330ba158b0f7 [2021-04-17T14:03:02.724Z] ---> a6554f564493 [2021-04-17T14:03:02.724Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:03:02.993Z] ---> Running in 0f3091d9bb20 [2021-04-17T14:03:03.944Z] Removing intermediate container 0f3091d9bb20 [2021-04-17T14:03:03.944Z] ---> 86d57fc433dd [2021-04-17T14:03:03.944Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-17T14:03:03.944Z] ---> Running in 75e36a5fbbc2 [2021-04-17T14:03:04.071Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-17T14:03:04.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T14:03:05.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T14:03:05.357Z] OK: 167 MiB in 45 packages [2021-04-17T14:03:05.930Z] Removing intermediate container 75e36a5fbbc2 [2021-04-17T14:03:05.931Z] ---> e86987b750b4 [2021-04-17T14:03:05.931Z] Step 7/23 : COPY . . [2021-04-17T14:03:07.322Z] ---> 944d8e9d4547 [2021-04-17T14:03:07.322Z] Step 8/23 : RUN go mod download [2021-04-17T14:03:07.322Z] ---> Running in 98d76d152d60 [2021-04-17T14:03:08.289Z] Removing intermediate container 98d76d152d60 [2021-04-17T14:03:08.289Z] ---> 5fcc15d29bec [2021-04-17T14:03:08.289Z] Step 9/23 : RUN make build [2021-04-17T14:03:08.289Z] ---> Running in 6a4d083275f1 [2021-04-17T14:03:08.567Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.45" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-17T14:03:18.704Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-17T14:03:20.630Z] Removing intermediate container 6a4d083275f1 [2021-04-17T14:03:20.630Z] ---> 77d7dcfd48a0 [2021-04-17T14:03:20.630Z] Step 10/23 : FROM alpine:3.12 [2021-04-17T14:03:20.892Z] 3.12: Pulling from library/alpine [2021-04-17T14:03:20.892Z] 339de151aab4: Pulling fs layer [2021-04-17T14:03:21.153Z] 339de151aab4: Verifying Checksum [2021-04-17T14:03:21.153Z] 339de151aab4: Download complete [2021-04-17T14:03:21.153Z] 339de151aab4: Pull complete [2021-04-17T14:03:21.415Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-17T14:03:21.415Z] Status: Downloaded newer image for alpine:3.12 [2021-04-17T14:03:21.415Z] ---> 13621d1b12d4 [2021-04-17T14:03:21.415Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-17T14:03:21.415Z] ---> Running in 26e9dd4040f2 [2021-04-17T14:03:21.679Z] Removing intermediate container 26e9dd4040f2 [2021-04-17T14:03:21.679Z] ---> e1363ccac19b [2021-04-17T14:03:21.679Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-17T14:03:21.679Z] ---> Running in ba27c81559b9 [2021-04-17T14:03:22.624Z] Removing intermediate container ba27c81559b9 [2021-04-17T14:03:22.624Z] ---> c9675d39d95b [2021-04-17T14:03:22.624Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-17T14:03:22.624Z] ---> Running in 28590f799d07 [2021-04-17T14:03:22.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-17T14:03:23.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-17T14:03:24.411Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-17T14:03:24.673Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-17T14:03:24.935Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-17T14:03:25.508Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-17T14:03:25.769Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-17T14:03:25.769Z] Executing busybox-1.31.1-r20.trigger [2021-04-17T14:03:25.769Z] OK: 8 MiB in 19 packages [2021-04-17T14:03:26.343Z] Removing intermediate container 28590f799d07 [2021-04-17T14:03:26.343Z] ---> c1da4a8b49e0 [2021-04-17T14:03:26.343Z] Step 14/23 : WORKDIR / [2021-04-17T14:03:26.343Z] ---> Running in 7dc92fc4b42c [2021-04-17T14:03:26.606Z] Removing intermediate container 7dc92fc4b42c [2021-04-17T14:03:26.606Z] ---> f68b0a91151a [2021-04-17T14:03:26.606Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-17T14:03:26.606Z] ---> 6cf4a77c768c [2021-04-17T14:03:26.606Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-17T14:03:27.178Z] ---> 730cdcc1058a [2021-04-17T14:03:27.178Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-17T14:03:27.440Z] ---> ab407d68cab5 [2021-04-17T14:03:27.440Z] Step 18/23 : EXPOSE 49990 [2021-04-17T14:03:27.701Z] ---> Running in 089c8675a2f9 [2021-04-17T14:03:27.701Z] Removing intermediate container 089c8675a2f9 [2021-04-17T14:03:27.701Z] ---> 93289b3da499 [2021-04-17T14:03:27.701Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-17T14:03:27.965Z] ---> Running in 47c4a5fe2dde [2021-04-17T14:03:27.965Z] Removing intermediate container 47c4a5fe2dde [2021-04-17T14:03:27.965Z] ---> 9b3e1d2b03d0 [2021-04-17T14:03:27.965Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-17T14:03:27.965Z] ---> Running in 71ef7a5cdfd1 [2021-04-17T14:03:28.227Z] Removing intermediate container 71ef7a5cdfd1 [2021-04-17T14:03:28.227Z] ---> fce0b4fd68c8 [2021-04-17T14:03:28.227Z] Step 21/23 : LABEL arch=amd64 [2021-04-17T14:03:28.227Z] ---> Running in 14af0ad8bb30 [2021-04-17T14:03:28.488Z] Removing intermediate container 14af0ad8bb30 [2021-04-17T14:03:28.488Z] ---> 3499c5e31876 [2021-04-17T14:03:28.488Z] Step 22/23 : LABEL git_sha=8659f99871c0873da8324f2f6a625b509cb242d1 [2021-04-17T14:03:28.488Z] ---> Running in 7cf6716ef5f2 [2021-04-17T14:03:28.752Z] Removing intermediate container 7cf6716ef5f2 [2021-04-17T14:03:28.752Z] ---> 053bd6241619 [2021-04-17T14:03:28.752Z] Step 23/23 : LABEL version=2.0.0-dev.45 [2021-04-17T14:03:28.752Z] ---> Running in b6a8ac51ce91 [2021-04-17T14:03:29.013Z] Removing intermediate container b6a8ac51ce91 [2021-04-17T14:03:29.013Z] ---> 821e58b9c558 [2021-04-17T14:03:29.013Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-17T14:03:29.013Z] Successfully built 821e58b9c558 [2021-04-17T14:03:29.013Z] 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 [2021-04-17T14:03:29.452Z] ---> job-cost.sh [2021-04-17T14:03:29.452Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TxNf [2021-04-17T14:03:44.373Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-17T14:04:11.012Z] lf-activate-venv(): INFO: Adding /tmp/venv-TxNf/bin to PATH [2021-04-17T14:04:11.012Z] INFO: No Stack... [2021-04-17T14:04:11.276Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-17T14:04:11.855Z] INFO: Archiving Costs [Pipeline] sh [2021-04-17T14:04:12.172Z] + cat /w/workspace/device-sdk-go/150/archives/cost.csv [2021-04-17T14:04:12.173Z] + cut -d, -f6 [Pipeline] lock [2021-04-17T14:04:12.253Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [2021-04-17T14:04:12.263Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] did not exist. Created. [2021-04-17T14:04:12.263Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-17T14:04:12.607Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-17T14:04:12.770Z] Stashed 1 file(s) [Pipeline] } [2021-04-17T14:04:12.784Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-17T14:04:40.801Z] lf-activate-venv(): INFO: Adding /tmp/venv-LcUh/bin to PATH [2021-04-17T14:04:40.801Z] INFO: No Stack... [2021-04-17T14:04:40.801Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-17T14:04:40.801Z] INFO: Archiving Costs [Pipeline] sh [2021-04-17T14:04:41.157Z] + + cut -d, -f6 [2021-04-17T14:04:41.157Z] cat /w/workspace/device-sdk-go/150/archives/cost.csv [Pipeline] lock [2021-04-17T14:04:41.353Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [2021-04-17T14:04:41.364Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] did not exist. Created. [2021-04-17T14:04:41.364Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-150-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-17T14:04:41.794Z] /w/workspace/device-sdk-go/150@tmp/durable-2a7fce29/script.sh: 1: /w/workspace/device-sdk-go/150@tmp/durable-2a7fce29/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-17T14:04:42.191Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-17T14:04:42.240Z] Warning: overwriting stash ‘stack-cost’ [2021-04-17T14:04:42.412Z] Stashed 1 file(s) [Pipeline] } [2021-04-17T14:04:42.419Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-150-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 [2021-04-17T14:04:43.089Z] provisioning config files... [2021-04-17T14:04:43.100Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8137618114375242022tmp [Pipeline] { [Pipeline] sh [2021-04-17T14:04:43.554Z] + set +x [2021-04-17T14:04:43.555Z] + bash -s -- [2021-04-17T14:04:43.555Z] + curl -s https://codecov.io/bash [2021-04-17T14:04:43.834Z] [2021-04-17T14:04:43.834Z] _____ _ [2021-04-17T14:04:43.834Z] / ____| | | [2021-04-17T14:04:43.834Z] | | ___ __| | ___ ___ _____ __ [2021-04-17T14:04:43.834Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-17T14:04:43.834Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-17T14:04:43.834Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-17T14:04:43.834Z] Bash-1.0.1 [2021-04-17T14:04:43.834Z] [2021-04-17T14:04:43.834Z] [2021-04-17T14:04:43.834Z] ==> git version 2.24.3 found [2021-04-17T14:04:43.834Z] ==> 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 [2021-04-17T14:04:43.834Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-17T14:04:43.834Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-17T14:04:43.834Z] ==> Jenkins CI detected. [2021-04-17T14:04:43.834Z] project root: . [2021-04-17T14:04:43.834Z] --> token set from env [2021-04-17T14:04:43.834Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-17T14:04:43.834Z] ==> Running gcov in . (disable via -X gcov) [2021-04-17T14:04:43.834Z] ==> Python coveragepy not found [2021-04-17T14:04:43.834Z] ==> Searching for coverage reports in: [2021-04-17T14:04:43.834Z] + . [2021-04-17T14:04:43.834Z] -> Found 1 reports [2021-04-17T14:04:43.834Z] ==> Detecting git/mercurial file structure [2021-04-17T14:04:43.834Z] ==> Reading reports [2021-04-17T14:04:43.834Z] + ./coverage.out bytes=100116 [2021-04-17T14:04:43.834Z] ==> Appending adjustments [2021-04-17T14:04:43.834Z] https://docs.codecov.io/docs/fixing-reports [2021-04-17T14:04:44.096Z] + Found adjustments [2021-04-17T14:04:44.096Z] ==> Gzipping contents [2021-04-17T14:04:44.096Z] 16K /tmp/codecov.quvAOn.gz [2021-04-17T14:04:44.096Z] ==> Uploading reports [2021-04-17T14:04:44.096Z] url: https://codecov.io [2021-04-17T14:04:44.096Z] query: branch=master&commit=8659f99871c0873da8324f2f6a625b509cb242d1&build=150&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F150%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-17T14:04:44.096Z] -> Pinging Codecov [2021-04-17T14:04:44.096Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=8659f99871c0873da8324f2f6a625b509cb242d1&build=150&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F150%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-17T14:04:44.671Z] -> Uploading to [2021-04-17T14:04:44.671Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-17/7E55EF52A471D76F132DFD9A03CDDE97/8659f99871c0873da8324f2f6a625b509cb242d1/504ebe34-6954-4c6e-97fa-2a4a15abd884.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T140444Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2ce6f33e7556d2f3f27c65d62c401ce6327334cdbbca5f30b7889d578aea9481 [2021-04-17T14:04:44.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:04:44.671Z] Dload Upload Total Spent Left Speed [2021-04-17T14:04:45.247Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13498 0 0 100 13498 0 27498 --:--:-- --:--:-- --:--:-- 27546 [2021-04-17T14:04:45.247Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] } [2021-04-17T14:04:45.257Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-17T14:04:45.883Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-17T14:04:45.918Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:04:46.225Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-17T14:04:46.225Z] [2021-04-17T14:04:46.225Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:04:46.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-17T14:04:46.539Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-17T14:04:46.539Z] 188c0c94c7c5: Pulling fs layer [2021-04-17T14:04:46.539Z] 0ef7d3d256c8: Pulling fs layer [2021-04-17T14:04:46.539Z] de9db76c5a1d: Pulling fs layer [2021-04-17T14:04:46.539Z] 0eba1c9be4d2: Pulling fs layer [2021-04-17T14:04:46.539Z] 0d57e429df01: Pulling fs layer [2021-04-17T14:04:46.539Z] 4e4be7b47b0d: Pulling fs layer [2021-04-17T14:04:46.539Z] e1f770b5df2f: Pulling fs layer [2021-04-17T14:04:46.539Z] 85a0685a4137: Pulling fs layer [2021-04-17T14:04:46.539Z] 0eba1c9be4d2: Waiting [2021-04-17T14:04:46.539Z] 0d57e429df01: Waiting [2021-04-17T14:04:46.539Z] 4e4be7b47b0d: Waiting [2021-04-17T14:04:46.539Z] 85a0685a4137: Waiting [2021-04-17T14:04:46.539Z] e1f770b5df2f: Waiting [2021-04-17T14:04:46.539Z] de9db76c5a1d: Verifying Checksum [2021-04-17T14:04:46.540Z] de9db76c5a1d: Download complete [2021-04-17T14:04:46.540Z] 0ef7d3d256c8: Verifying Checksum [2021-04-17T14:04:46.540Z] 0ef7d3d256c8: Download complete [2021-04-17T14:04:46.809Z] 0d57e429df01: Verifying Checksum [2021-04-17T14:04:46.809Z] 0d57e429df01: Download complete [2021-04-17T14:04:46.809Z] 188c0c94c7c5: Download complete [2021-04-17T14:04:46.809Z] 4e4be7b47b0d: Verifying Checksum [2021-04-17T14:04:46.809Z] 4e4be7b47b0d: Download complete [2021-04-17T14:04:47.084Z] 188c0c94c7c5: Pull complete [2021-04-17T14:04:47.349Z] e1f770b5df2f: Verifying Checksum [2021-04-17T14:04:47.349Z] e1f770b5df2f: Download complete [2021-04-17T14:04:47.349Z] 0ef7d3d256c8: Pull complete [2021-04-17T14:04:47.611Z] de9db76c5a1d: Pull complete [2021-04-17T14:04:49.542Z] 0eba1c9be4d2: Verifying Checksum [2021-04-17T14:04:49.542Z] 0eba1c9be4d2: Download complete [2021-04-17T14:04:49.804Z] 85a0685a4137: Verifying Checksum [2021-04-17T14:04:49.804Z] 85a0685a4137: Download complete [2021-04-17T14:04:55.137Z] 0eba1c9be4d2: Pull complete [2021-04-17T14:04:55.137Z] 0d57e429df01: Pull complete [2021-04-17T14:04:55.400Z] 4e4be7b47b0d: Pull complete [2021-04-17T14:04:57.965Z] e1f770b5df2f: Pull complete [2021-04-17T14:05:06.177Z] 85a0685a4137: Pull complete [2021-04-17T14:05:06.177Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-17T14:05:06.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-17T14:05:06.177Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-17T14:05:06.392Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2021-04-17T14:05:06.453Z] $ 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 [2021-04-17T14:05:07.527Z] $ docker top b42aca9589a8401ac9eeed61d9b5d7b6e5b0dae3d93db1bb0a1d0f403e63996d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-17T14:05:07.713Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-17T14:05:08.009Z] + set -o pipefail [2021-04-17T14:05:08.009Z] + snyk monitor '--org=edgex-jenkins' [2021-04-17T14:05:34.625Z] [2021-04-17T14:05:34.625Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-17T14:05:34.625Z] [2021-04-17T14:05:34.625Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/5c48ace7-f89e-4a6d-994d-13d697678346 [2021-04-17T14:05:34.625Z] [2021-04-17T14:05:34.625Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-17T14:05:34.625Z] [2021-04-17T14:05:34.625Z] [2021-04-17T14:05:34.625Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-17T14:05:34.625Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-17T14:05:34.641Z] $ docker stop --time=1 b42aca9589a8401ac9eeed61d9b5d7b6e5b0dae3d93db1bb0a1d0f403e63996d [2021-04-17T14:05:38.116Z] $ docker rm -f b42aca9589a8401ac9eeed61d9b5d7b6e5b0dae3d93db1bb0a1d0f403e63996d [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 [2021-04-17T14:05:38.982Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-17T14:05:39.002Z] provisioning config files... [2021-04-17T14:05:39.012Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5876647457284120398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:05:39.335Z] --> edgex-publish-swagger.sh [2021-04-17T14:05:39.335Z] === Publish openapi/v1 API === [2021-04-17T14:05:39.335Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-17T14:05:39.335Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-17T14:05:39.335Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:05:39.335Z] Dload Upload Total Spent Left Speed [2021-04-17T14:05:40.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24237 --:--:-- --:--:-- --:--:-- 24236 100 19947 0 0 100 19947 0 24223 --:--:-- --:--:-- --:--:-- 24207 [2021-04-17T14:05:40.297Z] [2021-04-17T14:05:40.297Z] [2021-04-17T14:05:40.297Z] === Publish openapi/v2 API === [2021-04-17T14:05:40.297Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-17T14:05:40.297Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-17T14:05:40.297Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-17T14:05:40.297Z] Dload Upload Total Spent Left Speed [2021-04-17T14:05:40.873Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 64170 --:--:-- --:--:-- --:--:-- 64193 100 51483 0 0 100 51483 0 64154 --:--:-- --:--:-- --:--:-- 64193 [2021-04-17T14:05:40.873Z] [2021-04-17T14:05:40.873Z] [Pipeline] } [2021-04-17T14:05:40.882Z] 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 [2021-04-17T14:05:41.359Z] + git log --format=format:%s -1 8659f99871c0873da8324f2f6a625b509cb242d1 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:05:41.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T14:05:41.674Z] . [Pipeline] withDockerContainer [2021-04-17T14:05:41.780Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2021-04-17T14:05:41.826Z] $ 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 [2021-04-17T14:05:42.718Z] $ docker top ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T14:05:42.903Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T14:05:42.903Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T14:05:43.142Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T14:05:43.146Z] $ docker exec ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 ssh-agent [2021-04-17T14:05:43.326Z] SSH_AUTH_SOCK=/tmp/ssh-oEa3NtYfEm7v/agent.11 [2021-04-17T14:05:43.326Z] SSH_AGENT_PID=16 [2021-04-17T14:05:43.335Z] Running ssh-add (command line suppressed) [2021-04-17T14:05:43.482Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7714374385091545867.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7714374385091545867.key) [2021-04-17T14:05:43.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T14:05:43.868Z] + git semver tag [2021-04-17T14:05:43.868Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T14:05:43.868Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-17T14:05:43.868Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-17T14:05:43.868Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T14:05:43.868Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T14:05:43.868Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T14:05:43.868Z] # $SEMVER_BRANCH = master [2021-04-17T14:05:43.868Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-17T14:05:43.868Z] # 8659f99871c0873da8324f2f6a625b509cb242d1 HEAD [2021-04-17T14:05:44.133Z] # -> Force: false [2021-04-17T14:05:44.133Z] # 5279bcd5fe3777affdfa2d15463e8171778b1d47 refs/tags/v2.0.0-dev.45 [Pipeline] } [2021-04-17T14:05:44.148Z] $ docker exec --env ******** --env ******** ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 ssh-agent -k [2021-04-17T14:05:44.288Z] unset SSH_AUTH_SOCK; [2021-04-17T14:05:44.289Z] unset SSH_AGENT_PID; [2021-04-17T14:05:44.289Z] echo Agent pid 16 killed; [2021-04-17T14:05:44.353Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T14:05:44.688Z] + git semver [Pipeline] } [2021-04-17T14:05:44.706Z] $ docker stop --time=1 ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 [2021-04-17T14:05:46.114Z] $ docker rm -f ed72f710cf0e2240eca2bfa5562d581802621d1ef9e45eed78ed6c43df768258 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:05:46.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-17T14:05:46.597Z] [2021-04-17T14:05:46.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:05:46.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-17T14:05:46.916Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-17T14:05:46.916Z] ab5ef0e58194: Pulling fs layer [2021-04-17T14:05:46.916Z] 9712f1f96733: Pulling fs layer [2021-04-17T14:05:46.916Z] 63f879dbbcfc: Pulling fs layer [2021-04-17T14:05:46.916Z] 0d9ebad4ef96: Pulling fs layer [2021-04-17T14:05:46.916Z] e9a5061849ea: Pulling fs layer [2021-04-17T14:05:46.916Z] d747dcd14b5f: Pulling fs layer [2021-04-17T14:05:46.916Z] 2de7ff778b66: Pulling fs layer [2021-04-17T14:05:46.916Z] e9a5061849ea: Waiting [2021-04-17T14:05:46.916Z] d747dcd14b5f: Waiting [2021-04-17T14:05:46.916Z] 0d9ebad4ef96: Waiting [2021-04-17T14:05:46.916Z] 2de7ff778b66: Waiting [2021-04-17T14:05:46.916Z] 9712f1f96733: Verifying Checksum [2021-04-17T14:05:46.916Z] 9712f1f96733: Download complete [2021-04-17T14:05:48.324Z] 63f879dbbcfc: Verifying Checksum [2021-04-17T14:05:48.324Z] 63f879dbbcfc: Download complete [2021-04-17T14:05:48.324Z] e9a5061849ea: Verifying Checksum [2021-04-17T14:05:48.324Z] e9a5061849ea: Download complete [2021-04-17T14:05:48.324Z] d747dcd14b5f: Verifying Checksum [2021-04-17T14:05:48.324Z] d747dcd14b5f: Download complete [2021-04-17T14:05:48.902Z] 2de7ff778b66: Verifying Checksum [2021-04-17T14:05:48.902Z] 2de7ff778b66: Download complete [2021-04-17T14:05:48.902Z] 0d9ebad4ef96: Verifying Checksum [2021-04-17T14:05:48.902Z] 0d9ebad4ef96: Download complete [2021-04-17T14:05:49.163Z] ab5ef0e58194: Verifying Checksum [2021-04-17T14:05:49.163Z] ab5ef0e58194: Download complete [2021-04-17T14:05:53.416Z] ab5ef0e58194: Pull complete [2021-04-17T14:05:53.416Z] 9712f1f96733: Pull complete [2021-04-17T14:05:56.738Z] 63f879dbbcfc: Pull complete [2021-04-17T14:06:03.382Z] 0d9ebad4ef96: Pull complete [2021-04-17T14:06:03.957Z] e9a5061849ea: Pull complete [2021-04-17T14:06:03.957Z] d747dcd14b5f: Pull complete [2021-04-17T14:06:07.290Z] 2de7ff778b66: Pull complete [2021-04-17T14:06:07.290Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-17T14:06:07.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-17T14:06:07.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-17T14:06:07.498Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2021-04-17T14:06:07.553Z] $ 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 [2021-04-17T14:06:11.708Z] $ docker top 494ff05295ee880558799eb357cdbea78cfa183b18879a376518b5a592857be8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-17T14:06:11.909Z] provisioning config files... [2021-04-17T14:06:11.919Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5092494426083223948tmp [2021-04-17T14:06:11.936Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3940542706631342409tmp [2021-04-17T14:06:11.951Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config139301094976508684tmp [Pipeline] { [Pipeline] echo [2021-04-17T14:06:11.973Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:06:12.275Z] ---> sigul-configuration.sh [2021-04-17T14:06:12.275Z] gpg: directory `/root/.gnupg' created [2021-04-17T14:06:12.275Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-17T14:06:12.275Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-17T14:06:12.275Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-17T14:06:12.275Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-17T14:06:12.275Z] gpg: CAST5 encrypted data [2021-04-17T14:06:12.547Z] gpg: encrypted with 1 passphrase [2021-04-17T14:06:12.547Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-17T14:06:12.859Z] + mkdir /home/jenkins [2021-04-17T14:06:12.859Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-17T14:06:13.305Z] + 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 [2021-04-17T14:06:13.321Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:06:13.677Z] ---> sigul-install.sh [2021-04-17T14:06:20.372Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-17T14:06:20.683Z] + git tag --list [2021-04-17T14:06:20.683Z] 0.7.1 [2021-04-17T14:06:20.683Z] delhi-tag [2021-04-17T14:06:20.683Z] v1.0.0 [2021-04-17T14:06:20.683Z] v1.1.0 [2021-04-17T14:06:20.683Z] v1.1.1 [2021-04-17T14:06:20.683Z] v1.1.2 [2021-04-17T14:06:20.683Z] v1.2.0 [2021-04-17T14:06:20.683Z] v1.2.1 [2021-04-17T14:06:20.683Z] v1.2.2 [2021-04-17T14:06:20.683Z] v1.2.3 [2021-04-17T14:06:20.683Z] v1.3.0 [2021-04-17T14:06:20.683Z] v1.4.0 [2021-04-17T14:06:20.683Z] v2.0.0-dev.1 [2021-04-17T14:06:20.683Z] v2.0.0-dev.10 [2021-04-17T14:06:20.683Z] v2.0.0-dev.11 [2021-04-17T14:06:20.683Z] v2.0.0-dev.12 [2021-04-17T14:06:20.683Z] v2.0.0-dev.13 [2021-04-17T14:06:20.683Z] v2.0.0-dev.14 [2021-04-17T14:06:20.683Z] v2.0.0-dev.15 [2021-04-17T14:06:20.683Z] v2.0.0-dev.16 [2021-04-17T14:06:20.683Z] v2.0.0-dev.17 [2021-04-17T14:06:20.683Z] v2.0.0-dev.18 [2021-04-17T14:06:20.683Z] v2.0.0-dev.19 [2021-04-17T14:06:20.683Z] v2.0.0-dev.2 [2021-04-17T14:06:20.683Z] v2.0.0-dev.20 [2021-04-17T14:06:20.683Z] v2.0.0-dev.21 [2021-04-17T14:06:20.683Z] v2.0.0-dev.22 [2021-04-17T14:06:20.683Z] v2.0.0-dev.23 [2021-04-17T14:06:20.683Z] v2.0.0-dev.24 [2021-04-17T14:06:20.683Z] v2.0.0-dev.25 [2021-04-17T14:06:20.683Z] v2.0.0-dev.26 [2021-04-17T14:06:20.683Z] v2.0.0-dev.27 [2021-04-17T14:06:20.683Z] v2.0.0-dev.28 [2021-04-17T14:06:20.683Z] v2.0.0-dev.29 [2021-04-17T14:06:20.683Z] v2.0.0-dev.3 [2021-04-17T14:06:20.683Z] v2.0.0-dev.30 [2021-04-17T14:06:20.683Z] v2.0.0-dev.31 [2021-04-17T14:06:20.683Z] v2.0.0-dev.32 [2021-04-17T14:06:20.683Z] v2.0.0-dev.33 [2021-04-17T14:06:20.683Z] v2.0.0-dev.34 [2021-04-17T14:06:20.683Z] v2.0.0-dev.35 [2021-04-17T14:06:20.683Z] v2.0.0-dev.36 [2021-04-17T14:06:20.683Z] v2.0.0-dev.37 [2021-04-17T14:06:20.683Z] v2.0.0-dev.38 [2021-04-17T14:06:20.683Z] v2.0.0-dev.39 [2021-04-17T14:06:20.683Z] v2.0.0-dev.4 [2021-04-17T14:06:20.683Z] v2.0.0-dev.40 [2021-04-17T14:06:20.683Z] v2.0.0-dev.41 [2021-04-17T14:06:20.683Z] v2.0.0-dev.42 [2021-04-17T14:06:20.683Z] v2.0.0-dev.43 [2021-04-17T14:06:20.683Z] v2.0.0-dev.44 [2021-04-17T14:06:20.683Z] v2.0.0-dev.45 [2021-04-17T14:06:20.683Z] v2.0.0-dev.5 [2021-04-17T14:06:20.683Z] v2.0.0-dev.6 [2021-04-17T14:06:20.683Z] v2.0.0-dev.7 [2021-04-17T14:06:20.683Z] v2.0.0-dev.8 [2021-04-17T14:06:20.683Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-17T14:06:20.989Z] + lftools sign git-tag v2.0.0-dev.45 [2021-04-17T14:06:22.382Z] Signing Git tag with Sigul... [2021-04-17T14:06:22.382Z] Signing v2.0.0-dev.45 [Pipeline] echo [2021-04-17T14:06:23.337Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:06:23.633Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-17T14:06:23.642Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-17T14:06:23.675Z] $ docker stop --time=1 494ff05295ee880558799eb357cdbea78cfa183b18879a376518b5a592857be8 [2021-04-17T14:06:25.809Z] $ docker rm -f 494ff05295ee880558799eb357cdbea78cfa183b18879a376518b5a592857be8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:06:26.350Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T14:06:26.350Z] . [Pipeline] withDockerContainer [2021-04-17T14:06:26.450Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2021-04-17T14:06:26.501Z] $ 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 [2021-04-17T14:06:27.246Z] $ docker top f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T14:06:27.424Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T14:06:27.424Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T14:06:27.644Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T14:06:27.648Z] $ docker exec f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f ssh-agent [2021-04-17T14:06:27.840Z] SSH_AUTH_SOCK=/tmp/ssh-UAipoZaY8H86/agent.12 [2021-04-17T14:06:27.840Z] SSH_AGENT_PID=18 [2021-04-17T14:06:27.848Z] Running ssh-add (command line suppressed) [2021-04-17T14:06:27.991Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1382818704703462486.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1382818704703462486.key) [2021-04-17T14:06:28.050Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T14:06:28.353Z] + git semver bump pre [2021-04-17T14:06:28.353Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T14:06:28.353Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-17T14:06:28.353Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-17T14:06:28.353Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T14:06:28.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T14:06:28.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T14:06:28.353Z] # $SEMVER_BRANCH = master [2021-04-17T14:06:28.353Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-17T14:06:28.353Z] 2.0.0-dev.46 [Pipeline] } [2021-04-17T14:06:28.366Z] $ docker exec --env ******** --env ******** f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f ssh-agent -k [2021-04-17T14:06:28.495Z] unset SSH_AUTH_SOCK; [2021-04-17T14:06:28.495Z] unset SSH_AGENT_PID; [2021-04-17T14:06:28.495Z] echo Agent pid 18 killed; [2021-04-17T14:06:28.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T14:06:28.896Z] + git semver [Pipeline] } [2021-04-17T14:06:28.914Z] $ docker stop --time=1 f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f [2021-04-17T14:06:30.301Z] $ docker rm -f f3c351db3be3184580c3c56f174c21fae92ce02b8d031c8b609e4cf47efba92f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:06:30.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-17T14:06:30.776Z] . [Pipeline] withDockerContainer [2021-04-17T14:06:30.887Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2021-04-17T14:06:30.933Z] $ 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 [2021-04-17T14:06:31.805Z] $ docker top e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-17T14:06:31.988Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-17T14:06:31.988Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-17T14:06:32.214Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-17T14:06:32.218Z] $ docker exec e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b ssh-agent [2021-04-17T14:06:32.410Z] SSH_AUTH_SOCK=/tmp/ssh-uzFwYmbKCjvv/agent.11 [2021-04-17T14:06:32.410Z] SSH_AGENT_PID=17 [2021-04-17T14:06:32.417Z] Running ssh-add (command line suppressed) [2021-04-17T14:06:32.549Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3441396771185723487.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3441396771185723487.key) [2021-04-17T14:06:32.608Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-17T14:06:32.912Z] + git semver push [2021-04-17T14:06:32.912Z] # -> Open(): unable to determine branch for HEAD [2021-04-17T14:06:32.912Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-17T14:06:32.912Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-17T14:06:32.912Z] # $SEMVER_REMOTE_NAME = origin [2021-04-17T14:06:32.912Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-17T14:06:32.912Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-17T14:06:32.912Z] # $SEMVER_BRANCH = master [2021-04-17T14:06:32.912Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-17T14:06:37.152Z] $ docker exec --env ******** --env ******** e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b ssh-agent -k [2021-04-17T14:06:37.278Z] unset SSH_AUTH_SOCK; [2021-04-17T14:06:37.278Z] unset SSH_AGENT_PID; [2021-04-17T14:06:37.278Z] echo Agent pid 17 killed; [2021-04-17T14:06:37.333Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-17T14:06:37.668Z] + git semver [Pipeline] } [2021-04-17T14:06:37.684Z] $ docker stop --time=1 e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b [2021-04-17T14:06:39.051Z] $ docker rm -f e39315437742bff343c5679d415cde3033ccb0a89b9bfed506c9be81e3c5046b [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 [2021-04-17T14:06:39.822Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:06:40.406Z] ---> package-listing.sh [2021-04-17T14:06:40.407Z] ++ facter osfamily [2021-04-17T14:06:40.407Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-17T14:06:40.407Z] + OS_FAMILY=redhat [2021-04-17T14:06:40.407Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-17T14:06:40.407Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-17T14:06:40.407Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-17T14:06:40.407Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-17T14:06:40.407Z] + PACKAGES=/tmp/packages_start.txt [2021-04-17T14:06:40.407Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-17T14:06:40.407Z] + PACKAGES=/tmp/packages_end.txt [2021-04-17T14:06:40.407Z] + case "${OS_FAMILY}" in [2021-04-17T14:06:40.407Z] + rpm -qa [2021-04-17T14:06:40.407Z] + sort [2021-04-17T14:06:45.730Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-17T14:06:45.730Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-17T14:06:45.730Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-17T14:06:45.730Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-17T14:06:45.730Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-17T14:06:45.730Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-04-17T14:06:45.747Z] 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 [2021-04-17T14:06:46.044Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:06:46.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:06:46.353Z] [2021-04-17T14:06:46.353Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-17T14:06:46.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:06:46.691Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-17T14:06:46.691Z] df20fa9351a1: Pulling fs layer [2021-04-17T14:06:46.691Z] 36b3adc4ff6f: Pulling fs layer [2021-04-17T14:06:46.691Z] 8ad3a11d3b57: Pulling fs layer [2021-04-17T14:06:46.691Z] 46f8f816bc3b: Pulling fs layer [2021-04-17T14:06:46.691Z] 93b61091891f: Pulling fs layer [2021-04-17T14:06:46.691Z] 93b9cdb0e59b: Pulling fs layer [2021-04-17T14:06:46.691Z] 5e14af77c1be: Pulling fs layer [2021-04-17T14:06:46.691Z] 01666e4c0597: Pulling fs layer [2021-04-17T14:06:46.691Z] aa168da1d23b: Pulling fs layer [2021-04-17T14:06:46.691Z] 46f8f816bc3b: Waiting [2021-04-17T14:06:46.691Z] 93b61091891f: Waiting [2021-04-17T14:06:46.691Z] 93b9cdb0e59b: Waiting [2021-04-17T14:06:46.691Z] 5e14af77c1be: Waiting [2021-04-17T14:06:46.691Z] 01666e4c0597: Waiting [2021-04-17T14:06:46.691Z] aa168da1d23b: Waiting [2021-04-17T14:06:46.691Z] 36b3adc4ff6f: Download complete [2021-04-17T14:06:46.691Z] 46f8f816bc3b: Verifying Checksum [2021-04-17T14:06:46.691Z] 46f8f816bc3b: Download complete [2021-04-17T14:06:46.956Z] 93b61091891f: Download complete [2021-04-17T14:06:46.956Z] df20fa9351a1: Verifying Checksum [2021-04-17T14:06:46.956Z] df20fa9351a1: Download complete [2021-04-17T14:06:46.956Z] 93b9cdb0e59b: Verifying Checksum [2021-04-17T14:06:46.956Z] 93b9cdb0e59b: Download complete [2021-04-17T14:06:46.956Z] 01666e4c0597: Verifying Checksum [2021-04-17T14:06:46.956Z] 01666e4c0597: Download complete [2021-04-17T14:06:46.956Z] 5e14af77c1be: Download complete [2021-04-17T14:06:47.219Z] 8ad3a11d3b57: Verifying Checksum [2021-04-17T14:06:47.219Z] 8ad3a11d3b57: Download complete [2021-04-17T14:06:47.795Z] df20fa9351a1: Pull complete [2021-04-17T14:06:48.061Z] 36b3adc4ff6f: Pull complete [2021-04-17T14:06:49.463Z] aa168da1d23b: Verifying Checksum [2021-04-17T14:06:49.463Z] aa168da1d23b: Download complete [2021-04-17T14:06:49.727Z] 8ad3a11d3b57: Pull complete [2021-04-17T14:06:49.990Z] 46f8f816bc3b: Pull complete [2021-04-17T14:06:50.256Z] 93b61091891f: Pull complete [2021-04-17T14:06:50.518Z] 93b9cdb0e59b: Pull complete [2021-04-17T14:06:50.518Z] 5e14af77c1be: Pull complete [2021-04-17T14:06:50.783Z] 01666e4c0597: Pull complete [2021-04-17T14:06:58.971Z] aa168da1d23b: Pull complete [2021-04-17T14:06:58.971Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-17T14:06:58.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-17T14:06:58.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-17T14:06:59.085Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2021-04-17T14:06:59.135Z] $ 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 [2021-04-17T14:07:02.316Z] $ docker top eb0b96a46c91a933b5cf758d0c6a1a00760b5e9989a417a0b2d6c33673b96dee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-17T14:07:02.842Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-17T14:07:03.213Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-17T14:07:03.540Z] + ls /var/log/sa-host [2021-04-17T14:07:03.540Z] + sadf -c /var/log/sa-host/sa17 [2021-04-17T14:07:03.540Z] file_magic: OK [2021-04-17T14:07:03.540Z] HZ: Using current value: 100 [2021-04-17T14:07:03.540Z] file_header: OK [2021-04-17T14:07:03.540Z] 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 [2021-04-17T14:07:03.540Z] Statistics: [2021-04-17T14:07:03.540Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-17T14:07:03.540Z] File successfully converted to sysstat format version 12.2.1 [2021-04-17T14:07:03.540Z] + sadf -c /var/log/sa-host/sa23 [2021-04-17T14:07:03.540Z] file_magic: OK [2021-04-17T14:07:03.540Z] HZ: Using current value: 100 [2021-04-17T14:07:03.540Z] file_header: OK [2021-04-17T14:07:03.540Z] 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 [2021-04-17T14:07:03.540Z] Statistics: [2021-04-17T14:07:03.540Z] Hnuu...uuuununununu... [2021-04-17T14:07:03.540Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-17T14:07:03.717Z] provisioning config files... [2021-04-17T14:07:03.737Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1814936419179979250tmp [Pipeline] { [Pipeline] echo [2021-04-17T14:07:03.758Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:04.054Z] ---> create-netrc.sh [Pipeline] } [2021-04-17T14:07:04.063Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-17T14:07:04.090Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:04.388Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-17T14:07:04.400Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:04.697Z] ---> sudo-logs.sh [2021-04-17T14:07:04.697Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-17T14:07:04.730Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:05.029Z] ---> job-cost.sh [2021-04-17T14:07:05.029Z] lf-activate-venv: SKIPPING [2021-04-17T14:07:05.029Z] DEBUG: total: 0.20999999344348907 [2021-04-17T14:07:05.029Z] INFO: Retrieving Stack Cost... [2021-04-17T14:07:07.590Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-17T14:07:07.590Z] INFO: Archiving Costs [Pipeline] echo [2021-04-17T14:07:07.605Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-17T14:07:07.901Z] ---> logs-deploy.sh [2021-04-17T14:07:07.901Z] lf-activate-venv: SKIPPING [2021-04-17T14:07:07.901Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/150 [2021-04-17T14:07:07.901Z] INFO: archiving workspace using pattern(s): [2021-04-17T14:07:09.823Z] Archives upload complete. [2021-04-17T14:07:09.823Z] INFO: archiving logs to Nexus [2021-04-17T14:07:10.770Z] ---> uname -a: [2021-04-17T14:07:10.770Z] Linux prd-centos7-docker-4c-2g-568.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] ---> lscpu: [2021-04-17T14:07:10.770Z] Architecture: x86_64 [2021-04-17T14:07:10.770Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-17T14:07:10.770Z] Byte Order: Little Endian [2021-04-17T14:07:10.770Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-17T14:07:10.770Z] CPU(s): 4 [2021-04-17T14:07:10.770Z] On-line CPU(s) list: 0-3 [2021-04-17T14:07:10.770Z] Thread(s) per core: 1 [2021-04-17T14:07:10.770Z] Core(s) per socket: 1 [2021-04-17T14:07:10.770Z] Socket(s): 4 [2021-04-17T14:07:10.770Z] NUMA node(s): 1 [2021-04-17T14:07:10.770Z] Vendor ID: GenuineIntel [2021-04-17T14:07:10.770Z] CPU family: 6 [2021-04-17T14:07:10.770Z] Model: 44 [2021-04-17T14:07:10.770Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-17T14:07:10.770Z] Stepping: 1 [2021-04-17T14:07:10.770Z] CPU MHz: 2933.438 [2021-04-17T14:07:10.770Z] BogoMIPS: 5866.87 [2021-04-17T14:07:10.770Z] Virtualization: VT-x [2021-04-17T14:07:10.770Z] Hypervisor vendor: KVM [2021-04-17T14:07:10.770Z] Virtualization type: full [2021-04-17T14:07:10.770Z] L1d cache: 128 KiB [2021-04-17T14:07:10.770Z] L1i cache: 128 KiB [2021-04-17T14:07:10.770Z] L2 cache: 16 MiB [2021-04-17T14:07:10.770Z] L3 cache: 64 MiB [2021-04-17T14:07:10.770Z] NUMA node0 CPU(s): 0-3 [2021-04-17T14:07:10.770Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-17T14:07:10.770Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-17T14:07:10.770Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-17T14:07:10.770Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-17T14:07:10.770Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-17T14:07:10.770Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-17T14:07:10.770Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-17T14:07:10.770Z] Vulnerability Srbds: Not affected [2021-04-17T14:07:10.770Z] Vulnerability Tsx async abort: Not affected [2021-04-17T14:07:10.770Z] 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 [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] ---> nproc: [2021-04-17T14:07:10.770Z] 4 [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] ---> df -h: [2021-04-17T14:07:10.770Z] Filesystem Size Used Available Use% Mounted on [2021-04-17T14:07:10.770Z] overlay 50.0G 8.5G 41.4G 17% / [2021-04-17T14:07:10.770Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-17T14:07:10.770Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-17T14:07:10.770Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-04-17T14:07:10.770Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] ---> free -m: [2021-04-17T14:07:10.770Z] total used free shared buff/cache available [2021-04-17T14:07:10.770Z] Mem: 1837 836 141 0 859 936 [2021-04-17T14:07:10.770Z] Swap: 1023 2 1021 [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] ---> ip addr: [2021-04-17T14:07:10.770Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-17T14:07:10.770Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-17T14:07:10.770Z] inet 127.0.0.1/8 scope host lo [2021-04-17T14:07:10.770Z] valid_lft forever preferred_lft forever [2021-04-17T14:07:10.770Z] inet6 ::1/128 scope host [2021-04-17T14:07:10.770Z] valid_lft forever preferred_lft forever [2021-04-17T14:07:10.770Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-17T14:07:10.770Z] link/ether fa:16:3e:06:98:70 brd ff:ff:ff:ff:ff:ff [2021-04-17T14:07:10.770Z] inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-17T14:07:10.770Z] valid_lft 85761sec preferred_lft 85761sec [2021-04-17T14:07:10.770Z] inet6 fe80::f816:3eff:fe06:9870/64 scope link [2021-04-17T14:07:10.770Z] valid_lft forever preferred_lft forever [2021-04-17T14:07:10.770Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-17T14:07:10.770Z] link/ether 02:42:0e:14:b4:7f brd ff:ff:ff:ff:ff:ff [2021-04-17T14:07:10.770Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-17T14:07:10.770Z] valid_lft forever preferred_lft forever [2021-04-17T14:07:10.770Z] inet6 fe80::42:eff:fe14:b47f/64 scope link [2021-04-17T14:07:10.770Z] valid_lft forever preferred_lft forever [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] ---> sar -b -r -n DEV: [2021-04-17T14:07:10.770Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] 13:56:19 LINUX RESTART (4 CPU) [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] 13:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-17T14:07:10.770Z] 13:58:01 50.17 13.98 36.19 0.00 4617.58 3404.24 0.00 [2021-04-17T14:07:10.770Z] 13:59:01 2.11 0.00 2.11 0.00 0.00 34.32 0.00 [2021-04-17T14:07:10.770Z] 14:00:01 0.58 0.00 0.58 0.00 0.00 6.00 0.00 [2021-04-17T14:07:10.770Z] 14:01:01 0.33 0.02 0.32 0.00 0.13 4.03 0.00 [2021-04-17T14:07:10.770Z] 14:02:01 0.40 0.08 0.32 0.00 1.60 5.31 0.00 [2021-04-17T14:07:10.770Z] 14:03:01 0.32 0.00 0.32 0.00 0.00 4.33 0.00 [2021-04-17T14:07:10.770Z] 14:04:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 [2021-04-17T14:07:10.770Z] 14:05:01 144.36 78.61 65.76 0.00 3135.01 24888.93 0.00 [2021-04-17T14:07:10.770Z] 14:06:01 260.24 125.51 134.72 0.00 6241.41 34521.45 0.00 [2021-04-17T14:07:10.770Z] 14:07:01 234.99 104.67 130.32 0.00 7433.37 29583.13 0.00 [2021-04-17T14:07:10.770Z] Average: 69.18 32.21 36.97 0.00 2136.73 9222.56 0.00 [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] 13:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-17T14:07:10.770Z] 13:58:01 133752 0 613080 32.58 2620 1132092 1113792 38.01 468624 1079684 8 [2021-04-17T14:07:10.770Z] 13:59:01 142012 0 604812 32.14 2620 1132100 1068116 36.45 463344 1077816 8 [2021-04-17T14:07:10.770Z] 14:00:01 142276 0 604544 32.13 2620 1132104 1068116 36.45 459696 1081648 8 [2021-04-17T14:07:10.770Z] 14:01:01 140884 0 605932 32.20 2620 1132108 1070804 36.54 460456 1081652 8 [2021-04-17T14:07:10.770Z] 14:02:01 140600 0 606092 32.21 2620 1132232 1068708 36.47 461024 1082056 12 [2021-04-17T14:07:10.770Z] 14:03:01 138936 0 607748 32.30 2620 1132240 1068804 36.48 462216 1082056 16 [2021-04-17T14:07:10.770Z] 14:04:01 138356 0 608328 32.33 2620 1132240 1068792 36.48 462800 1082056 12 [2021-04-17T14:07:10.770Z] 14:05:01 73932 0 756828 40.22 2596 1048188 1517016 51.77 541120 1001724 95324 [2021-04-17T14:07:10.770Z] 14:06:01 177008 0 767248 40.78 1592 935696 1297080 44.27 538728 853388 89356 [2021-04-17T14:07:10.770Z] 14:07:01 197892 0 835860 44.42 1420 846372 1310852 44.74 543024 766644 48 [2021-04-17T14:07:10.770Z] Average: 142565 0 661047 35.13 2395 1075537 1165208 39.77 486103 1018872 18480 [2021-04-17T14:07:10.770Z] [2021-04-17T14:07:10.770Z] 13:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-17T14:07:10.770Z] 13:58:01 eth0 314.08 186.63 739.20 56.12 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 13:58:01 docker0 12.38 10.50 1.81 25.84 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 13:59:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:00:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:01:01 eth0 1.03 0.08 0.10 0.01 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:02:01 eth0 0.67 0.38 0.35 0.24 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:03:01 eth0 1.23 0.48 0.44 0.24 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:04:01 eth0 1.62 0.32 0.38 0.20 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:05:01 eth0 405.56 347.31 4074.89 53.68 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:06:01 eth0 429.95 358.82 3471.59 40.50 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:06:01 docker0 48.20 53.92 4.17 254.07 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:07:01 eth0 322.73 234.32 2509.06 94.99 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.770Z] 14:07:01 docker0 25.43 34.47 1.68 248.07 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.771Z] Average: eth0 147.54 112.74 1078.15 24.51 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.771Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.771Z] Average: docker0 8.58 9.86 0.77 52.57 0.00 0.00 0.00 0.00 [2021-04-17T14:07:10.771Z] [2021-04-17T14:07:10.771Z] [2021-04-17T14:07:10.771Z] ---> sar -P ALL: [2021-04-17T14:07:10.771Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) [2021-04-17T14:07:10.771Z] [2021-04-17T14:07:10.771Z] 13:56:19 LINUX RESTART (4 CPU) [2021-04-17T14:07:10.771Z] [2021-04-17T14:07:10.771Z] 13:57:01 CPU %user %nice %system %iowait %steal %idle [2021-04-17T14:07:10.771Z] 13:58:01 all 6.78 0.00 3.10 1.02 0.57 88.53 [2021-04-17T14:07:10.771Z] 13:58:01 0 6.34 0.00 3.59 0.15 0.51 89.41 [2021-04-17T14:07:10.771Z] 13:58:01 1 6.36 0.00 3.14 1.30 0.62 88.57 [2021-04-17T14:07:10.771Z] 13:58:01 2 7.08 0.00 2.55 0.42 0.52 89.43 [2021-04-17T14:07:10.771Z] 13:58:01 3 7.32 0.00 3.12 2.19 0.64 86.72 [2021-04-17T14:07:10.771Z] 13:59:01 all 0.14 0.00 0.05 0.00 0.01 99.80 [2021-04-17T14:07:10.771Z] 13:59:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-17T14:07:10.771Z] 13:59:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2021-04-17T14:07:10.771Z] 13:59:01 2 0.42 0.00 0.03 0.00 0.00 99.55 [2021-04-17T14:07:10.771Z] 13:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-17T14:07:10.771Z] 14:00:01 all 0.15 0.00 0.07 0.00 0.01 99.77 [2021-04-17T14:07:10.771Z] 14:00:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-17T14:07:10.771Z] 14:00:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-04-17T14:07:10.771Z] 14:00:01 2 0.45 0.00 0.03 0.00 0.03 99.48 [2021-04-17T14:07:10.771Z] 14:00:01 3 0.07 0.00 0.10 0.00 0.00 99.83 [2021-04-17T14:07:10.771Z] 14:01:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-04-17T14:07:10.771Z] 14:01:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-04-17T14:07:10.771Z] 14:01:01 1 0.37 0.00 0.03 0.00 0.00 99.60 [2021-04-17T14:07:10.771Z] 14:01:01 2 0.18 0.00 0.02 0.00 0.00 99.80 [2021-04-17T14:07:10.771Z] 14:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-17T14:07:10.771Z] 14:02:01 all 0.13 0.00 0.07 0.00 0.02 99.78 [2021-04-17T14:07:10.771Z] 14:02:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-17T14:07:10.771Z] 14:02:01 1 0.37 0.00 0.12 0.00 0.05 99.47 [2021-04-17T14:07:10.771Z] 14:02:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-04-17T14:07:10.771Z] 14:02:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-17T14:07:10.771Z] 14:03:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-04-17T14:07:10.771Z] 14:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-17T14:07:10.771Z] 14:03:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-17T14:07:10.771Z] 14:03:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-17T14:07:10.771Z] 14:03:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-17T14:07:10.771Z] 14:04:01 all 0.08 0.00 0.04 0.00 0.01 99.87 [2021-04-17T14:07:10.771Z] 14:04:01 0 0.08 0.00 0.02 0.00 0.02 99.88 [2021-04-17T14:07:10.771Z] 14:04:01 1 0.12 0.00 0.02 0.00 0.00 99.87 [2021-04-17T14:07:10.771Z] 14:04:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-04-17T14:07:10.771Z] 14:04:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-04-17T14:07:10.771Z] 14:05:01 all 6.65 0.00 4.64 0.94 0.07 87.70 [2021-04-17T14:07:10.771Z] 14:05:01 0 6.33 0.00 4.96 0.63 0.08 88.00 [2021-04-17T14:07:10.771Z] 14:05:01 1 7.23 0.00 3.95 0.24 0.07 88.51 [2021-04-17T14:07:10.771Z] 14:05:01 2 6.34 0.00 4.64 0.54 0.05 88.43 [2021-04-17T14:07:10.771Z] 14:05:01 3 6.70 0.00 5.00 2.37 0.07 85.85 [2021-04-17T14:07:10.771Z] 14:06:01 all 10.91 0.00 8.06 3.12 0.31 77.60 [2021-04-17T14:07:10.771Z] 14:06:01 0 10.66 0.00 9.11 4.59 0.33 75.32 [2021-04-17T14:07:10.771Z] 14:06:01 1 11.62 0.00 8.60 2.62 0.27 76.88 [2021-04-17T14:07:10.771Z] 14:06:01 2 10.28 0.00 7.56 3.32 0.29 78.55 [2021-04-17T14:07:10.771Z] 14:06:01 3 11.06 0.00 6.96 1.96 0.36 79.65 [2021-04-17T14:07:10.771Z] 14:07:01 all 11.44 0.00 8.65 4.37 0.32 75.22 [2021-04-17T14:07:10.771Z] 14:07:01 0 12.58 0.00 9.15 1.17 0.30 76.80 [2021-04-17T14:07:10.771Z] 14:07:01 1 11.65 0.00 8.74 7.11 0.31 72.18 [2021-04-17T14:07:10.771Z] 14:07:01 2 10.51 0.00 7.54 3.06 0.30 78.60 [2021-04-17T14:07:10.771Z] 14:07:01 3 11.02 0.00 9.18 6.17 0.37 73.27 [2021-04-17T14:07:10.771Z] Average: all 3.58 0.00 2.43 0.92 0.13 92.93 [2021-04-17T14:07:10.771Z] Average: 0 3.55 0.00 2.65 0.64 0.12 93.04 [2021-04-17T14:07:10.771Z] Average: 1 3.73 0.00 2.44 1.10 0.13 92.60 [2021-04-17T14:07:10.771Z] Average: 2 3.49 0.00 2.21 0.72 0.12 93.46 [2021-04-17T14:07:10.771Z] Average: 3 3.57 0.00 2.41 1.24 0.14 92.63 [2021-04-17T14:07:10.771Z] [2021-04-17T14:07:10.771Z] [2021-04-17T14:07:10.771Z]