Pull request #699 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 46826221d8f689806f16db9f39a794e758c3a709+42e5a1ea61e0adb23423a933a3224d1395f33e87 (022fc98138b86763d09add1d6cb1241ee981f25d) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18186 in /w/workspace/dgexfoundry_device-sdk-go_PR-699 [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-699 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/699/head:refs/remotes/origin/PR-699 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 46826221d8f689806f16db9f39a794e758c3a709 Merge succeeded, producing 46826221d8f689806f16db9f39a794e758c3a709 Checking out Revision 46826221d8f689806f16db9f39a794e758c3a709 (PR-699) > git config core.sparsecheckout # timeout=10 > git checkout -f 46826221d8f689806f16db9f39a794e758c3a709 # 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 46826221d8f689806f16db9f39a794e758c3a709 # timeout=10 Commit message: "ci: standardize dockerfiles" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T16:32:27.268Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk cb8b740659a7fba2ac5e869b496da7a05930bcd5 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T16:32:27.537Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T16:32:27.648Z] ========================================================= [2021-01-04T16:32:27.648Z] EdgeX Global Pipelines Version Info [2021-01-04T16:32:27.648Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:32:29.159Z] ------------------- [2021-01-04T16:32:29.159Z] stable info: [2021-01-04T16:32:29.159Z] ------------------- [2021-01-04T16:32:29.159Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T16:32:29.159Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T16:32:29.159Z] Message: update stable to v1.0.173 [2021-01-04T16:32:30.109Z] ------------------- [2021-01-04T16:32:30.109Z] experimental info: [2021-01-04T16:32:30.109Z] ------------------- [2021-01-04T16:32:30.109Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T16:32:30.109Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T16:32:30.109Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T16:32:30.428Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-04T16:32:30.540Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-04T16:32:30.635Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T16:32:30.771Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T16:32:30.974Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T16:32:31.063Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T16:32:31.226Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T16:32:31.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T16:32:31.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-04T16:32:31.505Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T16:32:31.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T16:32:31.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-04T16:32:31.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T16:32:31.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T16:32:32.031Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T16:32:32.127Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T16:32:32.223Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T16:32:32.314Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T16:32:32.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T16:32:32.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-04T16:32:32.614Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T16:32:32.721Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T16:32:32.833Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-04T16:32:32.937Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-04T16:32:33.040Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-04T16:32:33.138Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T16:32:33.229Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T16:32:33.323Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-699 [Pipeline] echo [2021-01-04T16:32:33.424Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-699 [Pipeline] echo [2021-01-04T16:32:33.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-699 [Pipeline] echo [2021-01-04T16:32:33.653Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 46826221d8f689806f16db9f39a794e758c3a709 [Pipeline] echo [2021-01-04T16:32:33.762Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4682622 [Pipeline] echo [2021-01-04T16:32:33.872Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:32:34.046Z] provisioning config files... [2021-01-04T16:32:34.072Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/config6672648956801613591tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:32:34.465Z] ---> docker-login.sh [2021-01-04T16:32:34.465Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:32:34.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:32:34.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:32:34.992Z] Configure a credential helper to remove this warning. See [2021-01-04T16:32:34.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:32:34.992Z] [2021-01-04T16:32:34.992Z] Login Succeeded [2021-01-04T16:32:34.992Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:32:34.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:32:34.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:32:34.992Z] Configure a credential helper to remove this warning. See [2021-01-04T16:32:34.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:32:34.992Z] [2021-01-04T16:32:34.992Z] Login Succeeded [2021-01-04T16:32:34.992Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:32:35.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:32:35.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:32:35.254Z] Configure a credential helper to remove this warning. See [2021-01-04T16:32:35.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:32:35.254Z] [2021-01-04T16:32:35.254Z] Login Succeeded [2021-01-04T16:32:35.254Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:32:35.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:32:35.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:32:35.517Z] Configure a credential helper to remove this warning. See [2021-01-04T16:32:35.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:32:35.517Z] [2021-01-04T16:32:35.517Z] Login Succeeded [2021-01-04T16:32:35.517Z] docker.io [2021-01-04T16:32:35.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:32:35.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:32:35.781Z] Configure a credential helper to remove this warning. See [2021-01-04T16:32:35.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:32:35.781Z] [2021-01-04T16:32:35.781Z] Login Succeeded [2021-01-04T16:32:35.781Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:32:35.792Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:32:36.622Z] + git log --format=format:%s -1 46826221d8f689806f16db9f39a794e758c3a709 [Pipeline] echo [2021-01-04T16:32:36.688Z] GIT_COMMIT: 46826221d8f689806f16db9f39a794e758c3a709, Commit Message: ci: standardize dockerfiles [Pipeline] echo [2021-01-04T16:32:36.735Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:32:37.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:32:37.306Z] [2021-01-04T16:32:37.306Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:32:37.655Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:32:37.655Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T16:32:37.655Z] 31603596830f: Pulling fs layer [2021-01-04T16:32:37.655Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T16:32:37.655Z] 6ca5941a6612: Pulling fs layer [2021-01-04T16:32:37.655Z] ecc8261a40a4: Pulling fs layer [2021-01-04T16:32:37.655Z] ecc8261a40a4: Waiting [2021-01-04T16:32:37.655Z] 2a8b12db71e7: Download complete [2021-01-04T16:32:37.655Z] 31603596830f: Verifying Checksum [2021-01-04T16:32:37.655Z] 31603596830f: Download complete [2021-01-04T16:32:37.919Z] ecc8261a40a4: Verifying Checksum [2021-01-04T16:32:37.919Z] ecc8261a40a4: Download complete [2021-01-04T16:32:37.919Z] 6ca5941a6612: Verifying Checksum [2021-01-04T16:32:37.919Z] 6ca5941a6612: Download complete [2021-01-04T16:32:38.183Z] 31603596830f: Pull complete [2021-01-04T16:32:38.183Z] 2a8b12db71e7: Pull complete [2021-01-04T16:32:39.155Z] 6ca5941a6612: Pull complete [2021-01-04T16:32:39.420Z] ecc8261a40a4: Pull complete [2021-01-04T16:32:39.420Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T16:32:39.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T16:32:39.420Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T16:32:39.529Z] prd-centos7-docker-4c-2g-18186 does not seem to be running inside a container [2021-01-04T16:32:39.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-699 -v /w/workspace/dgexfoundry_device-sdk-go_PR-699:/w/workspace/dgexfoundry_device-sdk-go_PR-699:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-699@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:10004/edgex-devops/git-semver:latest cat [2021-01-04T16:32:41.535Z] $ docker top 7e2f8a949f830e146926453ef8d2386e707569366d3be5a6c2dbc3fbd12151d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T16:32:41.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:32:41.921Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:32:42.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:32:42.154Z] $ docker exec 7e2f8a949f830e146926453ef8d2386e707569366d3be5a6c2dbc3fbd12151d4 ssh-agent [2021-01-04T16:32:42.325Z] SSH_AUTH_SOCK=/tmp/ssh-MdVprvazten6/agent.13 [2021-01-04T16:32:42.326Z] SSH_AGENT_PID=18 [2021-01-04T16:32:42.338Z] Running ssh-add (command line suppressed) [2021-01-04T16:32:42.470Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_4009041208665681792.key (/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_4009041208665681792.key) [2021-01-04T16:32:42.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:32:42.866Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T16:32:42.891Z] $ docker exec --env ******** --env ******** 7e2f8a949f830e146926453ef8d2386e707569366d3be5a6c2dbc3fbd12151d4 ssh-agent -k [2021-01-04T16:32:43.021Z] unset SSH_AUTH_SOCK; [2021-01-04T16:32:43.021Z] unset SSH_AGENT_PID; [2021-01-04T16:32:43.021Z] echo Agent pid 18 killed; [2021-01-04T16:32:43.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T16:32:43.237Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T16:32:43.237Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T16:32:43.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T16:32:43.429Z] $ docker exec 7e2f8a949f830e146926453ef8d2386e707569366d3be5a6c2dbc3fbd12151d4 ssh-agent [2021-01-04T16:32:43.602Z] SSH_AUTH_SOCK=/tmp/ssh-7y46n7hnqBJS/agent.49 [2021-01-04T16:32:43.602Z] SSH_AGENT_PID=55 [2021-01-04T16:32:43.609Z] Running ssh-add (command line suppressed) [2021-01-04T16:32:43.733Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_6225495119029823948.key (/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/private_key_6225495119029823948.key) [2021-01-04T16:32:43.785Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T16:32:44.123Z] + git semver init [2021-01-04T16:32:44.123Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T16:32:44.123Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-699/.git [2021-01-04T16:32:44.123Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-699 [2021-01-04T16:32:44.123Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T16:32:44.123Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T16:32:44.123Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T16:32:44.123Z] # $SEMVER_BRANCH = PR-699 [2021-01-04T16:32:44.123Z] # $SEMVER_TEMP = /tmp/semver-307400506 [2021-01-04T16:32:44.123Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-04T16:32:45.070Z] # '/tmp/semver-307400506' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-699/.semver' [2021-01-04T16:32:45.070Z] # -> Force: false [2021-01-04T16:32:45.070Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-699/.semver [Pipeline] } [2021-01-04T16:32:45.084Z] $ docker exec --env ******** --env ******** 7e2f8a949f830e146926453ef8d2386e707569366d3be5a6c2dbc3fbd12151d4 ssh-agent -k [2021-01-04T16:32:45.196Z] unset SSH_AUTH_SOCK; [2021-01-04T16:32:45.197Z] unset SSH_AGENT_PID; [2021-01-04T16:32:45.197Z] echo Agent pid 55 killed; [2021-01-04T16:32:45.245Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T16:32:45.731Z] + git semver [Pipeline] } [2021-01-04T16:32:45.749Z] $ docker stop --time=1 7e2f8a949f830e146926453ef8d2386e707569366d3be5a6c2dbc3fbd12151d4 [2021-01-04T16:32:47.340Z] $ docker rm -f 7e2f8a949f830e146926453ef8d2386e707569366d3be5a6c2dbc3fbd12151d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:32:47.868Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T16:32:48.523Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T16:32:48.526Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-04T16:33:04.020Z] Still waiting to schedule task [2021-01-04T16:33:04.020Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-18188’ is offline; ‘prd-centos7-docker-4c-2g-18189’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18180’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-01-04T16:33:04.022Z] Still waiting to schedule task [2021-01-04T16:33:04.022Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T16:33:15.101Z] Running on prd-centos7-docker-4c-2g-18189 in /w/workspace/dgexfoundry_device-sdk-go_PR-699 [Pipeline] { [Pipeline] ws [2021-01-04T16:33:15.167Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-01-04T16:33:17.644Z] using credential edgex-jenkins-ssh [2021-01-04T16:33:17.700Z] Cloning the remote Git repository [2021-01-04T16:33:17.182Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-04T16:33:17.260Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2021-01-04T16:33:17.317Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-04T16:33:17.318Z] > git --version # timeout=10 [2021-01-04T16:33:17.325Z] > git --version # 'git version 2.24.3' [2021-01-04T16:33:17.326Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:33:17.357Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:33:19.273Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 46826221d8f689806f16db9f39a794e758c3a709 [2021-01-04T16:33:19.429Z] Merge succeeded, producing 46826221d8f689806f16db9f39a794e758c3a709 [2021-01-04T16:33:19.430Z] Checking out Revision 46826221d8f689806f16db9f39a794e758c3a709 (PR-699) [2021-01-04T16:33:18.283Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-04T16:33:18.292Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:33:18.309Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-04T16:33:18.322Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-04T16:33:18.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:33:18.326Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/699/head:refs/remotes/origin/PR-699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T16:33:18.866Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:33:18.873Z] > git checkout -f 46826221d8f689806f16db9f39a794e758c3a709 # timeout=10 [2021-01-04T16:33:18.978Z] > git remote # timeout=10 [2021-01-04T16:33:18.986Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T16:33:18.993Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:33:18.999Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2021-01-04T16:33:19.014Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T16:33:19.029Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:33:19.035Z] > git checkout -f 46826221d8f689806f16db9f39a794e758c3a709 # timeout=10 [2021-01-04T16:33:22.984Z] Commit message: "ci: standardize dockerfiles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:33:24.369Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:33:24.702Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:33:25.000Z] + true [2021-01-04T16:33:25.000Z] + sudo service docker restart [2021-01-04T16:33:25.000Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:33:26.009Z] provisioning config files... [2021-01-04T16:33:26.040Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config1963763050178113727tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:33:26.412Z] ---> docker-login.sh [2021-01-04T16:33:26.412Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:33:26.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:26.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:26.957Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:26.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:26.957Z] [2021-01-04T16:33:26.957Z] Login Succeeded [2021-01-04T16:33:26.957Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:33:26.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:27.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:27.219Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:27.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:27.219Z] [2021-01-04T16:33:27.219Z] Login Succeeded [2021-01-04T16:33:27.219Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:33:27.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:27.219Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:27.219Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:27.219Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:27.219Z] [2021-01-04T16:33:27.219Z] Login Succeeded [2021-01-04T16:33:27.219Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:33:27.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:27.480Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:27.480Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:27.480Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:27.480Z] [2021-01-04T16:33:27.480Z] Login Succeeded [2021-01-04T16:33:27.480Z] docker.io [2021-01-04T16:33:27.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:33:28.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:33:28.005Z] Configure a credential helper to remove this warning. See [2021-01-04T16:33:28.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:33:28.005Z] [2021-01-04T16:33:28.005Z] Login Succeeded [2021-01-04T16:33:28.005Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:33:28.015Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T16:33:28.402Z] ========================================================= [2021-01-04T16:33:28.402Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T16:33:28.402Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:33:28.745Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T16:33:28.745Z] Sending build context to Docker daemon 2.438MB [2021-01-04T16:33:28.745Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:33:28.745Z] Step 2/8 : FROM ${BASE} [2021-01-04T16:33:29.007Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T16:33:29.007Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T16:33:29.007Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T16:33:29.007Z] de9db76c5a1d: Pulling fs layer [2021-01-04T16:33:29.007Z] bca2f99d35d6: Pulling fs layer [2021-01-04T16:33:29.007Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T16:33:29.007Z] 7c6f9722023f: Pulling fs layer [2021-01-04T16:33:29.007Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T16:33:29.007Z] bca2f99d35d6: Waiting [2021-01-04T16:33:29.007Z] 93359f2a8cfa: Waiting [2021-01-04T16:33:29.007Z] 7c6f9722023f: Waiting [2021-01-04T16:33:29.007Z] a35cf1a2eb13: Waiting [2021-01-04T16:33:29.007Z] de9db76c5a1d: Verifying Checksum [2021-01-04T16:33:29.007Z] de9db76c5a1d: Download complete [2021-01-04T16:33:29.007Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T16:33:29.007Z] 0ef7d3d256c8: Download complete [2021-01-04T16:33:29.007Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T16:33:29.007Z] 93359f2a8cfa: Download complete [2021-01-04T16:33:29.007Z] 7c6f9722023f: Verifying Checksum [2021-01-04T16:33:29.007Z] 7c6f9722023f: Download complete [2021-01-04T16:33:29.273Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T16:33:29.273Z] 188c0c94c7c5: Download complete [2021-01-04T16:33:29.536Z] 188c0c94c7c5: Pull complete [2021-01-04T16:33:29.800Z] 0ef7d3d256c8: Pull complete [2021-01-04T16:33:29.800Z] de9db76c5a1d: Pull complete [2021-01-04T16:33:31.728Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T16:33:31.728Z] a35cf1a2eb13: Download complete [2021-01-04T16:33:31.728Z] bca2f99d35d6: Verifying Checksum [2021-01-04T16:33:31.728Z] bca2f99d35d6: Download complete [2021-01-04T16:33:37.061Z] bca2f99d35d6: Pull complete [2021-01-04T16:33:37.061Z] 93359f2a8cfa: Pull complete [2021-01-04T16:33:37.061Z] 7c6f9722023f: Pull complete [2021-01-04T16:33:42.399Z] a35cf1a2eb13: Pull complete [2021-01-04T16:33:42.399Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T16:33:42.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T16:33:42.399Z] ---> a62c8e92a672 [2021-01-04T16:33:42.399Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-04T16:33:42.399Z] ---> Running in b76d5c2ebaa5 [2021-01-04T16:33:42.399Z] Removing intermediate container b76d5c2ebaa5 [2021-01-04T16:33:42.399Z] ---> 6713383565c3 [2021-01-04T16:33:42.399Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:33:42.399Z] ---> Running in 490356809d4f [2021-01-04T16:33:43.346Z] Removing intermediate container 490356809d4f [2021-01-04T16:33:43.346Z] ---> f9a4b6661ca9 [2021-01-04T16:33:43.346Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-04T16:33:43.610Z] ---> Running in 9c1d086c4562 [2021-01-04T16:33:44.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:33:45.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:33:47.073Z] OK: 166 MiB in 39 packages [2021-01-04T16:33:47.340Z] Removing intermediate container 9c1d086c4562 [2021-01-04T16:33:47.340Z] ---> 78fdecc8901c [2021-01-04T16:33:47.340Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-04T16:33:47.340Z] ---> Running in a7ea1e7d4573 [2021-01-04T16:33:47.340Z] Removing intermediate container a7ea1e7d4573 [2021-01-04T16:33:47.340Z] ---> e600e359e0d1 [2021-01-04T16:33:47.340Z] Step 7/8 : COPY . . [2021-01-04T16:33:48.741Z] ---> c57a3d020a37 [2021-01-04T16:33:48.741Z] Step 8/8 : RUN go mod download [2021-01-04T16:33:48.741Z] ---> Running in f439d52324b9 [2021-01-04T16:34:07.079Z] Removing intermediate container f439d52324b9 [2021-01-04T16:34:07.079Z] ---> cf24e0645eda [2021-01-04T16:34:07.079Z] Successfully built cf24e0645eda [2021-01-04T16:34:07.079Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:34:07.387Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T16:34:07.387Z] . [Pipeline] withDockerContainer [2021-01-04T16:34:07.491Z] prd-centos7-docker-4c-2g-18189 does not seem to be running inside a container [2021-01-04T16:34:07.544Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T16:34:08.906Z] $ docker top f06f74880fd33a7e96034dcb739fdfe7e84f713d11c7f084a95f6cc772f67c73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:34:09.472Z] + go version [2021-01-04T16:34:09.472Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T16:34:09.487Z] $ docker stop --time=1 f06f74880fd33a7e96034dcb739fdfe7e84f713d11c7f084a95f6cc772f67c73 [2021-01-04T16:34:10.831Z] $ docker rm -f f06f74880fd33a7e96034dcb739fdfe7e84f713d11c7f084a95f6cc772f67c73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:34:11.666Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T16:34:11.666Z] . [Pipeline] withDockerContainer [2021-01-04T16:34:11.783Z] prd-centos7-docker-4c-2g-18189 does not seem to be running inside a container [2021-01-04T16:34:11.829Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T16:34:12.506Z] $ docker top 5fafa778a4c59cd9761806ab5ad9d98b7fac9fab7f9ced80a935c8789ac2bf81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:34:13.005Z] + make test [2021-01-04T16:34:13.006Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T16:34:21.225Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-04T16:34:36.255Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-04T16:34:36.256Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-04T16:34:36.256Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-04T16:34:36.256Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.059s coverage: 19.4% of statements [2021-01-04T16:34:37.669Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.473s coverage: 97.1% of statements [2021-01-04T16:35:09.874Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.081s coverage: 9.4% of statements [2021-01-04T16:35:09.874Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.053s coverage: 21.9% of statements [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-04T16:35:09.874Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.241s coverage: 42.5% of statements [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-04T16:35:09.874Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.307s coverage: 68.9% of statements [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-04T16:35:09.874Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.079s coverage: 53.8% of statements [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-04T16:35:09.874Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.587s coverage: 68.9% of statements [2021-01-04T16:35:09.874Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.053s coverage: 4.2% of statements [2021-01-04T16:35:09.874Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-04T16:35:09.874Z] GO111MODULE=on go vet ./... [2021-01-04T16:35:17.492Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18190 in /w/workspace/dgexfoundry_device-sdk-go_PR-699 [Pipeline] { [Pipeline] ws [2021-01-04T16:35:17.551Z] Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout [2021-01-04T16:35:18.170Z] gofmt -l . [2021-01-04T16:35:18.433Z] [ "`gofmt -l .`" = "" ] [2021-01-04T16:35:18.433Z] ./bin/test-attribution-txt.sh [2021-01-04T16:35:19.379Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-04T16:35:19.396Z] $ docker stop --time=1 5fafa778a4c59cd9761806ab5ad9d98b7fac9fab7f9ced80a935c8789ac2bf81 [2021-01-04T16:35:21.466Z] $ docker rm -f 5fafa778a4c59cd9761806ab5ad9d98b7fac9fab7f9ced80a935c8789ac2bf81 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:35:22.108Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-04T16:35:22.506Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-01-04T16:35:23.043Z] using credential edgex-jenkins-ssh [2021-01-04T16:35:23.110Z] Cloning the remote Git repository [Pipeline] sh [2021-01-04T16:35:23.659Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-04T16:35:23.960Z] + ls -al . [2021-01-04T16:35:23.960Z] total 208 [2021-01-04T16:35:23.960Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jan 4 16:35 . [2021-01-04T16:35:23.960Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 4 16:33 .. [2021-01-04T16:35:23.960Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 4 16:33 bin [2021-01-04T16:35:23.960Z] -rw-r--r--. 1 jenkins jenkins 130526 Jan 4 16:35 coverage.out [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 949 Jan 4 16:33 Dockerfile.build [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 4 16:33 .dockerignore [2021-01-04T16:35:23.960Z] drwxrwxr-x. 4 jenkins jenkins 48 Jan 4 16:33 example [2021-01-04T16:35:23.960Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 4 16:33 .git [2021-01-04T16:35:23.960Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 4 16:33 .github [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 138 Jan 4 16:33 .gitignore [2021-01-04T16:35:23.960Z] -rw-r--r--. 1 jenkins jenkins 488 Jan 4 16:35 go.mod [2021-01-04T16:35:23.960Z] -rw-r--r--. 1 jenkins jenkins 13631 Jan 4 16:35 go.sum [2021-01-04T16:35:23.960Z] drwxrwxr-x. 15 jenkins jenkins 211 Jan 4 16:33 internal [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 901 Jan 4 16:33 Jenkinsfile [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 11341 Jan 4 16:33 LICENSE [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 1013 Jan 4 16:33 Makefile [2021-01-04T16:35:23.960Z] drwxrwxr-x. 4 jenkins jenkins 26 Jan 4 16:33 openapi [2021-01-04T16:35:23.960Z] drwxrwxr-x. 5 jenkins jenkins 50 Jan 4 16:33 pkg [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 5897 Jan 4 16:33 README.md [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 6616 Jan 4 16:33 RELEASE-NOTES.txt [2021-01-04T16:35:23.960Z] drwxrwxr-x. 4 jenkins jenkins 54 Jan 4 16:33 snap [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 4 16:32 VERSION [2021-01-04T16:35:23.960Z] -rw-rw-r--. 1 jenkins jenkins 222 Jan 4 16:33 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:35:23.170Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-04T16:35:23.279Z] > git init /w/workspace/device-sdk-go/5 # timeout=10 [2021-01-04T16:35:23.352Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-04T16:35:23.353Z] > git --version # timeout=10 [2021-01-04T16:35:23.377Z] > git --version # 'git version 2.17.1' [2021-01-04T16:35:23.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:35:23.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:35:24.271Z] + 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=46826221d8f689806f16db9f39a794e758c3a709 --label arch=amd64 --label version=0.0.0 . [2021-01-04T16:35:24.533Z] Sending build context to Docker daemon 2.569MB [2021-01-04T16:35:24.533Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:35:24.533Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-04T16:35:24.533Z] ---> cf24e0645eda [2021-01-04T16:35:24.533Z] Step 3/24 : ARG MAKE='make build' [2021-01-04T16:35:25.108Z] ---> Running in 2f43a47c2025 [2021-01-04T16:35:25.108Z] Removing intermediate container 2f43a47c2025 [2021-01-04T16:35:25.108Z] ---> 675fad7a5ab1 [2021-01-04T16:35:25.108Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-04T16:35:24.577Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-04T16:35:24.606Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T16:35:24.642Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-04T16:35:24.692Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-04T16:35:24.693Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:35:24.709Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/699/head:refs/remotes/origin/PR-699 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T16:35:25.371Z] ---> Running in 8241fd4c9cd2 [2021-01-04T16:35:25.371Z] Removing intermediate container 8241fd4c9cd2 [2021-01-04T16:35:25.371Z] ---> 0c8e7ee6a0b0 [2021-01-04T16:35:25.371Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-04T16:35:25.383Z] Merging remotes/origin/master commit 42e5a1ea61e0adb23423a933a3224d1395f33e87 into PR head commit 46826221d8f689806f16db9f39a794e758c3a709 [2021-01-04T16:35:25.632Z] ---> Running in 7d831e2461d8 [2021-01-04T16:35:25.632Z] Removing intermediate container 7d831e2461d8 [2021-01-04T16:35:25.632Z] ---> c721754de0b1 [2021-01-04T16:35:25.632Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:35:25.665Z] Merge succeeded, producing 46826221d8f689806f16db9f39a794e758c3a709 [2021-01-04T16:35:25.665Z] Checking out Revision 46826221d8f689806f16db9f39a794e758c3a709 (PR-699) [2021-01-04T16:35:25.896Z] ---> Running in 4ec9cb6b7be0 [2021-01-04T16:35:25.410Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:35:25.426Z] > git checkout -f 46826221d8f689806f16db9f39a794e758c3a709 # timeout=10 [2021-01-04T16:35:25.562Z] > git remote # timeout=10 [2021-01-04T16:35:25.581Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T16:35:25.598Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T16:35:25.613Z] > git merge 42e5a1ea61e0adb23423a933a3224d1395f33e87 # timeout=10 [2021-01-04T16:35:25.650Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T16:35:25.675Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T16:35:25.693Z] > git checkout -f 46826221d8f689806f16db9f39a794e758c3a709 # timeout=10 [2021-01-04T16:35:26.844Z] Removing intermediate container 4ec9cb6b7be0 [2021-01-04T16:35:26.844Z] ---> 3a80a5ca3607 [2021-01-04T16:35:26.844Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-04T16:35:26.844Z] ---> Running in c2dd4196717f [2021-01-04T16:35:27.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T16:35:28.364Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T16:35:30.024Z] Commit message: "ci: standardize dockerfiles" [2021-01-04T16:35:30.283Z] OK: 166 MiB in 39 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-04T16:35:30.544Z] Removing intermediate container c2dd4196717f [2021-01-04T16:35:30.544Z] ---> b85b1d4eca37 [2021-01-04T16:35:30.544Z] Step 8/24 : COPY . . [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:35:31.572Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:35:31.950Z] ---> c2a076a64da3 [2021-01-04T16:35:31.951Z] Step 9/24 : RUN ${MAKE} [2021-01-04T16:35:31.951Z] ---> Running in d17b840b55ff [2021-01-04T16:35:32.017Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T16:35:32.219Z] 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 [2021-01-04T16:35:32.365Z] + + sudo service docker restart [2021-01-04T16:35:32.365Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T16:35:35.112Z] provisioning config files... [2021-01-04T16:35:35.155Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config1721122626385426527tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:35:35.561Z] ---> docker-login.sh [2021-01-04T16:35:35.561Z] nexus3.edgexfoundry.org:10001 [2021-01-04T16:35:36.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:35:36.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:35:36.828Z] Configure a credential helper to remove this warning. See [2021-01-04T16:35:36.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:35:36.828Z] [2021-01-04T16:35:36.828Z] Login Succeeded [2021-01-04T16:35:36.828Z] nexus3.edgexfoundry.org:10002 [2021-01-04T16:35:37.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:35:37.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:35:37.376Z] Configure a credential helper to remove this warning. See [2021-01-04T16:35:37.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:35:37.376Z] [2021-01-04T16:35:37.376Z] Login Succeeded [2021-01-04T16:35:37.376Z] nexus3.edgexfoundry.org:10003 [2021-01-04T16:35:37.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:35:37.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:35:37.922Z] Configure a credential helper to remove this warning. See [2021-01-04T16:35:37.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:35:37.922Z] [2021-01-04T16:35:37.922Z] Login Succeeded [2021-01-04T16:35:37.922Z] nexus3.edgexfoundry.org:10004 [2021-01-04T16:35:38.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:35:38.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:35:38.193Z] Configure a credential helper to remove this warning. See [2021-01-04T16:35:38.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:35:38.193Z] [2021-01-04T16:35:38.193Z] Login Succeeded [2021-01-04T16:35:38.193Z] docker.io [2021-01-04T16:35:38.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T16:35:39.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T16:35:39.058Z] Configure a credential helper to remove this warning. See [2021-01-04T16:35:39.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T16:35:39.058Z] [2021-01-04T16:35:39.058Z] Login Succeeded [2021-01-04T16:35:39.058Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T16:35:39.078Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T16:35:39.585Z] ========================================================= [2021-01-04T16:35:39.585Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T16:35:39.585Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:35:39.989Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-04T16:35:40.276Z] Sending build context to Docker daemon 2.434MB [2021-01-04T16:35:40.586Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:35:40.587Z] Step 2/8 : FROM ${BASE} [2021-01-04T16:35:40.587Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T16:35:40.587Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T16:35:40.587Z] a4357932f1b6: Pulling fs layer [2021-01-04T16:35:40.587Z] 18c013af1878: Pulling fs layer [2021-01-04T16:35:40.587Z] 00ac8860ef70: Pulling fs layer [2021-01-04T16:35:40.587Z] 63d7cb157983: Pulling fs layer [2021-01-04T16:35:40.587Z] b116817d02f9: Pulling fs layer [2021-01-04T16:35:40.587Z] 745a02a5169b: Pulling fs layer [2021-01-04T16:35:40.587Z] 63d7cb157983: Waiting [2021-01-04T16:35:40.587Z] b116817d02f9: Waiting [2021-01-04T16:35:40.587Z] 745a02a5169b: Waiting [2021-01-04T16:35:40.587Z] 00ac8860ef70: Waiting [2021-01-04T16:35:40.587Z] 18c013af1878: Verifying Checksum [2021-01-04T16:35:40.587Z] 18c013af1878: Download complete [2021-01-04T16:35:40.587Z] a4357932f1b6: Verifying Checksum [2021-01-04T16:35:40.587Z] a4357932f1b6: Download complete [2021-01-04T16:35:40.587Z] 63d7cb157983: Verifying Checksum [2021-01-04T16:35:40.587Z] 63d7cb157983: Download complete [2021-01-04T16:35:40.587Z] b116817d02f9: Verifying Checksum [2021-01-04T16:35:40.587Z] b116817d02f9: Download complete [2021-01-04T16:35:40.587Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T16:35:40.587Z] 5f621e34cdf4: Download complete [2021-01-04T16:35:41.582Z] 5f621e34cdf4: Pull complete [2021-01-04T16:35:41.860Z] a4357932f1b6: Pull complete [2021-01-04T16:35:42.392Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-04T16:35:42.468Z] 18c013af1878: Pull complete [2021-01-04T16:35:43.455Z] 745a02a5169b: Verifying Checksum [2021-01-04T16:35:43.455Z] 745a02a5169b: Download complete [2021-01-04T16:35:43.787Z] Removing intermediate container d17b840b55ff [2021-01-04T16:35:43.787Z] ---> 01cd8b698bb5 [2021-01-04T16:35:43.787Z] Step 10/24 : FROM scratch [2021-01-04T16:35:43.787Z] ---> [2021-01-04T16:35:43.787Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-04T16:35:44.050Z] ---> Running in 94406161024c [2021-01-04T16:35:44.050Z] Removing intermediate container 94406161024c [2021-01-04T16:35:44.050Z] ---> 4e5e822f7db0 [2021-01-04T16:35:44.050Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-04T16:35:44.050Z] ---> Running in 019b8b0593c3 [2021-01-04T16:35:44.312Z] Removing intermediate container 019b8b0593c3 [2021-01-04T16:35:44.312Z] ---> e5444a88440b [2021-01-04T16:35:44.312Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T16:35:44.312Z] ---> Running in 3fa49682b08c [2021-01-04T16:35:44.442Z] 00ac8860ef70: Verifying Checksum [2021-01-04T16:35:44.442Z] 00ac8860ef70: Download complete [2021-01-04T16:35:44.574Z] Removing intermediate container 3fa49682b08c [2021-01-04T16:35:44.574Z] ---> 38803cbbe6ed [2021-01-04T16:35:44.574Z] Step 14/24 : WORKDIR / [2021-01-04T16:35:44.574Z] ---> Running in c61651928b9f [2021-01-04T16:35:44.837Z] Removing intermediate container c61651928b9f [2021-01-04T16:35:44.837Z] ---> 5c4d08d7567b [2021-01-04T16:35:44.837Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-04T16:35:45.413Z] ---> c9a957cda3e6 [2021-01-04T16:35:45.413Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-04T16:35:45.675Z] ---> 626be504b436 [2021-01-04T16:35:45.675Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-04T16:35:45.675Z] ---> b274c2083009 [2021-01-04T16:35:45.675Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-04T16:35:45.936Z] ---> 4cdd94c7dcdb [2021-01-04T16:35:45.936Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-04T16:35:46.199Z] ---> 469e0b865e4b [2021-01-04T16:35:46.199Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-04T16:35:46.199Z] ---> Running in 88def977d97b [2021-01-04T16:35:46.460Z] Removing intermediate container 88def977d97b [2021-01-04T16:35:46.460Z] ---> c6ea635abf5d [2021-01-04T16:35:46.460Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:35:46.460Z] ---> Running in 5c8cb0a93a63 [2021-01-04T16:35:46.720Z] Removing intermediate container 5c8cb0a93a63 [2021-01-04T16:35:46.720Z] ---> 302345c875ae [2021-01-04T16:35:46.720Z] Step 22/24 : LABEL arch=amd64 [2021-01-04T16:35:46.720Z] ---> Running in 332a07587008 [2021-01-04T16:35:46.983Z] Removing intermediate container 332a07587008 [2021-01-04T16:35:46.983Z] ---> 5ac3fe143dc8 [2021-01-04T16:35:46.983Z] Step 23/24 : LABEL git_sha=46826221d8f689806f16db9f39a794e758c3a709 [2021-01-04T16:35:46.983Z] ---> Running in 9a3dcd1892ef [2021-01-04T16:35:46.983Z] Removing intermediate container 9a3dcd1892ef [2021-01-04T16:35:46.983Z] ---> 9a43ce8ce1b7 [2021-01-04T16:35:46.983Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T16:35:47.246Z] ---> Running in 07eb5da87ecd [2021-01-04T16:35:47.246Z] Removing intermediate container 07eb5da87ecd [2021-01-04T16:35:47.246Z] ---> 0c144fe5c8b7 [2021-01-04T16:35:47.246Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-04T16:35:47.246Z] Successfully built 0c144fe5c8b7 [2021-01-04T16:35:47.246Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T16:35:54.632Z] 00ac8860ef70: Pull complete [2021-01-04T16:35:54.632Z] 63d7cb157983: Pull complete [2021-01-04T16:35:54.632Z] b116817d02f9: Pull complete [2021-01-04T16:35:58.026Z] 745a02a5169b: Pull complete [2021-01-04T16:35:58.026Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T16:35:58.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T16:35:58.026Z] ---> b7e6874047d6 [2021-01-04T16:35:58.026Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-04T16:36:01.423Z] ---> Running in 76872618cf90 [2021-01-04T16:36:01.699Z] Removing intermediate container 76872618cf90 [2021-01-04T16:36:01.699Z] ---> 9410018a1c10 [2021-01-04T16:36:01.699Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:36:01.975Z] ---> Running in f710751f89fb [2021-01-04T16:36:04.603Z] Removing intermediate container f710751f89fb [2021-01-04T16:36:04.603Z] ---> a5854301b5aa [2021-01-04T16:36:04.603Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-04T16:36:04.603Z] ---> Running in 9f7decb5b8c5 [2021-01-04T16:36:05.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:36:06.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:36:08.019Z] OK: 142 MiB in 39 packages [2021-01-04T16:36:09.488Z] Removing intermediate container 9f7decb5b8c5 [2021-01-04T16:36:09.488Z] ---> 10bcb33e2aa8 [2021-01-04T16:36:09.488Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-04T16:36:09.488Z] ---> Running in 80fa8380b091 [2021-01-04T16:36:10.098Z] Removing intermediate container 80fa8380b091 [2021-01-04T16:36:10.098Z] ---> d9d81d512363 [2021-01-04T16:36:10.098Z] Step 7/8 : COPY . . [2021-01-04T16:36:11.546Z] ---> a0d75c6f825a [2021-01-04T16:36:11.546Z] Step 8/8 : RUN go mod download [2021-01-04T16:36:11.546Z] ---> Running in 729dec7135be [2021-01-04T16:36:34.370Z] Removing intermediate container 729dec7135be [2021-01-04T16:36:34.370Z] ---> b6aebc6d896b [2021-01-04T16:36:34.370Z] Successfully built b6aebc6d896b [2021-01-04T16:36:34.370Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:36:34.713Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T16:36:34.713Z] . [Pipeline] withDockerContainer [2021-01-04T16:36:34.961Z] prd-ubuntu18.04-docker-arm64-4c-16g-18190 does not seem to be running inside a container [2021-01-04T16:36:35.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T16:36:36.696Z] $ docker top 12cb8693ea787bb8407a38660a4dae3be9ef1bf3f012f4944b5469f08df05f17 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:36:37.750Z] + go version [2021-01-04T16:36:37.750Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T16:36:37.787Z] $ docker stop --time=1 12cb8693ea787bb8407a38660a4dae3be9ef1bf3f012f4944b5469f08df05f17 [2021-01-04T16:36:39.717Z] $ docker rm -f 12cb8693ea787bb8407a38660a4dae3be9ef1bf3f012f4944b5469f08df05f17 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:36:40.911Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T16:36:40.911Z] . [Pipeline] withDockerContainer [2021-01-04T16:36:41.182Z] prd-ubuntu18.04-docker-arm64-4c-16g-18190 does not seem to be running inside a container [2021-01-04T16:36:41.273Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T16:36:42.908Z] $ docker top 376da3089ef334e2be8f71433a76f7ee207b73308315b97322218ba8d6af98ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:36:43.912Z] + make test [2021-01-04T16:36:43.912Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T16:37:06.113Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-04T16:37:45.164Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2021-01-04T16:37:45.164Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2021-01-04T16:37:45.164Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2021-01-04T16:37:47.154Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.131s coverage: 19.4% of statements [2021-01-04T16:37:52.607Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.273s coverage: 97.1% of statements [2021-01-04T16:38:19.723Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.124s coverage: 9.4% of statements [2021-01-04T16:38:19.723Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.142s coverage: 21.9% of statements [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2021-01-04T16:38:19.723Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.717s coverage: 42.5% of statements [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2021-01-04T16:38:19.723Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.781s coverage: 68.9% of statements [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2021-01-04T16:38:19.723Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.207s coverage: 53.8% of statements [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2021-01-04T16:38:19.723Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.925s coverage: 68.9% of statements [2021-01-04T16:38:19.723Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.146s coverage: 4.2% of statements [2021-01-04T16:38:19.723Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2021-01-04T16:38:19.723Z] GO111MODULE=on go vet ./... [2021-01-04T16:38:58.787Z] gofmt -l . [2021-01-04T16:38:58.787Z] [ "`gofmt -l .`" = "" ] [2021-01-04T16:38:58.787Z] ./bin/test-attribution-txt.sh [2021-01-04T16:38:58.787Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-04T16:38:58.823Z] $ docker stop --time=1 376da3089ef334e2be8f71433a76f7ee207b73308315b97322218ba8d6af98ad [2021-01-04T16:39:00.943Z] $ docker rm -f 376da3089ef334e2be8f71433a76f7ee207b73308315b97322218ba8d6af98ad [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T16:39:02.008Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-04T16:39:02.086Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T16:39:02.992Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T16:39:03.764Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-04T16:39:04.151Z] + ls -al . [2021-01-04T16:39:04.151Z] total 244 [2021-01-04T16:39:04.151Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 4 16:38 . [2021-01-04T16:39:04.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:35 .. [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 4 16:35 .dockerignore [2021-01-04T16:39:04.151Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 4 16:35 .git [2021-01-04T16:39:04.151Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:35 .github [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 138 Jan 4 16:35 .gitignore [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 949 Jan 4 16:35 Dockerfile.build [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 901 Jan 4 16:35 Jenkinsfile [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jan 4 16:35 LICENSE [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 1013 Jan 4 16:35 Makefile [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 5897 Jan 4 16:35 README.md [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 6616 Jan 4 16:35 RELEASE-NOTES.txt [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 4 16:32 VERSION [2021-01-04T16:39:04.151Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 4 16:35 bin [2021-01-04T16:39:04.151Z] -rw-r--r-- 1 jenkins jenkins 130526 Jan 4 16:38 coverage.out [2021-01-04T16:39:04.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:35 example [2021-01-04T16:39:04.151Z] -rw-r--r-- 1 jenkins jenkins 488 Jan 4 16:38 go.mod [2021-01-04T16:39:04.151Z] -rw-r--r-- 1 jenkins jenkins 13631 Jan 4 16:38 go.sum [2021-01-04T16:39:04.151Z] drwxrwxr-x 15 jenkins jenkins 4096 Jan 4 16:35 internal [2021-01-04T16:39:04.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:35 openapi [2021-01-04T16:39:04.151Z] drwxrwxr-x 5 jenkins jenkins 4096 Jan 4 16:35 pkg [2021-01-04T16:39:04.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 4 16:35 snap [2021-01-04T16:39:04.151Z] -rw-rw-r-- 1 jenkins jenkins 222 Jan 4 16:35 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:39:04.521Z] + 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=46826221d8f689806f16db9f39a794e758c3a709 --label arch=arm64 --label version=0.0.0 . [2021-01-04T16:39:06.316Z] Sending build context to Docker daemon 2.565MB [2021-01-04T16:39:06.316Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T16:39:06.316Z] Step 2/24 : FROM ${BASE} AS builder [2021-01-04T16:39:06.316Z] ---> b6aebc6d896b [2021-01-04T16:39:06.316Z] Step 3/24 : ARG MAKE='make build' [2021-01-04T16:39:06.316Z] ---> Running in b0d4640cbcff [2021-01-04T16:39:06.316Z] Removing intermediate container b0d4640cbcff [2021-01-04T16:39:06.316Z] ---> 11eaebb26ab4 [2021-01-04T16:39:06.316Z] Step 4/24 : WORKDIR /device-sdk-go [2021-01-04T16:39:06.316Z] ---> Running in eb66a33d26c9 [2021-01-04T16:39:06.316Z] Removing intermediate container eb66a33d26c9 [2021-01-04T16:39:06.316Z] ---> c9d077c0bec3 [2021-01-04T16:39:06.316Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-04T16:39:06.589Z] ---> Running in d19555945f65 [2021-01-04T16:39:06.865Z] Removing intermediate container d19555945f65 [2021-01-04T16:39:06.865Z] ---> 4de792605892 [2021-01-04T16:39:06.865Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T16:39:07.147Z] ---> Running in af721b5b2dfd [2021-01-04T16:39:09.134Z] Removing intermediate container af721b5b2dfd [2021-01-04T16:39:09.134Z] ---> a0181251c0b1 [2021-01-04T16:39:09.134Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-01-04T16:39:09.407Z] ---> Running in 008ecc35a977 [2021-01-04T16:39:10.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:11.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T16:39:12.372Z] OK: 142 MiB in 39 packages [2021-01-04T16:39:13.355Z] Removing intermediate container 008ecc35a977 [2021-01-04T16:39:13.355Z] ---> 7cfcc5f15ae9 [2021-01-04T16:39:13.355Z] Step 8/24 : COPY . . [2021-01-04T16:39:14.787Z] ---> c38317b6d79d [2021-01-04T16:39:14.787Z] Step 9/24 : RUN ${MAKE} [2021-01-04T16:39:14.787Z] ---> Running in 000bfd17e4f2 [2021-01-04T16:39:15.779Z] 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 [2021-01-04T16:39:42.595Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-01-04T16:39:44.559Z] Removing intermediate container 000bfd17e4f2 [2021-01-04T16:39:44.559Z] ---> c5e582063c3a [2021-01-04T16:39:44.559Z] Step 10/24 : FROM scratch [2021-01-04T16:39:44.559Z] ---> [2021-01-04T16:39:44.559Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-04T16:39:44.559Z] ---> Running in f59c98dc5e01 [2021-01-04T16:39:44.830Z] Removing intermediate container f59c98dc5e01 [2021-01-04T16:39:44.830Z] ---> 38f406c7ebc2 [2021-01-04T16:39:44.830Z] Step 12/24 : ENV APP_PORT=49990 [2021-01-04T16:39:44.830Z] ---> Running in 8f99714d9325 [2021-01-04T16:39:45.105Z] Removing intermediate container 8f99714d9325 [2021-01-04T16:39:45.105Z] ---> 0b58ace806ac [2021-01-04T16:39:45.105Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T16:39:45.378Z] ---> Running in 7362ad5e3f86 [2021-01-04T16:39:45.658Z] Removing intermediate container 7362ad5e3f86 [2021-01-04T16:39:45.658Z] ---> 35a5a025d83a [2021-01-04T16:39:45.658Z] Step 14/24 : WORKDIR / [2021-01-04T16:39:45.931Z] ---> Running in 94d05f40fe2d [2021-01-04T16:39:46.206Z] Removing intermediate container 94d05f40fe2d [2021-01-04T16:39:46.206Z] ---> c6e49061eceb [2021-01-04T16:39:46.206Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-01-04T16:39:47.643Z] ---> b1d7d44d2951 [2021-01-04T16:39:47.643Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-01-04T16:39:48.238Z] ---> 76f798331fe1 [2021-01-04T16:39:48.238Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-01-04T16:39:48.828Z] ---> 2d7a3114733d [2021-01-04T16:39:48.828Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-01-04T16:39:49.416Z] ---> a4cb9abf776e [2021-01-04T16:39:49.416Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-01-04T16:39:50.008Z] ---> 141f2690c75a [2021-01-04T16:39:50.008Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-01-04T16:39:50.279Z] ---> Running in c8f98eac3b4d [2021-01-04T16:39:50.562Z] Removing intermediate container c8f98eac3b4d [2021-01-04T16:39:50.562Z] ---> 4259d506b0f3 [2021-01-04T16:39:50.562Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T16:39:50.836Z] ---> Running in 98b84ba7bef2 [2021-01-04T16:39:51.117Z] Removing intermediate container 98b84ba7bef2 [2021-01-04T16:39:51.117Z] ---> 9a1e26f1a3a1 [2021-01-04T16:39:51.117Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T16:39:51.391Z] ---> Running in 7e38ed84aadc [2021-01-04T16:39:51.665Z] Removing intermediate container 7e38ed84aadc [2021-01-04T16:39:51.665Z] ---> e58c7db4037a [2021-01-04T16:39:51.665Z] Step 23/24 : LABEL git_sha=46826221d8f689806f16db9f39a794e758c3a709 [2021-01-04T16:39:51.943Z] ---> Running in a31c89561173 [2021-01-04T16:39:52.540Z] Removing intermediate container a31c89561173 [2021-01-04T16:39:52.540Z] ---> 0da86dbff306 [2021-01-04T16:39:52.540Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T16:39:52.540Z] ---> Running in 799319c8426b [2021-01-04T16:39:53.141Z] Removing intermediate container 799319c8426b [2021-01-04T16:39:53.141Z] ---> 6fc8f6532026 [2021-01-04T16:39:53.141Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-04T16:39:53.141Z] Successfully built 6fc8f6532026 [2021-01-04T16:39:53.141Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-04T16:39:55.249Z] provisioning config files... [2021-01-04T16:39:55.261Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/config4107639878729980546tmp [Pipeline] { [Pipeline] sh [2021-01-04T16:39:55.656Z] + set +x [2021-01-04T16:39:55.656Z] + curl -s https://codecov.io/bash [2021-01-04T16:39:55.656Z] + bash -s -- [2021-01-04T16:39:55.922Z] [2021-01-04T16:39:55.922Z] _____ _ [2021-01-04T16:39:55.922Z] / ____| | | [2021-01-04T16:39:55.922Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T16:39:55.922Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T16:39:55.922Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T16:39:55.922Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T16:39:55.922Z] Bash-20201231-23d4836 [2021-01-04T16:39:55.922Z] [2021-01-04T16:39:55.922Z] [2021-01-04T16:39:55.922Z] ==> git version 2.24.3 found [2021-01-04T16:39:55.922Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-04T16:39:55.922Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T16:39:55.922Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T16:39:55.922Z] ==> Jenkins CI detected. [2021-01-04T16:39:55.922Z] project root: . [2021-01-04T16:39:55.922Z] --> token set from env [2021-01-04T16:39:55.922Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T16:39:55.922Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T16:39:55.922Z] ==> Python coveragepy not found [2021-01-04T16:39:55.922Z] ==> Searching for coverage reports in: [2021-01-04T16:39:55.922Z] + . [2021-01-04T16:39:55.922Z] -> Found 1 reports [2021-01-04T16:39:55.922Z] ==> Detecting git/mercurial file structure [2021-01-04T16:39:55.922Z] ==> Reading reports [2021-01-04T16:39:55.922Z] + ./coverage.out bytes=130526 [2021-01-04T16:39:55.922Z] ==> Appending adjustments [2021-01-04T16:39:55.922Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T16:39:56.497Z] + Found adjustments [2021-01-04T16:39:56.497Z] ==> Gzipping contents [2021-01-04T16:39:56.497Z] 24K /tmp/codecov.v2gggt.gz [2021-01-04T16:39:56.497Z] ==> Uploading reports [2021-01-04T16:39:56.497Z] url: https://codecov.io [2021-01-04T16:39:56.497Z] query: branch=PR-699&commit=46826221d8f689806f16db9f39a794e758c3a709&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-699%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=699&job=&cmd_args= [2021-01-04T16:39:56.497Z] -> Pinging Codecov [2021-01-04T16:39:56.497Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-699&commit=46826221d8f689806f16db9f39a794e758c3a709&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-699%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=699&job=&cmd_args= [2021-01-04T16:39:57.075Z] -> Uploading to [2021-01-04T16:39:57.075Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/7E55EF52A471D76F132DFD9A03CDDE97/46826221d8f689806f16db9f39a794e758c3a709/89db3fc7-0ff2-40ad-9f83-261afca5f0ca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T163956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be259537bd9f1f4da4b727451c1be0a4c59c2473a6973c7f2514e89f1bc00717 [2021-01-04T16:39:57.075Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T16:39:57.075Z] Dload Upload Total Spent Left Speed [2021-01-04T16:39:57.339Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21244 0 0 100 21244 0 38946 --:--:-- --:--:-- --:--:-- 38979 [2021-01-04T16:39:57.339Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/46826221d8f689806f16db9f39a794e758c3a709 [Pipeline] } [2021-01-04T16:39:57.349Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:39:59.765Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:40:00.342Z] ---> package-listing.sh [2021-01-04T16:40:00.342Z] ++ facter osfamily [2021-01-04T16:40:00.343Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T16:40:00.343Z] + OS_FAMILY=redhat [2021-01-04T16:40:00.343Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-699 [2021-01-04T16:40:00.343Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T16:40:00.343Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T16:40:00.343Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T16:40:00.343Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T16:40:00.343Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-699 ']' [2021-01-04T16:40:00.343Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T16:40:00.343Z] + case "${OS_FAMILY}" in [2021-01-04T16:40:00.343Z] + rpm -qa [2021-01-04T16:40:00.343Z] + sort [2021-01-04T16:40:05.668Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T16:40:05.668Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T16:40:05.668Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T16:40:05.668Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-699 ']' [2021-01-04T16:40:05.668Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-699/archives/ [2021-01-04T16:40:05.668Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-699/archives/ [Pipeline] echo [2021-01-04T16:40:05.684Z] 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-699/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T16:40:05.982Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:40:06.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:40:06.560Z] [2021-01-04T16:40:06.560Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T16:40:06.922Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:40:06.922Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T16:40:06.922Z] df20fa9351a1: Pulling fs layer [2021-01-04T16:40:06.922Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T16:40:06.922Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T16:40:06.922Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T16:40:06.922Z] 93b61091891f: Pulling fs layer [2021-01-04T16:40:06.922Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T16:40:06.922Z] 5e14af77c1be: Pulling fs layer [2021-01-04T16:40:06.922Z] 01666e4c0597: Pulling fs layer [2021-01-04T16:40:06.922Z] aa168da1d23b: Pulling fs layer [2021-01-04T16:40:06.922Z] 46f8f816bc3b: Waiting [2021-01-04T16:40:06.922Z] 01666e4c0597: Waiting [2021-01-04T16:40:06.922Z] aa168da1d23b: Waiting [2021-01-04T16:40:06.922Z] 93b61091891f: Waiting [2021-01-04T16:40:06.922Z] 5e14af77c1be: Waiting [2021-01-04T16:40:06.922Z] 93b9cdb0e59b: Waiting [2021-01-04T16:40:06.922Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T16:40:06.922Z] 36b3adc4ff6f: Download complete [2021-01-04T16:40:07.187Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T16:40:07.187Z] 46f8f816bc3b: Download complete [2021-01-04T16:40:07.187Z] df20fa9351a1: Verifying Checksum [2021-01-04T16:40:07.187Z] df20fa9351a1: Download complete [2021-01-04T16:40:07.187Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T16:40:07.187Z] 93b9cdb0e59b: Download complete [2021-01-04T16:40:07.187Z] 5e14af77c1be: Verifying Checksum [2021-01-04T16:40:07.187Z] 5e14af77c1be: Download complete [2021-01-04T16:40:07.187Z] 93b61091891f: Verifying Checksum [2021-01-04T16:40:07.187Z] 93b61091891f: Download complete [2021-01-04T16:40:07.187Z] 01666e4c0597: Verifying Checksum [2021-01-04T16:40:07.187Z] 01666e4c0597: Download complete [2021-01-04T16:40:07.459Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T16:40:07.459Z] 8ad3a11d3b57: Download complete [2021-01-04T16:40:07.721Z] df20fa9351a1: Pull complete [2021-01-04T16:40:07.721Z] 36b3adc4ff6f: Pull complete [2021-01-04T16:40:08.684Z] 8ad3a11d3b57: Pull complete [2021-01-04T16:40:08.684Z] 46f8f816bc3b: Pull complete [2021-01-04T16:40:08.949Z] 93b61091891f: Pull complete [2021-01-04T16:40:09.216Z] 93b9cdb0e59b: Pull complete [2021-01-04T16:40:09.483Z] 5e14af77c1be: Pull complete [2021-01-04T16:40:10.059Z] aa168da1d23b: Download complete [2021-01-04T16:40:10.634Z] 01666e4c0597: Pull complete [2021-01-04T16:40:17.270Z] aa168da1d23b: Pull complete [2021-01-04T16:40:17.270Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T16:40:17.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T16:40:17.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T16:40:17.404Z] prd-centos7-docker-4c-2g-18186 does not seem to be running inside a container [2021-01-04T16:40:17.451Z] $ 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-699/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-699 -v /w/workspace/dgexfoundry_device-sdk-go_PR-699:/w/workspace/dgexfoundry_device-sdk-go_PR-699:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-699@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T16:40:21.740Z] $ docker top 9030bcde6888ac306db98d9392cacc7aebffe2057fd80b8ec494a1b0f6e3d2da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T16:40:22.412Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T16:40:22.715Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T16:40:23.015Z] + ls /var/log/sa-host [2021-01-04T16:40:23.015Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T16:40:23.015Z] file_magic: OK [2021-01-04T16:40:23.015Z] HZ: Using current value: 100 [2021-01-04T16:40:23.015Z] file_header: OK [2021-01-04T16:40:23.015Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T16:40:23.015Z] Statistics: [2021-01-04T16:40:23.015Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T16:40:23.015Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T16:40:23.015Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T16:40:23.015Z] file_magic: OK [2021-01-04T16:40:23.015Z] HZ: Using current value: 100 [2021-01-04T16:40:23.015Z] file_header: OK [2021-01-04T16:40:23.015Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T16:40:23.015Z] Statistics: [2021-01-04T16:40:23.015Z] Hnuu...uuuununununu... [2021-01-04T16:40:23.015Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T16:40:23.217Z] provisioning config files... [2021-01-04T16:40:23.231Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp/config3176808424608004634tmp [Pipeline] { [Pipeline] echo [2021-01-04T16:40:23.350Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:40:23.649Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T16:40:23.660Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T16:40:23.761Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:40:24.066Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T16:40:24.079Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:40:24.375Z] ---> sudo-logs.sh [2021-01-04T16:40:24.376Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T16:40:24.387Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:40:24.683Z] ---> job-cost.sh [2021-01-04T16:40:24.683Z] lf-activate-venv: SKIPPING [2021-01-04T16:40:24.683Z] INFO: No Stack... [2021-01-04T16:40:26.073Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T16:40:26.334Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T16:40:26.347Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T16:40:26.644Z] ---> logs-deploy.sh [2021-01-04T16:40:26.644Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-699/5 [2021-01-04T16:40:26.644Z] INFO: archiving workspace using pattern(s): [2021-01-04T16:40:28.587Z] Archives upload complete. [2021-01-04T16:40:28.587Z] INFO: archiving logs to Nexus [2021-01-04T16:40:29.535Z] ---> uname -a: [2021-01-04T16:40:29.535Z] Linux prd-centos7-docker-4c-2g-18186.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] ---> lscpu: [2021-01-04T16:40:29.535Z] Architecture: x86_64 [2021-01-04T16:40:29.535Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T16:40:29.535Z] Byte Order: Little Endian [2021-01-04T16:40:29.535Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T16:40:29.535Z] CPU(s): 4 [2021-01-04T16:40:29.535Z] On-line CPU(s) list: 0-3 [2021-01-04T16:40:29.535Z] Thread(s) per core: 1 [2021-01-04T16:40:29.535Z] Core(s) per socket: 1 [2021-01-04T16:40:29.535Z] Socket(s): 4 [2021-01-04T16:40:29.535Z] NUMA node(s): 1 [2021-01-04T16:40:29.535Z] Vendor ID: GenuineIntel [2021-01-04T16:40:29.535Z] CPU family: 6 [2021-01-04T16:40:29.535Z] Model: 44 [2021-01-04T16:40:29.535Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T16:40:29.535Z] Stepping: 1 [2021-01-04T16:40:29.535Z] CPU MHz: 2933.438 [2021-01-04T16:40:29.535Z] BogoMIPS: 5866.87 [2021-01-04T16:40:29.535Z] Virtualization: VT-x [2021-01-04T16:40:29.535Z] Hypervisor vendor: KVM [2021-01-04T16:40:29.535Z] Virtualization type: full [2021-01-04T16:40:29.535Z] L1d cache: 128 KiB [2021-01-04T16:40:29.535Z] L1i cache: 128 KiB [2021-01-04T16:40:29.535Z] L2 cache: 16 MiB [2021-01-04T16:40:29.535Z] L3 cache: 64 MiB [2021-01-04T16:40:29.535Z] NUMA node0 CPU(s): 0-3 [2021-01-04T16:40:29.535Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T16:40:29.535Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T16:40:29.535Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T16:40:29.535Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T16:40:29.535Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T16:40:29.535Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T16:40:29.535Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T16:40:29.535Z] Vulnerability Srbds: Not affected [2021-01-04T16:40:29.535Z] Vulnerability Tsx async abort: Not affected [2021-01-04T16:40:29.535Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] ---> nproc: [2021-01-04T16:40:29.535Z] 4 [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] ---> df -h: [2021-01-04T16:40:29.535Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T16:40:29.535Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-04T16:40:29.535Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T16:40:29.535Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T16:40:29.535Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-699 [2021-01-04T16:40:29.535Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-699@tmp [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] ---> free -m: [2021-01-04T16:40:29.535Z] total used free shared buff/cache available [2021-01-04T16:40:29.535Z] Mem: 1837 684 104 0 1048 1049 [2021-01-04T16:40:29.535Z] Swap: 1023 0 1023 [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] ---> ip addr: [2021-01-04T16:40:29.535Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-04T16:40:29.535Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-04T16:40:29.535Z] inet 127.0.0.1/8 scope host lo [2021-01-04T16:40:29.535Z] valid_lft forever preferred_lft forever [2021-01-04T16:40:29.535Z] inet6 ::1/128 scope host [2021-01-04T16:40:29.535Z] valid_lft forever preferred_lft forever [2021-01-04T16:40:29.535Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-04T16:40:29.535Z] link/ether fa:16:3e:e9:a8:6c brd ff:ff:ff:ff:ff:ff [2021-01-04T16:40:29.535Z] inet 10.30.123.134/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-04T16:40:29.535Z] valid_lft 85882sec preferred_lft 85882sec [2021-01-04T16:40:29.535Z] inet6 fe80::f816:3eff:fee9:a86c/64 scope link [2021-01-04T16:40:29.535Z] valid_lft forever preferred_lft forever [2021-01-04T16:40:29.535Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-04T16:40:29.535Z] link/ether 02:42:d8:04:ee:0c brd ff:ff:ff:ff:ff:ff [2021-01-04T16:40:29.535Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-04T16:40:29.535Z] valid_lft forever preferred_lft forever [2021-01-04T16:40:29.535Z] inet6 fe80::42:d8ff:fe04:ee0c/64 scope link [2021-01-04T16:40:29.535Z] valid_lft forever preferred_lft forever [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.535Z] [2021-01-04T16:40:29.797Z] ---> sar -b -r -n DEV: [2021-01-04T16:40:29.797Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T16:40:29.797Z] [2021-01-04T16:40:29.797Z] 16:31:39 LINUX RESTART (4 CPU) [2021-01-04T16:40:29.797Z] [2021-01-04T16:40:29.797Z] 16:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-04T16:40:29.797Z] 16:33:01 130.00 45.92 84.08 0.00 7835.91 39154.91 0.00 [2021-01-04T16:40:29.798Z] 16:34:01 3.45 0.02 3.43 0.00 0.53 112.82 0.00 [2021-01-04T16:40:29.798Z] 16:35:01 0.83 0.00 0.83 0.00 0.00 10.62 0.00 [2021-01-04T16:40:29.798Z] 16:36:01 0.47 0.00 0.47 0.00 0.00 6.33 0.00 [2021-01-04T16:40:29.798Z] 16:37:01 0.13 0.00 0.13 0.00 0.00 2.28 0.00 [2021-01-04T16:40:29.798Z] 16:38:01 0.33 0.00 0.33 0.00 0.00 5.21 0.00 [2021-01-04T16:40:29.798Z] 16:39:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 [2021-01-04T16:40:29.798Z] 16:40:01 17.77 17.50 0.27 0.00 2309.29 8.18 0.00 [2021-01-04T16:40:29.798Z] Average: 19.17 7.93 11.23 0.00 1268.84 4916.10 0.00 [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z] 16:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-04T16:40:29.798Z] 16:33:01 145336 0 576652 30.65 2620 1156936 1102848 37.64 426668 1108932 132 [2021-01-04T16:40:29.798Z] 16:34:01 152064 0 569804 30.28 2620 1157056 1072392 36.60 424540 1105224 20 [2021-01-04T16:40:29.798Z] 16:35:01 151652 0 570212 30.31 2620 1157060 1062112 36.25 420536 1110184 8 [2021-01-04T16:40:29.798Z] 16:36:01 150248 0 571616 30.38 2620 1157060 1062292 36.25 431132 1100432 8 [2021-01-04T16:40:29.798Z] 16:37:01 150384 0 571472 30.37 2620 1157068 1062316 36.26 427912 1103888 8 [2021-01-04T16:40:29.798Z] 16:38:01 149132 0 572720 30.44 2620 1157072 1062268 36.25 433156 1100196 8 [2021-01-04T16:40:29.798Z] 16:39:01 149388 0 572460 30.43 2620 1157076 1062308 36.25 433024 1100276 16 [2021-01-04T16:40:29.798Z] 16:40:01 74280 0 597168 31.74 2620 1207476 1098832 37.50 451508 1154884 80 [2021-01-04T16:40:29.798Z] Average: 140310 0 575263 30.57 2620 1163350 1073171 36.63 431060 1110502 35 [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z] 16:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-04T16:40:29.798Z] 16:33:01 eth0 538.74 347.45 1094.60 105.01 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:33:01 docker0 8.30 5.49 1.31 20.69 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:34:01 eth0 1.13 0.57 0.65 0.42 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:35:01 eth0 0.87 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:36:01 eth0 2.28 0.48 0.43 0.21 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:37:01 eth0 1.98 0.77 0.85 0.56 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:38:01 eth0 0.73 0.40 0.41 0.30 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:39:01 eth0 1.03 0.33 0.32 0.17 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:40:01 eth0 10.26 6.24 9.33 3.71 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] 16:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] Average: eth0 69.67 44.57 138.42 13.81 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] Average: docker0 1.04 0.69 0.16 2.59 0.00 0.00 0.00 0.00 [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z] ---> sar -P ALL: [2021-01-04T16:40:29.798Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z] 16:31:39 LINUX RESTART (4 CPU) [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z] 16:32:01 CPU %user %nice %system %iowait %steal %idle [2021-01-04T16:40:29.798Z] 16:33:01 all 14.31 0.00 7.62 4.55 0.19 73.32 [2021-01-04T16:40:29.798Z] 16:33:01 0 13.59 0.00 7.67 4.25 0.17 74.32 [2021-01-04T16:40:29.798Z] 16:33:01 1 14.47 0.00 9.04 3.86 0.20 72.44 [2021-01-04T16:40:29.798Z] 16:33:01 2 15.67 0.00 6.21 5.48 0.20 72.44 [2021-01-04T16:40:29.798Z] 16:33:01 3 13.51 0.00 7.57 4.63 0.20 74.08 [2021-01-04T16:40:29.798Z] 16:34:01 all 0.19 0.00 0.07 0.00 0.02 99.72 [2021-01-04T16:40:29.798Z] 16:34:01 0 0.08 0.00 0.05 0.00 0.00 99.87 [2021-01-04T16:40:29.798Z] 16:34:01 1 0.53 0.00 0.08 0.00 0.02 99.37 [2021-01-04T16:40:29.798Z] 16:34:01 2 0.12 0.00 0.10 0.00 0.05 99.73 [2021-01-04T16:40:29.798Z] 16:34:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-04T16:40:29.798Z] 16:35:01 all 0.15 0.00 0.05 0.00 0.01 99.78 [2021-01-04T16:40:29.798Z] 16:35:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-04T16:40:29.798Z] 16:35:01 1 0.47 0.00 0.07 0.00 0.00 99.47 [2021-01-04T16:40:29.798Z] 16:35:01 2 0.07 0.00 0.07 0.00 0.03 99.83 [2021-01-04T16:40:29.798Z] 16:35:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-04T16:40:29.798Z] 16:36:01 all 0.13 0.00 0.04 0.00 0.08 99.75 [2021-01-04T16:40:29.798Z] 16:36:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-04T16:40:29.798Z] 16:36:01 1 0.45 0.00 0.08 0.02 0.17 99.28 [2021-01-04T16:40:29.798Z] 16:36:01 2 0.05 0.00 0.05 0.00 0.12 99.78 [2021-01-04T16:40:29.798Z] 16:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2021-01-04T16:40:29.798Z] 16:37:01 all 0.18 0.00 0.06 0.00 0.01 99.75 [2021-01-04T16:40:29.798Z] 16:37:01 0 0.13 0.00 0.08 0.00 0.00 99.78 [2021-01-04T16:40:29.798Z] 16:37:01 1 0.48 0.00 0.03 0.00 0.02 99.47 [2021-01-04T16:40:29.798Z] 16:37:01 2 0.05 0.00 0.07 0.00 0.03 99.85 [2021-01-04T16:40:29.798Z] 16:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-04T16:40:29.798Z] 16:38:01 all 0.16 0.00 0.05 0.00 0.01 99.78 [2021-01-04T16:40:29.798Z] 16:38:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-04T16:40:29.798Z] 16:38:01 1 0.52 0.00 0.07 0.00 0.00 99.42 [2021-01-04T16:40:29.798Z] 16:38:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2021-01-04T16:40:29.798Z] 16:38:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-04T16:40:29.798Z] 16:39:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-04T16:40:29.798Z] 16:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-04T16:40:29.798Z] 16:39:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-04T16:40:29.798Z] 16:39:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-04T16:40:29.798Z] 16:39:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-04T16:40:29.798Z] 16:40:01 all 0.98 0.00 0.49 0.38 0.00 98.14 [2021-01-04T16:40:29.798Z] 16:40:01 0 1.27 0.00 0.72 0.97 0.00 97.04 [2021-01-04T16:40:29.798Z] 16:40:01 1 1.15 0.00 0.38 0.02 0.00 98.45 [2021-01-04T16:40:29.798Z] 16:40:01 2 0.67 0.00 0.35 0.52 0.02 98.45 [2021-01-04T16:40:29.798Z] 16:40:01 3 0.82 0.00 0.52 0.03 0.00 98.63 [2021-01-04T16:40:29.798Z] Average: all 2.01 0.00 1.04 0.61 0.04 96.30 [2021-01-04T16:40:29.798Z] Average: 0 1.87 0.00 1.07 0.65 0.03 96.39 [2021-01-04T16:40:29.798Z] Average: 1 2.30 0.00 1.21 0.48 0.05 95.96 [2021-01-04T16:40:29.798Z] Average: 2 2.07 0.00 0.85 0.74 0.06 96.28 [2021-01-04T16:40:29.798Z] Average: 3 1.79 0.00 1.02 0.57 0.03 96.59 [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z] [2021-01-04T16:40:29.798Z]