Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4a48ed36b56f70f387819c322f1a51e9c7883451 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 ‘prd-centos7-docker-4c-2g-29822’ Running on prd-centos7-docker-4c-2g-29825 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 4a48ed36b56f70f387819c322f1a51e9c7883451 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 Commit message: "Merge pull request #817 from hahattan/fix-term" > git rev-list --no-walk a5ad5abbb998935bb195657aabe249c4682f0fa3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-15T15:18:26.746Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-15T15:18:27.117Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-15T15:18:27.226Z] ========================================================= [2021-03-15T15:18:27.226Z] EdgeX Global Pipelines Version Info [2021-03-15T15:18:27.226Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:18:29.852Z] ------------------- [2021-03-15T15:18:29.852Z] stable info: [2021-03-15T15:18:29.852Z] ------------------- [2021-03-15T15:18:29.852Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-15T15:18:29.852Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T15:18:29.852Z] Message: update stable to v1.0.184 [2021-03-15T15:18:30.849Z] ------------------- [2021-03-15T15:18:30.849Z] experimental info: [2021-03-15T15:18:30.849Z] ------------------- [2021-03-15T15:18:30.849Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-15T15:18:30.849Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-15T15:18:30.849Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-15T15:18:31.188Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-15T15:18:31.293Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-15T15:18:31.391Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-15T15:18:31.494Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-15T15:18:31.592Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-15T15:18:31.683Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-15T15:18:31.786Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-15T15:18:31.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-15T15:18:31.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-15T15:18:32.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-15T15:18:32.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-15T15:18:32.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-03-15T15:18:32.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-15T15:18:32.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-15T15:18:32.706Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-15T15:18:32.798Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-15T15:18:32.895Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-15T15:18:33.044Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-15T15:18:33.155Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-15T15:18:33.259Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-15T15:18:33.396Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-15T15:18:33.491Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-15T15:18:33.621Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-15T15:18:33.778Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-15T15:18:33.888Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-15T15:18:33.979Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-15T15:18:34.074Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-15T15:18:34.169Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-15T15:18:34.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-15T15:18:34.400Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] echo [2021-03-15T15:18:34.489Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a48ed3 [Pipeline] echo [2021-03-15T15:18:34.580Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T15:18:34.781Z] provisioning config files... [2021-03-15T15:18:34.815Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1480704626899905587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:18:35.240Z] ---> docker-login.sh [2021-03-15T15:18:35.240Z] nexus3.edgexfoundry.org:10001 [2021-03-15T15:18:35.869Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:18:36.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:18:36.170Z] Configure a credential helper to remove this warning. See [2021-03-15T15:18:36.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:18:36.170Z] [2021-03-15T15:18:36.170Z] Login Succeeded [2021-03-15T15:18:36.170Z] nexus3.edgexfoundry.org:10002 [2021-03-15T15:18:37.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:18:37.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:18:37.594Z] Configure a credential helper to remove this warning. See [2021-03-15T15:18:37.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:18:37.594Z] [2021-03-15T15:18:37.594Z] Login Succeeded [2021-03-15T15:18:37.594Z] nexus3.edgexfoundry.org:10003 [2021-03-15T15:18:38.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:18:38.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:18:38.547Z] Configure a credential helper to remove this warning. See [2021-03-15T15:18:38.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:18:38.547Z] [2021-03-15T15:18:38.547Z] Login Succeeded [2021-03-15T15:18:38.547Z] nexus3.edgexfoundry.org:10004 [2021-03-15T15:18:39.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:18:39.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:18:39.774Z] Configure a credential helper to remove this warning. See [2021-03-15T15:18:39.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:18:39.774Z] [2021-03-15T15:18:39.774Z] Login Succeeded [2021-03-15T15:18:39.774Z] docker.io [2021-03-15T15:18:40.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:18:40.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:18:40.709Z] Configure a credential helper to remove this warning. See [2021-03-15T15:18:40.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:18:40.709Z] [2021-03-15T15:18:40.709Z] Login Succeeded [2021-03-15T15:18:40.709Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T15:18:40.728Z] 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-03-15T15:18:41.857Z] + git log --format=format:%s -1 4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] echo [2021-03-15T15:18:42.146Z] GIT_COMMIT: 4a48ed36b56f70f387819c322f1a51e9c7883451, Commit Message: Merge pull request #817 from hahattan/fix-term [Pipeline] echo [2021-03-15T15:18:42.194Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:18:42.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T15:18:43.144Z] [2021-03-15T15:18:43.144Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:18:43.794Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T15:18:44.416Z] latest: Pulling from edgex-devops/git-semver [2021-03-15T15:18:44.416Z] 31603596830f: Pulling fs layer [2021-03-15T15:18:44.416Z] 2a8b12db71e7: Pulling fs layer [2021-03-15T15:18:44.416Z] 6ca5941a6612: Pulling fs layer [2021-03-15T15:18:44.416Z] ecc8261a40a4: Pulling fs layer [2021-03-15T15:18:44.416Z] ecc8261a40a4: Waiting [2021-03-15T15:18:44.693Z] 2a8b12db71e7: Verifying Checksum [2021-03-15T15:18:44.693Z] 2a8b12db71e7: Download complete [2021-03-15T15:18:44.693Z] 31603596830f: Verifying Checksum [2021-03-15T15:18:44.693Z] 31603596830f: Download complete [2021-03-15T15:18:44.968Z] ecc8261a40a4: Verifying Checksum [2021-03-15T15:18:44.968Z] ecc8261a40a4: Download complete [2021-03-15T15:18:44.968Z] 6ca5941a6612: Verifying Checksum [2021-03-15T15:18:44.968Z] 6ca5941a6612: Download complete [2021-03-15T15:18:45.588Z] 31603596830f: Pull complete [2021-03-15T15:18:45.588Z] 2a8b12db71e7: Pull complete [2021-03-15T15:18:48.413Z] 6ca5941a6612: Pull complete [2021-03-15T15:18:49.426Z] ecc8261a40a4: Pull complete [2021-03-15T15:18:49.426Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-15T15:18:49.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T15:18:49.426Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-15T15:18:49.779Z] prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container [2021-03-15T15:18:49.956Z] $ 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-03-15T15:18:54.728Z] $ docker top 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T15:18:55.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T15:18:55.483Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T15:18:56.228Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T15:18:56.234Z] $ docker exec 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent [2021-03-15T15:18:56.765Z] SSH_AUTH_SOCK=/tmp/ssh-Ba0Z34m9Xs3b/agent.11 [2021-03-15T15:18:56.765Z] SSH_AGENT_PID=17 [2021-03-15T15:18:56.790Z] Running ssh-add (command line suppressed) [2021-03-15T15:18:57.416Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_273858967141202291.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_273858967141202291.key) [2021-03-15T15:18:57.659Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T15:18:58.499Z] + git tag --points-at HEAD [Pipeline] } [2021-03-15T15:18:58.563Z] $ docker exec --env ******** --env ******** 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent -k [2021-03-15T15:18:59.278Z] unset SSH_AUTH_SOCK; [2021-03-15T15:18:59.311Z] unset SSH_AGENT_PID; [2021-03-15T15:18:59.311Z] echo Agent pid 17 killed; [2021-03-15T15:18:59.407Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-15T15:18:59.640Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T15:18:59.640Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T15:19:00.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T15:19:00.104Z] $ docker exec 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent [2021-03-15T15:19:00.659Z] SSH_AUTH_SOCK=/tmp/ssh-NhDf4HHalJVP/agent.46 [2021-03-15T15:19:00.659Z] SSH_AGENT_PID=51 [2021-03-15T15:19:00.693Z] Running ssh-add (command line suppressed) [2021-03-15T15:19:00.984Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3226680721399718962.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3226680721399718962.key) [2021-03-15T15:19:01.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T15:19:01.883Z] + git semver init [2021-03-15T15:19:01.883Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T15:19:01.883Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-15T15:19:01.883Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-15T15:19:01.883Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T15:19:01.883Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T15:19:01.883Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T15:19:01.883Z] # $SEMVER_BRANCH = master [2021-03-15T15:19:01.883Z] # $SEMVER_TEMP = /tmp/semver-028286084 [2021-03-15T15:19:01.883Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-15T15:19:03.322Z] # '/tmp/semver-028286084' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-03-15T15:19:03.322Z] # -> Force: false [2021-03-15T15:19:03.322Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-15T15:19:03.343Z] $ docker exec --env ******** --env ******** 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 ssh-agent -k [2021-03-15T15:19:03.523Z] unset SSH_AUTH_SOCK; [2021-03-15T15:19:03.524Z] unset SSH_AGENT_PID; [2021-03-15T15:19:03.524Z] echo Agent pid 51 killed; [2021-03-15T15:19:03.600Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T15:19:04.439Z] + git semver [Pipeline] } [2021-03-15T15:19:04.477Z] $ docker stop --time=1 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 [2021-03-15T15:19:06.347Z] $ docker rm -f 59ed3f3c4791d6ae5284f3f58a8516f1d532662f0b89af0eeec803ab0f573247 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T15:19:07.272Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-15T15:19:08.481Z] Stashed 1 file(s) [Pipeline] echo [2021-03-15T15:19:08.484Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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-03-15T15:19:24.014Z] Still waiting to schedule task [2021-03-15T15:19:24.014Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-03-15T15:19:24.017Z] Still waiting to schedule task [2021-03-15T15:19:24.017Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-15T15:20:56.822Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29826 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-15T15:20:56.897Z] Running in /w/workspace/device-sdk-go/127 [Pipeline] { [Pipeline] checkout [2021-03-15T15:21:02.149Z] using credential edgex-jenkins-ssh [2021-03-15T15:21:02.239Z] Cloning the remote Git repository [2021-03-15T15:21:02.322Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-15T15:21:02.422Z] > git init /w/workspace/device-sdk-go/127 # timeout=10 [2021-03-15T15:21:02.519Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-15T15:21:02.520Z] > git --version # timeout=10 [2021-03-15T15:21:02.539Z] > git --version # 'git version 2.17.1' [2021-03-15T15:21:02.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T15:21:02.613Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T15:21:05.383Z] Checking out Revision 4a48ed36b56f70f387819c322f1a51e9c7883451 (master) [2021-03-15T15:21:04.759Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-15T15:21:04.779Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T15:21:04.807Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-15T15:21:04.846Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-15T15:21:04.847Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T15:21:04.859Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T15:21:05.423Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T15:21:05.442Z] > git checkout -f 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 [2021-03-15T15:21:09.775Z] Commit message: "Merge pull request #817 from hahattan/fix-term" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T15:21:11.467Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-15T15:21:13.268Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T15:21:13.608Z] + sudo service+ dockertrue restart [2021-03-15T15:21:13.608Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T15:21:16.340Z] provisioning config files... [2021-03-15T15:21:16.424Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/127@tmp/config4341889644104306225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:21:16.921Z] ---> docker-login.sh [2021-03-15T15:21:16.921Z] nexus3.edgexfoundry.org:10001 [2021-03-15T15:21:17.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:21:18.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:21:18.175Z] Configure a credential helper to remove this warning. See [2021-03-15T15:21:18.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:21:18.175Z] [2021-03-15T15:21:18.175Z] Login Succeeded [2021-03-15T15:21:18.175Z] nexus3.edgexfoundry.org:10002 [2021-03-15T15:21:18.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:21:18.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:21:18.735Z] Configure a credential helper to remove this warning. See [2021-03-15T15:21:18.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:21:18.735Z] [2021-03-15T15:21:18.735Z] Login Succeeded [2021-03-15T15:21:18.735Z] nexus3.edgexfoundry.org:10003 [2021-03-15T15:21:19.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:21:19.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:21:19.286Z] Configure a credential helper to remove this warning. See [2021-03-15T15:21:19.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:21:19.286Z] [2021-03-15T15:21:19.286Z] Login Succeeded [2021-03-15T15:21:19.286Z] nexus3.edgexfoundry.org:10004 [2021-03-15T15:21:19.563Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:21:19.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:21:19.840Z] Configure a credential helper to remove this warning. See [2021-03-15T15:21:19.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:21:19.840Z] [2021-03-15T15:21:19.840Z] Login Succeeded [2021-03-15T15:21:19.840Z] docker.io [2021-03-15T15:21:20.115Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:21:20.388Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:21:20.388Z] Configure a credential helper to remove this warning. See [2021-03-15T15:21:20.388Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:21:20.388Z] [2021-03-15T15:21:20.388Z] Login Succeeded [2021-03-15T15:21:20.660Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T15:21:20.679Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T15:21:21.230Z] ========================================================= [2021-03-15T15:21:21.230Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-15T15:21:21.230Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:21:21.639Z] + 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-03-15T15:21:21.911Z] Sending build context to Docker daemon 2.25MB [2021-03-15T15:21:22.183Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T15:21:22.183Z] Step 2/8 : FROM ${BASE} [2021-03-15T15:21:22.183Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-15T15:21:22.183Z] 5f621e34cdf4: Pulling fs layer [2021-03-15T15:21:22.183Z] a4357932f1b6: Pulling fs layer [2021-03-15T15:21:22.183Z] 18c013af1878: Pulling fs layer [2021-03-15T15:21:22.183Z] 00ac8860ef70: Pulling fs layer [2021-03-15T15:21:22.183Z] 63d7cb157983: Pulling fs layer [2021-03-15T15:21:22.183Z] b116817d02f9: Pulling fs layer [2021-03-15T15:21:22.183Z] 745a02a5169b: Pulling fs layer [2021-03-15T15:21:22.183Z] 00ac8860ef70: Waiting [2021-03-15T15:21:22.183Z] 63d7cb157983: Waiting [2021-03-15T15:21:22.183Z] b116817d02f9: Waiting [2021-03-15T15:21:22.183Z] 745a02a5169b: Waiting [2021-03-15T15:21:22.183Z] 18c013af1878: Verifying Checksum [2021-03-15T15:21:22.183Z] 18c013af1878: Download complete [2021-03-15T15:21:22.183Z] a4357932f1b6: Verifying Checksum [2021-03-15T15:21:22.183Z] a4357932f1b6: Download complete [2021-03-15T15:21:22.183Z] 63d7cb157983: Download complete [2021-03-15T15:21:22.183Z] b116817d02f9: Verifying Checksum [2021-03-15T15:21:22.183Z] b116817d02f9: Download complete [2021-03-15T15:21:22.776Z] 5f621e34cdf4: Verifying Checksum [2021-03-15T15:21:22.776Z] 5f621e34cdf4: Download complete [2021-03-15T15:21:23.382Z] 5f621e34cdf4: Pull complete [2021-03-15T15:21:23.990Z] a4357932f1b6: Pull complete [2021-03-15T15:21:24.265Z] 18c013af1878: Pull complete [2021-03-15T15:21:25.270Z] 745a02a5169b: Verifying Checksum [2021-03-15T15:21:25.270Z] 745a02a5169b: Download complete [2021-03-15T15:21:26.707Z] 00ac8860ef70: Verifying Checksum [2021-03-15T15:21:26.707Z] 00ac8860ef70: Download complete [2021-03-15T15:21:36.868Z] 00ac8860ef70: Pull complete [2021-03-15T15:21:37.141Z] 63d7cb157983: Pull complete [2021-03-15T15:21:37.735Z] b116817d02f9: Pull complete [2021-03-15T15:21:41.134Z] 745a02a5169b: Pull complete [2021-03-15T15:21:41.134Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-15T15:21:41.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-15T15:21:41.134Z] ---> b7e6874047d6 [2021-03-15T15:21:41.134Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-15T15:21:43.771Z] ---> Running in b65655e38120 [2021-03-15T15:21:44.375Z] Removing intermediate container b65655e38120 [2021-03-15T15:21:44.375Z] ---> 2cd2cc57cc95 [2021-03-15T15:21:44.375Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T15:21:44.375Z] ---> Running in c61e65500ece [2021-03-15T15:21:46.371Z] Removing intermediate container c61e65500ece [2021-03-15T15:21:46.371Z] ---> 4e7da73af82f [2021-03-15T15:21:46.371Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-15T15:21:46.645Z] ---> Running in 609c1586c628 [2021-03-15T15:21:47.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T15:21:48.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T15:21:49.202Z] OK: 142 MiB in 39 packages [2021-03-15T15:21:50.191Z] Removing intermediate container 609c1586c628 [2021-03-15T15:21:50.191Z] ---> 4c3c330e9e01 [2021-03-15T15:21:50.191Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-15T15:21:50.463Z] ---> Running in 49b06a0a8100 [2021-03-15T15:21:50.801Z] Running on prd-centos7-docker-4c-2g-29827 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-15T15:21:50.923Z] Running in /w/workspace/device-sdk-go/127 [Pipeline] { [Pipeline] checkout [2021-03-15T15:21:51.060Z] Removing intermediate container 49b06a0a8100 [2021-03-15T15:21:51.060Z] ---> ed497253fa34 [2021-03-15T15:21:51.060Z] Step 7/8 : COPY . . [2021-03-15T15:21:52.064Z] ---> 1f2d0ba6c7a9 [2021-03-15T15:21:52.064Z] Step 8/8 : RUN go mod download [2021-03-15T15:21:52.335Z] ---> Running in 774fe2897cf2 [2021-03-15T15:21:53.405Z] using credential edgex-jenkins-ssh [2021-03-15T15:21:53.459Z] Cloning the remote Git repository [2021-03-15T15:21:53.169Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-15T15:21:53.238Z] > git init /w/workspace/device-sdk-go/127 # timeout=10 [2021-03-15T15:21:53.302Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-15T15:21:53.303Z] > git --version # timeout=10 [2021-03-15T15:21:53.309Z] > git --version # 'git version 2.24.3' [2021-03-15T15:21:53.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T15:21:53.339Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T15:21:54.046Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-15T15:21:54.054Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-15T15:21:54.068Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-15T15:21:54.686Z] Checking out Revision 4a48ed36b56f70f387819c322f1a51e9c7883451 (master) [2021-03-15T15:21:54.082Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-15T15:21:54.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-15T15:21:54.088Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-15T15:21:54.481Z] > git config core.sparsecheckout # timeout=10 [2021-03-15T15:21:54.487Z] > git checkout -f 4a48ed36b56f70f387819c322f1a51e9c7883451 # timeout=10 [2021-03-15T15:21:58.128Z] Commit message: "Merge pull request #817 from hahattan/fix-term" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T15:21:59.329Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-15T15:21:59.655Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-15T15:21:59.956Z] + sudo service docker restart [2021-03-15T15:21:59.956Z] + true [2021-03-15T15:21:59.956Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-15T15:22:00.991Z] provisioning config files... [2021-03-15T15:22:01.018Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/127@tmp/config2717297521735178075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:22:01.411Z] ---> docker-login.sh [2021-03-15T15:22:01.411Z] nexus3.edgexfoundry.org:10001 [2021-03-15T15:22:01.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:22:01.679Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:22:01.679Z] Configure a credential helper to remove this warning. See [2021-03-15T15:22:01.679Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:22:01.679Z] [2021-03-15T15:22:01.679Z] Login Succeeded [2021-03-15T15:22:01.679Z] nexus3.edgexfoundry.org:10002 [2021-03-15T15:22:01.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:22:01.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:22:01.942Z] Configure a credential helper to remove this warning. See [2021-03-15T15:22:01.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:22:01.942Z] [2021-03-15T15:22:01.942Z] Login Succeeded [2021-03-15T15:22:01.942Z] nexus3.edgexfoundry.org:10003 [2021-03-15T15:22:01.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:22:01.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:22:01.942Z] Configure a credential helper to remove this warning. See [2021-03-15T15:22:01.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:22:01.942Z] [2021-03-15T15:22:01.942Z] Login Succeeded [2021-03-15T15:22:01.942Z] nexus3.edgexfoundry.org:10004 [2021-03-15T15:22:02.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:22:02.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:22:02.204Z] Configure a credential helper to remove this warning. See [2021-03-15T15:22:02.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:22:02.204Z] [2021-03-15T15:22:02.204Z] Login Succeeded [2021-03-15T15:22:02.204Z] docker.io [2021-03-15T15:22:02.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-15T15:22:02.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-15T15:22:02.727Z] Configure a credential helper to remove this warning. See [2021-03-15T15:22:02.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-15T15:22:02.727Z] [2021-03-15T15:22:02.727Z] Login Succeeded [2021-03-15T15:22:02.727Z] ---> docker-login.sh ends [Pipeline] } [2021-03-15T15:22:02.737Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-15T15:22:03.085Z] ========================================================= [2021-03-15T15:22:03.085Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-15T15:22:03.085Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:22:03.437Z] + 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-03-15T15:22:03.437Z] Sending build context to Docker daemon 2.251MB [2021-03-15T15:22:03.437Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T15:22:03.437Z] Step 2/8 : FROM ${BASE} [2021-03-15T15:22:03.700Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-15T15:22:03.700Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T15:22:03.700Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T15:22:03.700Z] de9db76c5a1d: Pulling fs layer [2021-03-15T15:22:03.700Z] bca2f99d35d6: Pulling fs layer [2021-03-15T15:22:03.700Z] 93359f2a8cfa: Pulling fs layer [2021-03-15T15:22:03.700Z] 7c6f9722023f: Pulling fs layer [2021-03-15T15:22:03.700Z] a35cf1a2eb13: Pulling fs layer [2021-03-15T15:22:03.700Z] 93359f2a8cfa: Waiting [2021-03-15T15:22:03.700Z] 7c6f9722023f: Waiting [2021-03-15T15:22:03.700Z] a35cf1a2eb13: Waiting [2021-03-15T15:22:03.700Z] bca2f99d35d6: Waiting [2021-03-15T15:22:03.700Z] de9db76c5a1d: Verifying Checksum [2021-03-15T15:22:03.700Z] de9db76c5a1d: Download complete [2021-03-15T15:22:03.700Z] 0ef7d3d256c8: Download complete [2021-03-15T15:22:03.700Z] 93359f2a8cfa: Verifying Checksum [2021-03-15T15:22:03.700Z] 93359f2a8cfa: Download complete [2021-03-15T15:22:03.700Z] 7c6f9722023f: Verifying Checksum [2021-03-15T15:22:03.700Z] 7c6f9722023f: Download complete [2021-03-15T15:22:03.700Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T15:22:03.700Z] 188c0c94c7c5: Download complete [2021-03-15T15:22:03.972Z] 188c0c94c7c5: Pull complete [2021-03-15T15:22:04.236Z] 0ef7d3d256c8: Pull complete [2021-03-15T15:22:04.236Z] de9db76c5a1d: Pull complete [2021-03-15T15:22:05.681Z] a35cf1a2eb13: Verifying Checksum [2021-03-15T15:22:05.681Z] a35cf1a2eb13: Download complete [2021-03-15T15:22:06.629Z] bca2f99d35d6: Verifying Checksum [2021-03-15T15:22:06.629Z] bca2f99d35d6: Download complete [2021-03-15T15:22:11.949Z] bca2f99d35d6: Pull complete [2021-03-15T15:22:11.949Z] 93359f2a8cfa: Pull complete [2021-03-15T15:22:11.949Z] 7c6f9722023f: Pull complete [2021-03-15T15:22:19.154Z] Removing intermediate container 774fe2897cf2 [2021-03-15T15:22:19.154Z] ---> 72d772b827b1 [2021-03-15T15:22:19.154Z] Successfully built 72d772b827b1 [2021-03-15T15:22:19.154Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:22:19.504Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T15:22:19.504Z] . [Pipeline] withDockerContainer [2021-03-15T15:22:19.776Z] prd-ubuntu18.04-docker-arm64-4c-16g-29826 does not seem to be running inside a container [2021-03-15T15:22:19.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T15:22:20.132Z] a35cf1a2eb13: Pull complete [2021-03-15T15:22:20.132Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-15T15:22:20.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-15T15:22:20.132Z] ---> a62c8e92a672 [2021-03-15T15:22:20.132Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-15T15:22:20.132Z] ---> Running in 9c9b3d4f48f7 [2021-03-15T15:22:20.132Z] Removing intermediate container 9c9b3d4f48f7 [2021-03-15T15:22:20.132Z] ---> ad40444b6dec [2021-03-15T15:22:20.132Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T15:22:20.132Z] ---> Running in 59ca2d961f54 [2021-03-15T15:22:21.090Z] Removing intermediate container 59ca2d961f54 [2021-03-15T15:22:21.090Z] ---> 9bd0b5c26958 [2021-03-15T15:22:21.090Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-03-15T15:22:21.090Z] ---> Running in 859fc5aaceaf [2021-03-15T15:22:21.440Z] $ docker top d44923b5f923cd29d33850e1ee0a737063c9b9a3e1e483e4e9a3cb561948ddfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T15:22:22.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T15:22:22.441Z] + go version [2021-03-15T15:22:22.441Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-15T15:22:22.492Z] $ docker stop --time=1 d44923b5f923cd29d33850e1ee0a737063c9b9a3e1e483e4e9a3cb561948ddfc [2021-03-15T15:22:22.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T15:22:23.191Z] OK: 166 MiB in 39 packages [2021-03-15T15:22:23.454Z] Removing intermediate container 859fc5aaceaf [2021-03-15T15:22:23.454Z] ---> eface84f66c5 [2021-03-15T15:22:23.454Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-15T15:22:23.454Z] ---> Running in 5e15fd816ccc [2021-03-15T15:22:23.718Z] Removing intermediate container 5e15fd816ccc [2021-03-15T15:22:23.718Z] ---> be21cf6466a9 [2021-03-15T15:22:23.718Z] Step 7/8 : COPY . . [2021-03-15T15:22:24.443Z] $ docker rm -f d44923b5f923cd29d33850e1ee0a737063c9b9a3e1e483e4e9a3cb561948ddfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-03-15T15:22:25.111Z] ---> 2af725cf8849 [2021-03-15T15:22:25.111Z] Step 8/8 : RUN go mod download [2021-03-15T15:22:25.111Z] ---> Running in 85f871a1a6ad [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:22:25.514Z] + docker inspect -f . ci-base-image-arm64 [2021-03-15T15:22:25.514Z] . [Pipeline] withDockerContainer [2021-03-15T15:22:25.774Z] prd-ubuntu18.04-docker-arm64-4c-16g-29826 does not seem to be running inside a container [2021-03-15T15:22:25.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-15T15:22:27.429Z] $ docker top 73002a20bd70b1139c9e1487dd64aac453d157d51251a1f76e74a24d5a1c2ed8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T15:22:28.436Z] + make test [2021-03-15T15:22:28.436Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T15:22:47.138Z] Removing intermediate container 85f871a1a6ad [2021-03-15T15:22:47.138Z] ---> 036fb2f11455 [2021-03-15T15:22:47.138Z] Successfully built 036fb2f11455 [2021-03-15T15:22:47.138Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:22:47.449Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T15:22:47.450Z] . [Pipeline] withDockerContainer [2021-03-15T15:22:47.562Z] prd-centos7-docker-4c-2g-29827 does not seem to be running inside a container [2021-03-15T15:22:47.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@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-03-15T15:22:48.308Z] $ docker top 603750d529106c6099df1ef55489ccbe9806541d259a905e7db66b951700cb8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T15:22:48.805Z] + go version [2021-03-15T15:22:48.805Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-15T15:22:48.820Z] $ docker stop --time=1 603750d529106c6099df1ef55489ccbe9806541d259a905e7db66b951700cb8f [2021-03-15T15:22:50.160Z] $ docker rm -f 603750d529106c6099df1ef55489ccbe9806541d259a905e7db66b951700cb8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-15T15:22:50.647Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:22:51.164Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-15T15:22:51.164Z] . [Pipeline] withDockerContainer [2021-03-15T15:22:51.479Z] prd-centos7-docker-4c-2g-29827 does not seem to be running inside a container [2021-03-15T15:22:51.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/127 -v /w/workspace/device-sdk-go/127:/w/workspace/device-sdk-go/127:rw,z -v /w/workspace/device-sdk-go/127@tmp:/w/workspace/device-sdk-go/127@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-03-15T15:22:52.100Z] $ docker top 17b5ea8e7cd1c48107fd07d1b4f082588c60cc8d8a361f43ed9dc200635f7939 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T15:22:52.566Z] + make test [2021-03-15T15:22:52.566Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-15T15:22:59.210Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-15T15:23:14.269Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-15T15:23:14.269Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-15T15:23:14.269Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-15T15:23:16.843Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 25.5% of statements [2021-03-15T15:23:37.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-15T15:23:37.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-15T15:23:37.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-15T15:23:37.647Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.121s coverage: 25.5% of statements [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.061s coverage: 10.5% of statements [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.055s coverage: 12.5% of statements [2021-03-15T15:23:49.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.065s coverage: 84.8% of statements [2021-03-15T15:23:49.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-03-15T15:23:49.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-15T15:23:49.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.092s coverage: 57.3% of statements [2021-03-15T15:23:49.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.069s coverage: 81.2% of statements [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.067s coverage: 24.8% of statements [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.111s coverage: 6.4% of statements [2021-03-15T15:23:49.009Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 5.2% of statements [2021-03-15T15:23:49.009Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-15T15:23:49.009Z] GO111MODULE=on go vet ./... [2021-03-15T15:23:57.233Z] gofmt -l . [2021-03-15T15:23:57.233Z] [ "`gofmt -l .`" = "" ] [2021-03-15T15:23:57.233Z] ./bin/test-attribution-txt.sh [2021-03-15T15:23:57.233Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-15T15:23:57.251Z] $ docker stop --time=1 17b5ea8e7cd1c48107fd07d1b4f082588c60cc8d8a361f43ed9dc200635f7939 [2021-03-15T15:23:59.268Z] $ docker rm -f 17b5ea8e7cd1c48107fd07d1b4f082588c60cc8d8a361f43ed9dc200635f7939 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T15:23:59.984Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-15T15:24:00.438Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-15T15:24:04.112Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-15T15:24:04.415Z] + ls -al . [2021-03-15T15:24:04.415Z] total 188 [2021-03-15T15:24:04.415Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 15 15:23 . [2021-03-15T15:24:04.415Z] drwxrwxr-x. 4 jenkins jenkins 32 Mar 15 15:21 .. [2021-03-15T15:24:04.415Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 15 15:21 bin [2021-03-15T15:24:04.415Z] -rw-r--r--. 1 jenkins jenkins 103401 Mar 15 15:23 coverage.out [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 949 Mar 15 15:21 Dockerfile.build [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 15 15:21 .dockerignore [2021-03-15T15:24:04.415Z] drwxrwxr-x. 4 jenkins jenkins 48 Mar 15 15:21 example [2021-03-15T15:24:04.415Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 15 15:21 .git [2021-03-15T15:24:04.415Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 15 15:21 .github [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 15 15:21 .gitignore [2021-03-15T15:24:04.415Z] -rw-r--r--. 1 jenkins jenkins 479 Mar 15 15:23 go.mod [2021-03-15T15:24:04.415Z] -rw-r--r--. 1 jenkins jenkins 17490 Mar 15 15:23 go.sum [2021-03-15T15:24:04.415Z] drwxrwxr-x. 12 jenkins jenkins 171 Mar 15 15:21 internal [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 901 Mar 15 15:21 Jenkinsfile [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 15 15:21 LICENSE [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 1016 Mar 15 15:21 Makefile [2021-03-15T15:24:04.415Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 15 15:21 openapi [2021-03-15T15:24:04.415Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 15 15:21 pkg [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 15 15:21 README.md [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 15 15:21 RELEASE-NOTES.txt [2021-03-15T15:24:04.415Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 15 15:21 snap [2021-03-15T15:24:04.415Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 15 15:19 VERSION [2021-03-15T15:24:04.416Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 15 15:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.141s coverage: 10.5% of statements [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.111s coverage: 12.5% of statements [2021-03-15T15:24:04.446Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.150s coverage: 84.8% of statements [2021-03-15T15:24:04.446Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-03-15T15:24:04.446Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-15T15:24:04.446Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.262s coverage: 57.3% of statements [2021-03-15T15:24:04.446Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.156s coverage: 81.2% of statements [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.189s coverage: 24.8% of statements [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.834s coverage: 6.4% of statements [2021-03-15T15:24:04.446Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.144s coverage: 5.2% of statements [2021-03-15T15:24:04.446Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-15T15:24:04.446Z] GO111MODULE=on go vet ./... [2021-03-15T15:24:04.725Z] + 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=4a48ed36b56f70f387819c322f1a51e9c7883451 --label arch=amd64 --label version=2.0.0-dev.22 . [2021-03-15T15:24:04.988Z] Sending build context to Docker daemon 2.355MB [2021-03-15T15:24:04.988Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T15:24:04.988Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-15T15:24:04.988Z] ---> 036fb2f11455 [2021-03-15T15:24:04.988Z] Step 3/24 : ARG MAKE='make build' [2021-03-15T15:24:05.563Z] ---> Running in 8225a35207f0 [2021-03-15T15:24:05.563Z] Removing intermediate container 8225a35207f0 [2021-03-15T15:24:05.563Z] ---> b3d85bfe91c3 [2021-03-15T15:24:05.563Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-15T15:24:05.563Z] ---> Running in 37bf4cde134e [2021-03-15T15:24:05.825Z] Removing intermediate container 37bf4cde134e [2021-03-15T15:24:05.825Z] ---> 68bccc468dd0 [2021-03-15T15:24:05.825Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-15T15:24:05.825Z] ---> Running in 0d954c4a72fd [2021-03-15T15:24:06.088Z] Removing intermediate container 0d954c4a72fd [2021-03-15T15:24:06.088Z] ---> ee6f907d229d [2021-03-15T15:24:06.088Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T15:24:06.088Z] ---> Running in cb2459b02853 [2021-03-15T15:24:07.038Z] Removing intermediate container cb2459b02853 [2021-03-15T15:24:07.038Z] ---> e2515483eef9 [2021-03-15T15:24:07.038Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-15T15:24:07.038Z] ---> Running in 7d3ba66524f0 [2021-03-15T15:24:07.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-15T15:24:07.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-15T15:24:08.449Z] OK: 166 MiB in 39 packages [2021-03-15T15:24:08.714Z] Removing intermediate container 7d3ba66524f0 [2021-03-15T15:24:08.714Z] ---> 8148ff8c48c2 [2021-03-15T15:24:08.714Z] Step 8/24 : COPY . . [2021-03-15T15:24:09.660Z] ---> a37583e4f56d [2021-03-15T15:24:09.660Z] Step 9/24 : RUN ${MAKE} [2021-03-15T15:24:09.928Z] ---> Running in 9a6699beacd4 [2021-03-15T15:24:10.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-15T15:24:18.449Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-15T15:24:21.005Z] Removing intermediate container 9a6699beacd4 [2021-03-15T15:24:21.005Z] ---> 9721a7f376ce [2021-03-15T15:24:21.005Z] Step 10/24 : FROM scratch [2021-03-15T15:24:21.005Z] ---> [2021-03-15T15:24:21.005Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-15T15:24:21.005Z] ---> Running in c72510699364 [2021-03-15T15:24:21.005Z] Removing intermediate container c72510699364 [2021-03-15T15:24:21.005Z] ---> 77abf5258127 [2021-03-15T15:24:21.005Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-15T15:24:21.005Z] ---> Running in 9a7a51b43970 [2021-03-15T15:24:21.005Z] Removing intermediate container 9a7a51b43970 [2021-03-15T15:24:21.005Z] ---> c938358e3321 [2021-03-15T15:24:21.005Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-15T15:24:21.005Z] ---> Running in be724e83930d [2021-03-15T15:24:21.267Z] Removing intermediate container be724e83930d [2021-03-15T15:24:21.267Z] ---> 328146a708b7 [2021-03-15T15:24:21.267Z] Step 14/24 : WORKDIR / [2021-03-15T15:24:21.267Z] ---> Running in cffaac3132db [2021-03-15T15:24:21.529Z] Removing intermediate container cffaac3132db [2021-03-15T15:24:21.529Z] ---> b13911a4ea99 [2021-03-15T15:24:21.529Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-15T15:24:21.791Z] ---> ef91bce4257e [2021-03-15T15:24:21.791Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-15T15:24:22.053Z] ---> 74385c320bf6 [2021-03-15T15:24:22.053Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-15T15:24:22.318Z] ---> 62baf73e9052 [2021-03-15T15:24:22.318Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-15T15:24:22.580Z] ---> 42c0530b8970 [2021-03-15T15:24:22.580Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-15T15:24:22.842Z] ---> 87d7652aad39 [2021-03-15T15:24:22.842Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-15T15:24:22.842Z] ---> Running in 469d30e99c17 [2021-03-15T15:24:23.104Z] Removing intermediate container 469d30e99c17 [2021-03-15T15:24:23.104Z] ---> 6bfc7c485e35 [2021-03-15T15:24:23.104Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T15:24:23.104Z] ---> Running in e3623b7220bc [2021-03-15T15:24:23.104Z] Removing intermediate container e3623b7220bc [2021-03-15T15:24:23.104Z] ---> e704625c7609 [2021-03-15T15:24:23.104Z] Step 22/24 : LABEL arch=amd64 [2021-03-15T15:24:23.368Z] ---> Running in af8d4500eed0 [2021-03-15T15:24:23.368Z] Removing intermediate container af8d4500eed0 [2021-03-15T15:24:23.368Z] ---> bc22403257c7 [2021-03-15T15:24:23.368Z] Step 23/24 : LABEL git_sha=4a48ed36b56f70f387819c322f1a51e9c7883451 [2021-03-15T15:24:23.368Z] ---> Running in 0bbfcaa650b0 [2021-03-15T15:24:23.631Z] Removing intermediate container 0bbfcaa650b0 [2021-03-15T15:24:23.631Z] ---> 2545f7351e87 [2021-03-15T15:24:23.631Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2021-03-15T15:24:23.631Z] ---> Running in 4af73ff0d327 [2021-03-15T15:24:23.893Z] Removing intermediate container 4af73ff0d327 [2021-03-15T15:24:23.893Z] ---> d350e090baea [2021-03-15T15:24:23.893Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-15T15:24:23.893Z] Successfully built d350e090baea [2021-03-15T15:24:23.893Z] 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-03-15T15:24:24.897Z] ---> job-cost.sh [2021-03-15T15:24:24.898Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Pl1B [2021-03-15T15:24:36.834Z] gofmt -l . [2021-03-15T15:24:37.107Z] [ "`gofmt -l .`" = "" ] [2021-03-15T15:24:37.382Z] ./bin/test-attribution-txt.sh [2021-03-15T15:24:38.818Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-15T15:24:39.224Z] $ docker stop --time=1 73002a20bd70b1139c9e1487dd64aac453d157d51251a1f76e74a24d5a1c2ed8 [2021-03-15T15:24:39.831Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T15:24:41.474Z] $ docker rm -f 73002a20bd70b1139c9e1487dd64aac453d157d51251a1f76e74a24d5a1c2ed8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-15T15:24:42.584Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-15T15:24:42.610Z] Warning: overwriting stash ‘coverage-report’ [2021-03-15T15:24:43.532Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-15T15:24:44.220Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-15T15:24:44.558Z] + ls -al . [2021-03-15T15:24:44.558Z] total 224 [2021-03-15T15:24:44.558Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 15:24 . [2021-03-15T15:24:44.558Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 .. [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 15 15:21 .dockerignore [2021-03-15T15:24:44.558Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 15:21 .git [2021-03-15T15:24:44.558Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 15:21 .github [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 15 15:21 .gitignore [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 949 Mar 15 15:21 Dockerfile.build [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 901 Mar 15 15:21 Jenkinsfile [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 15 15:21 LICENSE [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 1016 Mar 15 15:21 Makefile [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 15 15:21 README.md [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 15 15:21 RELEASE-NOTES.txt [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 15 15:19 VERSION [2021-03-15T15:24:44.558Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 15:21 bin [2021-03-15T15:24:44.558Z] -rw-r--r-- 1 jenkins jenkins 103401 Mar 15 15:24 coverage.out [2021-03-15T15:24:44.558Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 example [2021-03-15T15:24:44.558Z] -rw-r--r-- 1 jenkins jenkins 479 Mar 15 15:24 go.mod [2021-03-15T15:24:44.558Z] -rw-r--r-- 1 jenkins jenkins 17490 Mar 15 15:24 go.sum [2021-03-15T15:24:44.558Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 15 15:21 internal [2021-03-15T15:24:44.558Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 openapi [2021-03-15T15:24:44.558Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 15 15:21 pkg [2021-03-15T15:24:44.558Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 15:21 snap [2021-03-15T15:24:44.558Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 15 15:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:24:44.897Z] + 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=4a48ed36b56f70f387819c322f1a51e9c7883451 --label arch=arm64 --label version=2.0.0-dev.22 . [2021-03-15T15:24:45.170Z] Sending build context to Docker daemon 2.354MB [2021-03-15T15:24:45.170Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-03-15T15:24:45.170Z] Step 2/24 : FROM ${BASE} AS builder [2021-03-15T15:24:45.170Z] ---> 72d772b827b1 [2021-03-15T15:24:45.170Z] Step 3/24 : ARG MAKE='make build' [2021-03-15T15:24:45.767Z] ---> Running in a407b8ed41d6 [2021-03-15T15:24:46.045Z] Removing intermediate container a407b8ed41d6 [2021-03-15T15:24:46.045Z] ---> c0d9ab0763b4 [2021-03-15T15:24:46.045Z] Step 4/24 : WORKDIR /device-sdk-go [2021-03-15T15:24:46.045Z] ---> Running in 4dd6c0d9165d [2021-03-15T15:24:46.641Z] Removing intermediate container 4dd6c0d9165d [2021-03-15T15:24:46.641Z] ---> 6358b9c541e1 [2021-03-15T15:24:46.641Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-15T15:24:46.917Z] ---> Running in 8d2feec6db4b [2021-03-15T15:24:47.189Z] Removing intermediate container 8d2feec6db4b [2021-03-15T15:24:47.189Z] ---> a00ac46d3e9c [2021-03-15T15:24:47.189Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-15T15:24:47.462Z] ---> Running in 41cd79b5bd14 [2021-03-15T15:24:49.442Z] Removing intermediate container 41cd79b5bd14 [2021-03-15T15:24:49.442Z] ---> 4d94e4646e5f [2021-03-15T15:24:49.442Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-03-15T15:24:49.442Z] ---> Running in fae89facddc7 [2021-03-15T15:24:50.875Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-15T15:24:51.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-15T15:24:52.058Z] OK: 142 MiB in 39 packages [2021-03-15T15:24:53.045Z] Removing intermediate container fae89facddc7 [2021-03-15T15:24:53.045Z] ---> e1be846ff5ec [2021-03-15T15:24:53.045Z] Step 8/24 : COPY . . [2021-03-15T15:24:54.017Z] ---> df415acbdce2 [2021-03-15T15:24:54.017Z] Step 9/24 : RUN ${MAKE} [2021-03-15T15:24:54.296Z] ---> Running in 8fe8bd74d2d4 [2021-03-15T15:24:55.270Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.22" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-15T15:25:06.478Z] lf-activate-venv(): INFO: Adding /tmp/venv-Pl1B/bin to PATH [2021-03-15T15:25:06.478Z] INFO: No Stack... [2021-03-15T15:25:06.478Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T15:25:06.478Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T15:25:06.785Z] + cat /w/workspace/device-sdk-go/127/archives/cost.csv [2021-03-15T15:25:06.785Z] + cut -d, -f6 [Pipeline] lock [2021-03-15T15:25:06.856Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [2021-03-15T15:25:06.869Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] did not exist. Created. [2021-03-15T15:25:06.869Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T15:25:07.274Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-15T15:25:07.422Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T15:25:07.439Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-15T15:25:22.092Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-03-15T15:25:23.069Z] Removing intermediate container 8fe8bd74d2d4 [2021-03-15T15:25:23.069Z] ---> e4c155232362 [2021-03-15T15:25:23.069Z] Step 10/24 : FROM scratch [2021-03-15T15:25:23.069Z] ---> [2021-03-15T15:25:23.069Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-15T15:25:23.342Z] ---> Running in 00872d932ce5 [2021-03-15T15:25:23.613Z] Removing intermediate container 00872d932ce5 [2021-03-15T15:25:23.613Z] ---> 6607ec51d538 [2021-03-15T15:25:23.613Z] Step 12/24 : ENV APP_PORT=49990 [2021-03-15T15:25:23.900Z] ---> Running in 3fd97a1c96b2 [2021-03-15T15:25:24.172Z] Removing intermediate container 3fd97a1c96b2 [2021-03-15T15:25:24.172Z] ---> 98f83274ac5f [2021-03-15T15:25:24.172Z] Step 13/24 : EXPOSE $APP_PORT [2021-03-15T15:25:24.442Z] ---> Running in 1bdcd3e5f067 [2021-03-15T15:25:24.713Z] Removing intermediate container 1bdcd3e5f067 [2021-03-15T15:25:24.713Z] ---> 3c8822f08911 [2021-03-15T15:25:24.713Z] Step 14/24 : WORKDIR / [2021-03-15T15:25:24.713Z] ---> Running in 8e0104f7801c [2021-03-15T15:25:25.305Z] Removing intermediate container 8e0104f7801c [2021-03-15T15:25:25.305Z] ---> 36fb7f9654fc [2021-03-15T15:25:25.305Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-03-15T15:25:26.289Z] ---> b3ce8006054c [2021-03-15T15:25:26.289Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-03-15T15:25:27.266Z] ---> b9ac414657e3 [2021-03-15T15:25:27.266Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-03-15T15:25:27.862Z] ---> df9d897051da [2021-03-15T15:25:27.862Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-03-15T15:25:28.844Z] ---> ef8dd5a55f67 [2021-03-15T15:25:28.844Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-03-15T15:25:29.439Z] ---> 90f407c7f952 [2021-03-15T15:25:29.439Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-03-15T15:25:29.439Z] ---> Running in 13cf06359137 [2021-03-15T15:25:30.031Z] Removing intermediate container 13cf06359137 [2021-03-15T15:25:30.031Z] ---> 6848ee84b3ff [2021-03-15T15:25:30.031Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-15T15:25:30.031Z] ---> Running in 130370f3b278 [2021-03-15T15:25:30.624Z] Removing intermediate container 130370f3b278 [2021-03-15T15:25:30.624Z] ---> b989b38c42a4 [2021-03-15T15:25:30.624Z] Step 22/24 : LABEL arch=arm64 [2021-03-15T15:25:30.624Z] ---> Running in cf871d62a030 [2021-03-15T15:25:31.217Z] Removing intermediate container cf871d62a030 [2021-03-15T15:25:31.217Z] ---> 2ae054d2f4a9 [2021-03-15T15:25:31.217Z] Step 23/24 : LABEL git_sha=4a48ed36b56f70f387819c322f1a51e9c7883451 [2021-03-15T15:25:31.217Z] ---> Running in 5d03e47f2da4 [2021-03-15T15:25:31.810Z] Removing intermediate container 5d03e47f2da4 [2021-03-15T15:25:31.810Z] ---> cf42b8fde460 [2021-03-15T15:25:31.810Z] Step 24/24 : LABEL version=2.0.0-dev.22 [2021-03-15T15:25:31.810Z] ---> Running in 61b4700f2b7f [2021-03-15T15:25:32.402Z] Removing intermediate container 61b4700f2b7f [2021-03-15T15:25:32.402Z] ---> 74b7198df034 [2021-03-15T15:25:32.402Z] [Warning] One or more build-args [ARCH] were not consumed [2021-03-15T15:25:32.402Z] Successfully built 74b7198df034 [2021-03-15T15:25:32.402Z] 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-03-15T15:25:33.260Z] ---> job-cost.sh [2021-03-15T15:25:33.260Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-75UU [2021-03-15T15:26:12.206Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-15T15:27:48.941Z] lf-activate-venv(): INFO: Adding /tmp/venv-75UU/bin to PATH [2021-03-15T15:27:48.941Z] INFO: No Stack... [2021-03-15T15:27:48.941Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-15T15:27:48.941Z] INFO: Archiving Costs [Pipeline] sh [2021-03-15T15:27:49.274Z] + + cat /w/workspace/device-sdk-go/127/archives/cost.csv [2021-03-15T15:27:49.274Z] cut -d, -f6 [Pipeline] lock [2021-03-15T15:27:49.384Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [2021-03-15T15:27:49.400Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] did not exist. Created. [2021-03-15T15:27:49.400Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-127-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-15T15:27:49.874Z] /w/workspace/device-sdk-go/127@tmp/durable-4a59d031/script.sh: 1: /w/workspace/device-sdk-go/127@tmp/durable-4a59d031/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-15T15:27:50.221Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-15T15:27:50.322Z] Warning: overwriting stash ‘stack-cost’ [2021-03-15T15:27:50.486Z] Stashed 1 file(s) [Pipeline] } [2021-03-15T15:27:50.503Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-127-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-03-15T15:27:52.582Z] provisioning config files... [2021-03-15T15:27:52.599Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1557032392015350000tmp [Pipeline] { [Pipeline] sh [2021-03-15T15:27:53.034Z] + set +x [2021-03-15T15:27:53.034Z] + curl -s https://codecov.io/bash [2021-03-15T15:27:53.034Z] + bash -s -- [2021-03-15T15:27:53.315Z] [2021-03-15T15:27:53.315Z] _____ _ [2021-03-15T15:27:53.315Z] / ____| | | [2021-03-15T15:27:53.315Z] | | ___ __| | ___ ___ _____ __ [2021-03-15T15:27:53.315Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-15T15:27:53.315Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-15T15:27:53.315Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-15T15:27:53.315Z] Bash-20210309-2b87ace [2021-03-15T15:27:53.315Z] [2021-03-15T15:27:53.315Z] [2021-03-15T15:27:53.315Z] ==> git version 2.24.3 found [2021-03-15T15:27:53.315Z] ==> 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-03-15T15:27:53.315Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-15T15:27:53.315Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-15T15:27:53.315Z] ==> Jenkins CI detected. [2021-03-15T15:27:53.315Z] project root: . [2021-03-15T15:27:53.315Z] --> token set from env [2021-03-15T15:27:53.315Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-15T15:27:53.315Z] ==> Running gcov in . (disable via -X gcov) [2021-03-15T15:27:53.315Z] ==> Python coveragepy not found [2021-03-15T15:27:53.315Z] ==> Searching for coverage reports in: [2021-03-15T15:27:53.315Z] + . [2021-03-15T15:27:53.589Z] -> Found 1 reports [2021-03-15T15:27:53.589Z] ==> Detecting git/mercurial file structure [2021-03-15T15:27:53.589Z] ==> Reading reports [2021-03-15T15:27:53.589Z] + ./coverage.out bytes=103401 [2021-03-15T15:27:53.589Z] ==> Appending adjustments [2021-03-15T15:27:53.589Z] https://docs.codecov.io/docs/fixing-reports [2021-03-15T15:27:54.185Z] + Found adjustments [2021-03-15T15:27:54.185Z] ==> Gzipping contents [2021-03-15T15:27:54.185Z] 16K /tmp/codecov.xvyye5.gz [2021-03-15T15:27:54.185Z] ==> Uploading reports [2021-03-15T15:27:54.185Z] url: https://codecov.io [2021-03-15T15:27:54.185Z] query: branch=master&commit=4a48ed36b56f70f387819c322f1a51e9c7883451&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-15T15:27:54.185Z] -> Pinging Codecov [2021-03-15T15:27:54.185Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=4a48ed36b56f70f387819c322f1a51e9c7883451&build=127&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F127%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-15T15:27:54.774Z] -> Uploading to [2021-03-15T15:27:54.774Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-15/7E55EF52A471D76F132DFD9A03CDDE97/4a48ed36b56f70f387819c322f1a51e9c7883451/79dc5bbf-fbe3-469d-9894-562bac829f20.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T152754Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b2ad064b6c5741f5c9da09154d45392847ffb38d515464886082a0fb525cc45 [2021-03-15T15:27:54.774Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T15:27:54.774Z] Dload Upload Total Spent Left Speed [2021-03-15T15:27:55.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13847 0 0 100 13847 0 26842 --:--:-- --:--:-- --:--:-- 26835 [2021-03-15T15:27:55.359Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] } [2021-03-15T15:27:55.373Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-15T15:27:56.348Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-15T15:27:56.443Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:27:56.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-15T15:27:57.182Z] [2021-03-15T15:27:57.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:27:57.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-15T15:27:57.915Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-15T15:27:57.915Z] 188c0c94c7c5: Pulling fs layer [2021-03-15T15:27:57.915Z] 0ef7d3d256c8: Pulling fs layer [2021-03-15T15:27:57.915Z] de9db76c5a1d: Pulling fs layer [2021-03-15T15:27:57.915Z] 0eba1c9be4d2: Pulling fs layer [2021-03-15T15:27:57.915Z] 0d57e429df01: Pulling fs layer [2021-03-15T15:27:57.915Z] 4e4be7b47b0d: Pulling fs layer [2021-03-15T15:27:57.915Z] e1f770b5df2f: Pulling fs layer [2021-03-15T15:27:57.915Z] 85a0685a4137: Pulling fs layer [2021-03-15T15:27:57.915Z] 0eba1c9be4d2: Waiting [2021-03-15T15:27:57.915Z] 0d57e429df01: Waiting [2021-03-15T15:27:57.915Z] 4e4be7b47b0d: Waiting [2021-03-15T15:27:57.915Z] e1f770b5df2f: Waiting [2021-03-15T15:27:57.915Z] 85a0685a4137: Waiting [2021-03-15T15:27:57.915Z] de9db76c5a1d: Verifying Checksum [2021-03-15T15:27:57.915Z] de9db76c5a1d: Download complete [2021-03-15T15:27:57.915Z] 0ef7d3d256c8: Verifying Checksum [2021-03-15T15:27:57.915Z] 0ef7d3d256c8: Download complete [2021-03-15T15:27:58.204Z] 0d57e429df01: Verifying Checksum [2021-03-15T15:27:58.204Z] 0d57e429df01: Download complete [2021-03-15T15:27:58.204Z] 4e4be7b47b0d: Verifying Checksum [2021-03-15T15:27:58.204Z] 4e4be7b47b0d: Download complete [2021-03-15T15:27:58.815Z] 188c0c94c7c5: Verifying Checksum [2021-03-15T15:27:58.815Z] 188c0c94c7c5: Download complete [2021-03-15T15:27:59.495Z] 188c0c94c7c5: Pull complete [2021-03-15T15:28:00.208Z] 0ef7d3d256c8: Pull complete [2021-03-15T15:28:00.650Z] de9db76c5a1d: Pull complete [2021-03-15T15:28:01.311Z] e1f770b5df2f: Verifying Checksum [2021-03-15T15:28:01.311Z] e1f770b5df2f: Download complete [2021-03-15T15:28:08.313Z] 0eba1c9be4d2: Verifying Checksum [2021-03-15T15:28:08.313Z] 0eba1c9be4d2: Download complete [2021-03-15T15:28:09.403Z] 85a0685a4137: Verifying Checksum [2021-03-15T15:28:09.403Z] 85a0685a4137: Download complete [2021-03-15T15:28:24.927Z] 0eba1c9be4d2: Pull complete [2021-03-15T15:28:24.927Z] 0d57e429df01: Pull complete [2021-03-15T15:28:24.927Z] 4e4be7b47b0d: Pull complete [2021-03-15T15:28:28.167Z] e1f770b5df2f: Pull complete [2021-03-15T15:28:55.588Z] 85a0685a4137: Pull complete [2021-03-15T15:28:55.588Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-15T15:28:55.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-15T15:28:55.588Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-15T15:28:56.025Z] prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container [2021-03-15T15:28:56.147Z] $ 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-03-15T15:28:59.473Z] $ docker top 82916847795e583e5e18dba78b8954d10f09458c1ef68a185e90f1ba7db332da -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-15T15:29:00.533Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-15T15:29:02.308Z] + set -o pipefail [2021-03-15T15:29:02.308Z] + snyk monitor '--org=edgex-jenkins' [2021-03-15T15:29:17.501Z] [2021-03-15T15:29:17.501Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-03-15T15:29:17.501Z] [2021-03-15T15:29:17.501Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/8b7cfd0c-4de6-4d6a-8680-7938c366d6d2 [2021-03-15T15:29:17.501Z] [2021-03-15T15:29:17.501Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-15T15:29:17.501Z] [2021-03-15T15:29:17.501Z] [Pipeline] } [2021-03-15T15:29:17.530Z] $ docker stop --time=1 82916847795e583e5e18dba78b8954d10f09458c1ef68a185e90f1ba7db332da [2021-03-15T15:29:20.849Z] $ docker rm -f 82916847795e583e5e18dba78b8954d10f09458c1ef68a185e90f1ba7db332da [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-03-15T15:29:22.830Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T15:29:22.889Z] provisioning config files... [2021-03-15T15:29:22.908Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8224935460130427233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:29:23.540Z] --> edgex-publish-swagger.sh [2021-03-15T15:29:23.540Z] === Publish openapi/v1 API === [2021-03-15T15:29:23.540Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-15T15:29:23.541Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-03-15T15:29:23.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T15:29:23.541Z] Dload Upload Total Spent Left Speed [2021-03-15T15:29:26.563Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 14362 0:00:01 0:00:01 --:--:-- 14371 100 19947 0 0 100 19947 0 8345 0:00:02 0:00:02 --:--:-- 8346 100 19947 0 0 100 19947 0 6761 0:00:02 0:00:02 --:--:-- 6761 [2021-03-15T15:29:26.563Z] [2021-03-15T15:29:26.563Z] [2021-03-15T15:29:26.563Z] === Publish openapi/v2 API === [2021-03-15T15:29:26.563Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-15T15:29:26.563Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-03-15T15:29:26.887Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-15T15:29:26.887Z] Dload Upload Total Spent Left Speed [2021-03-15T15:29:27.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 50399 0:00:01 0:00:01 --:--:-- 50922 [2021-03-15T15:29:27.739Z] [2021-03-15T15:29:27.739Z] [Pipeline] } [2021-03-15T15:29:27.742Z] 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-03-15T15:29:28.999Z] + git log --format=format:%s -1 4a48ed36b56f70f387819c322f1a51e9c7883451 [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:29:29.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T15:29:29.407Z] . [Pipeline] withDockerContainer [2021-03-15T15:29:29.591Z] prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container [2021-03-15T15:29:29.730Z] $ 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-03-15T15:29:32.490Z] $ docker top 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T15:29:33.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T15:29:33.240Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T15:29:34.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T15:29:34.734Z] $ docker exec 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 ssh-agent [2021-03-15T15:29:35.912Z] SSH_AUTH_SOCK=/tmp/ssh-BfjszLFbZzdq/agent.12 [2021-03-15T15:29:35.912Z] SSH_AGENT_PID=17 [2021-03-15T15:29:35.924Z] Running ssh-add (command line suppressed) [2021-03-15T15:29:36.273Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8841642600282102458.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8841642600282102458.key) [2021-03-15T15:29:36.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T15:29:37.467Z] + git semver tag [2021-03-15T15:29:37.467Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T15:29:37.467Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-15T15:29:37.467Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-15T15:29:37.467Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T15:29:37.467Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T15:29:37.467Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T15:29:37.467Z] # $SEMVER_BRANCH = master [2021-03-15T15:29:37.467Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-15T15:29:37.467Z] # 4a48ed36b56f70f387819c322f1a51e9c7883451 HEAD [2021-03-15T15:29:37.778Z] # -> Force: false [2021-03-15T15:29:37.778Z] # c22c92b910eb6dd090f7fc2ccf0e7196f9b127c8 refs/tags/v2.0.0-dev.22 [Pipeline] } [2021-03-15T15:29:37.796Z] $ docker exec --env ******** --env ******** 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 ssh-agent -k [2021-03-15T15:29:38.483Z] unset SSH_AUTH_SOCK; [2021-03-15T15:29:38.484Z] unset SSH_AGENT_PID; [2021-03-15T15:29:38.484Z] echo Agent pid 17 killed; [2021-03-15T15:29:38.859Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T15:29:39.446Z] + git semver [Pipeline] } [2021-03-15T15:29:39.893Z] $ docker stop --time=1 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 [2021-03-15T15:29:41.962Z] $ docker rm -f 059bb6f81f844db7752e78f4bdfdf3e1b94671f5a143dd1ce12ca44ba7ab6777 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:29:42.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-15T15:29:42.928Z] [2021-03-15T15:29:42.928Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:29:43.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-15T15:29:43.334Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-15T15:29:43.334Z] ab5ef0e58194: Pulling fs layer [2021-03-15T15:29:43.334Z] 9712f1f96733: Pulling fs layer [2021-03-15T15:29:43.334Z] 63f879dbbcfc: Pulling fs layer [2021-03-15T15:29:43.334Z] 0d9ebad4ef96: Pulling fs layer [2021-03-15T15:29:43.334Z] e9a5061849ea: Pulling fs layer [2021-03-15T15:29:43.334Z] d747dcd14b5f: Pulling fs layer [2021-03-15T15:29:43.334Z] 2de7ff778b66: Pulling fs layer [2021-03-15T15:29:43.334Z] 0d9ebad4ef96: Waiting [2021-03-15T15:29:43.334Z] e9a5061849ea: Waiting [2021-03-15T15:29:43.334Z] 2de7ff778b66: Waiting [2021-03-15T15:29:43.334Z] d747dcd14b5f: Waiting [2021-03-15T15:29:43.334Z] 9712f1f96733: Verifying Checksum [2021-03-15T15:29:43.334Z] 9712f1f96733: Download complete [2021-03-15T15:29:48.950Z] 63f879dbbcfc: Verifying Checksum [2021-03-15T15:29:48.950Z] 63f879dbbcfc: Download complete [2021-03-15T15:29:48.950Z] e9a5061849ea: Verifying Checksum [2021-03-15T15:29:48.950Z] e9a5061849ea: Download complete [2021-03-15T15:29:48.950Z] d747dcd14b5f: Verifying Checksum [2021-03-15T15:29:48.950Z] d747dcd14b5f: Download complete [2021-03-15T15:29:49.950Z] 2de7ff778b66: Verifying Checksum [2021-03-15T15:29:49.950Z] 2de7ff778b66: Download complete [2021-03-15T15:29:49.950Z] 0d9ebad4ef96: Verifying Checksum [2021-03-15T15:29:49.950Z] 0d9ebad4ef96: Download complete [2021-03-15T15:29:49.950Z] ab5ef0e58194: Verifying Checksum [2021-03-15T15:29:49.950Z] ab5ef0e58194: Download complete [2021-03-15T15:30:02.556Z] ab5ef0e58194: Pull complete [2021-03-15T15:30:02.556Z] 9712f1f96733: Pull complete [2021-03-15T15:30:06.103Z] 63f879dbbcfc: Pull complete [2021-03-15T15:30:24.689Z] 0d9ebad4ef96: Pull complete [2021-03-15T15:30:24.689Z] e9a5061849ea: Pull complete [2021-03-15T15:30:24.689Z] d747dcd14b5f: Pull complete [2021-03-15T15:30:30.595Z] 2de7ff778b66: Pull complete [2021-03-15T15:30:30.595Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-15T15:30:30.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-15T15:30:30.595Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-15T15:30:31.394Z] prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container [2021-03-15T15:30:31.473Z] $ 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-03-15T15:30:37.120Z] $ docker top a622021d36d7f880802712df405e59b22c7713a52d92d3b75891c07613b618cd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-15T15:30:38.732Z] provisioning config files... [2021-03-15T15:30:38.755Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4032893899420778057tmp [2021-03-15T15:30:38.805Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7708926132733799940tmp [2021-03-15T15:30:38.850Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4019220062311109249tmp [Pipeline] { [Pipeline] echo [2021-03-15T15:30:38.989Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:30:39.671Z] ---> sigul-configuration.sh [2021-03-15T15:30:39.671Z] gpg: directory `/root/.gnupg' created [2021-03-15T15:30:39.671Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-15T15:30:39.671Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-15T15:30:39.671Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-15T15:30:39.671Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-15T15:30:39.671Z] gpg: CAST5 encrypted data [2021-03-15T15:30:40.331Z] gpg: encrypted with 1 passphrase [2021-03-15T15:30:40.331Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-15T15:30:42.291Z] + mkdir /home/jenkins [2021-03-15T15:30:42.291Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-15T15:30:42.628Z] + 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-03-15T15:30:42.656Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:30:43.362Z] ---> sigul-install.sh [2021-03-15T15:30:53.790Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-15T15:30:54.495Z] + git tag --list [2021-03-15T15:30:54.495Z] 0.7.1 [2021-03-15T15:30:54.495Z] delhi-tag [2021-03-15T15:30:54.495Z] v1.0.0 [2021-03-15T15:30:54.495Z] v1.1.0 [2021-03-15T15:30:54.495Z] v1.1.1 [2021-03-15T15:30:54.495Z] v1.1.2 [2021-03-15T15:30:54.495Z] v1.2.0 [2021-03-15T15:30:54.495Z] v1.2.1 [2021-03-15T15:30:54.495Z] v1.2.2 [2021-03-15T15:30:54.495Z] v1.2.3 [2021-03-15T15:30:54.495Z] v1.3.0 [2021-03-15T15:30:54.495Z] v1.4.0 [2021-03-15T15:30:54.495Z] v2.0.0-dev.1 [2021-03-15T15:30:54.495Z] v2.0.0-dev.10 [2021-03-15T15:30:54.495Z] v2.0.0-dev.11 [2021-03-15T15:30:54.495Z] v2.0.0-dev.12 [2021-03-15T15:30:54.495Z] v2.0.0-dev.13 [2021-03-15T15:30:54.495Z] v2.0.0-dev.14 [2021-03-15T15:30:54.495Z] v2.0.0-dev.15 [2021-03-15T15:30:54.495Z] v2.0.0-dev.16 [2021-03-15T15:30:54.495Z] v2.0.0-dev.17 [2021-03-15T15:30:54.495Z] v2.0.0-dev.18 [2021-03-15T15:30:54.495Z] v2.0.0-dev.19 [2021-03-15T15:30:54.495Z] v2.0.0-dev.2 [2021-03-15T15:30:54.495Z] v2.0.0-dev.20 [2021-03-15T15:30:54.495Z] v2.0.0-dev.21 [2021-03-15T15:30:54.495Z] v2.0.0-dev.22 [2021-03-15T15:30:54.495Z] v2.0.0-dev.3 [2021-03-15T15:30:54.495Z] v2.0.0-dev.4 [2021-03-15T15:30:54.495Z] v2.0.0-dev.5 [2021-03-15T15:30:54.495Z] v2.0.0-dev.6 [2021-03-15T15:30:54.495Z] v2.0.0-dev.7 [2021-03-15T15:30:54.495Z] v2.0.0-dev.8 [2021-03-15T15:30:54.495Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-15T15:30:55.228Z] + lftools sign git-tag v2.0.0-dev.22 [2021-03-15T15:30:58.072Z] Signing Git tag with Sigul... [2021-03-15T15:30:58.072Z] Signing v2.0.0-dev.22 [Pipeline] echo [2021-03-15T15:30:59.842Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:31:00.750Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-15T15:31:00.816Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-15T15:31:00.965Z] $ docker stop --time=1 a622021d36d7f880802712df405e59b22c7713a52d92d3b75891c07613b618cd [2021-03-15T15:31:04.088Z] $ docker rm -f a622021d36d7f880802712df405e59b22c7713a52d92d3b75891c07613b618cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:31:05.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T15:31:05.540Z] . [Pipeline] withDockerContainer [2021-03-15T15:31:05.711Z] prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container [2021-03-15T15:31:05.789Z] $ 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-03-15T15:31:08.469Z] $ docker top b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T15:31:09.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T15:31:09.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T15:31:09.892Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T15:31:09.899Z] $ docker exec b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 ssh-agent [2021-03-15T15:31:11.230Z] SSH_AUTH_SOCK=/tmp/ssh-lhjiSTEk28bY/agent.11 [2021-03-15T15:31:11.230Z] SSH_AGENT_PID=16 [2021-03-15T15:31:11.243Z] Running ssh-add (command line suppressed) [2021-03-15T15:31:12.222Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4272809681358169850.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4272809681358169850.key) [2021-03-15T15:31:12.689Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T15:31:13.850Z] + git semver bump pre [2021-03-15T15:31:13.850Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T15:31:13.850Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-15T15:31:13.850Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-15T15:31:13.850Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T15:31:13.850Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T15:31:13.850Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T15:31:13.850Z] # $SEMVER_BRANCH = master [2021-03-15T15:31:13.850Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-15T15:31:13.850Z] 2.0.0-dev.23 [Pipeline] } [2021-03-15T15:31:13.907Z] $ docker exec --env ******** --env ******** b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 ssh-agent -k [2021-03-15T15:31:14.553Z] unset SSH_AUTH_SOCK; [2021-03-15T15:31:14.553Z] unset SSH_AGENT_PID; [2021-03-15T15:31:14.553Z] echo Agent pid 16 killed; [2021-03-15T15:31:14.808Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T15:31:15.766Z] + git semver [Pipeline] } [2021-03-15T15:31:15.880Z] $ docker stop --time=1 b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 [2021-03-15T15:31:19.504Z] $ docker rm -f b512735f652da068dccf3bef6c615875d0695fa90238a422b941ce742352b141 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:31:20.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-15T15:31:20.177Z] . [Pipeline] withDockerContainer [2021-03-15T15:31:20.421Z] prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container [2021-03-15T15:31:20.547Z] $ 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-03-15T15:31:22.719Z] $ docker top 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-15T15:31:23.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-15T15:31:23.126Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-15T15:31:23.703Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-15T15:31:23.710Z] $ docker exec 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 ssh-agent [2021-03-15T15:31:25.126Z] SSH_AUTH_SOCK=/tmp/ssh-pgHshWVWBSSd/agent.11 [2021-03-15T15:31:25.126Z] SSH_AGENT_PID=16 [2021-03-15T15:31:25.140Z] Running ssh-add (command line suppressed) [2021-03-15T15:31:26.069Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2172289330359552531.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2172289330359552531.key) [2021-03-15T15:31:26.524Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-15T15:31:27.278Z] + git semver push [2021-03-15T15:31:27.278Z] # -> Open(): unable to determine branch for HEAD [2021-03-15T15:31:27.278Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-15T15:31:27.278Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-15T15:31:27.278Z] # $SEMVER_REMOTE_NAME = origin [2021-03-15T15:31:27.278Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-15T15:31:27.278Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-15T15:31:27.278Z] # $SEMVER_BRANCH = master [2021-03-15T15:31:27.278Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-15T15:31:34.299Z] $ docker exec --env ******** --env ******** 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 ssh-agent -k [2021-03-15T15:31:35.006Z] unset SSH_AUTH_SOCK; [2021-03-15T15:31:35.010Z] unset SSH_AGENT_PID; [2021-03-15T15:31:35.011Z] echo Agent pid 16 killed; [2021-03-15T15:31:35.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-15T15:31:36.251Z] + git semver [Pipeline] } [2021-03-15T15:31:36.275Z] $ docker stop --time=1 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 [2021-03-15T15:31:37.963Z] $ docker rm -f 6db3ab32d38448c4241ab01a198ad14cd52d2635efa9f18423bd52c5befe0679 [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-03-15T15:31:40.124Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:31:41.114Z] ---> package-listing.sh [2021-03-15T15:31:41.114Z] ++ facter osfamily [2021-03-15T15:31:41.114Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-15T15:31:41.390Z] + OS_FAMILY=redhat [2021-03-15T15:31:41.390Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-03-15T15:31:41.390Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-15T15:31:41.390Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-15T15:31:41.390Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-15T15:31:41.390Z] + PACKAGES=/tmp/packages_start.txt [2021-03-15T15:31:41.390Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-15T15:31:41.390Z] + PACKAGES=/tmp/packages_end.txt [2021-03-15T15:31:41.390Z] + case "${OS_FAMILY}" in [2021-03-15T15:31:41.390Z] + rpm -qa [2021-03-15T15:31:41.390Z] + sort [2021-03-15T15:31:54.022Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-15T15:31:54.022Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-15T15:31:54.022Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-15T15:31:54.022Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-15T15:31:54.022Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-03-15T15:31:54.022Z] + 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-03-15T15:31:54.066Z] 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-03-15T15:31:54.450Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:31:55.111Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T15:31:55.784Z] [2021-03-15T15:31:55.784Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-15T15:31:56.211Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T15:31:56.951Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-15T15:31:56.951Z] df20fa9351a1: Pulling fs layer [2021-03-15T15:31:56.951Z] 36b3adc4ff6f: Pulling fs layer [2021-03-15T15:31:56.951Z] 8ad3a11d3b57: Pulling fs layer [2021-03-15T15:31:56.951Z] 46f8f816bc3b: Pulling fs layer [2021-03-15T15:31:56.951Z] 93b61091891f: Pulling fs layer [2021-03-15T15:31:56.951Z] 93b9cdb0e59b: Pulling fs layer [2021-03-15T15:31:56.951Z] 5e14af77c1be: Pulling fs layer [2021-03-15T15:31:56.951Z] 01666e4c0597: Pulling fs layer [2021-03-15T15:31:56.951Z] aa168da1d23b: Pulling fs layer [2021-03-15T15:31:56.951Z] 93b9cdb0e59b: Waiting [2021-03-15T15:31:56.951Z] 5e14af77c1be: Waiting [2021-03-15T15:31:56.951Z] 01666e4c0597: Waiting [2021-03-15T15:31:56.951Z] aa168da1d23b: Waiting [2021-03-15T15:31:56.951Z] 46f8f816bc3b: Waiting [2021-03-15T15:31:56.951Z] 93b61091891f: Waiting [2021-03-15T15:31:56.951Z] 36b3adc4ff6f: Verifying Checksum [2021-03-15T15:31:56.951Z] 36b3adc4ff6f: Download complete [2021-03-15T15:31:56.951Z] 46f8f816bc3b: Download complete [2021-03-15T15:31:58.258Z] df20fa9351a1: Verifying Checksum [2021-03-15T15:31:58.258Z] df20fa9351a1: Download complete [2021-03-15T15:31:58.258Z] 93b9cdb0e59b: Verifying Checksum [2021-03-15T15:31:58.258Z] 93b9cdb0e59b: Download complete [2021-03-15T15:31:58.258Z] 5e14af77c1be: Verifying Checksum [2021-03-15T15:31:58.258Z] 5e14af77c1be: Download complete [2021-03-15T15:31:58.258Z] 93b61091891f: Verifying Checksum [2021-03-15T15:31:58.258Z] 93b61091891f: Download complete [2021-03-15T15:31:58.258Z] 01666e4c0597: Verifying Checksum [2021-03-15T15:31:58.258Z] 01666e4c0597: Download complete [2021-03-15T15:31:59.076Z] 8ad3a11d3b57: Verifying Checksum [2021-03-15T15:31:59.076Z] 8ad3a11d3b57: Download complete [2021-03-15T15:31:59.849Z] df20fa9351a1: Pull complete [2021-03-15T15:32:00.188Z] 36b3adc4ff6f: Pull complete [2021-03-15T15:32:05.070Z] 8ad3a11d3b57: Pull complete [2021-03-15T15:32:06.047Z] 46f8f816bc3b: Pull complete [2021-03-15T15:32:08.760Z] aa168da1d23b: Verifying Checksum [2021-03-15T15:32:08.760Z] aa168da1d23b: Download complete [2021-03-15T15:32:09.030Z] 93b61091891f: Pull complete [2021-03-15T15:32:09.305Z] 93b9cdb0e59b: Pull complete [2021-03-15T15:32:10.366Z] 5e14af77c1be: Pull complete [2021-03-15T15:32:10.990Z] 01666e4c0597: Pull complete [2021-03-15T15:32:38.531Z] aa168da1d23b: Pull complete [2021-03-15T15:32:38.531Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-15T15:32:38.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-15T15:32:38.531Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-15T15:32:40.211Z] prd-centos7-docker-4c-2g-29825 does not seem to be running inside a container [2021-03-15T15:32:40.388Z] $ 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-03-15T15:32:42.465Z] $ docker top 76d06ff505cf8daf2e2b3b623f42c84d2e23801d3d1dff874152ba281b6023b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-15T15:32:43.213Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-15T15:32:44.103Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-15T15:32:45.053Z] + ls /var/log/sa-host [2021-03-15T15:32:45.053Z] + sadf -c /var/log/sa-host/sa15 [2021-03-15T15:32:45.053Z] file_magic: OK [2021-03-15T15:32:45.053Z] HZ: Using current value: 100 [2021-03-15T15:32:45.053Z] file_header: OK [2021-03-15T15:32:45.053Z] 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-03-15T15:32:45.053Z] Statistics: [2021-03-15T15:32:45.053Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-15T15:32:45.053Z] File successfully converted to sysstat format version 12.2.1 [2021-03-15T15:32:45.053Z] + sadf -c /var/log/sa-host/sa23 [2021-03-15T15:32:45.053Z] file_magic: OK [2021-03-15T15:32:45.053Z] HZ: Using current value: 100 [2021-03-15T15:32:45.053Z] file_header: OK [2021-03-15T15:32:45.053Z] 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-03-15T15:32:45.053Z] Statistics: [2021-03-15T15:32:45.053Z] Hnuu...uuuununununu... [2021-03-15T15:32:45.053Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-15T15:32:45.836Z] provisioning config files... [2021-03-15T15:32:45.856Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7367475461559842716tmp [Pipeline] { [Pipeline] echo [2021-03-15T15:32:45.926Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:32:46.250Z] ---> create-netrc.sh [Pipeline] } [2021-03-15T15:32:46.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-15T15:32:46.349Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:32:46.721Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-15T15:32:46.762Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:32:47.202Z] ---> sudo-logs.sh [2021-03-15T15:32:47.202Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-15T15:32:47.653Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:32:48.397Z] ---> job-cost.sh [2021-03-15T15:32:48.397Z] lf-activate-venv: SKIPPING [2021-03-15T15:32:48.397Z] DEBUG: total: 0.20999999344348907 [2021-03-15T15:32:48.397Z] INFO: Retrieving Stack Cost... [2021-03-15T15:32:49.356Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-15T15:32:49.941Z] INFO: Archiving Costs [Pipeline] echo [2021-03-15T15:32:49.957Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-15T15:32:50.675Z] ---> logs-deploy.sh [2021-03-15T15:32:50.675Z] lf-activate-venv: SKIPPING [2021-03-15T15:32:50.675Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/127 [2021-03-15T15:32:50.675Z] INFO: archiving workspace using pattern(s): [2021-03-15T15:32:55.316Z] Archives upload complete. [2021-03-15T15:32:55.316Z] INFO: archiving logs to Nexus [2021-03-15T15:32:57.297Z] ---> uname -a: [2021-03-15T15:32:57.297Z] Linux prd-centos7-docker-4c-2g-29825.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-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] ---> lscpu: [2021-03-15T15:32:57.297Z] Architecture: x86_64 [2021-03-15T15:32:57.297Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-15T15:32:57.297Z] Byte Order: Little Endian [2021-03-15T15:32:57.297Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-15T15:32:57.297Z] CPU(s): 4 [2021-03-15T15:32:57.297Z] On-line CPU(s) list: 0-3 [2021-03-15T15:32:57.297Z] Thread(s) per core: 1 [2021-03-15T15:32:57.297Z] Core(s) per socket: 1 [2021-03-15T15:32:57.297Z] Socket(s): 4 [2021-03-15T15:32:57.297Z] NUMA node(s): 1 [2021-03-15T15:32:57.297Z] Vendor ID: GenuineIntel [2021-03-15T15:32:57.297Z] CPU family: 6 [2021-03-15T15:32:57.297Z] Model: 44 [2021-03-15T15:32:57.297Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-15T15:32:57.297Z] Stepping: 1 [2021-03-15T15:32:57.297Z] CPU MHz: 2933.438 [2021-03-15T15:32:57.297Z] BogoMIPS: 5866.87 [2021-03-15T15:32:57.297Z] Virtualization: VT-x [2021-03-15T15:32:57.297Z] Hypervisor vendor: KVM [2021-03-15T15:32:57.297Z] Virtualization type: full [2021-03-15T15:32:57.297Z] L1d cache: 128 KiB [2021-03-15T15:32:57.297Z] L1i cache: 128 KiB [2021-03-15T15:32:57.297Z] L2 cache: 16 MiB [2021-03-15T15:32:57.297Z] L3 cache: 64 MiB [2021-03-15T15:32:57.297Z] NUMA node0 CPU(s): 0-3 [2021-03-15T15:32:57.297Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-15T15:32:57.297Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-15T15:32:57.297Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-15T15:32:57.297Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-15T15:32:57.297Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-15T15:32:57.297Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-15T15:32:57.297Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-15T15:32:57.297Z] Vulnerability Srbds: Not affected [2021-03-15T15:32:57.297Z] Vulnerability Tsx async abort: Not affected [2021-03-15T15:32:57.297Z] 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-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] ---> nproc: [2021-03-15T15:32:57.297Z] 4 [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] ---> df -h: [2021-03-15T15:32:57.297Z] Filesystem Size Used Available Use% Mounted on [2021-03-15T15:32:57.297Z] overlay 50.0G 8.2G 41.8G 16% / [2021-03-15T15:32:57.297Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-15T15:32:57.297Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-15T15:32:57.297Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/dgexfoundry_device-sdk-go_master@tmp [2021-03-15T15:32:57.297Z] /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] ---> free -m: [2021-03-15T15:32:57.297Z] total used free shared buff/cache available [2021-03-15T15:32:57.297Z] Mem: 1837 831 158 0 847 939 [2021-03-15T15:32:57.297Z] Swap: 1023 3 1020 [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] ---> ip addr: [2021-03-15T15:32:57.297Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-15T15:32:57.297Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-15T15:32:57.297Z] inet 127.0.0.1/8 scope host lo [2021-03-15T15:32:57.297Z] valid_lft forever preferred_lft forever [2021-03-15T15:32:57.297Z] inet6 ::1/128 scope host [2021-03-15T15:32:57.297Z] valid_lft forever preferred_lft forever [2021-03-15T15:32:57.297Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-15T15:32:57.297Z] link/ether fa:16:3e:06:0d:1e brd ff:ff:ff:ff:ff:ff [2021-03-15T15:32:57.297Z] inet 10.30.123.87/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-15T15:32:57.297Z] valid_lft 85426sec preferred_lft 85426sec [2021-03-15T15:32:57.297Z] inet6 fe80::f816:3eff:fe06:d1e/64 scope link [2021-03-15T15:32:57.297Z] valid_lft forever preferred_lft forever [2021-03-15T15:32:57.297Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-15T15:32:57.297Z] link/ether 02:42:01:c0:f0:a0 brd ff:ff:ff:ff:ff:ff [2021-03-15T15:32:57.297Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-15T15:32:57.297Z] valid_lft forever preferred_lft forever [2021-03-15T15:32:57.297Z] inet6 fe80::42:1ff:fec0:f0a0/64 scope link [2021-03-15T15:32:57.297Z] valid_lft forever preferred_lft forever [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] ---> sar -b -r -n DEV: [2021-03-15T15:32:57.297Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] 15:16:25 LINUX RESTART (4 CPU) [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] 15:17:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-15T15:32:57.297Z] 15:18:01 148.10 101.41 46.69 0.00 7657.62 36953.55 0.00 [2021-03-15T15:32:57.297Z] 15:19:01 55.94 19.92 36.02 0.00 5237.45 3580.21 0.00 [2021-03-15T15:32:57.297Z] 15:20:01 6.37 0.50 5.88 0.00 36.12 238.84 0.00 [2021-03-15T15:32:57.297Z] 15:21:01 0.60 0.00 0.60 0.00 0.00 10.63 0.00 [2021-03-15T15:32:57.297Z] 15:22:02 0.25 0.00 0.25 0.00 0.00 3.41 0.00 [2021-03-15T15:32:57.297Z] 15:23:01 0.27 0.00 0.27 0.00 0.00 2.92 0.00 [2021-03-15T15:32:57.297Z] 15:24:01 0.70 0.00 0.70 0.00 0.00 8.49 0.00 [2021-03-15T15:32:57.297Z] 15:25:01 0.60 0.00 0.60 0.00 0.00 6.68 0.00 [2021-03-15T15:32:57.297Z] 15:26:02 0.66 0.00 0.66 0.00 0.00 8.60 0.00 [2021-03-15T15:32:57.297Z] 15:27:01 0.58 0.00 0.58 0.00 0.00 5.88 0.00 [2021-03-15T15:32:57.297Z] 15:28:01 1.66 0.48 1.18 0.00 183.57 26.39 0.00 [2021-03-15T15:32:57.297Z] 15:29:02 228.75 134.60 94.14 0.00 6232.87 33079.64 0.00 [2021-03-15T15:32:57.297Z] 15:30:01 122.81 61.93 60.87 0.00 2859.28 13749.56 0.00 [2021-03-15T15:32:57.297Z] 15:31:01 173.88 57.98 115.90 0.00 3438.07 19557.13 0.00 [2021-03-15T15:32:57.297Z] 15:32:01 74.67 57.58 17.09 0.00 4374.59 3199.54 0.00 [2021-03-15T15:32:57.297Z] Average: 54.24 28.83 25.41 0.00 1990.44 7294.44 0.00 [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] 15:17:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-15T15:32:57.297Z] 15:18:01 79384 0 442368 23.51 2620 1357172 930216 31.75 255036 1349568 20504 [2021-03-15T15:32:57.297Z] 15:19:01 115604 0 640052 34.02 2620 1123268 1744232 59.53 428844 1136016 52 [2021-03-15T15:32:57.297Z] 15:20:01 173016 0 579944 30.82 2620 1125964 1089312 37.18 401364 1108116 20 [2021-03-15T15:32:57.297Z] 15:21:01 174532 0 578428 30.74 2620 1125964 1053572 35.96 402744 1106300 16 [2021-03-15T15:32:57.297Z] 15:22:02 174088 0 578836 30.76 2620 1126000 1053644 35.96 407100 1102244 12 [2021-03-15T15:32:57.297Z] 15:23:01 174564 0 578384 30.74 2620 1125976 1053412 35.95 421020 1088172 16 [2021-03-15T15:32:57.297Z] 15:24:01 175212 0 577736 30.71 2620 1125976 1053344 35.95 418376 1090408 12 [2021-03-15T15:32:57.297Z] 15:25:01 175540 0 577400 30.69 2620 1125984 1053320 35.95 418280 1090408 8 [2021-03-15T15:32:57.297Z] 15:26:02 175532 0 577404 30.69 2620 1125988 1053320 35.95 418424 1090408 8 [2021-03-15T15:32:57.297Z] 15:27:01 175292 0 577636 30.70 2620 1125996 1053320 35.95 418304 1090412 8 [2021-03-15T15:32:57.297Z] 15:28:01 75132 0 610808 32.46 2620 1192984 1256664 42.89 459364 1144084 61296 [2021-03-15T15:32:57.297Z] 15:29:02 127512 0 720720 38.30 2620 1030692 1559736 53.23 486460 1013928 60 [2021-03-15T15:32:57.297Z] 15:30:01 133344 0 764440 40.63 2596 981164 1535824 52.42 598964 874380 65812 [2021-03-15T15:32:57.297Z] 15:31:01 111728 0 801984 42.62 1840 965992 1426624 48.69 674556 749940 79016 [2021-03-15T15:32:57.297Z] 15:32:01 77196 0 829540 44.09 1712 973096 1616060 55.15 628464 835056 52056 [2021-03-15T15:32:57.297Z] Average: 141178 0 629045 33.43 2506 1108814 1235507 42.17 455820 1057963 18593 [2021-03-15T15:32:57.297Z] [2021-03-15T15:32:57.297Z] 15:17:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-15T15:32:57.297Z] 15:18:01 eth0 93.34 50.29 275.16 11.36 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.297Z] 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.297Z] 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.297Z] 15:19:01 vethc4309a5 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.297Z] 15:19:01 eth0 187.32 145.22 787.54 76.79 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.297Z] 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.297Z] 15:19:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.297Z] 15:20:01 eth0 16.91 14.46 34.74 5.42 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:20:01 docker0 7.62 6.80 1.26 23.53 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:21:01 eth0 1.21 0.73 2.34 0.22 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:22:02 eth0 1.07 0.48 0.41 0.18 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:23:01 eth0 0.20 0.19 0.08 0.10 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:24:01 eth0 0.22 0.20 0.07 0.04 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:26:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:28:01 eth0 115.15 98.40 980.84 10.66 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:29:02 vethcdb8bea 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:29:02 eth0 300.84 244.74 3078.71 23.23 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:30:01 eth0 405.57 359.12 3457.92 87.55 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:30:01 docker0 43.53 42.40 3.95 201.03 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:31:01 veth1238151 18.62 37.88 1.35 218.82 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:31:01 eth0 81.01 55.39 254.29 58.28 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:31:01 docker0 18.62 37.74 1.10 218.80 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:32:01 eth0 117.37 92.59 859.40 51.29 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] 15:32:01 docker0 1.90 1.41 0.31 0.33 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] Average: eth0 87.96 70.78 649.28 21.69 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] Average: docker0 4.76 5.89 0.44 29.54 0.00 0.00 0.00 0.00 [2021-03-15T15:32:57.298Z] [2021-03-15T15:32:57.298Z] [2021-03-15T15:32:57.298Z] ---> sar -P ALL: [2021-03-15T15:32:57.298Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) [2021-03-15T15:32:57.298Z] [2021-03-15T15:32:57.298Z] 15:16:25 LINUX RESTART (4 CPU) [2021-03-15T15:32:57.298Z] [2021-03-15T15:32:57.298Z] 15:17:03 CPU %user %nice %system %iowait %steal %idle [2021-03-15T15:32:57.298Z] 15:18:01 all 5.67 0.00 6.63 13.00 42.50 32.20 [2021-03-15T15:32:57.298Z] 15:18:01 0 4.20 0.00 5.66 10.54 43.19 36.40 [2021-03-15T15:32:57.298Z] 15:18:01 1 5.61 0.00 7.78 11.50 42.11 33.00 [2021-03-15T15:32:57.298Z] 15:18:01 2 6.66 0.00 6.06 16.34 43.27 27.68 [2021-03-15T15:32:57.298Z] 15:18:01 3 6.31 0.00 7.06 13.76 41.39 31.48 [2021-03-15T15:32:57.298Z] 15:19:01 all 10.21 0.00 4.42 1.50 28.81 55.06 [2021-03-15T15:32:57.298Z] 15:19:01 0 9.93 0.00 4.47 1.01 29.99 54.61 [2021-03-15T15:32:57.298Z] 15:19:01 1 10.19 0.00 4.64 1.73 28.85 54.59 [2021-03-15T15:32:57.298Z] 15:19:01 2 9.52 0.00 3.62 2.57 28.76 55.53 [2021-03-15T15:32:57.298Z] 15:19:01 3 11.22 0.00 4.97 0.66 27.61 55.54 [2021-03-15T15:32:57.298Z] 15:20:01 all 0.86 0.00 0.46 0.14 2.85 95.69 [2021-03-15T15:32:57.298Z] 15:20:01 0 0.52 0.00 0.38 0.21 2.98 95.90 [2021-03-15T15:32:57.298Z] 15:20:01 1 0.61 0.00 0.57 0.02 3.10 95.71 [2021-03-15T15:32:57.298Z] 15:20:01 2 1.29 0.00 0.45 0.00 2.59 95.67 [2021-03-15T15:32:57.298Z] 15:20:01 3 1.02 0.00 0.46 0.33 2.71 95.48 [2021-03-15T15:32:57.298Z] 15:21:01 all 0.11 0.00 0.18 0.00 1.95 97.77 [2021-03-15T15:32:57.298Z] 15:21:01 0 0.08 0.00 0.15 0.00 1.61 98.16 [2021-03-15T15:32:57.298Z] 15:21:01 1 0.07 0.00 0.24 0.00 2.51 97.18 [2021-03-15T15:32:57.298Z] 15:21:01 2 0.23 0.00 0.13 0.00 2.53 97.11 [2021-03-15T15:32:57.298Z] 15:21:01 3 0.07 0.00 0.18 0.00 1.12 98.63 [2021-03-15T15:32:57.298Z] 15:22:02 all 0.08 0.00 0.05 0.00 1.60 98.27 [2021-03-15T15:32:57.298Z] 15:22:02 0 0.02 0.00 0.02 0.00 1.23 98.74 [2021-03-15T15:32:57.298Z] 15:22:02 1 0.03 0.00 0.03 0.00 1.57 98.36 [2021-03-15T15:32:57.298Z] 15:22:02 2 0.24 0.00 0.11 0.00 2.26 97.38 [2021-03-15T15:32:57.298Z] 15:22:02 3 0.03 0.00 0.05 0.00 1.34 98.58 [2021-03-15T15:32:57.298Z] 15:23:01 all 0.07 0.00 0.11 0.00 1.45 98.37 [2021-03-15T15:32:57.298Z] 15:23:01 0 0.02 0.00 0.07 0.00 1.42 98.49 [2021-03-15T15:32:57.298Z] 15:23:01 1 0.13 0.00 0.07 0.00 1.82 97.98 [2021-03-15T15:32:57.298Z] 15:23:01 2 0.10 0.00 0.30 0.00 1.31 98.28 [2021-03-15T15:32:57.298Z] 15:23:01 3 0.03 0.00 0.00 0.00 1.24 98.73 [2021-03-15T15:32:57.298Z] 15:24:01 all 0.05 0.00 0.19 0.00 2.62 97.14 [2021-03-15T15:32:57.298Z] 15:24:01 0 0.02 0.00 0.46 0.00 2.88 96.64 [2021-03-15T15:32:57.298Z] 15:24:01 1 0.18 0.00 0.08 0.00 2.59 97.15 [2021-03-15T15:32:57.298Z] 15:24:01 2 0.00 0.00 0.17 0.00 1.17 98.66 [2021-03-15T15:32:57.298Z] 15:24:01 3 0.02 0.00 0.05 0.00 3.79 96.14 [2021-03-15T15:32:57.298Z] 15:25:01 all 0.10 0.00 0.02 0.00 0.84 99.04 [2021-03-15T15:32:57.298Z] 15:25:01 0 0.00 0.00 0.00 0.00 0.35 99.65 [2021-03-15T15:32:57.298Z] 15:25:01 1 0.35 0.00 0.02 0.00 1.37 98.27 [2021-03-15T15:32:57.298Z] 15:25:01 2 0.03 0.00 0.05 0.00 1.14 98.78 [2021-03-15T15:32:57.298Z] 15:25:01 3 0.02 0.00 0.02 0.00 0.50 99.47 [2021-03-15T15:32:57.298Z] 15:26:02 all 0.07 0.00 0.04 0.00 0.64 99.25 [2021-03-15T15:32:57.298Z] 15:26:02 0 0.02 0.00 0.02 0.00 0.30 99.67 [2021-03-15T15:32:57.298Z] 15:26:02 1 0.03 0.00 0.05 0.00 0.94 98.98 [2021-03-15T15:32:57.298Z] 15:26:02 2 0.21 0.00 0.07 0.00 1.04 98.68 [2021-03-15T15:32:57.298Z] 15:26:02 3 0.03 0.00 0.03 0.00 0.27 99.67 [2021-03-15T15:32:57.298Z] 15:27:01 all 0.08 0.00 0.03 0.00 0.48 99.40 [2021-03-15T15:32:57.298Z] 15:27:01 0 0.02 0.00 0.03 0.00 0.17 99.78 [2021-03-15T15:32:57.298Z] 15:27:01 1 0.07 0.00 0.07 0.00 0.99 98.87 [2021-03-15T15:32:57.298Z] 15:27:01 2 0.22 0.00 0.02 0.00 0.47 99.29 [2021-03-15T15:32:57.298Z] 15:27:01 3 0.02 0.00 0.02 0.00 0.29 99.68 [2021-03-15T15:32:57.298Z] 15:28:01 all 0.69 0.00 0.61 0.03 2.64 96.02 [2021-03-15T15:32:57.298Z] 15:28:01 0 0.70 0.00 0.80 0.07 2.82 95.61 [2021-03-15T15:32:57.298Z] 15:28:01 1 0.60 0.00 0.41 0.02 2.45 96.52 [2021-03-15T15:32:57.298Z] 15:28:01 2 1.00 0.00 0.66 0.05 2.90 95.39 [2021-03-15T15:32:57.298Z] 15:28:01 3 0.46 0.00 0.58 0.00 2.39 96.57 [2021-03-15T15:32:57.298Z] [2021-03-15T15:32:57.298Z] 15:28:01 CPU %user %nice %system %iowait %steal %idle [2021-03-15T15:32:57.298Z] 15:29:02 all 3.33 0.00 3.61 0.86 36.11 56.09 [2021-03-15T15:32:57.298Z] 15:29:02 0 2.89 0.00 3.26 0.46 35.78 57.61 [2021-03-15T15:32:57.298Z] 15:29:02 1 3.20 0.00 3.27 1.23 38.04 54.26 [2021-03-15T15:32:57.298Z] 15:29:02 2 3.82 0.00 4.16 0.97 34.77 56.28 [2021-03-15T15:32:57.298Z] 15:29:02 3 3.43 0.00 3.79 0.79 35.79 56.21 [2021-03-15T15:32:57.298Z] 15:30:01 all 4.21 0.00 4.88 2.70 24.93 63.28 [2021-03-15T15:32:57.298Z] 15:30:01 0 3.33 0.00 5.53 1.80 26.25 63.10 [2021-03-15T15:32:57.298Z] 15:30:01 1 3.93 0.00 4.50 3.10 24.52 63.95 [2021-03-15T15:32:57.298Z] 15:30:01 2 4.75 0.00 4.08 3.37 24.32 63.48 [2021-03-15T15:32:57.298Z] 15:30:01 3 4.85 0.00 5.42 2.55 24.59 62.58 [2021-03-15T15:32:57.298Z] 15:31:01 all 5.19 0.00 5.38 2.03 28.82 58.58 [2021-03-15T15:32:57.298Z] 15:31:01 0 3.87 0.00 6.63 1.58 28.65 59.27 [2021-03-15T15:32:57.298Z] 15:31:01 1 7.99 0.00 4.84 1.75 29.26 56.16 [2021-03-15T15:32:57.298Z] 15:31:01 2 3.85 0.00 4.34 1.57 28.51 61.74 [2021-03-15T15:32:57.298Z] 15:31:01 3 5.00 0.00 5.70 3.23 28.86 57.22 [2021-03-15T15:32:57.298Z] 15:32:01 all 2.48 0.00 4.53 3.57 24.33 65.08 [2021-03-15T15:32:57.298Z] 15:32:01 0 1.84 0.00 4.16 1.98 25.29 66.73 [2021-03-15T15:32:57.298Z] 15:32:01 1 3.42 0.00 5.39 6.14 24.48 60.57 [2021-03-15T15:32:57.298Z] 15:32:01 2 3.06 0.00 5.08 4.12 25.13 62.61 [2021-03-15T15:32:57.298Z] 15:32:01 3 1.67 0.00 3.55 2.17 22.45 70.15 [2021-03-15T15:32:57.298Z] Average: all 2.34 0.00 2.21 1.73 14.26 79.44 [2021-03-15T15:32:57.298Z] Average: 0 1.95 0.00 2.26 1.31 14.59 79.89 [2021-03-15T15:32:57.298Z] Average: 1 2.59 0.00 2.28 1.83 14.57 78.73 [2021-03-15T15:32:57.298Z] Average: 2 2.45 0.00 2.07 2.09 14.13 79.26 [2021-03-15T15:32:57.298Z] Average: 3 2.39 0.00 2.25 1.70 13.76 79.89 [2021-03-15T15:32:57.298Z] [2021-03-15T15:32:57.298Z] [2021-03-15T15:32:57.298Z]