Pull request #734 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 381b9d61912d7ab842f409859564ba10d5e6c264+4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 (0777c01b86fd6637c7c5c11cc96e7b4cbc156679) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20641’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20647 in /w/workspace/dgexfoundry_device-sdk-go_PR-734 [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_PR-734 # 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 Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit 381b9d61912d7ab842f409859564ba10d5e6c264 Merge succeeded, producing 381b9d61912d7ab842f409859564ba10d5e6c264 Checking out Revision 381b9d61912d7ab842f409859564ba10d5e6c264 (PR-734) > 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/pull/734/head:refs/remotes/origin/PR-734 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 381b9d61912d7ab842f409859564ba10d5e6c264 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 381b9d61912d7ab842f409859564ba10d5e6c264 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git rev-list --no-walk 92bdcba4746285fd89e1f019ae292ddea33170f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T21:46:26.166Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T21:46:26.388Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T21:46:26.484Z] ========================================================= [2021-01-15T21:46:26.484Z] EdgeX Global Pipelines Version Info [2021-01-15T21:46:26.484Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:46:28.119Z] ------------------- [2021-01-15T21:46:28.120Z] stable info: [2021-01-15T21:46:28.120Z] ------------------- [2021-01-15T21:46:28.120Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T21:46:28.120Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T21:46:28.120Z] Message: update stable to v1.0.177 [2021-01-15T21:46:29.065Z] ------------------- [2021-01-15T21:46:29.065Z] experimental info: [2021-01-15T21:46:29.065Z] ------------------- [2021-01-15T21:46:29.065Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T21:46:29.065Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-15T21:46:29.065Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T21:46:29.332Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-15T21:46:29.430Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-15T21:46:29.522Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T21:46:29.631Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T21:46:29.748Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T21:46:29.845Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T21:46:29.950Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T21:46:30.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T21:46:30.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-15T21:46:30.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T21:46:30.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T21:46:30.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-15T21:46:30.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T21:46:30.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T21:46:30.931Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T21:46:31.029Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T21:46:31.163Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T21:46:31.253Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-15T21:46:31.397Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T21:46:31.517Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-15T21:46:31.620Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T21:46:31.744Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T21:46:31.830Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-15T21:46:31.921Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-15T21:46:32.048Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-15T21:46:32.177Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T21:46:32.287Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T21:46:32.398Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-734 [Pipeline] echo [2021-01-15T21:46:32.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-734 [Pipeline] echo [2021-01-15T21:46:32.614Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-734 [Pipeline] echo [2021-01-15T21:46:32.704Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 381b9d61912d7ab842f409859564ba10d5e6c264 [Pipeline] echo [2021-01-15T21:46:32.819Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 381b9d6 [Pipeline] echo [2021-01-15T21:46:32.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T21:46:33.124Z] provisioning config files... [2021-01-15T21:46:33.151Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp/config5777991658208026791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:46:33.536Z] ---> docker-login.sh [2021-01-15T21:46:33.536Z] nexus3.edgexfoundry.org:10001 [2021-01-15T21:46:33.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:46:34.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:46:34.073Z] Configure a credential helper to remove this warning. See [2021-01-15T21:46:34.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:46:34.073Z] [2021-01-15T21:46:34.073Z] Login Succeeded [2021-01-15T21:46:34.073Z] nexus3.edgexfoundry.org:10002 [2021-01-15T21:46:34.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:46:34.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:46:34.073Z] Configure a credential helper to remove this warning. See [2021-01-15T21:46:34.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:46:34.073Z] [2021-01-15T21:46:34.073Z] Login Succeeded [2021-01-15T21:46:34.073Z] nexus3.edgexfoundry.org:10003 [2021-01-15T21:46:34.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:46:34.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:46:34.341Z] Configure a credential helper to remove this warning. See [2021-01-15T21:46:34.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:46:34.341Z] [2021-01-15T21:46:34.341Z] Login Succeeded [2021-01-15T21:46:34.341Z] nexus3.edgexfoundry.org:10004 [2021-01-15T21:46:34.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:46:34.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:46:34.618Z] Configure a credential helper to remove this warning. See [2021-01-15T21:46:34.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:46:34.618Z] [2021-01-15T21:46:34.618Z] Login Succeeded [2021-01-15T21:46:34.618Z] docker.io [2021-01-15T21:46:34.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:46:34.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:46:34.884Z] Configure a credential helper to remove this warning. See [2021-01-15T21:46:34.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:46:34.884Z] [2021-01-15T21:46:34.884Z] Login Succeeded [2021-01-15T21:46:34.884Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T21:46:34.897Z] 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-01-15T21:46:35.862Z] + git log --format=format:%s -1 381b9d61912d7ab842f409859564ba10d5e6c264 [Pipeline] echo [2021-01-15T21:46:35.927Z] GIT_COMMIT: 381b9d61912d7ab842f409859564ba10d5e6c264, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo [2021-01-15T21:46:35.977Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:46:36.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T21:46:36.593Z] [2021-01-15T21:46:36.593Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:46:36.960Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T21:46:36.960Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T21:46:36.960Z] 31603596830f: Pulling fs layer [2021-01-15T21:46:36.960Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T21:46:36.960Z] 6ca5941a6612: Pulling fs layer [2021-01-15T21:46:36.960Z] ecc8261a40a4: Pulling fs layer [2021-01-15T21:46:36.960Z] ecc8261a40a4: Waiting [2021-01-15T21:46:36.960Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T21:46:36.960Z] 2a8b12db71e7: Download complete [2021-01-15T21:46:36.960Z] 31603596830f: Verifying Checksum [2021-01-15T21:46:36.960Z] 31603596830f: Download complete [2021-01-15T21:46:37.223Z] 6ca5941a6612: Verifying Checksum [2021-01-15T21:46:37.223Z] 6ca5941a6612: Download complete [2021-01-15T21:46:37.223Z] ecc8261a40a4: Verifying Checksum [2021-01-15T21:46:37.223Z] ecc8261a40a4: Download complete [2021-01-15T21:46:37.489Z] 31603596830f: Pull complete [2021-01-15T21:46:37.489Z] 2a8b12db71e7: Pull complete [2021-01-15T21:46:38.436Z] 6ca5941a6612: Pull complete [2021-01-15T21:46:38.700Z] ecc8261a40a4: Pull complete [2021-01-15T21:46:38.700Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T21:46:38.700Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T21:46:38.700Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T21:46:38.815Z] prd-centos7-docker-4c-2g-20647 does not seem to be running inside a container [2021-01-15T21:46:38.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-734 -v /w/workspace/dgexfoundry_device-sdk-go_PR-734:/w/workspace/dgexfoundry_device-sdk-go_PR-734:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T21:46:40.787Z] $ docker top d6c7d60ab584ae3e764c94ea55508ef610f0447f2128cd2ad6b1d3299d0495a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T21:46:41.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T21:46:41.184Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T21:46:41.435Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T21:46:41.441Z] $ docker exec d6c7d60ab584ae3e764c94ea55508ef610f0447f2128cd2ad6b1d3299d0495a6 ssh-agent [2021-01-15T21:46:41.640Z] SSH_AUTH_SOCK=/tmp/ssh-b3IiiOr9qQ9n/agent.11 [2021-01-15T21:46:41.640Z] SSH_AGENT_PID=16 [2021-01-15T21:46:41.656Z] Running ssh-add (command line suppressed) [2021-01-15T21:46:41.780Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp/private_key_5823464751123128154.key (/w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp/private_key_5823464751123128154.key) [2021-01-15T21:46:41.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T21:46:42.180Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T21:46:42.205Z] $ docker exec --env ******** --env ******** d6c7d60ab584ae3e764c94ea55508ef610f0447f2128cd2ad6b1d3299d0495a6 ssh-agent -k [2021-01-15T21:46:42.320Z] unset SSH_AUTH_SOCK; [2021-01-15T21:46:42.320Z] unset SSH_AGENT_PID; [2021-01-15T21:46:42.320Z] echo Agent pid 16 killed; [2021-01-15T21:46:42.371Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T21:46:42.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T21:46:42.588Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T21:46:42.764Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T21:46:42.771Z] $ docker exec d6c7d60ab584ae3e764c94ea55508ef610f0447f2128cd2ad6b1d3299d0495a6 ssh-agent [2021-01-15T21:46:42.947Z] SSH_AUTH_SOCK=/tmp/ssh-LQaP8EX45rQt/agent.45 [2021-01-15T21:46:42.947Z] SSH_AGENT_PID=50 [2021-01-15T21:46:42.958Z] Running ssh-add (command line suppressed) [2021-01-15T21:46:43.091Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp/private_key_1533137785469724341.key (/w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp/private_key_1533137785469724341.key) [2021-01-15T21:46:43.156Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T21:46:43.508Z] + git semver init [2021-01-15T21:46:43.508Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T21:46:43.508Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-734/.git [2021-01-15T21:46:43.508Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-734 [2021-01-15T21:46:43.508Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T21:46:43.508Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T21:46:43.508Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T21:46:43.508Z] # $SEMVER_BRANCH = PR-734 [2021-01-15T21:46:43.508Z] # $SEMVER_TEMP = /tmp/semver-903028057 [2021-01-15T21:46:43.508Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-15T21:46:44.470Z] # '/tmp/semver-903028057' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-734/.semver' [2021-01-15T21:46:44.470Z] # -> Force: false [2021-01-15T21:46:44.470Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-734/.semver [Pipeline] } [2021-01-15T21:46:44.484Z] $ docker exec --env ******** --env ******** d6c7d60ab584ae3e764c94ea55508ef610f0447f2128cd2ad6b1d3299d0495a6 ssh-agent -k [2021-01-15T21:46:44.593Z] unset SSH_AUTH_SOCK; [2021-01-15T21:46:44.594Z] unset SSH_AGENT_PID; [2021-01-15T21:46:44.594Z] echo Agent pid 50 killed; [2021-01-15T21:46:44.640Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T21:46:45.158Z] + git semver [Pipeline] } [2021-01-15T21:46:45.179Z] $ docker stop --time=1 d6c7d60ab584ae3e764c94ea55508ef610f0447f2128cd2ad6b1d3299d0495a6 [2021-01-15T21:46:46.975Z] $ docker rm -f d6c7d60ab584ae3e764c94ea55508ef610f0447f2128cd2ad6b1d3299d0495a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T21:46:47.447Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T21:46:48.051Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T21:46:48.054Z] [edgeXSemver]: initialized semver on version 0.0.0 [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-01-15T21:47:03.703Z] Still waiting to schedule task [2021-01-15T21:47:03.703Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-15T21:47:03.706Z] Still waiting to schedule task [2021-01-15T21:47:03.706Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T21:48:58.445Z] Running on prd-centos7-docker-4c-2g-20656 in /w/workspace/dgexfoundry_device-sdk-go_PR-734 [Pipeline] { [Pipeline] ws [2021-01-15T21:48:58.497Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-01-15T21:49:01.079Z] using credential edgex-jenkins-ssh [2021-01-15T21:49:01.135Z] Cloning the remote Git repository [2021-01-15T21:49:01.166Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T21:49:01.247Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-01-15T21:49:01.314Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T21:49:01.315Z] > git --version # timeout=10 [2021-01-15T21:49:01.323Z] > git --version # 'git version 2.24.3' [2021-01-15T21:49:01.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:49:01.415Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:49:02.964Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T21:49:02.972Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:49:02.983Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T21:49:02.996Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T21:49:02.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:49:03.000Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/734/head:refs/remotes/origin/PR-734 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T21:49:03.954Z] Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit 381b9d61912d7ab842f409859564ba10d5e6c264 [2021-01-15T21:49:04.044Z] Merge succeeded, producing 381b9d61912d7ab842f409859564ba10d5e6c264 [2021-01-15T21:49:04.044Z] Checking out Revision 381b9d61912d7ab842f409859564ba10d5e6c264 (PR-734) [2021-01-15T21:49:03.962Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T21:49:03.968Z] > git checkout -f 381b9d61912d7ab842f409859564ba10d5e6c264 # timeout=10 [2021-01-15T21:49:04.015Z] > git remote # timeout=10 [2021-01-15T21:49:04.020Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T21:49:04.025Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:49:04.028Z] > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 [2021-01-15T21:49:04.037Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T21:49:04.047Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T21:49:04.051Z] > git checkout -f 381b9d61912d7ab842f409859564ba10d5e6c264 # timeout=10 [2021-01-15T21:49:07.698Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T21:49:09.512Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:49:09.573Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20653 in /w/workspace/dgexfoundry_device-sdk-go_PR-734 [Pipeline] { [Pipeline] ws [2021-01-15T21:49:09.705Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-01-15T21:49:09.843Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:49:10.166Z] + sudo service docker restart [2021-01-15T21:49:10.166Z] + true [2021-01-15T21:49:10.166Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T21:49:11.343Z] provisioning config files... [2021-01-15T21:49:11.382Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1343349570506929351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:49:11.796Z] ---> docker-login.sh [2021-01-15T21:49:11.797Z] nexus3.edgexfoundry.org:10001 [2021-01-15T21:49:12.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:12.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:12.070Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:12.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:12.070Z] [2021-01-15T21:49:12.070Z] Login Succeeded [2021-01-15T21:49:12.070Z] nexus3.edgexfoundry.org:10002 [2021-01-15T21:49:12.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:12.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:12.336Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:12.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:12.336Z] [2021-01-15T21:49:12.336Z] Login Succeeded [2021-01-15T21:49:12.336Z] nexus3.edgexfoundry.org:10003 [2021-01-15T21:49:12.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:12.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:12.609Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:12.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:12.609Z] [2021-01-15T21:49:12.609Z] Login Succeeded [2021-01-15T21:49:12.609Z] nexus3.edgexfoundry.org:10004 [2021-01-15T21:49:12.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:12.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:12.609Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:12.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:12.609Z] [2021-01-15T21:49:12.609Z] Login Succeeded [2021-01-15T21:49:12.609Z] docker.io [2021-01-15T21:49:12.928Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:13.197Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:13.197Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:13.197Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:13.197Z] [2021-01-15T21:49:13.197Z] Login Succeeded [2021-01-15T21:49:13.197Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T21:49:13.210Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T21:49:13.621Z] ========================================================= [2021-01-15T21:49:13.621Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T21:49:13.621Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:49:14.028Z] + 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-01-15T21:49:14.028Z] Sending build context to Docker daemon 2.58MB [2021-01-15T21:49:14.028Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T21:49:14.028Z] Step 2/8 : FROM ${BASE} [2021-01-15T21:49:14.293Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T21:49:14.293Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T21:49:14.293Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T21:49:14.293Z] de9db76c5a1d: Pulling fs layer [2021-01-15T21:49:14.293Z] bca2f99d35d6: Pulling fs layer [2021-01-15T21:49:14.293Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T21:49:14.293Z] 7c6f9722023f: Pulling fs layer [2021-01-15T21:49:14.293Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T21:49:14.293Z] 93359f2a8cfa: Waiting [2021-01-15T21:49:14.293Z] 7c6f9722023f: Waiting [2021-01-15T21:49:14.293Z] a35cf1a2eb13: Waiting [2021-01-15T21:49:14.293Z] bca2f99d35d6: Waiting [2021-01-15T21:49:14.293Z] de9db76c5a1d: Verifying Checksum [2021-01-15T21:49:14.293Z] de9db76c5a1d: Download complete [2021-01-15T21:49:14.293Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T21:49:14.293Z] 0ef7d3d256c8: Download complete [2021-01-15T21:49:14.293Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T21:49:14.293Z] 93359f2a8cfa: Download complete [2021-01-15T21:49:14.293Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T21:49:14.293Z] 188c0c94c7c5: Download complete [2021-01-15T21:49:14.293Z] 7c6f9722023f: Verifying Checksum [2021-01-15T21:49:14.293Z] 7c6f9722023f: Download complete [2021-01-15T21:49:14.562Z] 188c0c94c7c5: Pull complete [2021-01-15T21:49:14.824Z] 0ef7d3d256c8: Pull complete [2021-01-15T21:49:14.824Z] de9db76c5a1d: Pull complete [2021-01-15T21:49:15.906Z] using credential edgex-jenkins-ssh [2021-01-15T21:49:15.968Z] Cloning the remote Git repository [2021-01-15T21:49:16.048Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T21:49:16.180Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-01-15T21:49:16.255Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T21:49:16.256Z] a35cf1a2eb13: Download complete [2021-01-15T21:49:16.833Z] bca2f99d35d6: Verifying Checksum [2021-01-15T21:49:16.833Z] bca2f99d35d6: Download complete [2021-01-15T21:49:16.287Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T21:49:16.288Z] > git --version # timeout=10 [2021-01-15T21:49:16.312Z] > git --version # 'git version 2.17.1' [2021-01-15T21:49:16.315Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:49:16.394Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:49:18.264Z] Merging remotes/origin/master commit 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 into PR head commit 381b9d61912d7ab842f409859564ba10d5e6c264 [2021-01-15T21:49:18.619Z] Merge succeeded, producing 381b9d61912d7ab842f409859564ba10d5e6c264 [2021-01-15T21:49:18.620Z] Checking out Revision 381b9d61912d7ab842f409859564ba10d5e6c264 (PR-734) [2021-01-15T21:49:17.613Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T21:49:17.649Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T21:49:17.686Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-15T21:49:17.746Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-15T21:49:17.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:49:17.764Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/734/head:refs/remotes/origin/PR-734 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T21:49:18.307Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T21:49:18.333Z] > git checkout -f 381b9d61912d7ab842f409859564ba10d5e6c264 # timeout=10 [2021-01-15T21:49:18.507Z] > git remote # timeout=10 [2021-01-15T21:49:18.534Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T21:49:18.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T21:49:18.574Z] > git merge 4c3dc03c8ea9c7d0ca8607851bb568d204203cf0 # timeout=10 [2021-01-15T21:49:18.608Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T21:49:18.638Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T21:49:18.655Z] > git checkout -f 381b9d61912d7ab842f409859564ba10d5e6c264 # timeout=10 [2021-01-15T21:49:22.193Z] bca2f99d35d6: Pull complete [2021-01-15T21:49:22.193Z] 93359f2a8cfa: Pull complete [2021-01-15T21:49:22.193Z] 7c6f9722023f: Pull complete [2021-01-15T21:49:23.298Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T21:49:24.774Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:49:25.261Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T21:49:25.618Z] + sudo service docker restart [2021-01-15T21:49:25.618Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T21:49:28.355Z] provisioning config files... [2021-01-15T21:49:28.397Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config8226490158625298772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:49:28.819Z] a35cf1a2eb13: Pull complete [2021-01-15T21:49:28.819Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T21:49:28.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T21:49:28.819Z] ---> a62c8e92a672 [2021-01-15T21:49:28.819Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T21:49:28.819Z] ---> Running in cd954a33b315 [2021-01-15T21:49:28.819Z] Removing intermediate container cd954a33b315 [2021-01-15T21:49:28.819Z] ---> 2706fb5685d0 [2021-01-15T21:49:28.819Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T21:49:28.819Z] ---> Running in b0ba111d2b29 [2021-01-15T21:49:28.886Z] ---> docker-login.sh [2021-01-15T21:49:28.886Z] nexus3.edgexfoundry.org:10001 [2021-01-15T21:49:29.401Z] Removing intermediate container b0ba111d2b29 [2021-01-15T21:49:29.401Z] ---> 120d588c158a [2021-01-15T21:49:29.401Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-15T21:49:29.401Z] ---> Running in b6f7a2293e72 [2021-01-15T21:49:29.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:29.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T21:49:30.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:30.156Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:30.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:30.156Z] [2021-01-15T21:49:30.156Z] Login Succeeded [2021-01-15T21:49:30.156Z] nexus3.edgexfoundry.org:10002 [2021-01-15T21:49:30.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:30.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:30.758Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:30.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:30.758Z] [2021-01-15T21:49:30.758Z] Login Succeeded [2021-01-15T21:49:30.758Z] nexus3.edgexfoundry.org:10003 [2021-01-15T21:49:30.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T21:49:31.211Z] OK: 166 MiB in 39 packages [2021-01-15T21:49:31.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:31.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:31.366Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:31.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:31.366Z] [2021-01-15T21:49:31.366Z] Login Succeeded [2021-01-15T21:49:31.366Z] nexus3.edgexfoundry.org:10004 [2021-01-15T21:49:31.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:31.790Z] Removing intermediate container b6f7a2293e72 [2021-01-15T21:49:31.791Z] ---> a40dfcaf7b0e [2021-01-15T21:49:31.791Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-15T21:49:31.791Z] ---> Running in a3c939391e9c [2021-01-15T21:49:31.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:31.919Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:31.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:31.919Z] [2021-01-15T21:49:31.919Z] Login Succeeded [2021-01-15T21:49:31.919Z] docker.io [2021-01-15T21:49:32.057Z] Removing intermediate container a3c939391e9c [2021-01-15T21:49:32.057Z] ---> 8e4ac2a58ee2 [2021-01-15T21:49:32.057Z] Step 7/8 : COPY . . [2021-01-15T21:49:32.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T21:49:32.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T21:49:32.463Z] Configure a credential helper to remove this warning. See [2021-01-15T21:49:32.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T21:49:32.463Z] [2021-01-15T21:49:32.463Z] Login Succeeded [2021-01-15T21:49:32.463Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T21:49:32.488Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T21:49:32.969Z] ========================================================= [2021-01-15T21:49:32.969Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T21:49:32.969Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:49:33.356Z] + 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-01-15T21:49:33.447Z] ---> 690a5228feaa [2021-01-15T21:49:33.447Z] Step 8/8 : RUN go mod download [2021-01-15T21:49:33.447Z] ---> Running in 7c42bbe9347a [2021-01-15T21:49:33.656Z] Sending build context to Docker daemon 2.579MB [2021-01-15T21:49:33.928Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T21:49:33.928Z] Step 2/8 : FROM ${BASE} [2021-01-15T21:49:34.202Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T21:49:34.202Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T21:49:34.202Z] a4357932f1b6: Pulling fs layer [2021-01-15T21:49:34.202Z] 18c013af1878: Pulling fs layer [2021-01-15T21:49:34.202Z] 00ac8860ef70: Pulling fs layer [2021-01-15T21:49:34.202Z] 63d7cb157983: Pulling fs layer [2021-01-15T21:49:34.202Z] b116817d02f9: Pulling fs layer [2021-01-15T21:49:34.202Z] 745a02a5169b: Pulling fs layer [2021-01-15T21:49:34.202Z] 63d7cb157983: Waiting [2021-01-15T21:49:34.202Z] b116817d02f9: Waiting [2021-01-15T21:49:34.202Z] 00ac8860ef70: Waiting [2021-01-15T21:49:34.202Z] 745a02a5169b: Waiting [2021-01-15T21:49:34.202Z] 18c013af1878: Verifying Checksum [2021-01-15T21:49:34.202Z] 18c013af1878: Download complete [2021-01-15T21:49:34.202Z] a4357932f1b6: Verifying Checksum [2021-01-15T21:49:34.202Z] a4357932f1b6: Download complete [2021-01-15T21:49:34.202Z] 63d7cb157983: Verifying Checksum [2021-01-15T21:49:34.202Z] 63d7cb157983: Download complete [2021-01-15T21:49:34.799Z] b116817d02f9: Verifying Checksum [2021-01-15T21:49:34.799Z] b116817d02f9: Download complete [2021-01-15T21:49:35.784Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T21:49:35.784Z] 5f621e34cdf4: Download complete [2021-01-15T21:49:36.388Z] 5f621e34cdf4: Pull complete [2021-01-15T21:49:36.985Z] a4357932f1b6: Pull complete [2021-01-15T21:49:37.264Z] 18c013af1878: Pull complete [2021-01-15T21:49:38.707Z] 745a02a5169b: Verifying Checksum [2021-01-15T21:49:38.707Z] 745a02a5169b: Download complete [2021-01-15T21:49:39.694Z] 00ac8860ef70: Verifying Checksum [2021-01-15T21:49:39.694Z] 00ac8860ef70: Download complete [2021-01-15T21:49:52.127Z] 00ac8860ef70: Pull complete [2021-01-15T21:49:52.127Z] 63d7cb157983: Pull complete [2021-01-15T21:49:52.127Z] b116817d02f9: Pull complete [2021-01-15T21:49:54.771Z] 745a02a5169b: Pull complete [2021-01-15T21:49:54.771Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T21:49:54.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T21:49:54.771Z] ---> b7e6874047d6 [2021-01-15T21:49:54.771Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T21:49:55.482Z] Removing intermediate container 7c42bbe9347a [2021-01-15T21:49:55.482Z] ---> 7c05ce13e13b [2021-01-15T21:49:55.482Z] Successfully built 7c05ce13e13b [2021-01-15T21:49:55.482Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:49:55.798Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T21:49:55.798Z] . [Pipeline] withDockerContainer [2021-01-15T21:49:55.924Z] prd-centos7-docker-4c-2g-20656 does not seem to be running inside a container [2021-01-15T21:49:55.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T21:49:56.815Z] $ docker top 4f38e02082aba379ebbf23028dfc3657565c573fcae4ee007b84af3277b08de0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T21:49:57.315Z] + go version [2021-01-15T21:49:57.315Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T21:49:57.331Z] $ docker stop --time=1 4f38e02082aba379ebbf23028dfc3657565c573fcae4ee007b84af3277b08de0 [2021-01-15T21:49:57.439Z] ---> Running in c621b683412f [2021-01-15T21:49:58.043Z] Removing intermediate container c621b683412f [2021-01-15T21:49:58.044Z] ---> 268fa9cbffb8 [2021-01-15T21:49:58.044Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T21:49:58.044Z] ---> Running in 2895afb8a724 [2021-01-15T21:49:58.710Z] $ docker rm -f 4f38e02082aba379ebbf23028dfc3657565c573fcae4ee007b84af3277b08de0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:49:59.484Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T21:49:59.484Z] . [Pipeline] withDockerContainer [2021-01-15T21:49:59.582Z] prd-centos7-docker-4c-2g-20656 does not seem to be running inside a container [2021-01-15T21:49:59.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T21:50:00.284Z] $ docker top f8b267c96dd53e436611e32c6cc3132c2c125b03cfee11136a49f2079eac2aa1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T21:50:00.790Z] + make test [2021-01-15T21:50:00.790Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T21:50:03.451Z] Removing intermediate container 2895afb8a724 [2021-01-15T21:50:03.451Z] ---> d9ba27387c59 [2021-01-15T21:50:03.451Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-15T21:50:03.731Z] ---> Running in 64c9be375b68 [2021-01-15T21:50:05.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T21:50:06.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T21:50:07.591Z] OK: 142 MiB in 39 packages [2021-01-15T21:50:08.587Z] Removing intermediate container 64c9be375b68 [2021-01-15T21:50:08.587Z] ---> 0077c57746f3 [2021-01-15T21:50:08.587Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-15T21:50:08.862Z] ---> Running in 0ab5650d66e3 [2021-01-15T21:50:09.005Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-15T21:50:09.481Z] Removing intermediate container 0ab5650d66e3 [2021-01-15T21:50:09.481Z] ---> 72594c2f76e1 [2021-01-15T21:50:09.481Z] Step 7/8 : COPY . . [2021-01-15T21:50:10.955Z] ---> a2404ab476d2 [2021-01-15T21:50:10.955Z] Step 8/8 : RUN go mod download [2021-01-15T21:50:10.955Z] ---> Running in afb21f3f5c54 [2021-01-15T21:50:24.072Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-15T21:50:24.072Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-15T21:50:24.072Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-15T21:50:24.072Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.053s coverage: 19.4% of statements [2021-01-15T21:50:26.019Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.449s coverage: 97.1% of statements [2021-01-15T21:50:33.174Z] Removing intermediate container afb21f3f5c54 [2021-01-15T21:50:33.174Z] ---> 48292043d02c [2021-01-15T21:50:33.174Z] Successfully built 48292043d02c [2021-01-15T21:50:33.174Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:50:33.787Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T21:50:33.787Z] . [Pipeline] withDockerContainer [2021-01-15T21:50:34.037Z] prd-ubuntu18.04-docker-arm64-4c-16g-20653 does not seem to be running inside a container [2021-01-15T21:50:34.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T21:50:35.671Z] $ docker top cf02b517e00b0b268070867069f3e22faa59f80c7dd9c9d493edf07751bb9f32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T21:50:36.670Z] + go version [2021-01-15T21:50:36.671Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T21:50:36.698Z] $ docker stop --time=1 cf02b517e00b0b268070867069f3e22faa59f80c7dd9c9d493edf07751bb9f32 [2021-01-15T21:50:38.670Z] $ docker rm -f cf02b517e00b0b268070867069f3e22faa59f80c7dd9c9d493edf07751bb9f32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:50:39.692Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T21:50:39.692Z] . [Pipeline] withDockerContainer [2021-01-15T21:50:39.967Z] prd-ubuntu18.04-docker-arm64-4c-16g-20653 does not seem to be running inside a container [2021-01-15T21:50:40.056Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T21:50:41.661Z] $ docker top 35ae4ec7d65475ef437266c16924dc0539203d40a687cde5e11c0dca1df39fc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T21:50:42.731Z] + make test [2021-01-15T21:50:42.731Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.052s coverage: 9.4% of statements [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.053s coverage: 21.7% of statements [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.232s coverage: 42.9% of statements [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.278s coverage: 68.9% of statements [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.064s coverage: 53.8% of statements [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.065s coverage: 30.4% of statements [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.937s coverage: 68.9% of statements [2021-01-15T21:50:58.212Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 4.2% of statements [2021-01-15T21:50:58.212Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-15T21:50:58.212Z] GO111MODULE=on go vet ./... [2021-01-15T21:51:03.595Z] gofmt -l . [2021-01-15T21:51:03.864Z] [ "`gofmt -l .`" = "" ] [2021-01-15T21:51:03.864Z] ./bin/test-attribution-txt.sh [2021-01-15T21:51:04.836Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-15T21:51:05.117Z] $ docker stop --time=1 f8b267c96dd53e436611e32c6cc3132c2c125b03cfee11136a49f2079eac2aa1 [2021-01-15T21:51:07.181Z] $ docker rm -f f8b267c96dd53e436611e32c6cc3132c2c125b03cfee11136a49f2079eac2aa1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T21:51:07.865Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T21:51:08.315Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-15T21:51:09.520Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T21:51:09.564Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-01-15T21:51:09.821Z] + ls -al . [2021-01-15T21:51:09.821Z] total 220 [2021-01-15T21:51:09.821Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 15 21:51 . [2021-01-15T21:51:09.821Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 15 21:49 .. [2021-01-15T21:51:09.821Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 15 21:49 bin [2021-01-15T21:51:09.821Z] -rw-r--r--. 1 jenkins jenkins 142787 Jan 15 21:50 coverage.out [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 15 21:49 Dockerfile.build [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 15 21:49 .dockerignore [2021-01-15T21:51:09.821Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 15 21:49 example [2021-01-15T21:51:09.821Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 15 21:49 .git [2021-01-15T21:51:09.821Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 15 21:49 .github [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 15 21:49 .gitignore [2021-01-15T21:51:09.821Z] -rw-r--r--. 1 jenkins jenkins 491 Jan 15 21:51 go.mod [2021-01-15T21:51:09.821Z] -rw-r--r--. 1 jenkins jenkins 14124 Jan 15 21:51 go.sum [2021-01-15T21:51:09.821Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 15 21:49 internal [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 15 21:49 Jenkinsfile [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 15 21:49 LICENSE [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 1016 Jan 15 21:49 Makefile [2021-01-15T21:51:09.821Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 15 21:49 openapi [2021-01-15T21:51:09.821Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 15 21:49 pkg [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 15 21:49 README.md [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 15 21:49 RELEASE-NOTES.txt [2021-01-15T21:51:09.821Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 15 21:49 snap [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 15 21:46 VERSION [2021-01-15T21:51:09.821Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 15 21:49 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:51:10.127Z] + 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=381b9d61912d7ab842f409859564ba10d5e6c264 --label arch=amd64 --label version=0.0.0 . [2021-01-15T21:51:10.390Z] Sending build context to Docker daemon 2.724MB [2021-01-15T21:51:10.390Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T21:51:10.390Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-15T21:51:10.390Z] ---> 7c05ce13e13b [2021-01-15T21:51:10.390Z] Step 3/24 : ARG MAKE='make build' [2021-01-15T21:51:10.969Z] ---> Running in 8cab391fe6dc [2021-01-15T21:51:11.232Z] Removing intermediate container 8cab391fe6dc [2021-01-15T21:51:11.232Z] ---> b0890425b81d [2021-01-15T21:51:11.232Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-15T21:51:11.232Z] ---> Running in b7574043a49d [2021-01-15T21:51:11.496Z] Removing intermediate container b7574043a49d [2021-01-15T21:51:11.496Z] ---> b928f126beda [2021-01-15T21:51:11.496Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T21:51:11.496Z] ---> Running in 91a235a22b0d [2021-01-15T21:51:11.758Z] Removing intermediate container 91a235a22b0d [2021-01-15T21:51:11.758Z] ---> 5c432172f138 [2021-01-15T21:51:11.758Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T21:51:11.758Z] ---> Running in b4f628cec18f [2021-01-15T21:51:12.709Z] Removing intermediate container b4f628cec18f [2021-01-15T21:51:12.709Z] ---> 2017327dd089 [2021-01-15T21:51:12.709Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-15T21:51:12.709Z] ---> Running in 8f6b9dd47076 [2021-01-15T21:51:13.294Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T21:51:13.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T21:51:14.446Z] OK: 166 MiB in 39 packages [2021-01-15T21:51:15.025Z] Removing intermediate container 8f6b9dd47076 [2021-01-15T21:51:15.025Z] ---> dc3c47ae0b14 [2021-01-15T21:51:15.025Z] Step 8/24 : COPY . . [2021-01-15T21:51:16.421Z] ---> 880fd858c0c5 [2021-01-15T21:51:16.421Z] Step 9/24 : RUN ${MAKE} [2021-01-15T21:51:16.421Z] ---> Running in dc76f68a9447 [2021-01-15T21:51:16.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-15T21:51:24.939Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-15T21:51:26.891Z] Removing intermediate container dc76f68a9447 [2021-01-15T21:51:26.891Z] ---> 023b6f3e5ac2 [2021-01-15T21:51:26.891Z] Step 10/24 : FROM scratch [2021-01-15T21:51:26.891Z] ---> [2021-01-15T21:51:26.891Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T21:51:26.891Z] ---> Running in 34c2ce7c9428 [2021-01-15T21:51:27.154Z] Removing intermediate container 34c2ce7c9428 [2021-01-15T21:51:27.154Z] ---> d7f615aefa16 [2021-01-15T21:51:27.154Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-15T21:51:27.154Z] ---> Running in 54e714c5cb3e [2021-01-15T21:51:27.417Z] Removing intermediate container 54e714c5cb3e [2021-01-15T21:51:27.417Z] ---> 9ca56cf6b474 [2021-01-15T21:51:27.417Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T21:51:27.417Z] ---> Running in f6c86ff5905d [2021-01-15T21:51:27.679Z] Removing intermediate container f6c86ff5905d [2021-01-15T21:51:27.679Z] ---> dffc8be3383e [2021-01-15T21:51:27.679Z] Step 14/24 : WORKDIR / [2021-01-15T21:51:27.679Z] ---> Running in ebb5b17ec917 [2021-01-15T21:51:27.941Z] Removing intermediate container ebb5b17ec917 [2021-01-15T21:51:27.941Z] ---> 7698b1b5953b [2021-01-15T21:51:27.941Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-15T21:51:28.203Z] ---> d528fb26a831 [2021-01-15T21:51:28.203Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-15T21:51:28.464Z] ---> 1e6ccc043b6b [2021-01-15T21:51:28.464Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-15T21:51:28.726Z] ---> a0593f66c978 [2021-01-15T21:51:28.726Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-15T21:51:28.988Z] ---> e7507d2f0d34 [2021-01-15T21:51:28.988Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-15T21:51:29.249Z] ---> 2d9feed4ac78 [2021-01-15T21:51:29.249Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-15T21:51:29.249Z] ---> Running in ea59a3d86e01 [2021-01-15T21:51:29.510Z] Removing intermediate container ea59a3d86e01 [2021-01-15T21:51:29.510Z] ---> 3dd228f36b45 [2021-01-15T21:51:29.510Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T21:51:29.510Z] ---> Running in 632f02128bab [2021-01-15T21:51:29.772Z] Removing intermediate container 632f02128bab [2021-01-15T21:51:29.772Z] ---> a763d6abe264 [2021-01-15T21:51:29.772Z] Step 22/24 : LABEL arch=amd64 [2021-01-15T21:51:29.772Z] ---> Running in 5ebb2c65233d [2021-01-15T21:51:30.034Z] Removing intermediate container 5ebb2c65233d [2021-01-15T21:51:30.034Z] ---> faff7eb74b8d [2021-01-15T21:51:30.034Z] Step 23/24 : LABEL git_sha=381b9d61912d7ab842f409859564ba10d5e6c264 [2021-01-15T21:51:30.034Z] ---> Running in 6784426d15d1 [2021-01-15T21:51:30.034Z] Removing intermediate container 6784426d15d1 [2021-01-15T21:51:30.034Z] ---> 8180d2c8dd47 [2021-01-15T21:51:30.034Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T21:51:30.297Z] ---> Running in c55ff10e0b54 [2021-01-15T21:51:30.297Z] Removing intermediate container c55ff10e0b54 [2021-01-15T21:51:30.297Z] ---> 955fc2d8314f [2021-01-15T21:51:30.297Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T21:51:30.297Z] Successfully built 955fc2d8314f [2021-01-15T21:51:30.297Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T21:51:56.594Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-01-15T21:51:56.594Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-01-15T21:51:56.594Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-01-15T21:51:56.594Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.156s coverage: 19.4% of statements [2021-01-15T21:51:57.192Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 1.281s coverage: 97.1% of statements [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.157s coverage: 9.4% of statements [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.121s coverage: 21.7% of statements [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.653s coverage: 42.9% of statements [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/handler 0.828s coverage: 68.9% of statements [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/handler/callback [no test files] [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.214s coverage: 53.8% of statements [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.172s coverage: 30.4% of statements [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.207s coverage: 68.9% of statements [2021-01-15T21:52:29.694Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.166s coverage: 4.2% of statements [2021-01-15T21:52:29.694Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-01-15T21:52:29.694Z] GO111MODULE=on go vet ./... [2021-01-15T21:53:02.136Z] gofmt -l . [2021-01-15T21:53:02.136Z] [ "`gofmt -l .`" = "" ] [2021-01-15T21:53:02.136Z] ./bin/test-attribution-txt.sh [2021-01-15T21:53:02.136Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-15T21:53:02.162Z] $ docker stop --time=1 35ae4ec7d65475ef437266c16924dc0539203d40a687cde5e11c0dca1df39fc3 [2021-01-15T21:53:04.666Z] $ docker rm -f 35ae4ec7d65475ef437266c16924dc0539203d40a687cde5e11c0dca1df39fc3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T21:53:05.802Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-15T21:53:05.869Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T21:53:06.775Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T21:53:07.443Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-15T21:53:07.780Z] + ls -al . [2021-01-15T21:53:07.780Z] total 256 [2021-01-15T21:53:07.780Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 15 21:53 . [2021-01-15T21:53:07.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:49 .. [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 15 21:49 .dockerignore [2021-01-15T21:53:07.780Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 15 21:49 .git [2021-01-15T21:53:07.780Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 21:49 .github [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 15 21:49 .gitignore [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 15 21:49 Dockerfile.build [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 15 21:49 Jenkinsfile [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 15 21:49 LICENSE [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 1016 Jan 15 21:49 Makefile [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 15 21:49 README.md [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 15 21:49 RELEASE-NOTES.txt [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 15 21:46 VERSION [2021-01-15T21:53:07.780Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 15 21:49 bin [2021-01-15T21:53:07.780Z] -rw-r--r-- 1 jenkins jenkins 142787 Jan 15 21:52 coverage.out [2021-01-15T21:53:07.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:49 example [2021-01-15T21:53:07.780Z] -rw-r--r-- 1 jenkins jenkins 491 Jan 15 21:53 go.mod [2021-01-15T21:53:07.780Z] -rw-r--r-- 1 jenkins jenkins 14124 Jan 15 21:53 go.sum [2021-01-15T21:53:07.780Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 15 21:49 internal [2021-01-15T21:53:07.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:49 openapi [2021-01-15T21:53:07.780Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 15 21:49 pkg [2021-01-15T21:53:07.780Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 15 21:49 snap [2021-01-15T21:53:07.780Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 15 21:49 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:53:08.127Z] + 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=381b9d61912d7ab842f409859564ba10d5e6c264 --label arch=arm64 --label version=0.0.0 . [2021-01-15T21:53:08.726Z] Sending build context to Docker daemon 2.723MB [2021-01-15T21:53:08.726Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T21:53:08.726Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-15T21:53:08.726Z] ---> 48292043d02c [2021-01-15T21:53:08.726Z] Step 3/24 : ARG MAKE='make build' [2021-01-15T21:53:09.000Z] ---> Running in 81f1183d9b50 [2021-01-15T21:53:09.279Z] Removing intermediate container 81f1183d9b50 [2021-01-15T21:53:09.279Z] ---> 786e90d635ca [2021-01-15T21:53:09.279Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-15T21:53:09.553Z] ---> Running in 5d08fc2b0f6a [2021-01-15T21:53:10.151Z] Removing intermediate container 5d08fc2b0f6a [2021-01-15T21:53:10.151Z] ---> 5308c056c134 [2021-01-15T21:53:10.151Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T21:53:10.151Z] ---> Running in 8b0b3190c71a [2021-01-15T21:53:10.746Z] Removing intermediate container 8b0b3190c71a [2021-01-15T21:53:10.746Z] ---> bcbb08a8486b [2021-01-15T21:53:10.746Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T21:53:10.746Z] ---> Running in 8d584d4236d1 [2021-01-15T21:53:12.720Z] Removing intermediate container 8d584d4236d1 [2021-01-15T21:53:12.720Z] ---> a69608d57eb9 [2021-01-15T21:53:12.720Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-15T21:53:12.993Z] ---> Running in 85716c0e5259 [2021-01-15T21:53:13.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T21:53:14.952Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T21:53:15.545Z] OK: 142 MiB in 39 packages [2021-01-15T21:53:16.970Z] Removing intermediate container 85716c0e5259 [2021-01-15T21:53:16.970Z] ---> 641271a44a63 [2021-01-15T21:53:16.970Z] Step 8/24 : COPY . . [2021-01-15T21:53:17.972Z] ---> 50d944ef3d3c [2021-01-15T21:53:17.972Z] Step 9/24 : RUN ${MAKE} [2021-01-15T21:53:18.246Z] ---> Running in 01a45a770e35 [2021-01-15T21:53:19.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-01-15T21:53:46.084Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-15T21:53:48.710Z] Removing intermediate container 01a45a770e35 [2021-01-15T21:53:48.710Z] ---> 5615ccdd51f2 [2021-01-15T21:53:48.710Z] Step 10/24 : FROM scratch [2021-01-15T21:53:48.710Z] ---> [2021-01-15T21:53:48.710Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-15T21:53:48.710Z] ---> Running in a585e06dc347 [2021-01-15T21:53:48.710Z] Removing intermediate container a585e06dc347 [2021-01-15T21:53:48.710Z] ---> c8be2de7f0fb [2021-01-15T21:53:48.710Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-15T21:53:48.982Z] ---> Running in d9f77783c459 [2021-01-15T21:53:49.252Z] Removing intermediate container d9f77783c459 [2021-01-15T21:53:49.252Z] ---> 17f63dd28360 [2021-01-15T21:53:49.252Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T21:53:49.523Z] ---> Running in 22a8ef2e24ec [2021-01-15T21:53:49.794Z] Removing intermediate container 22a8ef2e24ec [2021-01-15T21:53:49.794Z] ---> 8f54943d0dff [2021-01-15T21:53:49.794Z] Step 14/24 : WORKDIR / [2021-01-15T21:53:50.069Z] ---> Running in 3c6e85413798 [2021-01-15T21:53:50.342Z] Removing intermediate container 3c6e85413798 [2021-01-15T21:53:50.342Z] ---> ad4c3571f407 [2021-01-15T21:53:50.342Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-15T21:53:51.773Z] ---> 5a0cb81e6c0b [2021-01-15T21:53:51.773Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-15T21:53:52.368Z] ---> fea401a0badb [2021-01-15T21:53:52.369Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-15T21:53:52.965Z] ---> 0453f709aa33 [2021-01-15T21:53:52.965Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-15T21:53:53.563Z] ---> 8c98e83073ed [2021-01-15T21:53:53.563Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-15T21:53:54.551Z] ---> 8290eccaf39c [2021-01-15T21:53:54.551Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-15T21:53:54.551Z] ---> Running in fbf95e43907d [2021-01-15T21:53:54.827Z] Removing intermediate container fbf95e43907d [2021-01-15T21:53:54.827Z] ---> ea7db1f69975 [2021-01-15T21:53:54.827Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T21:53:55.101Z] ---> Running in d5820ce73a0b [2021-01-15T21:53:55.697Z] Removing intermediate container d5820ce73a0b [2021-01-15T21:53:55.697Z] ---> bc092f3e77a2 [2021-01-15T21:53:55.697Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T21:53:55.697Z] ---> Running in a692605f1776 [2021-01-15T21:53:56.295Z] Removing intermediate container a692605f1776 [2021-01-15T21:53:56.295Z] ---> b7d4388b4c03 [2021-01-15T21:53:56.295Z] Step 23/24 : LABEL git_sha=381b9d61912d7ab842f409859564ba10d5e6c264 [2021-01-15T21:53:56.295Z] ---> Running in 6560835fb638 [2021-01-15T21:53:56.893Z] Removing intermediate container 6560835fb638 [2021-01-15T21:53:56.893Z] ---> 388a74675e39 [2021-01-15T21:53:56.893Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T21:53:57.173Z] ---> Running in bcd38737dc97 [2021-01-15T21:53:57.449Z] Removing intermediate container bcd38737dc97 [2021-01-15T21:53:57.449Z] ---> 7ce03bbae378 [2021-01-15T21:53:57.449Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-15T21:53:57.724Z] Successfully built 7ce03bbae378 [2021-01-15T21:53:57.724Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T21:53:59.145Z] provisioning config files... [2021-01-15T21:53:59.155Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp/config2185413387739280175tmp [Pipeline] { [Pipeline] sh [2021-01-15T21:53:59.570Z] + set +x [2021-01-15T21:53:59.570Z] + curl -s https://codecov.io/bash [2021-01-15T21:53:59.570Z] + bash -s -- [2021-01-15T21:53:59.833Z] [2021-01-15T21:53:59.833Z] _____ _ [2021-01-15T21:53:59.833Z] / ____| | | [2021-01-15T21:53:59.833Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T21:53:59.833Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T21:53:59.833Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T21:53:59.833Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T21:53:59.833Z] Bash-20210115-cec3c92 [2021-01-15T21:53:59.833Z] [2021-01-15T21:53:59.833Z] [2021-01-15T21:53:59.833Z] ==> git version 2.24.3 found [2021-01-15T21:53:59.833Z] ==> 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-01-15T21:53:59.833Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T21:53:59.833Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T21:53:59.833Z] ==> Jenkins CI detected. [2021-01-15T21:53:59.833Z] project root: . [2021-01-15T21:53:59.833Z] --> token set from env [2021-01-15T21:53:59.833Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T21:53:59.833Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T21:53:59.833Z] ==> Python coveragepy not found [2021-01-15T21:53:59.833Z] ==> Searching for coverage reports in: [2021-01-15T21:53:59.833Z] + . [2021-01-15T21:53:59.833Z] -> Found 1 reports [2021-01-15T21:53:59.833Z] ==> Detecting git/mercurial file structure [2021-01-15T21:53:59.833Z] ==> Reading reports [2021-01-15T21:53:59.833Z] + ./coverage.out bytes=142787 [2021-01-15T21:53:59.833Z] ==> Appending adjustments [2021-01-15T21:53:59.833Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T21:54:01.614Z] + Found adjustments [2021-01-15T21:54:01.614Z] ==> Gzipping contents [2021-01-15T21:54:01.614Z] 24K /tmp/codecov.uegT1k.gz [2021-01-15T21:54:01.614Z] ==> Uploading reports [2021-01-15T21:54:01.614Z] url: https://codecov.io [2021-01-15T21:54:01.614Z] query: branch=PR-734&commit=381b9d61912d7ab842f409859564ba10d5e6c264&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-734%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=734&job=&cmd_args= [2021-01-15T21:54:01.614Z] -> Pinging Codecov [2021-01-15T21:54:01.614Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-734&commit=381b9d61912d7ab842f409859564ba10d5e6c264&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-734%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=734&job=&cmd_args= [2021-01-15T21:54:01.614Z] -> Uploading to [2021-01-15T21:54:01.614Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/7E55EF52A471D76F132DFD9A03CDDE97/381b9d61912d7ab842f409859564ba10d5e6c264/689104d3-019a-4596-baef-317228fb4b20.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T215400Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee77038e435e6a123f6998aa9812f5372b5a803e9417c938ace9e3b6990b8fa6 [2021-01-15T21:54:01.614Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T21:54:01.614Z] Dload Upload Total Spent Left Speed [2021-01-15T21:54:01.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22138 0 0 100 22138 0 37615 --:--:-- --:--:-- --:--:-- 37649 [2021-01-15T21:54:01.614Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/381b9d61912d7ab842f409859564ba10d5e6c264 [Pipeline] } [2021-01-15T21:54:01.629Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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-01-15T21:54:04.084Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:54:04.656Z] ---> package-listing.sh [2021-01-15T21:54:04.656Z] ++ facter osfamily [2021-01-15T21:54:04.656Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T21:54:04.656Z] + OS_FAMILY=redhat [2021-01-15T21:54:04.656Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-734 [2021-01-15T21:54:04.656Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T21:54:04.656Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T21:54:04.656Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T21:54:04.656Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T21:54:04.656Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-734 ']' [2021-01-15T21:54:04.656Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T21:54:04.656Z] + case "${OS_FAMILY}" in [2021-01-15T21:54:04.656Z] + rpm -qa [2021-01-15T21:54:04.656Z] + sort [2021-01-15T21:54:09.976Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T21:54:09.976Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T21:54:09.976Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T21:54:09.976Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-734 ']' [2021-01-15T21:54:09.976Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-734/archives/ [2021-01-15T21:54:09.976Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-734/archives/ [Pipeline] echo [2021-01-15T21:54:09.991Z] 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_PR-734/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T21:54:10.292Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:54:10.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T21:54:10.605Z] [2021-01-15T21:54:10.605Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T21:54:11.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T21:54:11.005Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T21:54:11.005Z] df20fa9351a1: Pulling fs layer [2021-01-15T21:54:11.005Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T21:54:11.005Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T21:54:11.005Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T21:54:11.005Z] 93b61091891f: Pulling fs layer [2021-01-15T21:54:11.005Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T21:54:11.005Z] 5e14af77c1be: Pulling fs layer [2021-01-15T21:54:11.005Z] 01666e4c0597: Pulling fs layer [2021-01-15T21:54:11.005Z] aa168da1d23b: Pulling fs layer [2021-01-15T21:54:11.005Z] 5e14af77c1be: Waiting [2021-01-15T21:54:11.005Z] 46f8f816bc3b: Waiting [2021-01-15T21:54:11.005Z] 01666e4c0597: Waiting [2021-01-15T21:54:11.005Z] 93b61091891f: Waiting [2021-01-15T21:54:11.005Z] 93b9cdb0e59b: Waiting [2021-01-15T21:54:11.005Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T21:54:11.005Z] 36b3adc4ff6f: Download complete [2021-01-15T21:54:11.005Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T21:54:11.005Z] 46f8f816bc3b: Download complete [2021-01-15T21:54:11.272Z] df20fa9351a1: Verifying Checksum [2021-01-15T21:54:11.272Z] df20fa9351a1: Download complete [2021-01-15T21:54:11.272Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T21:54:11.272Z] 93b9cdb0e59b: Download complete [2021-01-15T21:54:11.272Z] 5e14af77c1be: Verifying Checksum [2021-01-15T21:54:11.272Z] 5e14af77c1be: Download complete [2021-01-15T21:54:11.272Z] 93b61091891f: Verifying Checksum [2021-01-15T21:54:11.272Z] 93b61091891f: Download complete [2021-01-15T21:54:11.272Z] 01666e4c0597: Verifying Checksum [2021-01-15T21:54:11.272Z] 01666e4c0597: Download complete [2021-01-15T21:54:11.272Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T21:54:11.272Z] 8ad3a11d3b57: Download complete [2021-01-15T21:54:11.536Z] df20fa9351a1: Pull complete [2021-01-15T21:54:11.802Z] 36b3adc4ff6f: Pull complete [2021-01-15T21:54:13.210Z] 8ad3a11d3b57: Pull complete [2021-01-15T21:54:13.474Z] aa168da1d23b: Verifying Checksum [2021-01-15T21:54:13.474Z] aa168da1d23b: Download complete [2021-01-15T21:54:13.737Z] 46f8f816bc3b: Pull complete [2021-01-15T21:54:14.001Z] 93b61091891f: Pull complete [2021-01-15T21:54:14.001Z] 93b9cdb0e59b: Pull complete [2021-01-15T21:54:14.265Z] 5e14af77c1be: Pull complete [2021-01-15T21:54:14.265Z] 01666e4c0597: Pull complete [2021-01-15T21:54:20.933Z] aa168da1d23b: Pull complete [2021-01-15T21:54:20.934Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T21:54:20.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T21:54:20.934Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T21:54:21.173Z] prd-centos7-docker-4c-2g-20647 does not seem to be running inside a container [2021-01-15T21:54:21.237Z] $ 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_PR-734/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_PR-734 -v /w/workspace/dgexfoundry_device-sdk-go_PR-734:/w/workspace/dgexfoundry_device-sdk-go_PR-734:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T21:54:25.137Z] $ docker top 99aafab606d77080e2518d63a8dc44c66fcda80fd0a406c103a94d32d742e4ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T21:54:25.678Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T21:54:25.979Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T21:54:26.292Z] + ls /var/log/sa-host [2021-01-15T21:54:26.292Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T21:54:26.292Z] file_magic: OK [2021-01-15T21:54:26.292Z] HZ: Using current value: 100 [2021-01-15T21:54:26.292Z] file_header: OK [2021-01-15T21:54:26.292Z] 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-01-15T21:54:26.292Z] Statistics: [2021-01-15T21:54:26.292Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T21:54:26.292Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T21:54:26.292Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T21:54:26.292Z] file_magic: OK [2021-01-15T21:54:26.292Z] HZ: Using current value: 100 [2021-01-15T21:54:26.292Z] file_header: OK [2021-01-15T21:54:26.292Z] 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-01-15T21:54:26.292Z] Statistics: [2021-01-15T21:54:26.292Z] Hnuu...uuuununununu... [2021-01-15T21:54:26.292Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T21:54:26.522Z] provisioning config files... [2021-01-15T21:54:26.550Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp/config3612847054361667667tmp [Pipeline] { [Pipeline] echo [2021-01-15T21:54:26.621Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:54:26.935Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T21:54:26.945Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T21:54:27.031Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:54:27.331Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T21:54:27.342Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:54:27.639Z] ---> sudo-logs.sh [2021-01-15T21:54:27.639Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T21:54:27.651Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:54:27.950Z] ---> job-cost.sh [2021-01-15T21:54:27.950Z] lf-activate-venv: SKIPPING [2021-01-15T21:54:27.950Z] INFO: No Stack... [2021-01-15T21:54:28.901Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T21:54:29.163Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T21:54:29.178Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T21:54:29.477Z] ---> logs-deploy.sh [2021-01-15T21:54:29.478Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-734/3 [2021-01-15T21:54:29.478Z] INFO: archiving workspace using pattern(s): [2021-01-15T21:54:31.406Z] Archives upload complete. [2021-01-15T21:54:31.406Z] INFO: archiving logs to Nexus [2021-01-15T21:54:32.356Z] ---> uname -a: [2021-01-15T21:54:32.356Z] Linux prd-centos7-docker-4c-2g-20647.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-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] ---> lscpu: [2021-01-15T21:54:32.356Z] Architecture: x86_64 [2021-01-15T21:54:32.356Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-15T21:54:32.356Z] Byte Order: Little Endian [2021-01-15T21:54:32.356Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-15T21:54:32.356Z] CPU(s): 4 [2021-01-15T21:54:32.356Z] On-line CPU(s) list: 0-3 [2021-01-15T21:54:32.356Z] Thread(s) per core: 1 [2021-01-15T21:54:32.356Z] Core(s) per socket: 1 [2021-01-15T21:54:32.356Z] Socket(s): 4 [2021-01-15T21:54:32.356Z] NUMA node(s): 1 [2021-01-15T21:54:32.356Z] Vendor ID: GenuineIntel [2021-01-15T21:54:32.356Z] CPU family: 6 [2021-01-15T21:54:32.356Z] Model: 44 [2021-01-15T21:54:32.356Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-15T21:54:32.356Z] Stepping: 1 [2021-01-15T21:54:32.356Z] CPU MHz: 2933.442 [2021-01-15T21:54:32.356Z] BogoMIPS: 5866.88 [2021-01-15T21:54:32.356Z] Virtualization: VT-x [2021-01-15T21:54:32.356Z] Hypervisor vendor: KVM [2021-01-15T21:54:32.356Z] Virtualization type: full [2021-01-15T21:54:32.356Z] L1d cache: 128 KiB [2021-01-15T21:54:32.356Z] L1i cache: 128 KiB [2021-01-15T21:54:32.356Z] L2 cache: 16 MiB [2021-01-15T21:54:32.356Z] L3 cache: 64 MiB [2021-01-15T21:54:32.356Z] NUMA node0 CPU(s): 0-3 [2021-01-15T21:54:32.356Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-15T21:54:32.356Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-15T21:54:32.356Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-15T21:54:32.356Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-15T21:54:32.356Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-15T21:54:32.356Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-15T21:54:32.356Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-15T21:54:32.356Z] Vulnerability Srbds: Not affected [2021-01-15T21:54:32.356Z] Vulnerability Tsx async abort: Not affected [2021-01-15T21:54:32.356Z] 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-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] ---> nproc: [2021-01-15T21:54:32.356Z] 4 [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] ---> df -h: [2021-01-15T21:54:32.356Z] Filesystem Size Used Available Use% Mounted on [2021-01-15T21:54:32.356Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-15T21:54:32.356Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-15T21:54:32.356Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-15T21:54:32.356Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-734@tmp [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-15T21:54:32.356Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-734 [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] ---> free -m: [2021-01-15T21:54:32.356Z] total used free shared buff/cache available [2021-01-15T21:54:32.356Z] Mem: 1837 680 93 0 1063 1052 [2021-01-15T21:54:32.356Z] Swap: 1023 1 1022 [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] ---> ip addr: [2021-01-15T21:54:32.356Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-15T21:54:32.356Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-15T21:54:32.356Z] inet 127.0.0.1/8 scope host lo [2021-01-15T21:54:32.356Z] valid_lft forever preferred_lft forever [2021-01-15T21:54:32.356Z] inet6 ::1/128 scope host [2021-01-15T21:54:32.356Z] valid_lft forever preferred_lft forever [2021-01-15T21:54:32.356Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-15T21:54:32.356Z] link/ether fa:16:3e:fb:61:dc brd ff:ff:ff:ff:ff:ff [2021-01-15T21:54:32.356Z] inet 10.30.123.183/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-15T21:54:32.356Z] valid_lft 85878sec preferred_lft 85878sec [2021-01-15T21:54:32.356Z] inet6 fe80::f816:3eff:fefb:61dc/64 scope link [2021-01-15T21:54:32.356Z] valid_lft forever preferred_lft forever [2021-01-15T21:54:32.356Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-15T21:54:32.356Z] link/ether 02:42:9b:e0:c6:8c brd ff:ff:ff:ff:ff:ff [2021-01-15T21:54:32.356Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-15T21:54:32.356Z] valid_lft forever preferred_lft forever [2021-01-15T21:54:32.356Z] inet6 fe80::42:9bff:fee0:c68c/64 scope link [2021-01-15T21:54:32.356Z] valid_lft forever preferred_lft forever [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] ---> sar -b -r -n DEV: [2021-01-15T21:54:32.356Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] 21:45:37 LINUX RESTART (4 CPU) [2021-01-15T21:54:32.356Z] [2021-01-15T21:54:32.356Z] 21:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-15T21:54:32.356Z] 21:47:01 126.91 39.17 87.74 0.00 7628.02 39279.12 0.00 [2021-01-15T21:54:32.356Z] 21:48:01 3.35 0.02 3.33 0.00 0.53 111.57 0.00 [2021-01-15T21:54:32.356Z] 21:49:01 0.40 0.00 0.40 0.00 0.00 6.23 0.00 [2021-01-15T21:54:32.356Z] 21:50:01 0.30 0.00 0.30 0.00 0.00 3.78 0.00 [2021-01-15T21:54:32.356Z] 21:51:01 0.20 0.00 0.20 0.00 0.00 2.83 0.00 [2021-01-15T21:54:32.356Z] 21:52:01 0.35 0.00 0.35 0.00 0.00 4.90 0.00 [2021-01-15T21:54:32.356Z] 21:53:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 [2021-01-15T21:54:32.357Z] 21:54:01 0.63 0.43 0.20 0.00 137.64 1.65 0.00 [2021-01-15T21:54:32.357Z] Average: 16.56 4.96 11.60 0.00 971.44 4930.09 0.00 [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z] 21:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-15T21:54:32.357Z] 21:47:01 136564 0 580988 30.88 2620 1161372 1114484 38.04 399532 1144924 132 [2021-01-15T21:54:32.357Z] 21:48:01 140248 0 577184 30.68 2620 1161492 1089940 37.20 398680 1142616 20 [2021-01-15T21:54:32.357Z] 21:49:01 141036 0 576392 30.63 2620 1161496 1077736 36.78 401168 1139436 16 [2021-01-15T21:54:32.357Z] 21:50:01 141492 0 575936 30.61 2620 1161496 1077724 36.78 403168 1137428 12 [2021-01-15T21:54:32.357Z] 21:51:01 141372 0 576048 30.62 2620 1161504 1077840 36.78 402428 1138516 8 [2021-01-15T21:54:32.357Z] 21:52:01 141544 0 575872 30.61 2620 1161508 1077868 36.79 402160 1138516 8 [2021-01-15T21:54:32.357Z] 21:53:01 142340 0 575072 30.56 2620 1161512 1077992 36.79 401424 1138512 8 [2021-01-15T21:54:32.357Z] 21:54:01 134740 0 578328 30.74 2620 1165856 1079680 36.85 404512 1142492 196 [2021-01-15T21:54:32.357Z] Average: 139917 0 576978 30.67 2620 1162030 1084158 37.00 401634 1140305 50 [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z] 21:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-15T21:54:32.357Z] 21:47:01 eth0 572.21 351.98 1100.47 104.88 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:47:01 docker0 12.78 9.55 1.73 21.74 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:48:01 eth0 1.75 0.53 0.60 0.39 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:49:01 eth0 4.10 0.30 0.63 0.20 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:50:01 eth0 4.05 0.78 1.03 0.60 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:51:01 eth0 1.10 0.65 0.56 0.43 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:52:01 eth0 0.82 0.55 0.45 0.28 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:53:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:54:01 eth0 4.60 3.13 4.36 1.67 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] Average: eth0 73.64 44.78 138.61 13.57 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] Average: docker0 1.60 1.19 0.22 2.72 0.00 0.00 0.00 0.00 [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z] ---> sar -P ALL: [2021-01-15T21:54:32.357Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z] 21:45:37 LINUX RESTART (4 CPU) [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z] 21:46:01 CPU %user %nice %system %iowait %steal %idle [2021-01-15T21:54:32.357Z] 21:47:01 all 14.49 0.00 7.23 5.42 0.05 72.81 [2021-01-15T21:54:32.357Z] 21:47:01 0 13.64 0.00 7.13 5.12 0.05 74.06 [2021-01-15T21:54:32.357Z] 21:47:01 1 13.97 0.00 6.24 4.53 0.05 75.21 [2021-01-15T21:54:32.357Z] 21:47:01 2 15.39 0.00 7.19 5.35 0.07 72.00 [2021-01-15T21:54:32.357Z] 21:47:01 3 14.96 0.00 8.36 6.71 0.03 69.94 [2021-01-15T21:54:32.357Z] 21:48:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2021-01-15T21:54:32.357Z] 21:48:01 0 0.30 0.00 0.03 0.00 0.00 99.67 [2021-01-15T21:54:32.357Z] 21:48:01 1 0.08 0.00 0.08 0.00 0.00 99.83 [2021-01-15T21:54:32.357Z] 21:48:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-15T21:54:32.357Z] 21:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T21:54:32.357Z] 21:49:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-15T21:54:32.357Z] 21:49:01 0 0.43 0.00 0.03 0.00 0.00 99.53 [2021-01-15T21:54:32.357Z] 21:49:01 1 0.15 0.00 0.03 0.00 0.02 99.80 [2021-01-15T21:54:32.357Z] 21:49:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-15T21:54:32.357Z] 21:49:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-15T21:54:32.357Z] 21:50:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-01-15T21:54:32.357Z] 21:50:01 0 0.43 0.00 0.05 0.00 0.00 99.52 [2021-01-15T21:54:32.357Z] 21:50:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-15T21:54:32.357Z] 21:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-15T21:54:32.357Z] 21:50:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-15T21:54:32.357Z] 21:51:01 all 0.21 0.00 0.08 0.00 0.01 99.70 [2021-01-15T21:54:32.357Z] 21:51:01 0 0.58 0.00 0.08 0.00 0.02 99.32 [2021-01-15T21:54:32.357Z] 21:51:01 1 0.12 0.00 0.08 0.00 0.00 99.80 [2021-01-15T21:54:32.357Z] 21:51:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2021-01-15T21:54:32.357Z] 21:51:01 3 0.08 0.00 0.13 0.00 0.00 99.78 [2021-01-15T21:54:32.357Z] 21:52:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-01-15T21:54:32.357Z] 21:52:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-15T21:54:32.357Z] 21:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T21:54:32.357Z] 21:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-15T21:54:32.357Z] 21:52:01 3 0.55 0.00 0.05 0.00 0.00 99.40 [2021-01-15T21:54:32.357Z] 21:53:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-01-15T21:54:32.357Z] 21:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T21:54:32.357Z] 21:53:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-15T21:54:32.357Z] 21:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T21:54:32.357Z] 21:53:01 3 0.53 0.00 0.05 0.00 0.00 99.42 [2021-01-15T21:54:32.357Z] 21:54:01 all 0.47 0.00 0.32 0.00 0.00 99.21 [2021-01-15T21:54:32.357Z] 21:54:01 0 0.45 0.00 0.42 0.00 0.00 99.13 [2021-01-15T21:54:32.357Z] 21:54:01 1 0.33 0.00 0.40 0.00 0.00 99.27 [2021-01-15T21:54:32.357Z] 21:54:01 2 0.27 0.00 0.17 0.00 0.00 99.57 [2021-01-15T21:54:32.357Z] 21:54:01 3 0.82 0.00 0.28 0.00 0.02 98.88 [2021-01-15T21:54:32.357Z] Average: all 1.97 0.00 0.97 0.67 0.01 96.39 [2021-01-15T21:54:32.357Z] Average: 0 1.97 0.00 0.97 0.63 0.01 96.43 [2021-01-15T21:54:32.357Z] Average: 1 1.83 0.00 0.86 0.56 0.01 96.74 [2021-01-15T21:54:32.357Z] Average: 2 1.97 0.00 0.94 0.66 0.01 96.42 [2021-01-15T21:54:32.357Z] Average: 3 2.10 0.00 1.11 0.82 0.01 95.96 [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z] [2021-01-15T21:54:32.357Z]