Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b+42e5a1ea61e0adb23423a933a3224d1395f33e87 (7bf5bf9ce64358a7b3967532a6fe5b0ae871e1a0) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17567 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [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-692 # 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 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b Merge succeeded, producing 8f3c845238073ca07f74c2374786e97a0451ff5f Checking out Revision 8f3c845238073ca07f74c2374786e97a0451ff5f (PR-692) > 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/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b # 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 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f3c845238073ca07f74c2374786e97a0451ff5f # timeout=10 Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8c52c6dbefe03ddad9e683032218bb1ff7a74c6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T02:42:46.047Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T02:42:46.286Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T02:42:46.373Z] ========================================================= [2020-12-29T02:42:46.373Z] EdgeX Global Pipelines Version Info [2020-12-29T02:42:46.373Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:42:47.862Z] ------------------- [2020-12-29T02:42:47.862Z] stable info: [2020-12-29T02:42:47.862Z] ------------------- [2020-12-29T02:42:47.862Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T02:42:47.862Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T02:42:47.862Z] Message: update stable to v1.0.173 [2020-12-29T02:42:48.808Z] ------------------- [2020-12-29T02:42:48.808Z] experimental info: [2020-12-29T02:42:48.808Z] ------------------- [2020-12-29T02:42:48.808Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T02:42:48.808Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T02:42:48.808Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T02:42:49.046Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-12-29T02:42:49.134Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-12-29T02:42:49.225Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T02:42:49.311Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T02:42:49.396Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T02:42:49.481Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T02:42:49.565Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T02:42:49.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T02:42:49.738Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-12-29T02:42:49.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T02:42:49.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T02:42:50.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-12-29T02:42:50.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T02:42:50.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T02:42:50.442Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-29T02:42:50.555Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T02:42:50.733Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T02:42:50.867Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-29T02:42:50.957Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-29T02:42:51.058Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-29T02:42:51.149Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-29T02:42:51.239Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-29T02:42:51.326Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-29T02:42:51.414Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-29T02:42:51.500Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-29T02:42:51.600Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T02:42:51.695Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T02:42:51.782Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-692 [Pipeline] echo [2020-12-29T02:42:51.881Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-692 [Pipeline] echo [2020-12-29T02:42:51.971Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-692 [Pipeline] echo [2020-12-29T02:42:52.064Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f3c845238073ca07f74c2374786e97a0451ff5f [Pipeline] echo [2020-12-29T02:42:52.149Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f3c845 [Pipeline] echo [2020-12-29T02:42:52.236Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T02:42:52.406Z] provisioning config files... [2020-12-29T02:42:52.435Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config366895124084756907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:42:52.814Z] ---> docker-login.sh [2020-12-29T02:42:52.814Z] nexus3.edgexfoundry.org:10001 [2020-12-29T02:42:53.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:42:53.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:42:53.078Z] Configure a credential helper to remove this warning. See [2020-12-29T02:42:53.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:42:53.078Z] [2020-12-29T02:42:53.078Z] Login Succeeded [2020-12-29T02:42:53.344Z] nexus3.edgexfoundry.org:10002 [2020-12-29T02:42:53.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:42:53.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:42:53.344Z] Configure a credential helper to remove this warning. See [2020-12-29T02:42:53.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:42:53.344Z] [2020-12-29T02:42:53.344Z] Login Succeeded [2020-12-29T02:42:53.344Z] nexus3.edgexfoundry.org:10003 [2020-12-29T02:42:53.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:42:53.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:42:53.609Z] Configure a credential helper to remove this warning. See [2020-12-29T02:42:53.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:42:53.609Z] [2020-12-29T02:42:53.609Z] Login Succeeded [2020-12-29T02:42:53.609Z] nexus3.edgexfoundry.org:10004 [2020-12-29T02:42:53.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:42:53.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:42:53.874Z] Configure a credential helper to remove this warning. See [2020-12-29T02:42:53.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:42:53.874Z] [2020-12-29T02:42:53.874Z] Login Succeeded [2020-12-29T02:42:53.874Z] docker.io [2020-12-29T02:42:53.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:42:54.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:42:54.137Z] Configure a credential helper to remove this warning. See [2020-12-29T02:42:54.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:42:54.137Z] [2020-12-29T02:42:54.137Z] Login Succeeded [2020-12-29T02:42:54.137Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T02:42:54.148Z] 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 [2020-12-29T02:42:55.006Z] + git log --format=format:%s -1 8f3c845238073ca07f74c2374786e97a0451ff5f [Pipeline] echo [2020-12-29T02:42:55.075Z] GIT_COMMIT: 8f3c845238073ca07f74c2374786e97a0451ff5f, Commit Message: Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD [Pipeline] echo [2020-12-29T02:42:55.121Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:42:55.736Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T02:42:55.736Z] [2020-12-29T02:42:55.736Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:42:56.178Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T02:42:56.179Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T02:42:56.179Z] 31603596830f: Pulling fs layer [2020-12-29T02:42:56.179Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T02:42:56.179Z] 6ca5941a6612: Pulling fs layer [2020-12-29T02:42:56.179Z] ecc8261a40a4: Pulling fs layer [2020-12-29T02:42:56.179Z] ecc8261a40a4: Waiting [2020-12-29T02:42:56.179Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T02:42:56.179Z] 2a8b12db71e7: Download complete [2020-12-29T02:42:56.453Z] 31603596830f: Verifying Checksum [2020-12-29T02:42:56.453Z] 31603596830f: Download complete [2020-12-29T02:42:56.453Z] ecc8261a40a4: Verifying Checksum [2020-12-29T02:42:56.453Z] ecc8261a40a4: Download complete [2020-12-29T02:42:56.453Z] 6ca5941a6612: Verifying Checksum [2020-12-29T02:42:56.453Z] 6ca5941a6612: Download complete [2020-12-29T02:42:56.715Z] 31603596830f: Pull complete [2020-12-29T02:42:56.715Z] 2a8b12db71e7: Pull complete [2020-12-29T02:42:57.674Z] 6ca5941a6612: Pull complete [2020-12-29T02:42:57.939Z] ecc8261a40a4: Pull complete [2020-12-29T02:42:57.939Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T02:42:57.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T02:42:57.939Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T02:42:58.044Z] prd-centos7-docker-4c-2g-17567 does not seem to be running inside a container [2020-12-29T02:42:58.105Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-692 -v /w/workspace/dgexfoundry_device-sdk-go_PR-692:/w/workspace/dgexfoundry_device-sdk-go_PR-692:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-692@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-29T02:43:00.273Z] $ docker top e424d87e8dcce19ad76e45b3410a9c7eb0aa63fdf0ca6ca2ff081974fd340e73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T02:43:00.617Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T02:43:00.617Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T02:43:00.837Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T02:43:00.842Z] $ docker exec e424d87e8dcce19ad76e45b3410a9c7eb0aa63fdf0ca6ca2ff081974fd340e73 ssh-agent [2020-12-29T02:43:00.998Z] SSH_AUTH_SOCK=/tmp/ssh-SNQE0zySSuYM/agent.12 [2020-12-29T02:43:00.998Z] SSH_AGENT_PID=17 [2020-12-29T02:43:01.008Z] Running ssh-add (command line suppressed) [2020-12-29T02:43:01.127Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_7065317945280239663.key (/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_7065317945280239663.key) [2020-12-29T02:43:01.175Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T02:43:01.508Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T02:43:01.531Z] $ docker exec --env ******** --env ******** e424d87e8dcce19ad76e45b3410a9c7eb0aa63fdf0ca6ca2ff081974fd340e73 ssh-agent -k [2020-12-29T02:43:01.670Z] unset SSH_AUTH_SOCK; [2020-12-29T02:43:01.670Z] unset SSH_AGENT_PID; [2020-12-29T02:43:01.670Z] echo Agent pid 17 killed; [2020-12-29T02:43:01.716Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T02:43:01.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T02:43:01.858Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T02:43:02.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T02:43:02.022Z] $ docker exec e424d87e8dcce19ad76e45b3410a9c7eb0aa63fdf0ca6ca2ff081974fd340e73 ssh-agent [2020-12-29T02:43:02.185Z] SSH_AUTH_SOCK=/tmp/ssh-yfUW2SXCsmdA/agent.45 [2020-12-29T02:43:02.185Z] SSH_AGENT_PID=51 [2020-12-29T02:43:02.191Z] Running ssh-add (command line suppressed) [2020-12-29T02:43:02.307Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_974893071988205118.key (/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/private_key_974893071988205118.key) [2020-12-29T02:43:02.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T02:43:02.694Z] + git semver init [2020-12-29T02:43:02.694Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T02:43:02.694Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-692/.git [2020-12-29T02:43:02.694Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-692 [2020-12-29T02:43:02.694Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T02:43:02.694Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T02:43:02.694Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T02:43:02.694Z] # $SEMVER_BRANCH = PR-692 [2020-12-29T02:43:02.694Z] # $SEMVER_TEMP = /tmp/semver-733638489 [2020-12-29T02:43:02.694Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-12-29T02:43:03.637Z] # '/tmp/semver-733638489' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-692/.semver' [2020-12-29T02:43:03.637Z] # -> Force: false [2020-12-29T02:43:03.637Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-692/.semver [Pipeline] } [2020-12-29T02:43:03.650Z] $ docker exec --env ******** --env ******** e424d87e8dcce19ad76e45b3410a9c7eb0aa63fdf0ca6ca2ff081974fd340e73 ssh-agent -k [2020-12-29T02:43:03.766Z] unset SSH_AUTH_SOCK; [2020-12-29T02:43:03.766Z] unset SSH_AGENT_PID; [2020-12-29T02:43:03.766Z] echo Agent pid 51 killed; [2020-12-29T02:43:03.811Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T02:43:04.267Z] + git semver [Pipeline] } [2020-12-29T02:43:04.284Z] $ docker stop --time=1 e424d87e8dcce19ad76e45b3410a9c7eb0aa63fdf0ca6ca2ff081974fd340e73 [2020-12-29T02:43:05.728Z] $ docker rm -f e424d87e8dcce19ad76e45b3410a9c7eb0aa63fdf0ca6ca2ff081974fd340e73 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T02:43:06.186Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T02:43:06.732Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T02:43:06.735Z] [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 [2020-12-29T02:43:22.272Z] Still waiting to schedule task [2020-12-29T02:43:22.272Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-29T02:43:22.274Z] Still waiting to schedule task [2020-12-29T02:43:22.275Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-29T02:45:42.929Z] Running on prd-centos7-docker-4c-2g-17574 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [Pipeline] { [Pipeline] ws [2020-12-29T02:45:42.988Z] Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout [2020-12-29T02:45:51.132Z] using credential edgex-jenkins-ssh [2020-12-29T02:45:51.182Z] Cloning the remote Git repository [2020-12-29T02:45:51.294Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:45:51.456Z] > git init /w/workspace/device-sdk-go/8 # timeout=10 [2020-12-29T02:45:51.730Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:45:51.730Z] > git --version # timeout=10 [2020-12-29T02:45:51.803Z] > git --version # 'git version 2.24.3' [2020-12-29T02:45:51.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:45:51.973Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:45:53.612Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b [2020-12-29T02:45:54.016Z] Merge succeeded, producing fa8874b76eba6c001693b6ef7d400bfa46cf6961 [2020-12-29T02:45:54.016Z] Checking out Revision fa8874b76eba6c001693b6ef7d400bfa46cf6961 (PR-692) [2020-12-29T02:45:53.009Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:45:53.054Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:45:53.079Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:45:53.113Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:45:53.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:45:53.123Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T02:45:53.649Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:45:53.701Z] > git checkout -f a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b # timeout=10 [2020-12-29T02:45:53.805Z] > git remote # timeout=10 [2020-12-29T02:45:53.842Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T02:45:53.866Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:45:53.872Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2020-12-29T02:45:53.951Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T02:45:54.021Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:45:54.054Z] > git checkout -f fa8874b76eba6c001693b6ef7d400bfa46cf6961 # timeout=10 [2020-12-29T02:45:58.394Z] Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" [2020-12-29T02:45:58.438Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2020-12-29T02:45:58.403Z] > git rev-list --no-walk 8c52c6dbefe03ddad9e683032218bb1ff7a74c6d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T02:46:00.270Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T02:46:00.983Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T02:46:01.412Z] + sudo service docker restart [2020-12-29T02:46:01.412Z] + true [2020-12-29T02:46:01.412Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T02:46:03.509Z] provisioning config files... [2020-12-29T02:46:03.552Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config2686949439017796862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:46:04.208Z] ---> docker-login.sh [2020-12-29T02:46:04.208Z] nexus3.edgexfoundry.org:10001 [2020-12-29T02:46:04.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:05.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:05.228Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:05.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:05.228Z] [2020-12-29T02:46:05.228Z] Login Succeeded [2020-12-29T02:46:05.228Z] nexus3.edgexfoundry.org:10002 [2020-12-29T02:46:05.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:05.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:05.812Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:05.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:05.812Z] [2020-12-29T02:46:05.812Z] Login Succeeded [2020-12-29T02:46:05.812Z] nexus3.edgexfoundry.org:10003 [2020-12-29T02:46:06.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:06.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:06.120Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:06.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:06.120Z] [2020-12-29T02:46:06.120Z] Login Succeeded [2020-12-29T02:46:06.120Z] nexus3.edgexfoundry.org:10004 [2020-12-29T02:46:06.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:06.707Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:06.707Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:06.707Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:06.707Z] [2020-12-29T02:46:06.707Z] Login Succeeded [2020-12-29T02:46:06.707Z] docker.io [2020-12-29T02:46:06.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:07.273Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:07.273Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:07.273Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:07.273Z] [2020-12-29T02:46:07.273Z] Login Succeeded [2020-12-29T02:46:07.273Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T02:46:07.289Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-29T02:46:07.804Z] ========================================================= [2020-12-29T02:46:07.805Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T02:46:07.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:46:08.299Z] + 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 . [2020-12-29T02:46:09.440Z] Sending build context to Docker daemon 2.422MB [2020-12-29T02:46:09.440Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T02:46:09.440Z] Step 2/8 : FROM ${BASE} [2020-12-29T02:46:09.440Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T02:46:09.440Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T02:46:09.440Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T02:46:09.440Z] de9db76c5a1d: Pulling fs layer [2020-12-29T02:46:09.440Z] bca2f99d35d6: Pulling fs layer [2020-12-29T02:46:09.440Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T02:46:09.440Z] 7c6f9722023f: Pulling fs layer [2020-12-29T02:46:09.440Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T02:46:09.440Z] 93359f2a8cfa: Waiting [2020-12-29T02:46:09.440Z] 7c6f9722023f: Waiting [2020-12-29T02:46:09.440Z] a35cf1a2eb13: Waiting [2020-12-29T02:46:09.440Z] bca2f99d35d6: Waiting [2020-12-29T02:46:09.440Z] de9db76c5a1d: Verifying Checksum [2020-12-29T02:46:09.440Z] de9db76c5a1d: Download complete [2020-12-29T02:46:09.440Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T02:46:09.440Z] 0ef7d3d256c8: Download complete [2020-12-29T02:46:09.440Z] 93359f2a8cfa: Verifying Checksum [2020-12-29T02:46:09.440Z] 93359f2a8cfa: Download complete [2020-12-29T02:46:09.729Z] 7c6f9722023f: Verifying Checksum [2020-12-29T02:46:09.729Z] 7c6f9722023f: Download complete [2020-12-29T02:46:09.729Z] 188c0c94c7c5: Download complete [2020-12-29T02:46:10.387Z] 188c0c94c7c5: Pull complete [2020-12-29T02:46:11.075Z] 0ef7d3d256c8: Pull complete [2020-12-29T02:46:11.368Z] de9db76c5a1d: Pull complete [2020-12-29T02:46:16.089Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T02:46:16.089Z] a35cf1a2eb13: Download complete [2020-12-29T02:46:17.890Z] bca2f99d35d6: Verifying Checksum [2020-12-29T02:46:17.890Z] bca2f99d35d6: Download complete [2020-12-29T02:46:27.767Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17576 in /w/workspace/dgexfoundry_device-sdk-go_PR-692 [Pipeline] { [Pipeline] ws [2020-12-29T02:46:27.836Z] Running in /w/workspace/device-sdk-go/8 [Pipeline] { [Pipeline] checkout [2020-12-29T02:46:30.604Z] bca2f99d35d6: Pull complete [2020-12-29T02:46:30.604Z] 93359f2a8cfa: Pull complete [2020-12-29T02:46:30.888Z] 7c6f9722023f: Pull complete [2020-12-29T02:46:33.789Z] using credential edgex-jenkins-ssh [2020-12-29T02:46:33.852Z] Cloning the remote Git repository [2020-12-29T02:46:33.920Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:46:34.047Z] > git init /w/workspace/device-sdk-go/8 # timeout=10 [2020-12-29T02:46:34.157Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:46:34.159Z] > git --version # timeout=10 [2020-12-29T02:46:34.190Z] > git --version # 'git version 2.17.1' [2020-12-29T02:46:34.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:46:34.262Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:46:35.330Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:46:35.353Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T02:46:35.381Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-12-29T02:46:35.418Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-12-29T02:46:35.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:46:35.434Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/692/head:refs/remotes/origin/PR-692 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T02:46:35.938Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b [2020-12-29T02:46:36.298Z] Merge succeeded, producing beda38ab83c803470fb1e943c67abc35a4022d3c [2020-12-29T02:46:36.299Z] Checking out Revision beda38ab83c803470fb1e943c67abc35a4022d3c (PR-692) [2020-12-29T02:46:35.963Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:46:35.981Z] > git checkout -f a6e7e57d4cbe6eae8cb1ba1b92014a5704ca128b # timeout=10 [2020-12-29T02:46:36.115Z] > git remote # timeout=10 [2020-12-29T02:46:36.146Z] > git config --get remote.origin.url # timeout=10 [2020-12-29T02:46:36.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T02:46:36.188Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2020-12-29T02:46:36.286Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-29T02:46:36.308Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T02:46:36.318Z] > git checkout -f beda38ab83c803470fb1e943c67abc35a4022d3c # timeout=10 [2020-12-29T02:46:40.703Z] Commit message: "Merge commit '42e5a1ea61e0adb23423a933a3224d1395f33e87' into HEAD" [2020-12-29T02:46:40.734Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2020-12-29T02:46:41.143Z] a35cf1a2eb13: Pull complete [2020-12-29T02:46:41.143Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T02:46:41.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T02:46:41.143Z] ---> a62c8e92a672 [2020-12-29T02:46:41.143Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:46:41.143Z] ---> Running in 1dc03d6946ca [2020-12-29T02:46:41.143Z] Removing intermediate container 1dc03d6946ca [2020-12-29T02:46:41.143Z] ---> 1ad882783b8d [2020-12-29T02:46:41.143Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T02:46:41.143Z] ---> Running in f4e37bde7b7c [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-29T02:46:40.715Z] > git rev-list --no-walk 8c52c6dbefe03ddad9e683032218bb1ff7a74c6d # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T02:46:42.183Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-29T02:46:42.648Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T02:46:42.892Z] Removing intermediate container f4e37bde7b7c [2020-12-29T02:46:42.892Z] ---> e54a776a4e83 [2020-12-29T02:46:42.892Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-29T02:46:42.995Z] + true [2020-12-29T02:46:42.995Z] + sudo service docker restart [2020-12-29T02:46:43.197Z] ---> Running in 60bf4bb33ba5 [2020-12-29T02:46:44.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T02:46:45.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T02:46:45.702Z] provisioning config files... [2020-12-29T02:46:45.741Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/8@tmp/config4186831103261460551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:46:46.155Z] ---> docker-login.sh [2020-12-29T02:46:46.155Z] nexus3.edgexfoundry.org:10001 [2020-12-29T02:46:46.737Z] OK: 166 MiB in 39 packages [2020-12-29T02:46:47.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:47.359Z] Removing intermediate container 60bf4bb33ba5 [2020-12-29T02:46:47.359Z] ---> 784409e90b05 [2020-12-29T02:46:47.359Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-29T02:46:47.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:47.430Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:47.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:47.430Z] [2020-12-29T02:46:47.430Z] Login Succeeded [2020-12-29T02:46:47.430Z] nexus3.edgexfoundry.org:10002 [2020-12-29T02:46:47.634Z] ---> Running in 07b82a1aefd9 [2020-12-29T02:46:47.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:47.904Z] Removing intermediate container 07b82a1aefd9 [2020-12-29T02:46:47.904Z] ---> 78e90c7b11c6 [2020-12-29T02:46:47.904Z] Step 7/8 : COPY . . [2020-12-29T02:46:47.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:47.987Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:47.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:47.987Z] [2020-12-29T02:46:47.987Z] Login Succeeded [2020-12-29T02:46:47.987Z] nexus3.edgexfoundry.org:10003 [2020-12-29T02:46:48.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:48.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:48.539Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:48.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:48.539Z] [2020-12-29T02:46:48.539Z] Login Succeeded [2020-12-29T02:46:48.539Z] nexus3.edgexfoundry.org:10004 [2020-12-29T02:46:48.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:49.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:49.088Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:49.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:49.088Z] [2020-12-29T02:46:49.088Z] Login Succeeded [2020-12-29T02:46:49.088Z] docker.io [2020-12-29T02:46:49.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T02:46:49.446Z] ---> 59c2a8615ac0 [2020-12-29T02:46:49.447Z] Step 8/8 : RUN go mod download [2020-12-29T02:46:49.447Z] ---> Running in 0f819c2f540a [2020-12-29T02:46:49.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T02:46:49.959Z] Configure a credential helper to remove this warning. See [2020-12-29T02:46:49.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T02:46:49.959Z] [2020-12-29T02:46:49.959Z] Login Succeeded [2020-12-29T02:46:49.959Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T02:46:49.978Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-29T02:46:50.488Z] ========================================================= [2020-12-29T02:46:50.488Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T02:46:50.488Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:46:50.886Z] + 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 . [2020-12-29T02:46:51.496Z] Sending build context to Docker daemon 2.422MB [2020-12-29T02:46:51.496Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-29T02:46:51.496Z] Step 2/8 : FROM ${BASE} [2020-12-29T02:46:51.496Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T02:46:51.496Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T02:46:51.496Z] a4357932f1b6: Pulling fs layer [2020-12-29T02:46:51.496Z] 18c013af1878: Pulling fs layer [2020-12-29T02:46:51.496Z] 00ac8860ef70: Pulling fs layer [2020-12-29T02:46:51.496Z] 63d7cb157983: Pulling fs layer [2020-12-29T02:46:51.496Z] b116817d02f9: Pulling fs layer [2020-12-29T02:46:51.496Z] 745a02a5169b: Pulling fs layer [2020-12-29T02:46:51.496Z] 00ac8860ef70: Waiting [2020-12-29T02:46:51.496Z] 63d7cb157983: Waiting [2020-12-29T02:46:51.496Z] b116817d02f9: Waiting [2020-12-29T02:46:51.496Z] 745a02a5169b: Waiting [2020-12-29T02:46:51.496Z] 18c013af1878: Verifying Checksum [2020-12-29T02:46:51.496Z] 18c013af1878: Download complete [2020-12-29T02:46:51.496Z] a4357932f1b6: Verifying Checksum [2020-12-29T02:46:51.496Z] a4357932f1b6: Download complete [2020-12-29T02:46:51.496Z] 63d7cb157983: Verifying Checksum [2020-12-29T02:46:51.496Z] 63d7cb157983: Download complete [2020-12-29T02:46:51.496Z] b116817d02f9: Download complete [2020-12-29T02:46:51.496Z] 5f621e34cdf4: Verifying Checksum [2020-12-29T02:46:51.496Z] 5f621e34cdf4: Download complete [2020-12-29T02:46:52.106Z] 5f621e34cdf4: Pull complete [2020-12-29T02:46:52.714Z] a4357932f1b6: Pull complete [2020-12-29T02:46:53.319Z] 18c013af1878: Pull complete [2020-12-29T02:46:55.314Z] 745a02a5169b: Verifying Checksum [2020-12-29T02:46:55.314Z] 745a02a5169b: Download complete [2020-12-29T02:46:56.755Z] 00ac8860ef70: Verifying Checksum [2020-12-29T02:46:56.755Z] 00ac8860ef70: Download complete [2020-12-29T02:47:06.931Z] 00ac8860ef70: Pull complete [2020-12-29T02:47:06.931Z] 63d7cb157983: Pull complete [2020-12-29T02:47:07.249Z] b116817d02f9: Pull complete [2020-12-29T02:47:10.664Z] 745a02a5169b: Pull complete [2020-12-29T02:47:10.664Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T02:47:10.664Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T02:47:10.664Z] ---> b7e6874047d6 [2020-12-29T02:47:10.664Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:47:14.084Z] ---> Running in b0007e2635aa [2020-12-29T02:47:14.364Z] Removing intermediate container b0007e2635aa [2020-12-29T02:47:14.364Z] ---> 8eeaf6c9232f [2020-12-29T02:47:14.364Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T02:47:14.364Z] ---> Running in 1190b554a0ff [2020-12-29T02:47:17.002Z] Removing intermediate container 1190b554a0ff [2020-12-29T02:47:17.002Z] ---> 7fe9e638135f [2020-12-29T02:47:17.002Z] Step 5/8 : RUN apk add --no-cache make git [2020-12-29T02:47:17.002Z] ---> Running in a8101e5b78a9 [2020-12-29T02:47:17.283Z] Removing intermediate container 0f819c2f540a [2020-12-29T02:47:17.283Z] ---> 9d08d7ba0e03 [2020-12-29T02:47:17.283Z] Successfully built 9d08d7ba0e03 [2020-12-29T02:47:17.283Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:47:17.811Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T02:47:17.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T02:47:18.103Z] . [Pipeline] withDockerContainer [2020-12-29T02:47:18.383Z] prd-centos7-docker-4c-2g-17574 does not seem to be running inside a container [2020-12-29T02:47:18.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 [2020-12-29T02:47:19.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T02:47:19.814Z] $ docker top 056b4ee4c312f77b64a10234277e37655335481f7f6d41771934f53270e8ac9b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:47:20.886Z] + go version [2020-12-29T02:47:20.886Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T02:47:20.911Z] $ docker stop --time=1 056b4ee4c312f77b64a10234277e37655335481f7f6d41771934f53270e8ac9b [2020-12-29T02:47:21.386Z] OK: 142 MiB in 39 packages [2020-12-29T02:47:22.369Z] Removing intermediate container a8101e5b78a9 [2020-12-29T02:47:22.369Z] ---> 49a0226e1c51 [2020-12-29T02:47:22.369Z] Step 6/8 : WORKDIR /device-sdk-go [2020-12-29T02:47:22.369Z] ---> Running in 1b3fb904d733 [2020-12-29T02:47:22.617Z] $ docker rm -f 056b4ee4c312f77b64a10234277e37655335481f7f6d41771934f53270e8ac9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-12-29T02:47:22.968Z] Removing intermediate container 1b3fb904d733 [2020-12-29T02:47:22.968Z] ---> 286807b676d2 [2020-12-29T02:47:22.968Z] Step 7/8 : COPY . . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:47:23.531Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T02:47:23.531Z] . [Pipeline] withDockerContainer [2020-12-29T02:47:23.685Z] prd-centos7-docker-4c-2g-17574 does not seem to be running inside a container [2020-12-29T02:47:23.747Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 [2020-12-29T02:47:24.419Z] ---> 00b4beac514c [2020-12-29T02:47:24.419Z] Step 8/8 : RUN go mod download [2020-12-29T02:47:24.419Z] ---> Running in d263b111ecc8 [2020-12-29T02:47:24.772Z] $ docker top 1598ca0e817cdb2377872a63f400cc6c189b2b740d253996a2dd07e8327e594e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:47:25.659Z] + make test [2020-12-29T02:47:25.659Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-29T02:47:41.080Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-29T02:47:46.633Z] Removing intermediate container d263b111ecc8 [2020-12-29T02:47:46.633Z] ---> 57662eb706e6 [2020-12-29T02:47:46.633Z] Successfully built 57662eb706e6 [2020-12-29T02:47:46.633Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:47:46.977Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T02:47:46.977Z] . [Pipeline] withDockerContainer [2020-12-29T02:47:47.268Z] prd-ubuntu18.04-docker-arm64-4c-16g-17576 does not seem to be running inside a container [2020-12-29T02:47:47.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 [2020-12-29T02:47:48.945Z] $ docker top bcec15beed9313a3f1e1d238084e5c2b4115d27dd9c030f7a3fd5c0a8d839cbc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:47:50.039Z] + go version [2020-12-29T02:47:50.039Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T02:47:50.071Z] $ docker stop --time=1 bcec15beed9313a3f1e1d238084e5c2b4115d27dd9c030f7a3fd5c0a8d839cbc [2020-12-29T02:47:52.057Z] $ docker rm -f bcec15beed9313a3f1e1d238084e5c2b4115d27dd9c030f7a3fd5c0a8d839cbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:47:53.205Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T02:47:53.205Z] . [Pipeline] withDockerContainer [2020-12-29T02:47:53.436Z] prd-ubuntu18.04-docker-arm64-4c-16g-17576 does not seem to be running inside a container [2020-12-29T02:47:53.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/8 -v /w/workspace/device-sdk-go/8:/w/workspace/device-sdk-go/8:rw,z -v /w/workspace/device-sdk-go/8@tmp:/w/workspace/device-sdk-go/8@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 [2020-12-29T02:47:54.864Z] $ docker top 479c45f3e37f31adc72cb9edb884efb050376b6e0b467adcc74224dd1611af39 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:47:55.864Z] + make test [2020-12-29T02:47:55.864Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-29T02:48:08.213Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-29T02:48:08.213Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-29T02:48:08.213Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-29T02:48:08.213Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.098s coverage: 19.4% of statements [2020-12-29T02:48:08.213Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.941s coverage: 97.1% of statements [2020-12-29T02:48:18.040Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-12-29T02:48:40.832Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.116s coverage: 9.4% of statements [2020-12-29T02:48:40.832Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.100s coverage: 21.9% of statements [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-29T02:48:40.832Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.371s coverage: 42.5% of statements [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-29T02:48:40.832Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.409s coverage: 68.9% of statements [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-29T02:48:40.832Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.180s coverage: 53.8% of statements [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-29T02:48:40.832Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.156s coverage: 68.9% of statements [2020-12-29T02:48:40.832Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.071s coverage: 4.2% of statements [2020-12-29T02:48:40.832Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-29T02:48:40.832Z] GO111MODULE=on go vet ./... [2020-12-29T02:48:57.071Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-12-29T02:48:57.072Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-12-29T02:48:57.072Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-12-29T02:48:57.676Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.175s coverage: 19.4% of statements [2020-12-29T02:48:59.980Z] gofmt -l . [2020-12-29T02:49:00.275Z] [ "`gofmt -l .`" = "" ] [2020-12-29T02:49:00.275Z] ./bin/test-attribution-txt.sh [2020-12-29T02:49:01.294Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-29T02:49:01.926Z] $ docker stop --time=1 1598ca0e817cdb2377872a63f400cc6c189b2b740d253996a2dd07e8327e594e [2020-12-29T02:49:03.110Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.187s coverage: 97.1% of statements [2020-12-29T02:49:04.235Z] $ docker rm -f 1598ca0e817cdb2377872a63f400cc6c189b2b740d253996a2dd07e8327e594e [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T02:49:05.064Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T02:49:05.904Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-29T02:49:07.033Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-29T02:49:07.354Z] + ls -al . [2020-12-29T02:49:07.354Z] total 208 [2020-12-29T02:49:07.354Z] drwxrwxr-x. 10 jenkins jenkins 4096 Dec 29 02:49 . [2020-12-29T02:49:07.354Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 29 02:45 .. [2020-12-29T02:49:07.354Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 29 02:45 bin [2020-12-29T02:49:07.354Z] -rw-r--r--. 1 jenkins jenkins 130526 Dec 29 02:48 coverage.out [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 936 Dec 29 02:45 Dockerfile.build [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 29 02:45 .dockerignore [2020-12-29T02:49:07.354Z] drwxrwxr-x. 4 jenkins jenkins 48 Dec 29 02:45 example [2020-12-29T02:49:07.354Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 29 02:45 .git [2020-12-29T02:49:07.354Z] drwxrwxr-x. 2 jenkins jenkins 103 Dec 29 02:45 .github [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 138 Dec 29 02:45 .gitignore [2020-12-29T02:49:07.354Z] -rw-r--r--. 1 jenkins jenkins 488 Dec 29 02:49 go.mod [2020-12-29T02:49:07.354Z] -rw-r--r--. 1 jenkins jenkins 13734 Dec 29 02:49 go.sum [2020-12-29T02:49:07.354Z] drwxrwxr-x. 15 jenkins jenkins 211 Dec 29 02:45 internal [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 901 Dec 29 02:45 Jenkinsfile [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 11341 Dec 29 02:45 LICENSE [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 1013 Dec 29 02:45 Makefile [2020-12-29T02:49:07.354Z] drwxrwxr-x. 4 jenkins jenkins 26 Dec 29 02:45 openapi [2020-12-29T02:49:07.354Z] drwxrwxr-x. 5 jenkins jenkins 50 Dec 29 02:45 pkg [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 5897 Dec 29 02:45 README.md [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 6616 Dec 29 02:45 RELEASE-NOTES.txt [2020-12-29T02:49:07.354Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 29 02:45 snap [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 29 02:43 VERSION [2020-12-29T02:49:07.354Z] -rw-rw-r--. 1 jenkins jenkins 222 Dec 29 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:49:07.695Z] + 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=8f3c845238073ca07f74c2374786e97a0451ff5f --label arch=amd64 --label version=0.0.0 . [2020-12-29T02:49:08.327Z] Sending build context to Docker daemon 2.553MB [2020-12-29T02:49:08.327Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-29T02:49:08.327Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-29T02:49:08.327Z] ---> 9d08d7ba0e03 [2020-12-29T02:49:08.327Z] Step 3/24 : ARG MAKE='make build' [2020-12-29T02:49:08.611Z] ---> Running in 402189a5b9ca [2020-12-29T02:49:08.884Z] Removing intermediate container 402189a5b9ca [2020-12-29T02:49:08.884Z] ---> 19f51d9dd979 [2020-12-29T02:49:08.884Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-29T02:49:08.884Z] ---> Running in 57a759975f4f [2020-12-29T02:49:09.530Z] Removing intermediate container 57a759975f4f [2020-12-29T02:49:09.530Z] ---> 16db879730f9 [2020-12-29T02:49:09.530Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:49:09.530Z] ---> Running in cdc0bc799fc4 [2020-12-29T02:49:10.179Z] Removing intermediate container cdc0bc799fc4 [2020-12-29T02:49:10.179Z] ---> f08276eda375 [2020-12-29T02:49:10.179Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T02:49:10.179Z] ---> Running in 30564a3db158 [2020-12-29T02:49:12.165Z] Removing intermediate container 30564a3db158 [2020-12-29T02:49:12.165Z] ---> 521f9cb0dd88 [2020-12-29T02:49:12.165Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-29T02:49:12.459Z] ---> Running in 3cfa84285c66 [2020-12-29T02:49:13.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T02:49:14.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T02:49:14.759Z] OK: 166 MiB in 39 packages [2020-12-29T02:49:15.384Z] Removing intermediate container 3cfa84285c66 [2020-12-29T02:49:15.384Z] ---> 713c5e40c624 [2020-12-29T02:49:15.384Z] Step 8/24 : COPY . . [2020-12-29T02:49:17.478Z] ---> 9754525fd144 [2020-12-29T02:49:17.478Z] Step 9/24 : RUN ${MAKE} [2020-12-29T02:49:17.478Z] ---> Running in 58b01c146e71 [2020-12-29T02:49:18.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-29T02:49:29.912Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.228s coverage: 9.4% of statements [2020-12-29T02:49:29.912Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.160s coverage: 21.9% of statements [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-12-29T02:49:29.912Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.639s coverage: 42.5% of statements [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-12-29T02:49:29.912Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.762s coverage: 68.9% of statements [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-12-29T02:49:29.912Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.187s coverage: 53.8% of statements [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-12-29T02:49:29.912Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.728s coverage: 68.9% of statements [2020-12-29T02:49:29.912Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.143s coverage: 4.2% of statements [2020-12-29T02:49:29.912Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-12-29T02:49:29.912Z] GO111MODULE=on go vet ./... [2020-12-29T02:49:37.382Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-29T02:49:39.573Z] Removing intermediate container 58b01c146e71 [2020-12-29T02:49:39.573Z] ---> 5e521a44a30c [2020-12-29T02:49:39.573Z] Step 10/24 : FROM scratch [2020-12-29T02:49:39.573Z] ---> [2020-12-29T02:49:39.573Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:49:39.573Z] ---> Running in 289b745afe43 [2020-12-29T02:49:39.972Z] Removing intermediate container 289b745afe43 [2020-12-29T02:49:39.972Z] ---> 41daf97a2f32 [2020-12-29T02:49:39.972Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-29T02:49:39.972Z] ---> Running in 5fe2fc8c04ff [2020-12-29T02:49:40.387Z] Removing intermediate container 5fe2fc8c04ff [2020-12-29T02:49:40.387Z] ---> df037bf16802 [2020-12-29T02:49:40.387Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-29T02:49:40.387Z] ---> Running in f36632069f6b [2020-12-29T02:49:40.728Z] Removing intermediate container f36632069f6b [2020-12-29T02:49:40.728Z] ---> 55962d5f7b8e [2020-12-29T02:49:40.728Z] Step 14/24 : WORKDIR / [2020-12-29T02:49:40.728Z] ---> Running in eadf796d5b73 [2020-12-29T02:49:41.070Z] Removing intermediate container eadf796d5b73 [2020-12-29T02:49:41.070Z] ---> c3aacc3bf269 [2020-12-29T02:49:41.070Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-29T02:49:42.101Z] ---> 70a0196a5fc7 [2020-12-29T02:49:42.101Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-29T02:49:42.381Z] ---> c630b82e4ba0 [2020-12-29T02:49:42.381Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-29T02:49:42.983Z] ---> 93599160bd98 [2020-12-29T02:49:42.983Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-29T02:49:43.263Z] ---> eb5646c14a07 [2020-12-29T02:49:43.263Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-29T02:49:43.894Z] ---> 315be7f22a87 [2020-12-29T02:49:43.894Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-29T02:49:43.894Z] ---> Running in 037712575a1e [2020-12-29T02:49:44.174Z] Removing intermediate container 037712575a1e [2020-12-29T02:49:44.174Z] ---> 19c212f358aa [2020-12-29T02:49:44.174Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T02:49:44.174Z] ---> Running in ac8b38a1273d [2020-12-29T02:49:44.445Z] Removing intermediate container ac8b38a1273d [2020-12-29T02:49:44.445Z] ---> d95e04d2a6f1 [2020-12-29T02:49:44.445Z] Step 22/24 : LABEL arch=amd64 [2020-12-29T02:49:44.445Z] ---> Running in 07870694f3d6 [2020-12-29T02:49:44.754Z] Removing intermediate container 07870694f3d6 [2020-12-29T02:49:44.754Z] ---> cfff927a1768 [2020-12-29T02:49:44.754Z] Step 23/24 : LABEL git_sha=8f3c845238073ca07f74c2374786e97a0451ff5f [2020-12-29T02:49:44.754Z] ---> Running in f0a31ce476c3 [2020-12-29T02:49:45.045Z] Removing intermediate container f0a31ce476c3 [2020-12-29T02:49:45.045Z] ---> 06727ee360e7 [2020-12-29T02:49:45.045Z] Step 24/24 : LABEL version=0.0.0 [2020-12-29T02:49:45.045Z] ---> Running in 7e641deb984f [2020-12-29T02:49:45.322Z] Removing intermediate container 7e641deb984f [2020-12-29T02:49:45.322Z] ---> 6c0a21c0283d [2020-12-29T02:49:45.322Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-29T02:49:45.322Z] Successfully built 6c0a21c0283d [2020-12-29T02:49:45.602Z] 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] } [2020-12-29T02:50:02.451Z] gofmt -l . [2020-12-29T02:50:02.451Z] [ "`gofmt -l .`" = "" ] [2020-12-29T02:50:02.451Z] ./bin/test-attribution-txt.sh [2020-12-29T02:50:02.725Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-29T02:50:03.349Z] $ docker stop --time=1 479c45f3e37f31adc72cb9edb884efb050376b6e0b467adcc74224dd1611af39 [2020-12-29T02:50:05.592Z] $ docker rm -f 479c45f3e37f31adc72cb9edb884efb050376b6e0b467adcc74224dd1611af39 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T02:50:06.641Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-29T02:50:06.738Z] Warning: overwriting stash ‘coverage-report’ [2020-12-29T02:50:07.522Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T02:50:08.239Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-29T02:50:08.572Z] + ls -al . [2020-12-29T02:50:08.572Z] total 244 [2020-12-29T02:50:08.572Z] drwxrwxr-x 10 jenkins jenkins 4096 Dec 29 02:50 . [2020-12-29T02:50:08.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 29 02:46 .. [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 29 02:46 .dockerignore [2020-12-29T02:50:08.572Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 29 02:46 .git [2020-12-29T02:50:08.572Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 29 02:46 .github [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 138 Dec 29 02:46 .gitignore [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 936 Dec 29 02:46 Dockerfile.build [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 901 Dec 29 02:46 Jenkinsfile [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 11341 Dec 29 02:46 LICENSE [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 1013 Dec 29 02:46 Makefile [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 5897 Dec 29 02:46 README.md [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 6616 Dec 29 02:46 RELEASE-NOTES.txt [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 29 02:43 VERSION [2020-12-29T02:50:08.572Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 29 02:46 bin [2020-12-29T02:50:08.572Z] -rw-r--r-- 1 jenkins jenkins 130526 Dec 29 02:49 coverage.out [2020-12-29T02:50:08.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 29 02:46 example [2020-12-29T02:50:08.572Z] -rw-r--r-- 1 jenkins jenkins 488 Dec 29 02:50 go.mod [2020-12-29T02:50:08.572Z] -rw-r--r-- 1 jenkins jenkins 13734 Dec 29 02:50 go.sum [2020-12-29T02:50:08.572Z] drwxrwxr-x 15 jenkins jenkins 4096 Dec 29 02:46 internal [2020-12-29T02:50:08.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 29 02:46 openapi [2020-12-29T02:50:08.572Z] drwxrwxr-x 5 jenkins jenkins 4096 Dec 29 02:46 pkg [2020-12-29T02:50:08.572Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 29 02:46 snap [2020-12-29T02:50:08.572Z] -rw-rw-r-- 1 jenkins jenkins 222 Dec 29 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:50:08.909Z] + 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=8f3c845238073ca07f74c2374786e97a0451ff5f --label arch=arm64 --label version=0.0.0 . [2020-12-29T02:50:09.182Z] Sending build context to Docker daemon 2.553MB [2020-12-29T02:50:09.182Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-12-29T02:50:09.182Z] Step 2/24 : FROM ${BASE} AS builder [2020-12-29T02:50:09.457Z] ---> 57662eb706e6 [2020-12-29T02:50:09.457Z] Step 3/24 : ARG MAKE='make build' [2020-12-29T02:50:09.457Z] ---> Running in 5ab99e5189bf [2020-12-29T02:50:10.051Z] Removing intermediate container 5ab99e5189bf [2020-12-29T02:50:10.051Z] ---> a26539848e2d [2020-12-29T02:50:10.051Z] Step 4/24 : WORKDIR /device-sdk-go [2020-12-29T02:50:10.051Z] ---> Running in e6cef1a1dc79 [2020-12-29T02:50:10.645Z] Removing intermediate container e6cef1a1dc79 [2020-12-29T02:50:10.645Z] ---> c76b97ab37fe [2020-12-29T02:50:10.645Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:50:10.645Z] ---> Running in 1b1bfe110ae5 [2020-12-29T02:50:11.244Z] Removing intermediate container 1b1bfe110ae5 [2020-12-29T02:50:11.244Z] ---> 92902ddbe2ac [2020-12-29T02:50:11.244Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T02:50:11.244Z] ---> Running in 41117d584c58 [2020-12-29T02:50:13.888Z] Removing intermediate container 41117d584c58 [2020-12-29T02:50:13.888Z] ---> da3f2eb0d463 [2020-12-29T02:50:13.888Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-12-29T02:50:13.888Z] ---> Running in df69f1b57820 [2020-12-29T02:50:14.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T02:50:15.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T02:50:16.429Z] OK: 142 MiB in 39 packages [2020-12-29T02:50:17.418Z] Removing intermediate container df69f1b57820 [2020-12-29T02:50:17.418Z] ---> 09804fec0e9a [2020-12-29T02:50:17.418Z] Step 8/24 : COPY . . [2020-12-29T02:50:18.855Z] ---> 0a04ec2b2132 [2020-12-29T02:50:18.855Z] Step 9/24 : RUN ${MAKE} [2020-12-29T02:50:18.855Z] ---> Running in 70a72f5c412e [2020-12-29T02:50:19.839Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-12-29T02:50:46.645Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-12-29T02:50:47.243Z] Removing intermediate container 70a72f5c412e [2020-12-29T02:50:47.243Z] ---> a99f3c31c596 [2020-12-29T02:50:47.243Z] Step 10/24 : FROM scratch [2020-12-29T02:50:47.243Z] ---> [2020-12-29T02:50:47.243Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-12-29T02:50:47.243Z] ---> Running in 3f26d085b0e7 [2020-12-29T02:50:47.517Z] Removing intermediate container 3f26d085b0e7 [2020-12-29T02:50:47.517Z] ---> 724c2d3e7954 [2020-12-29T02:50:47.517Z] Step 12/24 : ENV APP_PORT=49990 [2020-12-29T02:50:47.795Z] ---> Running in 430326cf304d [2020-12-29T02:50:48.068Z] Removing intermediate container 430326cf304d [2020-12-29T02:50:48.068Z] ---> efe5005ea840 [2020-12-29T02:50:48.068Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-29T02:50:48.349Z] ---> Running in 9c6721512a14 [2020-12-29T02:50:48.624Z] Removing intermediate container 9c6721512a14 [2020-12-29T02:50:48.624Z] ---> 97bfbf7e006b [2020-12-29T02:50:48.624Z] Step 14/24 : WORKDIR / [2020-12-29T02:50:48.898Z] ---> Running in a0b0bc182cbe [2020-12-29T02:50:49.228Z] Removing intermediate container a0b0bc182cbe [2020-12-29T02:50:49.228Z] ---> f342942b7f97 [2020-12-29T02:50:49.228Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-12-29T02:50:50.667Z] ---> 9405aa933055 [2020-12-29T02:50:50.667Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-12-29T02:50:51.266Z] ---> 0bbe97cec044 [2020-12-29T02:50:51.266Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-12-29T02:50:51.861Z] ---> 8ba7a6ac8f99 [2020-12-29T02:50:51.861Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-12-29T02:50:52.454Z] ---> 1f78e306eea6 [2020-12-29T02:50:52.454Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-12-29T02:50:53.050Z] ---> 6212891aaa13 [2020-12-29T02:50:53.050Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-12-29T02:50:53.322Z] ---> Running in 26720cdd9514 [2020-12-29T02:50:53.593Z] Removing intermediate container 26720cdd9514 [2020-12-29T02:50:53.593Z] ---> bd8fb1689030 [2020-12-29T02:50:53.593Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T02:50:53.865Z] ---> Running in f902035ecf67 [2020-12-29T02:50:54.466Z] Removing intermediate container f902035ecf67 [2020-12-29T02:50:54.466Z] ---> 93d5102672b1 [2020-12-29T02:50:54.466Z] Step 22/24 : LABEL arch=arm64 [2020-12-29T02:50:54.466Z] ---> Running in f5a179b9c1c6 [2020-12-29T02:50:55.061Z] Removing intermediate container f5a179b9c1c6 [2020-12-29T02:50:55.061Z] ---> 4819a4232ea1 [2020-12-29T02:50:55.061Z] Step 23/24 : LABEL git_sha=8f3c845238073ca07f74c2374786e97a0451ff5f [2020-12-29T02:50:55.061Z] ---> Running in ed3c9463ba6f [2020-12-29T02:50:55.656Z] Removing intermediate container ed3c9463ba6f [2020-12-29T02:50:55.657Z] ---> 362f84516480 [2020-12-29T02:50:55.657Z] Step 24/24 : LABEL version=0.0.0 [2020-12-29T02:50:55.657Z] ---> Running in a36af5720ee0 [2020-12-29T02:50:55.930Z] Removing intermediate container a36af5720ee0 [2020-12-29T02:50:55.930Z] ---> 528df504cadd [2020-12-29T02:50:55.930Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-29T02:50:55.930Z] Successfully built 528df504cadd [2020-12-29T02:50:56.202Z] 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 [2020-12-29T02:50:57.776Z] provisioning config files... [2020-12-29T02:50:57.790Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config4580027811094240149tmp [Pipeline] { [Pipeline] sh [2020-12-29T02:50:58.177Z] + set +x [2020-12-29T02:50:58.177Z] + curl -s https://codecov.io/bash [2020-12-29T02:50:58.177Z] + bash -s -- [2020-12-29T02:50:58.441Z] [2020-12-29T02:50:58.441Z] _____ _ [2020-12-29T02:50:58.441Z] / ____| | | [2020-12-29T02:50:58.441Z] | | ___ __| | ___ ___ _____ __ [2020-12-29T02:50:58.441Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-29T02:50:58.441Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-29T02:50:58.441Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-29T02:50:58.441Z] Bash-20201223-5ad85e3 [2020-12-29T02:50:58.441Z] [2020-12-29T02:50:58.441Z] [2020-12-29T02:50:58.441Z] ==> git version 2.24.3 found [2020-12-29T02:50:58.441Z] ==> 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 [2020-12-29T02:50:58.441Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-29T02:50:58.441Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-29T02:50:58.441Z] ==> Jenkins CI detected. [2020-12-29T02:50:58.441Z] project root: . [2020-12-29T02:50:58.441Z] --> token set from env [2020-12-29T02:50:58.441Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-29T02:50:58.441Z] ==> Running gcov in . (disable via -X gcov) [2020-12-29T02:50:58.441Z] ==> Python coveragepy not found [2020-12-29T02:50:58.441Z] ==> Searching for coverage reports in: [2020-12-29T02:50:58.441Z] + . [2020-12-29T02:50:58.441Z] -> Found 1 reports [2020-12-29T02:50:58.441Z] ==> Detecting git/mercurial file structure [2020-12-29T02:50:58.441Z] ==> Reading reports [2020-12-29T02:50:58.441Z] + ./coverage.out bytes=130526 [2020-12-29T02:50:58.441Z] ==> Appending adjustments [2020-12-29T02:50:58.441Z] https://docs.codecov.io/docs/fixing-reports [2020-12-29T02:50:59.016Z] + Found adjustments [2020-12-29T02:50:59.016Z] ==> Gzipping contents [2020-12-29T02:50:59.016Z] 24K /tmp/codecov.ZYlNhO.gz [2020-12-29T02:50:59.016Z] ==> Uploading reports [2020-12-29T02:50:59.016Z] url: https://codecov.io [2020-12-29T02:50:59.016Z] query: branch=PR-692&commit=8f3c845238073ca07f74c2374786e97a0451ff5f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-692%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=692&job=&cmd_args= [2020-12-29T02:50:59.016Z] -> Pinging Codecov [2020-12-29T02:50:59.016Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-692&commit=8f3c845238073ca07f74c2374786e97a0451ff5f&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-692%2F8%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=692&job=&cmd_args= [2020-12-29T02:50:59.277Z] -> Uploading to [2020-12-29T02:50:59.277Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-29/7E55EF52A471D76F132DFD9A03CDDE97/8f3c845238073ca07f74c2374786e97a0451ff5f/d7359ccb-de29-46fb-8348-761ab0f10390.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T025059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1e396c4efff885f244c5b95a923cba164424892ed25645c33f0fe371bf795da9 [2020-12-29T02:50:59.277Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T02:50:59.277Z] Dload Upload Total Spent Left Speed [2020-12-29T02:50:59.851Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21264 0 0 100 21264 0 39980 --:--:-- --:--:-- --:--:-- 39969 100 21264 0 0 100 21264 0 39969 --:--:-- --:--:-- --:--:-- 39969 [2020-12-29T02:50:59.851Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8f3c845238073ca07f74c2374786e97a0451ff5f [Pipeline] } [2020-12-29T02:50:59.861Z] 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 [2020-12-29T02:51:02.788Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:51:03.100Z] ---> package-listing.sh [2020-12-29T02:51:03.100Z] ++ facter osfamily [2020-12-29T02:51:03.100Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T02:51:03.100Z] + OS_FAMILY=redhat [2020-12-29T02:51:03.100Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-692 [2020-12-29T02:51:03.100Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T02:51:03.100Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T02:51:03.100Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T02:51:03.100Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T02:51:03.100Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-692 ']' [2020-12-29T02:51:03.100Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T02:51:03.100Z] + case "${OS_FAMILY}" in [2020-12-29T02:51:03.100Z] + rpm -qa [2020-12-29T02:51:03.100Z] + sort [2020-12-29T02:51:08.404Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T02:51:08.404Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T02:51:08.404Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T02:51:08.404Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-692 ']' [2020-12-29T02:51:08.404Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-692/archives/ [2020-12-29T02:51:08.404Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-692/archives/ [Pipeline] echo [2020-12-29T02:51:08.419Z] 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-692/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-29T02:51:08.714Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:51:09.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T02:51:09.023Z] [2020-12-29T02:51:09.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T02:51:09.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T02:51:09.423Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T02:51:09.423Z] df20fa9351a1: Pulling fs layer [2020-12-29T02:51:09.423Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T02:51:09.423Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T02:51:09.423Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T02:51:09.423Z] 93b61091891f: Pulling fs layer [2020-12-29T02:51:09.423Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T02:51:09.423Z] 5e14af77c1be: Pulling fs layer [2020-12-29T02:51:09.423Z] 01666e4c0597: Pulling fs layer [2020-12-29T02:51:09.423Z] aa168da1d23b: Pulling fs layer [2020-12-29T02:51:09.423Z] 46f8f816bc3b: Waiting [2020-12-29T02:51:09.423Z] 93b61091891f: Waiting [2020-12-29T02:51:09.423Z] 93b9cdb0e59b: Waiting [2020-12-29T02:51:09.423Z] 5e14af77c1be: Waiting [2020-12-29T02:51:09.423Z] 01666e4c0597: Waiting [2020-12-29T02:51:09.423Z] aa168da1d23b: Waiting [2020-12-29T02:51:09.423Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T02:51:09.423Z] 36b3adc4ff6f: Download complete [2020-12-29T02:51:09.423Z] 46f8f816bc3b: Verifying Checksum [2020-12-29T02:51:09.423Z] 46f8f816bc3b: Download complete [2020-12-29T02:51:09.423Z] df20fa9351a1: Verifying Checksum [2020-12-29T02:51:09.423Z] df20fa9351a1: Download complete [2020-12-29T02:51:09.690Z] 93b9cdb0e59b: Verifying Checksum [2020-12-29T02:51:09.690Z] 93b9cdb0e59b: Download complete [2020-12-29T02:51:09.690Z] 5e14af77c1be: Verifying Checksum [2020-12-29T02:51:09.690Z] 5e14af77c1be: Download complete [2020-12-29T02:51:09.690Z] 01666e4c0597: Verifying Checksum [2020-12-29T02:51:09.690Z] 01666e4c0597: Download complete [2020-12-29T02:51:09.690Z] 93b61091891f: Verifying Checksum [2020-12-29T02:51:09.690Z] 93b61091891f: Download complete [2020-12-29T02:51:09.957Z] df20fa9351a1: Pull complete [2020-12-29T02:51:10.220Z] 36b3adc4ff6f: Pull complete [2020-12-29T02:51:10.487Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T02:51:10.487Z] 8ad3a11d3b57: Download complete [2020-12-29T02:51:11.070Z] 8ad3a11d3b57: Pull complete [2020-12-29T02:51:11.346Z] 46f8f816bc3b: Pull complete [2020-12-29T02:51:12.318Z] aa168da1d23b: Verifying Checksum [2020-12-29T02:51:12.318Z] aa168da1d23b: Download complete [2020-12-29T02:51:12.584Z] 93b61091891f: Pull complete [2020-12-29T02:51:12.849Z] 93b9cdb0e59b: Pull complete [2020-12-29T02:51:12.849Z] 5e14af77c1be: Pull complete [2020-12-29T02:51:13.111Z] 01666e4c0597: Pull complete [2020-12-29T02:51:21.301Z] aa168da1d23b: Pull complete [2020-12-29T02:51:21.301Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T02:51:21.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T02:51:21.301Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T02:51:21.496Z] prd-centos7-docker-4c-2g-17567 does not seem to be running inside a container [2020-12-29T02:51:21.547Z] $ 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-692/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-692 -v /w/workspace/dgexfoundry_device-sdk-go_PR-692:/w/workspace/dgexfoundry_device-sdk-go_PR-692:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-692@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-29T02:51:25.094Z] $ docker top 59fcfa53cdc488a68f362f4fd2ea85c5c526f209bcc428413cac5e001a1ea8e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T02:51:25.639Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T02:51:25.947Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T02:51:26.248Z] + ls /var/log/sa-host [2020-12-29T02:51:26.248Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T02:51:26.248Z] file_magic: OK [2020-12-29T02:51:26.248Z] HZ: Using current value: 100 [2020-12-29T02:51:26.248Z] file_header: OK [2020-12-29T02:51:26.248Z] 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 [2020-12-29T02:51:26.248Z] Statistics: [2020-12-29T02:51:26.248Z] Hnuu...uuuununununu... [2020-12-29T02:51:26.248Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T02:51:26.248Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T02:51:26.248Z] file_magic: OK [2020-12-29T02:51:26.248Z] HZ: Using current value: 100 [2020-12-29T02:51:26.248Z] file_header: OK [2020-12-29T02:51:26.248Z] 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 [2020-12-29T02:51:26.248Z] Statistics: [2020-12-29T02:51:26.248Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-29T02:51:26.248Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T02:51:26.461Z] provisioning config files... [2020-12-29T02:51:26.477Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp/config4169813742098369659tmp [Pipeline] { [Pipeline] echo [2020-12-29T02:51:26.560Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:51:26.860Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T02:51:26.869Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T02:51:26.963Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:51:27.261Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T02:51:27.273Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:51:27.569Z] ---> sudo-logs.sh [2020-12-29T02:51:27.569Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T02:51:27.581Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:51:27.881Z] ---> job-cost.sh [2020-12-29T02:51:27.881Z] lf-activate-venv: SKIPPING [2020-12-29T02:51:27.881Z] INFO: No Stack... [2020-12-29T02:51:29.273Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T02:51:29.535Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T02:51:29.549Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T02:51:29.853Z] ---> logs-deploy.sh [2020-12-29T02:51:29.853Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-692/8 [2020-12-29T02:51:29.853Z] INFO: archiving workspace using pattern(s): [2020-12-29T02:51:31.775Z] Archives upload complete. [2020-12-29T02:51:31.775Z] INFO: archiving logs to Nexus [2020-12-29T02:51:32.723Z] ---> uname -a: [2020-12-29T02:51:32.723Z] Linux prd-centos7-docker-4c-2g-17567.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-29T02:51:32.723Z] [2020-12-29T02:51:32.723Z] [2020-12-29T02:51:32.723Z] ---> lscpu: [2020-12-29T02:51:32.723Z] Architecture: x86_64 [2020-12-29T02:51:32.723Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-29T02:51:32.723Z] Byte Order: Little Endian [2020-12-29T02:51:32.723Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-29T02:51:32.723Z] CPU(s): 4 [2020-12-29T02:51:32.723Z] On-line CPU(s) list: 0-3 [2020-12-29T02:51:32.723Z] Thread(s) per core: 1 [2020-12-29T02:51:32.723Z] Core(s) per socket: 1 [2020-12-29T02:51:32.723Z] Socket(s): 4 [2020-12-29T02:51:32.723Z] NUMA node(s): 1 [2020-12-29T02:51:32.723Z] Vendor ID: GenuineIntel [2020-12-29T02:51:32.723Z] CPU family: 6 [2020-12-29T02:51:32.723Z] Model: 44 [2020-12-29T02:51:32.723Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-29T02:51:32.723Z] Stepping: 1 [2020-12-29T02:51:32.723Z] CPU MHz: 2933.442 [2020-12-29T02:51:32.723Z] BogoMIPS: 5866.88 [2020-12-29T02:51:32.723Z] Virtualization: VT-x [2020-12-29T02:51:32.723Z] Hypervisor vendor: KVM [2020-12-29T02:51:32.723Z] Virtualization type: full [2020-12-29T02:51:32.723Z] L1d cache: 128 KiB [2020-12-29T02:51:32.723Z] L1i cache: 128 KiB [2020-12-29T02:51:32.723Z] L2 cache: 16 MiB [2020-12-29T02:51:32.723Z] L3 cache: 64 MiB [2020-12-29T02:51:32.723Z] NUMA node0 CPU(s): 0-3 [2020-12-29T02:51:32.723Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-29T02:51:32.723Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-29T02:51:32.723Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-29T02:51:32.723Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-29T02:51:32.723Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-29T02:51:32.723Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-29T02:51:32.723Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-29T02:51:32.723Z] Vulnerability Srbds: Not affected [2020-12-29T02:51:32.723Z] Vulnerability Tsx async abort: Not affected [2020-12-29T02:51:32.724Z] 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 [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] ---> nproc: [2020-12-29T02:51:32.724Z] 4 [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] ---> df -h: [2020-12-29T02:51:32.724Z] Filesystem Size Used Available Use% Mounted on [2020-12-29T02:51:32.724Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-29T02:51:32.724Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-29T02:51:32.724Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-29T02:51:32.724Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-692@tmp [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-29T02:51:32.724Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-692 [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] ---> free -m: [2020-12-29T02:51:32.724Z] total used free shared buff/cache available [2020-12-29T02:51:32.724Z] Mem: 1837 699 110 0 1026 1033 [2020-12-29T02:51:32.724Z] Swap: 1023 0 1023 [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] ---> ip addr: [2020-12-29T02:51:32.724Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-29T02:51:32.724Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-29T02:51:32.724Z] inet 127.0.0.1/8 scope host lo [2020-12-29T02:51:32.724Z] valid_lft forever preferred_lft forever [2020-12-29T02:51:32.724Z] inet6 ::1/128 scope host [2020-12-29T02:51:32.724Z] valid_lft forever preferred_lft forever [2020-12-29T02:51:32.724Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-29T02:51:32.724Z] link/ether fa:16:3e:53:13:20 brd ff:ff:ff:ff:ff:ff [2020-12-29T02:51:32.724Z] inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-29T02:51:32.724Z] valid_lft 85839sec preferred_lft 85839sec [2020-12-29T02:51:32.724Z] inet6 fe80::f816:3eff:fe53:1320/64 scope link [2020-12-29T02:51:32.724Z] valid_lft forever preferred_lft forever [2020-12-29T02:51:32.724Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-29T02:51:32.724Z] link/ether 02:42:0d:31:95:87 brd ff:ff:ff:ff:ff:ff [2020-12-29T02:51:32.724Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-29T02:51:32.724Z] valid_lft forever preferred_lft forever [2020-12-29T02:51:32.724Z] inet6 fe80::42:dff:fe31:9587/64 scope link [2020-12-29T02:51:32.724Z] valid_lft forever preferred_lft forever [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] ---> sar -b -r -n DEV: [2020-12-29T02:51:32.724Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] 02:41:59 LINUX RESTART (4 CPU) [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] 02:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-29T02:51:32.724Z] 02:44:01 9.01 2.73 6.28 0.00 197.54 229.24 0.00 [2020-12-29T02:51:32.724Z] 02:45:01 0.40 0.00 0.40 0.00 0.00 6.36 0.00 [2020-12-29T02:51:32.724Z] 02:46:01 0.28 0.00 0.28 0.00 0.00 4.13 0.00 [2020-12-29T02:51:32.724Z] 02:47:01 0.28 0.00 0.28 0.00 0.00 4.88 0.00 [2020-12-29T02:51:32.724Z] 02:48:01 0.20 0.00 0.20 0.00 0.00 3.41 0.00 [2020-12-29T02:51:32.724Z] 02:49:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 [2020-12-29T02:51:32.724Z] 02:50:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2020-12-29T02:51:32.724Z] 02:51:01 0.83 0.48 0.35 0.00 145.08 10.67 0.00 [2020-12-29T02:51:32.724Z] Average: 1.44 0.40 1.04 0.00 42.83 33.10 0.00 [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] 02:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-29T02:51:32.724Z] 02:44:01 171128 0 595292 31.64 2620 1112504 1110916 37.91 437360 1073512 24 [2020-12-29T02:51:32.724Z] 02:45:01 175232 0 591180 31.42 2620 1112512 1081484 36.91 442096 1065324 16 [2020-12-29T02:51:32.724Z] 02:46:01 176028 0 590380 31.38 2620 1112516 1073356 36.63 443740 1063396 20 [2020-12-29T02:51:32.724Z] 02:47:01 174356 0 592048 31.47 2620 1112520 1073416 36.63 446160 1062992 16 [2020-12-29T02:51:32.724Z] 02:48:01 171040 0 595360 31.64 2620 1112524 1073440 36.63 443848 1068268 8 [2020-12-29T02:51:32.724Z] 02:49:01 172344 0 594052 31.57 2620 1112528 1073248 36.63 442636 1068264 16 [2020-12-29T02:51:32.724Z] 02:50:01 172396 0 593996 31.57 2620 1112532 1073248 36.63 442768 1068264 8 [2020-12-29T02:51:32.724Z] 02:51:01 165792 0 596056 31.68 2620 1117076 1073888 36.65 444924 1072400 8 [2020-12-29T02:51:32.724Z] Average: 172290 0 593546 31.55 2620 1113089 1079124 36.83 442942 1067802 14 [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] 02:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-29T02:51:32.724Z] 02:44:01 eth0 26.94 23.41 39.21 19.71 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:44:01 docker0 9.22 7.39 1.40 22.35 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:45:01 eth0 4.13 0.42 0.69 0.21 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:46:01 eth0 3.35 0.55 0.74 0.39 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:47:01 eth0 1.90 0.67 0.62 0.40 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:48:01 eth0 1.25 0.75 0.68 0.47 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:49:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:50:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:51:01 eth0 5.26 3.46 4.86 2.01 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] Average: eth0 5.38 3.67 5.85 2.90 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] Average: docker0 1.15 0.92 0.17 2.79 0.00 0.00 0.00 0.00 [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] ---> sar -P ALL: [2020-12-29T02:51:32.724Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] 02:41:59 LINUX RESTART (4 CPU) [2020-12-29T02:51:32.724Z] [2020-12-29T02:51:32.724Z] 02:43:01 CPU %user %nice %system %iowait %steal %idle [2020-12-29T02:51:32.724Z] 02:44:01 all 1.01 0.00 0.54 0.08 0.01 98.36 [2020-12-29T02:51:32.724Z] 02:44:01 0 0.92 0.00 0.60 0.18 0.00 98.30 [2020-12-29T02:51:32.724Z] 02:44:01 1 1.29 0.00 0.50 0.02 0.02 98.18 [2020-12-29T02:51:32.724Z] 02:44:01 2 0.83 0.00 0.50 0.07 0.00 98.60 [2020-12-29T02:51:32.724Z] 02:44:01 3 1.02 0.00 0.55 0.05 0.02 98.36 [2020-12-29T02:51:32.724Z] 02:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-12-29T02:51:32.724Z] 02:45:01 0 0.10 0.00 0.05 0.00 0.00 99.85 [2020-12-29T02:51:32.724Z] 02:45:01 1 0.53 0.00 0.07 0.00 0.00 99.40 [2020-12-29T02:51:32.724Z] 02:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-29T02:51:32.724Z] 02:45:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2020-12-29T02:51:32.724Z] 02:46:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2020-12-29T02:51:32.724Z] 02:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-29T02:51:32.724Z] 02:46:01 1 0.55 0.00 0.07 0.00 0.00 99.38 [2020-12-29T02:51:32.724Z] 02:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-29T02:51:32.724Z] 02:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-29T02:51:32.724Z] 02:47:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-12-29T02:51:32.724Z] 02:47:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-29T02:51:32.724Z] 02:47:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2020-12-29T02:51:32.724Z] 02:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-29T02:51:32.724Z] 02:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-29T02:51:32.724Z] 02:48:01 all 0.16 0.00 0.13 0.00 0.00 99.70 [2020-12-29T02:51:32.724Z] 02:48:01 0 0.07 0.00 0.13 0.00 0.00 99.80 [2020-12-29T02:51:32.724Z] 02:48:01 1 0.37 0.00 0.32 0.00 0.00 99.32 [2020-12-29T02:51:32.724Z] 02:48:01 2 0.17 0.00 0.02 0.00 0.02 99.80 [2020-12-29T02:51:32.724Z] 02:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-29T02:51:32.724Z] 02:49:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2020-12-29T02:51:32.724Z] 02:49:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-29T02:51:32.725Z] 02:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-29T02:51:32.725Z] 02:49:01 2 0.43 0.00 0.03 0.00 0.00 99.53 [2020-12-29T02:51:32.725Z] 02:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-29T02:51:32.725Z] 02:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-12-29T02:51:32.725Z] 02:50:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-12-29T02:51:32.725Z] 02:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-29T02:51:32.725Z] 02:50:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-12-29T02:51:32.725Z] 02:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-29T02:51:32.725Z] 02:51:01 all 0.44 0.00 0.30 0.01 0.00 99.25 [2020-12-29T02:51:32.725Z] 02:51:01 0 0.73 0.00 0.52 0.00 0.02 98.73 [2020-12-29T02:51:32.725Z] 02:51:01 1 0.20 0.00 0.18 0.00 0.00 99.62 [2020-12-29T02:51:32.725Z] 02:51:01 2 0.63 0.00 0.28 0.00 0.00 99.08 [2020-12-29T02:51:32.725Z] 02:51:01 3 0.18 0.00 0.22 0.03 0.00 99.57 [2020-12-29T02:51:32.725Z] Average: all 0.30 0.00 0.15 0.01 0.00 99.54 [2020-12-29T02:51:32.725Z] Average: 0 0.25 0.00 0.19 0.02 0.00 99.54 [2020-12-29T02:51:32.725Z] Average: 1 0.44 0.00 0.15 0.00 0.00 99.40 [2020-12-29T02:51:32.725Z] Average: 2 0.34 0.00 0.11 0.01 0.00 99.54 [2020-12-29T02:51:32.725Z] Average: 3 0.18 0.00 0.13 0.01 0.00 99.68 [2020-12-29T02:51:32.725Z] [2020-12-29T02:51:32.725Z] [2020-12-29T02:51:32.725Z]