Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c9b8fffa5d1c621d31ca054df39182d647a4d39f+666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (324ecc1659507079a40d534313c5c4b9cd884e13) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-32554 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [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-851 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit c9b8fffa5d1c621d31ca054df39182d647a4d39f Merge succeeded, producing 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 Checking out Revision 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 (PR-851) > 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/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9b8fffa5d1c621d31ca054df39182d647a4d39f # 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 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 # timeout=10 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" > git rev-list --no-walk c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-02T02:42:22.979Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-02T02:42:23.277Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-02T02:42:23.387Z] ========================================================= [2021-04-02T02:42:23.387Z] EdgeX Global Pipelines Version Info [2021-04-02T02:42:23.387Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:42:24.913Z] ------------------- [2021-04-02T02:42:24.913Z] stable info: [2021-04-02T02:42:24.913Z] ------------------- [2021-04-02T02:42:24.913Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-02T02:42:24.913Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-02T02:42:24.913Z] Message: update stable to v1.0.186 [2021-04-02T02:42:25.857Z] ------------------- [2021-04-02T02:42:25.857Z] experimental info: [2021-04-02T02:42:25.857Z] ------------------- [2021-04-02T02:42:25.857Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-02T02:42:25.857Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-02T02:42:25.857Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-02T02:42:26.103Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-02T02:42:26.237Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-02T02:42:26.334Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-02T02:42:26.420Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-02T02:42:26.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-02T02:42:26.667Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-02T02:42:26.752Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-02T02:42:26.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-02T02:42:26.991Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-02T02:42:27.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-02T02:42:27.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-02T02:42:27.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-02T02:42:27.331Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-02T02:42:27.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-02T02:42:27.502Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-02T02:42:27.586Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T02:42:27.667Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T02:42:27.749Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-02T02:42:27.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-02T02:42:27.929Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-02T02:42:28.014Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-02T02:42:28.104Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-02T02:42:28.208Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-02T02:42:28.289Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-02T02:42:28.375Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-02T02:42:28.457Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-02T02:42:28.536Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-851 [Pipeline] echo [2021-04-02T02:42:28.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-851 [Pipeline] echo [2021-04-02T02:42:28.741Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-851 [Pipeline] echo [2021-04-02T02:42:28.824Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [Pipeline] echo [2021-04-02T02:42:28.903Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 522a4dc [Pipeline] echo [2021-04-02T02:42:28.984Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T02:42:29.144Z] provisioning config files... [2021-04-02T02:42:29.177Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config8571221847115351518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:42:29.529Z] ---> docker-login.sh [2021-04-02T02:42:29.529Z] nexus3.edgexfoundry.org:10001 [2021-04-02T02:42:29.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:42:30.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:42:30.056Z] Configure a credential helper to remove this warning. See [2021-04-02T02:42:30.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:42:30.056Z] [2021-04-02T02:42:30.056Z] Login Succeeded [2021-04-02T02:42:30.056Z] nexus3.edgexfoundry.org:10002 [2021-04-02T02:42:30.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:42:30.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:42:30.056Z] Configure a credential helper to remove this warning. See [2021-04-02T02:42:30.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:42:30.056Z] [2021-04-02T02:42:30.056Z] Login Succeeded [2021-04-02T02:42:30.056Z] nexus3.edgexfoundry.org:10003 [2021-04-02T02:42:30.321Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:42:30.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:42:30.321Z] Configure a credential helper to remove this warning. See [2021-04-02T02:42:30.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:42:30.321Z] [2021-04-02T02:42:30.321Z] Login Succeeded [2021-04-02T02:42:30.321Z] nexus3.edgexfoundry.org:10004 [2021-04-02T02:42:30.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:42:30.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:42:30.586Z] Configure a credential helper to remove this warning. See [2021-04-02T02:42:30.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:42:30.586Z] [2021-04-02T02:42:30.586Z] Login Succeeded [2021-04-02T02:42:30.586Z] docker.io [2021-04-02T02:42:30.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:42:31.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:42:31.121Z] Configure a credential helper to remove this warning. See [2021-04-02T02:42:31.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:42:31.121Z] [2021-04-02T02:42:31.121Z] Login Succeeded [2021-04-02T02:42:31.121Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T02:42:31.135Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T02:42:32.151Z] + git log --format=format:%s -1 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [Pipeline] echo [2021-04-02T02:42:32.237Z] GIT_COMMIT: 522a4dc8ebf4dc5a9534f163f8b97aab55e22265, Commit Message: Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD [Pipeline] echo [2021-04-02T02:42:32.292Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:42:33.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T02:42:33.092Z] [2021-04-02T02:42:33.092Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:42:33.441Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T02:42:33.441Z] latest: Pulling from edgex-devops/git-semver [2021-04-02T02:42:33.441Z] 31603596830f: Pulling fs layer [2021-04-02T02:42:33.441Z] 2a8b12db71e7: Pulling fs layer [2021-04-02T02:42:33.441Z] 6ca5941a6612: Pulling fs layer [2021-04-02T02:42:33.441Z] ecc8261a40a4: Pulling fs layer [2021-04-02T02:42:33.441Z] ecc8261a40a4: Waiting [2021-04-02T02:42:33.441Z] 2a8b12db71e7: Verifying Checksum [2021-04-02T02:42:33.441Z] 2a8b12db71e7: Download complete [2021-04-02T02:42:33.705Z] 31603596830f: Verifying Checksum [2021-04-02T02:42:33.705Z] 31603596830f: Download complete [2021-04-02T02:42:33.705Z] ecc8261a40a4: Verifying Checksum [2021-04-02T02:42:33.705Z] ecc8261a40a4: Download complete [2021-04-02T02:42:33.968Z] 6ca5941a6612: Verifying Checksum [2021-04-02T02:42:33.968Z] 6ca5941a6612: Download complete [2021-04-02T02:42:33.968Z] 31603596830f: Pull complete [2021-04-02T02:42:34.233Z] 2a8b12db71e7: Pull complete [2021-04-02T02:42:35.185Z] 6ca5941a6612: Pull complete [2021-04-02T02:42:35.185Z] ecc8261a40a4: Pull complete [2021-04-02T02:42:35.185Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-02T02:42:35.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-02T02:42:35.447Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-02T02:42:35.556Z] prd-centos7-docker-4c-2g-32554 does not seem to be running inside a container [2021-04-02T02:42:35.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-851 -v /w/workspace/dgexfoundry_device-sdk-go_PR-851:/w/workspace/dgexfoundry_device-sdk-go_PR-851:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-02T02:42:38.059Z] $ docker top a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-02T02:42:38.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T02:42:38.383Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T02:42:38.613Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T02:42:38.615Z] $ docker exec a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent [2021-04-02T02:42:38.784Z] SSH_AUTH_SOCK=/tmp/ssh-QhQDayqAZYB1/agent.12 [2021-04-02T02:42:38.784Z] SSH_AGENT_PID=17 [2021-04-02T02:42:38.798Z] Running ssh-add (command line suppressed) [2021-04-02T02:42:38.917Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_7585240539523398680.key (/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_7585240539523398680.key) [2021-04-02T02:42:38.972Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T02:42:39.325Z] + git tag --points-at HEAD [Pipeline] } [2021-04-02T02:42:39.348Z] $ docker exec --env ******** --env ******** a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent -k [2021-04-02T02:42:39.462Z] unset SSH_AUTH_SOCK; [2021-04-02T02:42:39.462Z] unset SSH_AGENT_PID; [2021-04-02T02:42:39.463Z] echo Agent pid 17 killed; [2021-04-02T02:42:39.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-02T02:42:39.650Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-02T02:42:39.650Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-02T02:42:39.824Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-02T02:42:39.826Z] $ docker exec a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent [2021-04-02T02:42:39.987Z] SSH_AUTH_SOCK=/tmp/ssh-MNDTpPSAZciU/agent.47 [2021-04-02T02:42:39.987Z] SSH_AGENT_PID=52 [2021-04-02T02:42:39.994Z] Running ssh-add (command line suppressed) [2021-04-02T02:42:40.109Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_2853297141416682699.key (/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_2853297141416682699.key) [2021-04-02T02:42:40.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-02T02:42:40.496Z] + git semver init [2021-04-02T02:42:40.496Z] # -> Open(): unable to determine branch for HEAD [2021-04-02T02:42:40.496Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-851/.git [2021-04-02T02:42:40.496Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-851 [2021-04-02T02:42:40.496Z] # $SEMVER_REMOTE_NAME = origin [2021-04-02T02:42:40.496Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-02T02:42:40.496Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-02T02:42:40.496Z] # $SEMVER_BRANCH = PR-851 [2021-04-02T02:42:40.496Z] # $SEMVER_TEMP = /tmp/semver-435911477 [2021-04-02T02:42:40.496Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-02T02:42:41.446Z] # '/tmp/semver-435911477' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-851/.semver' [2021-04-02T02:42:41.447Z] # -> Force: false [2021-04-02T02:42:41.447Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-851/.semver [Pipeline] } [2021-04-02T02:42:41.459Z] $ docker exec --env ******** --env ******** a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent -k [2021-04-02T02:42:41.580Z] unset SSH_AUTH_SOCK; [2021-04-02T02:42:41.580Z] unset SSH_AGENT_PID; [2021-04-02T02:42:41.580Z] echo Agent pid 52 killed; [2021-04-02T02:42:41.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-02T02:42:42.114Z] + git semver [Pipeline] } [2021-04-02T02:42:42.130Z] $ docker stop --time=1 a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff [2021-04-02T02:42:43.544Z] $ docker rm -f a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T02:42:44.083Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-02T02:42:44.462Z] Stashed 1 file(s) [Pipeline] echo [2021-04-02T02:42:44.465Z] [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-04-02T02:42:59.959Z] Still waiting to schedule task [2021-04-02T02:42:59.959Z] ‘prd-centos7-docker-4c-2g-32555’ is offline; ‘prd-centos7-docker-4c-2g-32556’ is offline [2021-04-02T02:42:59.961Z] Still waiting to schedule task [2021-04-02T02:42:59.961Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-02T02:43:58.980Z] Running on prd-centos7-docker-4c-2g-32559 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [Pipeline] { [Pipeline] ws [2021-04-02T02:43:59.043Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-04-02T02:44:02.090Z] using credential edgex-jenkins-ssh [2021-04-02T02:44:02.165Z] Cloning the remote Git repository [2021-04-02T02:44:02.191Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:44:02.259Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-04-02T02:44:02.330Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:44:02.330Z] > git --version # timeout=10 [2021-04-02T02:44:02.336Z] > git --version # 'git version 2.24.3' [2021-04-02T02:44:02.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:44:02.365Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:44:03.714Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:44:03.728Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:44:03.745Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:44:03.763Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:44:03.763Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:44:03.769Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T02:44:04.219Z] Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit c9b8fffa5d1c621d31ca054df39182d647a4d39f [2021-04-02T02:44:04.331Z] Merge succeeded, producing f20599c16303119c831f26862f93b4856a356c14 [2021-04-02T02:44:04.332Z] Checking out Revision f20599c16303119c831f26862f93b4856a356c14 (PR-851) [2021-04-02T02:44:04.225Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:44:04.233Z] > git checkout -f c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 [2021-04-02T02:44:04.280Z] > git remote # timeout=10 [2021-04-02T02:44:04.286Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T02:44:04.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:44:04.296Z] > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-02T02:44:04.323Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T02:44:04.333Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:44:04.340Z] > git checkout -f f20599c16303119c831f26862f93b4856a356c14 # timeout=10 [2021-04-02T02:44:07.988Z] Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" [2021-04-02T02:44:07.991Z] > git rev-list --no-walk c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T02:44:09.214Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:44:09.557Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:44:09.868Z] + sudo service docker restart [2021-04-02T02:44:09.868Z] + true [2021-04-02T02:44:09.868Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T02:44:11.350Z] provisioning config files... [2021-04-02T02:44:11.378Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config6727629849127579840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:44:11.745Z] ---> docker-login.sh [2021-04-02T02:44:11.745Z] nexus3.edgexfoundry.org:10001 [2021-04-02T02:44:12.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:44:12.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:44:12.272Z] Configure a credential helper to remove this warning. See [2021-04-02T02:44:12.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:44:12.272Z] [2021-04-02T02:44:12.272Z] Login Succeeded [2021-04-02T02:44:12.272Z] nexus3.edgexfoundry.org:10002 [2021-04-02T02:44:12.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:44:12.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:44:12.272Z] Configure a credential helper to remove this warning. See [2021-04-02T02:44:12.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:44:12.272Z] [2021-04-02T02:44:12.272Z] Login Succeeded [2021-04-02T02:44:12.272Z] nexus3.edgexfoundry.org:10003 [2021-04-02T02:44:12.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:44:12.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:44:12.537Z] Configure a credential helper to remove this warning. See [2021-04-02T02:44:12.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:44:12.537Z] [2021-04-02T02:44:12.537Z] Login Succeeded [2021-04-02T02:44:12.537Z] nexus3.edgexfoundry.org:10004 [2021-04-02T02:44:12.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:44:12.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:44:12.810Z] Configure a credential helper to remove this warning. See [2021-04-02T02:44:12.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:44:12.810Z] [2021-04-02T02:44:12.810Z] Login Succeeded [2021-04-02T02:44:12.810Z] docker.io [2021-04-02T02:44:12.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:44:13.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:44:13.073Z] Configure a credential helper to remove this warning. See [2021-04-02T02:44:13.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:44:13.073Z] [2021-04-02T02:44:13.073Z] Login Succeeded [2021-04-02T02:44:13.073Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T02:44:13.083Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-02T02:44:13.549Z] ========================================================= [2021-04-02T02:44:13.549Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-02T02:44:13.549Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:44:13.896Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-02T02:44:14.163Z] Sending build context to Docker daemon 2.354MB [2021-04-02T02:44:14.163Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:44:14.163Z] Step 2/8 : FROM ${BASE} [2021-04-02T02:44:14.163Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-02T02:44:14.163Z] 188c0c94c7c5: Pulling fs layer [2021-04-02T02:44:14.163Z] 0ef7d3d256c8: Pulling fs layer [2021-04-02T02:44:14.163Z] de9db76c5a1d: Pulling fs layer [2021-04-02T02:44:14.163Z] bca2f99d35d6: Pulling fs layer [2021-04-02T02:44:14.163Z] 93359f2a8cfa: Pulling fs layer [2021-04-02T02:44:14.163Z] 7c6f9722023f: Pulling fs layer [2021-04-02T02:44:14.163Z] a35cf1a2eb13: Pulling fs layer [2021-04-02T02:44:14.163Z] 93359f2a8cfa: Waiting [2021-04-02T02:44:14.163Z] 7c6f9722023f: Waiting [2021-04-02T02:44:14.163Z] a35cf1a2eb13: Waiting [2021-04-02T02:44:14.163Z] bca2f99d35d6: Waiting [2021-04-02T02:44:14.163Z] de9db76c5a1d: Verifying Checksum [2021-04-02T02:44:14.163Z] de9db76c5a1d: Download complete [2021-04-02T02:44:14.163Z] 0ef7d3d256c8: Download complete [2021-04-02T02:44:14.163Z] 93359f2a8cfa: Verifying Checksum [2021-04-02T02:44:14.163Z] 93359f2a8cfa: Download complete [2021-04-02T02:44:14.163Z] 7c6f9722023f: Verifying Checksum [2021-04-02T02:44:14.163Z] 7c6f9722023f: Download complete [2021-04-02T02:44:14.163Z] 188c0c94c7c5: Verifying Checksum [2021-04-02T02:44:14.163Z] 188c0c94c7c5: Download complete [2021-04-02T02:44:14.427Z] 188c0c94c7c5: Pull complete [2021-04-02T02:44:14.692Z] 0ef7d3d256c8: Pull complete [2021-04-02T02:44:14.962Z] de9db76c5a1d: Pull complete [2021-04-02T02:44:16.365Z] a35cf1a2eb13: Download complete [2021-04-02T02:44:17.313Z] bca2f99d35d6: Verifying Checksum [2021-04-02T02:44:17.313Z] bca2f99d35d6: Download complete [2021-04-02T02:44:23.948Z] bca2f99d35d6: Pull complete [2021-04-02T02:44:23.948Z] 93359f2a8cfa: Pull complete [2021-04-02T02:44:23.948Z] 7c6f9722023f: Pull complete [2021-04-02T02:44:28.221Z] a35cf1a2eb13: Pull complete [2021-04-02T02:44:28.221Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-02T02:44:28.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-02T02:44:28.221Z] ---> a62c8e92a672 [2021-04-02T02:44:28.221Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:44:28.221Z] ---> Running in 3a4ce437e2cf [2021-04-02T02:44:28.221Z] Removing intermediate container 3a4ce437e2cf [2021-04-02T02:44:28.221Z] ---> f431e4d1ff9d [2021-04-02T02:44:28.221Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:44:28.221Z] ---> Running in 72702340dd39 [2021-04-02T02:44:29.184Z] Removing intermediate container 72702340dd39 [2021-04-02T02:44:29.184Z] ---> 2834622733b0 [2021-04-02T02:44:29.184Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-02T02:44:29.184Z] ---> Running in c0a2d454e99a [2021-04-02T02:44:30.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T02:44:31.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T02:44:31.745Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-02T02:44:31.745Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-02T02:44:31.745Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-02T02:44:32.007Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-02T02:44:32.007Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-02T02:44:32.270Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-02T02:44:32.535Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T02:44:32.535Z] OK: 167 MiB in 45 packages [2021-04-02T02:44:33.113Z] Removing intermediate container c0a2d454e99a [2021-04-02T02:44:33.113Z] ---> a8d01e95c38c [2021-04-02T02:44:33.113Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-02T02:44:33.377Z] ---> Running in 85305144cc03 [2021-04-02T02:44:33.377Z] Removing intermediate container 85305144cc03 [2021-04-02T02:44:33.377Z] ---> 9a816e7911a0 [2021-04-02T02:44:33.377Z] Step 7/8 : COPY . . [2021-04-02T02:44:34.783Z] ---> 994575a0bba7 [2021-04-02T02:44:34.783Z] Step 8/8 : RUN go mod download [2021-04-02T02:44:34.783Z] ---> Running in b165a81f3837 [2021-04-02T02:44:56.839Z] Removing intermediate container b165a81f3837 [2021-04-02T02:44:56.839Z] ---> 33955bb611fa [2021-04-02T02:44:56.839Z] Successfully built 33955bb611fa [2021-04-02T02:44:56.839Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:44:57.162Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T02:44:57.162Z] . [Pipeline] withDockerContainer [2021-04-02T02:44:57.285Z] prd-centos7-docker-4c-2g-32559 does not seem to be running inside a container [2021-04-02T02:44:57.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-02T02:44:58.219Z] $ docker top 0f9965de4b5f4dc5301d11eac073a13ae863b580c96ffcd05bee135cc984afa3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T02:44:58.737Z] + go version [2021-04-02T02:44:58.737Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-02T02:44:58.755Z] $ docker stop --time=1 0f9965de4b5f4dc5301d11eac073a13ae863b580c96ffcd05bee135cc984afa3 [2021-04-02T02:45:00.231Z] $ docker rm -f 0f9965de4b5f4dc5301d11eac073a13ae863b580c96ffcd05bee135cc984afa3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:45:01.236Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-02T02:45:01.237Z] . [Pipeline] withDockerContainer [2021-04-02T02:45:01.355Z] prd-centos7-docker-4c-2g-32559 does not seem to be running inside a container [2021-04-02T02:45:01.410Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-02T02:45:02.335Z] $ docker top 7f7034510429c56c671b3026b9396a2b5b7813a51df61087d3a80b13815a6371 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T02:45:03.014Z] + make test [2021-04-02T02:45:03.014Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-02T02:45:11.254Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-02T02:45:29.171Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32560 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [Pipeline] { [Pipeline] ws [2021-04-02T02:45:29.223Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2021-04-02T02:45:34.505Z] using credential edgex-jenkins-ssh [2021-04-02T02:45:34.566Z] Cloning the remote Git repository [2021-04-02T02:45:34.628Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:45:34.750Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2021-04-02T02:45:34.840Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:45:34.841Z] > git --version # timeout=10 [2021-04-02T02:45:34.857Z] > git --version # 'git version 2.17.1' [2021-04-02T02:45:34.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:45:34.942Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:45:36.769Z] Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit c9b8fffa5d1c621d31ca054df39182d647a4d39f [2021-04-02T02:45:36.147Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:45:36.171Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-02T02:45:36.209Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-02T02:45:36.259Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-02T02:45:36.259Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:45:36.270Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-02T02:45:36.791Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:45:36.813Z] > git checkout -f c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 [2021-04-02T02:45:37.080Z] Merge succeeded, producing 614500d1f8b84e7d353f353dab3f92424230173a [2021-04-02T02:45:37.081Z] Checking out Revision 614500d1f8b84e7d353f353dab3f92424230173a (PR-851) [2021-04-02T02:45:38.142Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-02T02:45:38.143Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-02T02:45:38.143Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-02T02:45:38.143Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-02T02:45:38.143Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-02T02:45:36.931Z] > git remote # timeout=10 [2021-04-02T02:45:36.953Z] > git config --get remote.origin.url # timeout=10 [2021-04-02T02:45:36.981Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-02T02:45:36.992Z] > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-02T02:45:37.057Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-02T02:45:37.088Z] > git config core.sparsecheckout # timeout=10 [2021-04-02T02:45:37.165Z] > git checkout -f 614500d1f8b84e7d353f353dab3f92424230173a # timeout=10 [2021-04-02T02:45:39.568Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.065s coverage: 28.1% of statements [2021-04-02T02:45:39.568Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.092s coverage: 81.2% of statements [2021-04-02T02:45:40.552Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.107s coverage: 7.8% of statements [2021-04-02T02:45:40.552Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-02T02:45:40.552Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-02T02:45:40.552Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-02T02:45:41.563Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.193s coverage: 32.5% of statements [2021-04-02T02:45:41.563Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-02T02:45:41.563Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-02T02:45:41.563Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-02T02:45:41.632Z] Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" [2021-04-02T02:45:41.640Z] > git rev-list --no-walk c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 [2021-04-02T02:45:41.847Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.151s coverage: 57.3% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T02:45:42.871Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.709s coverage: 6.6% of statements [2021-04-02T02:45:43.156Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.071s coverage: 5.0% of statements [2021-04-02T02:45:43.156Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-02T02:45:43.285Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:45:43.429Z] GO111MODULE=on go vet ./... [2021-04-02T02:45:43.704Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-02T02:45:44.142Z] + true [2021-04-02T02:45:44.142Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-02T02:45:46.860Z] provisioning config files... [2021-04-02T02:45:46.935Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1431966114490274515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:45:47.367Z] ---> docker-login.sh [2021-04-02T02:45:47.367Z] nexus3.edgexfoundry.org:10001 [2021-04-02T02:45:48.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:48.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:48.634Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:48.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:48.634Z] [2021-04-02T02:45:48.634Z] Login Succeeded [2021-04-02T02:45:48.634Z] nexus3.edgexfoundry.org:10002 [2021-04-02T02:45:48.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:49.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:49.194Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:49.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:49.194Z] [2021-04-02T02:45:49.194Z] Login Succeeded [2021-04-02T02:45:49.194Z] nexus3.edgexfoundry.org:10003 [2021-04-02T02:45:49.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:49.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:49.749Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:49.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:49.749Z] [2021-04-02T02:45:49.749Z] Login Succeeded [2021-04-02T02:45:49.749Z] nexus3.edgexfoundry.org:10004 [2021-04-02T02:45:50.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:50.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:50.026Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:50.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:50.026Z] [2021-04-02T02:45:50.026Z] Login Succeeded [2021-04-02T02:45:50.300Z] docker.io [2021-04-02T02:45:50.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-02T02:45:50.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-02T02:45:50.847Z] Configure a credential helper to remove this warning. See [2021-04-02T02:45:50.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-02T02:45:50.847Z] [2021-04-02T02:45:50.847Z] Login Succeeded [2021-04-02T02:45:50.847Z] ---> docker-login.sh ends [Pipeline] } [2021-04-02T02:45:50.865Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-02T02:45:51.338Z] ========================================================= [2021-04-02T02:45:51.338Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-02T02:45:51.338Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:45:51.758Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-02T02:45:52.034Z] Sending build context to Docker daemon 2.366MB [2021-04-02T02:45:52.309Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:45:52.309Z] Step 2/8 : FROM ${BASE} [2021-04-02T02:45:52.309Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-02T02:45:52.309Z] 5f621e34cdf4: Pulling fs layer [2021-04-02T02:45:52.309Z] a4357932f1b6: Pulling fs layer [2021-04-02T02:45:52.309Z] 18c013af1878: Pulling fs layer [2021-04-02T02:45:52.309Z] 00ac8860ef70: Pulling fs layer [2021-04-02T02:45:52.309Z] 63d7cb157983: Pulling fs layer [2021-04-02T02:45:52.309Z] b116817d02f9: Pulling fs layer [2021-04-02T02:45:52.309Z] 745a02a5169b: Pulling fs layer [2021-04-02T02:45:52.309Z] 00ac8860ef70: Waiting [2021-04-02T02:45:52.309Z] 63d7cb157983: Waiting [2021-04-02T02:45:52.309Z] b116817d02f9: Waiting [2021-04-02T02:45:52.309Z] 18c013af1878: Verifying Checksum [2021-04-02T02:45:52.309Z] 18c013af1878: Download complete [2021-04-02T02:45:52.309Z] a4357932f1b6: Verifying Checksum [2021-04-02T02:45:52.309Z] a4357932f1b6: Download complete [2021-04-02T02:45:52.917Z] 63d7cb157983: Verifying Checksum [2021-04-02T02:45:52.917Z] 63d7cb157983: Download complete [2021-04-02T02:45:53.191Z] b116817d02f9: Verifying Checksum [2021-04-02T02:45:53.191Z] b116817d02f9: Download complete [2021-04-02T02:45:53.191Z] 5f621e34cdf4: Verifying Checksum [2021-04-02T02:45:53.191Z] 5f621e34cdf4: Download complete [2021-04-02T02:45:53.797Z] 5f621e34cdf4: Pull complete [2021-04-02T02:45:54.398Z] a4357932f1b6: Pull complete [2021-04-02T02:45:54.671Z] 18c013af1878: Pull complete [2021-04-02T02:45:55.666Z] 745a02a5169b: Verifying Checksum [2021-04-02T02:45:55.666Z] 745a02a5169b: Download complete [2021-04-02T02:45:56.640Z] 00ac8860ef70: Verifying Checksum [2021-04-02T02:45:56.640Z] 00ac8860ef70: Download complete [2021-04-02T02:46:01.850Z] gofmt -l . [2021-04-02T02:46:01.850Z] [ "`gofmt -l .`" = "" ] [2021-04-02T02:46:01.850Z] ./bin/test-attribution-txt.sh [2021-04-02T02:46:02.131Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-02T02:46:02.412Z] $ docker stop --time=1 7f7034510429c56c671b3026b9396a2b5b7813a51df61087d3a80b13815a6371 [2021-04-02T02:46:04.307Z] $ docker rm -f 7f7034510429c56c671b3026b9396a2b5b7813a51df61087d3a80b13815a6371 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T02:46:05.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-02T02:46:05.495Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-02T02:46:06.712Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-02T02:46:07.025Z] + ls -al . [2021-04-02T02:46:07.025Z] total 188 [2021-04-02T02:46:07.025Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 2 02:46 . [2021-04-02T02:46:07.025Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 2 02:44 .. [2021-04-02T02:46:07.025Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 2 02:44 bin [2021-04-02T02:46:07.025Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 2 02:45 coverage.out [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 2 02:44 Dockerfile.build [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 2 02:44 .dockerignore [2021-04-02T02:46:07.025Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 2 02:44 example [2021-04-02T02:46:07.025Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 2 02:44 .git [2021-04-02T02:46:07.025Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 2 02:44 .github [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 2 02:44 .gitignore [2021-04-02T02:46:07.025Z] -rw-r--r--. 1 jenkins jenkins 537 Apr 2 02:46 go.mod [2021-04-02T02:46:07.025Z] -rw-r--r--. 1 jenkins jenkins 21117 Apr 2 02:46 go.sum [2021-04-02T02:46:07.025Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 2 02:44 internal [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 2 02:44 Jenkinsfile [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 2 02:44 LICENSE [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 2 02:44 Makefile [2021-04-02T02:46:07.025Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 2 02:44 openapi [2021-04-02T02:46:07.025Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 2 02:44 pkg [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 2 02:44 README.md [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 2 02:44 RELEASE-NOTES.txt [2021-04-02T02:46:07.025Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 2 02:44 snap [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 2 02:42 VERSION [2021-04-02T02:46:07.025Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 2 02:44 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:46:07.331Z] + 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=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 --label arch=amd64 --label version=0.0.0 . [2021-04-02T02:46:07.597Z] Sending build context to Docker daemon 2.456MB [2021-04-02T02:46:07.597Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:46:07.597Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-02T02:46:07.597Z] ---> 33955bb611fa [2021-04-02T02:46:07.597Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-02T02:46:08.175Z] ---> Running in 177532f98b24 [2021-04-02T02:46:08.438Z] Removing intermediate container 177532f98b24 [2021-04-02T02:46:08.438Z] ---> 86236749cedb [2021-04-02T02:46:08.438Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:46:08.438Z] ---> Running in a7e930cda5f5 [2021-04-02T02:46:08.734Z] Removing intermediate container a7e930cda5f5 [2021-04-02T02:46:08.734Z] ---> 06063bae554e [2021-04-02T02:46:08.734Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:46:08.734Z] ---> Running in 09c3080f50e9 [2021-04-02T02:46:09.073Z] 00ac8860ef70: Pull complete [2021-04-02T02:46:09.073Z] 63d7cb157983: Pull complete [2021-04-02T02:46:09.073Z] b116817d02f9: Pull complete [2021-04-02T02:46:10.143Z] Removing intermediate container 09c3080f50e9 [2021-04-02T02:46:10.143Z] ---> 10b7b982d5cd [2021-04-02T02:46:10.143Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-02T02:46:10.143Z] ---> Running in 6b14d50b66e2 [2021-04-02T02:46:10.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T02:46:11.706Z] 745a02a5169b: Pull complete [2021-04-02T02:46:11.706Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-02T02:46:11.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-02T02:46:11.706Z] ---> b7e6874047d6 [2021-04-02T02:46:11.706Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:46:12.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T02:46:14.062Z] OK: 167 MiB in 45 packages [2021-04-02T02:46:14.062Z] Removing intermediate container 6b14d50b66e2 [2021-04-02T02:46:14.062Z] ---> dea68ae52702 [2021-04-02T02:46:14.062Z] Step 7/23 : COPY . . [2021-04-02T02:46:14.380Z] ---> Running in 6103c76c83db [2021-04-02T02:46:14.652Z] Removing intermediate container 6103c76c83db [2021-04-02T02:46:14.652Z] ---> 5b0c946ad0c9 [2021-04-02T02:46:14.652Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:46:14.925Z] ---> Running in ac71cbaf99dc [2021-04-02T02:46:15.467Z] ---> 28295f0bd6e1 [2021-04-02T02:46:15.467Z] Step 8/23 : RUN go mod download [2021-04-02T02:46:15.467Z] ---> Running in b737a0af5422 [2021-04-02T02:46:16.428Z] Removing intermediate container b737a0af5422 [2021-04-02T02:46:16.428Z] ---> e19254ee3e54 [2021-04-02T02:46:16.428Z] Step 9/23 : RUN make build [2021-04-02T02:46:16.428Z] ---> Running in b02406c282ad [2021-04-02T02:46:17.384Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-02T02:46:17.557Z] Removing intermediate container ac71cbaf99dc [2021-04-02T02:46:17.557Z] ---> e62cb45246a3 [2021-04-02T02:46:17.557Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-02T02:46:17.557Z] ---> Running in 3d9e0e6bd6bf [2021-04-02T02:46:19.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T02:46:19.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T02:46:20.577Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-02T02:46:20.847Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-02T02:46:20.847Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-02T02:46:21.126Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-02T02:46:21.126Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-02T02:46:21.407Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-02T02:46:21.407Z] Executing busybox-1.31.1-r19.trigger [2021-04-02T02:46:21.407Z] OK: 144 MiB in 45 packages [2021-04-02T02:46:22.849Z] Removing intermediate container 3d9e0e6bd6bf [2021-04-02T02:46:22.849Z] ---> 88f891a6c77b [2021-04-02T02:46:22.849Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-02T02:46:22.849Z] ---> Running in dce8553d8780 [2021-04-02T02:46:23.451Z] Removing intermediate container dce8553d8780 [2021-04-02T02:46:23.452Z] ---> 65296dd3b2cb [2021-04-02T02:46:23.452Z] Step 7/8 : COPY . . [2021-04-02T02:46:24.891Z] ---> 81e7132346fc [2021-04-02T02:46:24.891Z] Step 8/8 : RUN go mod download [2021-04-02T02:46:24.891Z] ---> Running in 3c332d0e2713 [2021-04-02T02:46:30.086Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-02T02:46:31.567Z] Removing intermediate container b02406c282ad [2021-04-02T02:46:31.567Z] ---> 0293071c2fc0 [2021-04-02T02:46:31.567Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T02:46:32.148Z] 3.12: Pulling from library/alpine [2021-04-02T02:46:32.149Z] 532819f3e44c: Pulling fs layer [2021-04-02T02:46:32.416Z] 532819f3e44c: Verifying Checksum [2021-04-02T02:46:32.416Z] 532819f3e44c: Download complete [2021-04-02T02:46:32.679Z] 532819f3e44c: Pull complete [2021-04-02T02:46:32.679Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T02:46:32.679Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T02:46:32.679Z] ---> 7230e588e954 [2021-04-02T02:46:32.679Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:46:32.679Z] ---> Running in a2f467d02f48 [2021-04-02T02:46:32.949Z] Removing intermediate container a2f467d02f48 [2021-04-02T02:46:32.949Z] ---> 93f472887a98 [2021-04-02T02:46:32.949Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:46:32.949Z] ---> Running in b213cdddde91 [2021-04-02T02:46:34.354Z] Removing intermediate container b213cdddde91 [2021-04-02T02:46:34.354Z] ---> d5a7c37a2355 [2021-04-02T02:46:34.354Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-02T02:46:34.354Z] ---> Running in 5f50770b6d1f [2021-04-02T02:46:34.936Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-02T02:46:35.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-02T02:46:36.540Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-02T02:46:36.540Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-02T02:46:36.540Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-02T02:46:36.812Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-02T02:46:37.087Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-02T02:46:37.087Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T02:46:37.087Z] OK: 8 MiB in 19 packages [2021-04-02T02:46:37.685Z] Removing intermediate container 5f50770b6d1f [2021-04-02T02:46:37.685Z] ---> 0b375d5103c8 [2021-04-02T02:46:37.685Z] Step 14/23 : WORKDIR / [2021-04-02T02:46:37.685Z] ---> Running in 0c3692889692 [2021-04-02T02:46:37.955Z] Removing intermediate container 0c3692889692 [2021-04-02T02:46:37.955Z] ---> ea6d21db8f8f [2021-04-02T02:46:37.955Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-02T02:46:38.226Z] ---> ab714b821f1c [2021-04-02T02:46:38.226Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-02T02:46:38.809Z] ---> 347d4b41eaa8 [2021-04-02T02:46:38.809Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-02T02:46:39.074Z] ---> 1dc9ba6eeb2d [2021-04-02T02:46:39.074Z] Step 18/23 : EXPOSE 49990 [2021-04-02T02:46:39.074Z] ---> Running in 1ad6e34fa72c [2021-04-02T02:46:39.337Z] Removing intermediate container 1ad6e34fa72c [2021-04-02T02:46:39.337Z] ---> 4db8aa7fdfd4 [2021-04-02T02:46:39.337Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-02T02:46:39.337Z] ---> Running in 8355083d225d [2021-04-02T02:46:39.599Z] Removing intermediate container 8355083d225d [2021-04-02T02:46:39.600Z] ---> 2e7b38faa20d [2021-04-02T02:46:39.600Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T02:46:39.600Z] ---> Running in a8dac8d0f9f3 [2021-04-02T02:46:39.864Z] Removing intermediate container a8dac8d0f9f3 [2021-04-02T02:46:39.864Z] ---> 7e69d6ca157c [2021-04-02T02:46:39.864Z] Step 21/23 : LABEL arch=amd64 [2021-04-02T02:46:39.864Z] ---> Running in 95d1cff06db1 [2021-04-02T02:46:40.126Z] Removing intermediate container 95d1cff06db1 [2021-04-02T02:46:40.126Z] ---> 2917679049ef [2021-04-02T02:46:40.126Z] Step 22/23 : LABEL git_sha=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [2021-04-02T02:46:40.126Z] ---> Running in a1bb5bb5d0d9 [2021-04-02T02:46:40.389Z] Removing intermediate container a1bb5bb5d0d9 [2021-04-02T02:46:40.389Z] ---> 8548e606b1aa [2021-04-02T02:46:40.389Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T02:46:40.389Z] ---> Running in 700519885d40 [2021-04-02T02:46:40.651Z] Removing intermediate container 700519885d40 [2021-04-02T02:46:40.651Z] ---> bef7035b2b64 [2021-04-02T02:46:40.651Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-02T02:46:40.651Z] Successfully built bef7035b2b64 [2021-04-02T02:46:40.651Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:46:41.546Z] ---> job-cost.sh [2021-04-02T02:46:41.546Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kd37 [2021-04-02T02:46:51.848Z] Removing intermediate container 3c332d0e2713 [2021-04-02T02:46:51.848Z] ---> e122a34cf6e0 [2021-04-02T02:46:51.848Z] Successfully built e122a34cf6e0 [2021-04-02T02:46:51.848Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:46:52.201Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T02:46:52.201Z] . [Pipeline] withDockerContainer [2021-04-02T02:46:52.482Z] prd-ubuntu18.04-docker-arm64-4c-16g-32560 does not seem to be running inside a container [2021-04-02T02:46:52.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-02T02:46:54.404Z] $ docker top 7955d77ddbb4d48229c1e241e4fd681bd9a7925e93e1750b01ca4581295dd66c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T02:46:55.478Z] + go version [2021-04-02T02:46:55.478Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-02T02:46:55.508Z] $ docker stop --time=1 7955d77ddbb4d48229c1e241e4fd681bd9a7925e93e1750b01ca4581295dd66c [2021-04-02T02:46:57.507Z] $ docker rm -f 7955d77ddbb4d48229c1e241e4fd681bd9a7925e93e1750b01ca4581295dd66c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:46:58.496Z] + docker inspect -f . ci-base-image-arm64 [2021-04-02T02:46:58.496Z] . [Pipeline] withDockerContainer [2021-04-02T02:46:58.777Z] prd-ubuntu18.04-docker-arm64-4c-16g-32560 does not seem to be running inside a container [2021-04-02T02:46:58.870Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-02T02:46:59.746Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-02T02:47:00.515Z] $ docker top ec1eda62bcd95bde1175f5b88fa3e191f361509f15c609827ac0c6f869388597 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T02:47:01.563Z] + make test [2021-04-02T02:47:01.563Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-02T02:47:28.394Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-02T02:47:32.449Z] lf-activate-venv(): INFO: Adding /tmp/venv-kd37/bin to PATH [2021-04-02T02:47:32.449Z] INFO: No Stack... [2021-04-02T02:47:32.449Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-02T02:47:32.449Z] INFO: Archiving Costs [Pipeline] sh [2021-04-02T02:47:32.761Z] + cut -d, -f6 [2021-04-02T02:47:32.761Z] + cat /w/workspace/device-sdk-go/3/archives/cost.csv [Pipeline] lock [2021-04-02T02:47:32.840Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [2021-04-02T02:47:32.853Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] did not exist. Created. [2021-04-02T02:47:32.853Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-02T02:47:33.253Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-02T02:47:33.461Z] Stashed 1 file(s) [Pipeline] } [2021-04-02T02:47:33.510Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-02T02:48:24.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-02T02:48:24.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-02T02:48:24.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-02T02:48:24.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-02T02:48:24.987Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-02T02:48:31.733Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.147s coverage: 28.1% of statements [2021-04-02T02:48:33.726Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.195s coverage: 81.2% of statements [2021-04-02T02:48:33.726Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.236s coverage: 7.8% of statements [2021-04-02T02:48:33.726Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-02T02:48:33.726Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-02T02:48:33.726Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-02T02:48:33.726Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.327s coverage: 32.5% of statements [2021-04-02T02:48:33.726Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-02T02:48:33.726Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-02T02:48:33.726Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-02T02:48:38.069Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.281s coverage: 57.3% of statements [2021-04-02T02:48:38.069Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.165s coverage: 6.6% of statements [2021-04-02T02:48:39.511Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements [2021-04-02T02:48:39.511Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-02T02:48:39.785Z] GO111MODULE=on go vet ./... [2021-04-02T02:49:36.416Z] gofmt -l . [2021-04-02T02:49:36.416Z] [ "`gofmt -l .`" = "" ] [2021-04-02T02:49:36.416Z] ./bin/test-attribution-txt.sh [2021-04-02T02:49:36.416Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-02T02:49:36.452Z] $ docker stop --time=1 ec1eda62bcd95bde1175f5b88fa3e191f361509f15c609827ac0c6f869388597 [2021-04-02T02:49:38.896Z] $ docker rm -f ec1eda62bcd95bde1175f5b88fa3e191f361509f15c609827ac0c6f869388597 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-02T02:49:40.226Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-02T02:49:40.294Z] Warning: overwriting stash ‘coverage-report’ [2021-04-02T02:49:41.443Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-02T02:49:42.171Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-02T02:49:42.551Z] + ls -al . [2021-04-02T02:49:42.551Z] total 224 [2021-04-02T02:49:42.551Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 2 02:49 . [2021-04-02T02:49:42.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:45 .. [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 2 02:45 .dockerignore [2021-04-02T02:49:42.551Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 02:45 .git [2021-04-02T02:49:42.551Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:45 .github [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 2 02:45 .gitignore [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 2 02:45 Dockerfile.build [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 2 02:45 Jenkinsfile [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 2 02:45 LICENSE [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 2 02:45 Makefile [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 2 02:45 README.md [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 2 02:45 RELEASE-NOTES.txt [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 2 02:42 VERSION [2021-04-02T02:49:42.551Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:45 bin [2021-04-02T02:49:42.551Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 2 02:48 coverage.out [2021-04-02T02:49:42.551Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:45 example [2021-04-02T02:49:42.551Z] -rw-r--r-- 1 jenkins jenkins 537 Apr 2 02:49 go.mod [2021-04-02T02:49:42.551Z] -rw-r--r-- 1 jenkins jenkins 21117 Apr 2 02:49 go.sum [2021-04-02T02:49:42.551Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 2 02:45 internal [2021-04-02T02:49:42.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:45 openapi [2021-04-02T02:49:42.551Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:45 pkg [2021-04-02T02:49:42.551Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:45 snap [2021-04-02T02:49:42.551Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 2 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:49:43.016Z] + 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=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 --label arch=arm64 --label version=0.0.0 . [2021-04-02T02:49:43.635Z] Sending build context to Docker daemon 2.468MB [2021-04-02T02:49:43.635Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-02T02:49:43.635Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-02T02:49:43.635Z] ---> e122a34cf6e0 [2021-04-02T02:49:43.635Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-02T02:49:43.929Z] ---> Running in 18fdf9c4f88d [2021-04-02T02:49:44.534Z] Removing intermediate container 18fdf9c4f88d [2021-04-02T02:49:44.534Z] ---> 4052edbc791b [2021-04-02T02:49:44.534Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:49:44.534Z] ---> Running in 254f4958b754 [2021-04-02T02:49:45.137Z] Removing intermediate container 254f4958b754 [2021-04-02T02:49:45.137Z] ---> cd837353937c [2021-04-02T02:49:45.137Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:49:45.137Z] ---> Running in 58413f9cabce [2021-04-02T02:49:47.770Z] Removing intermediate container 58413f9cabce [2021-04-02T02:49:47.770Z] ---> 21bff1f146e5 [2021-04-02T02:49:47.770Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-02T02:49:47.770Z] ---> Running in 07af4a52c041 [2021-04-02T02:49:48.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T02:49:49.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T02:49:50.709Z] OK: 144 MiB in 45 packages [2021-04-02T02:49:51.689Z] Removing intermediate container 07af4a52c041 [2021-04-02T02:49:51.689Z] ---> 1337d62ca338 [2021-04-02T02:49:51.689Z] Step 7/23 : COPY . . [2021-04-02T02:49:53.126Z] ---> 9b44302e88cb [2021-04-02T02:49:53.126Z] Step 8/23 : RUN go mod download [2021-04-02T02:49:53.400Z] ---> Running in 0f823715c657 [2021-04-02T02:49:56.031Z] Removing intermediate container 0f823715c657 [2021-04-02T02:49:56.031Z] ---> fdf29291a22b [2021-04-02T02:49:56.031Z] Step 9/23 : RUN make build [2021-04-02T02:49:56.031Z] ---> Running in 0a5b2bd8a6ea [2021-04-02T02:49:57.489Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-02T02:50:36.566Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-02T02:50:36.836Z] Removing intermediate container 0a5b2bd8a6ea [2021-04-02T02:50:36.836Z] ---> 707315652809 [2021-04-02T02:50:36.836Z] Step 10/23 : FROM alpine:3.12 [2021-04-02T02:50:37.427Z] 3.12: Pulling from library/alpine [2021-04-02T02:50:37.427Z] 9a219e8acc52: Pulling fs layer [2021-04-02T02:50:37.699Z] 9a219e8acc52: Verifying Checksum [2021-04-02T02:50:37.699Z] 9a219e8acc52: Download complete [2021-04-02T02:50:38.292Z] 9a219e8acc52: Pull complete [2021-04-02T02:50:38.293Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-02T02:50:38.293Z] Status: Downloaded newer image for alpine:3.12 [2021-04-02T02:50:38.293Z] ---> d75e27dfc0a0 [2021-04-02T02:50:38.293Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-02T02:50:38.567Z] ---> Running in bcf23c0e48b0 [2021-04-02T02:50:38.840Z] Removing intermediate container bcf23c0e48b0 [2021-04-02T02:50:38.840Z] ---> a085fbb83755 [2021-04-02T02:50:38.840Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-02T02:50:39.113Z] ---> Running in e30bae1e5535 [2021-04-02T02:50:41.086Z] Removing intermediate container e30bae1e5535 [2021-04-02T02:50:41.086Z] ---> 432b2d782149 [2021-04-02T02:50:41.086Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-02T02:50:41.361Z] ---> Running in 4345c9f5fa8b [2021-04-02T02:50:42.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-02T02:50:43.331Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-02T02:50:43.927Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-02T02:50:44.200Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-02T02:50:44.200Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-02T02:50:44.473Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-02T02:50:44.746Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-02T02:50:44.746Z] Executing busybox-1.31.1-r20.trigger [2021-04-02T02:50:44.746Z] OK: 8 MiB in 19 packages [2021-04-02T02:50:46.189Z] Removing intermediate container 4345c9f5fa8b [2021-04-02T02:50:46.189Z] ---> 968daa38b46a [2021-04-02T02:50:46.189Z] Step 14/23 : WORKDIR / [2021-04-02T02:50:46.189Z] ---> Running in ec861e6b597c [2021-04-02T02:50:46.786Z] Removing intermediate container ec861e6b597c [2021-04-02T02:50:46.786Z] ---> 3743ea1cefa5 [2021-04-02T02:50:46.786Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-02T02:50:47.385Z] ---> 83990a0b0f0b [2021-04-02T02:50:47.385Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-02T02:50:48.817Z] ---> cb811a9ea537 [2021-04-02T02:50:48.817Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-02T02:50:49.410Z] ---> f008a34f87d1 [2021-04-02T02:50:49.410Z] Step 18/23 : EXPOSE 49990 [2021-04-02T02:50:49.410Z] ---> Running in 2188477203f1 [2021-04-02T02:50:50.006Z] Removing intermediate container 2188477203f1 [2021-04-02T02:50:50.006Z] ---> ef9233716696 [2021-04-02T02:50:50.006Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-02T02:50:50.006Z] ---> Running in bdaa9c6a60b9 [2021-04-02T02:50:50.603Z] Removing intermediate container bdaa9c6a60b9 [2021-04-02T02:50:50.603Z] ---> 2e4d6ff388ee [2021-04-02T02:50:50.603Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-02T02:50:50.603Z] ---> Running in a6efc7bb62ef [2021-04-02T02:50:51.199Z] Removing intermediate container a6efc7bb62ef [2021-04-02T02:50:51.199Z] ---> f4a91ec0ad74 [2021-04-02T02:50:51.199Z] Step 21/23 : LABEL arch=arm64 [2021-04-02T02:50:51.199Z] ---> Running in 14cd768765a5 [2021-04-02T02:50:51.796Z] Removing intermediate container 14cd768765a5 [2021-04-02T02:50:51.796Z] ---> a8831b0efbdb [2021-04-02T02:50:51.796Z] Step 22/23 : LABEL git_sha=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [2021-04-02T02:50:51.796Z] ---> Running in eb899345a328 [2021-04-02T02:50:52.397Z] Removing intermediate container eb899345a328 [2021-04-02T02:50:52.397Z] ---> bb8e9fe39cef [2021-04-02T02:50:52.397Z] Step 23/23 : LABEL version=0.0.0 [2021-04-02T02:50:52.397Z] ---> Running in 071cd37d8186 [2021-04-02T02:50:52.999Z] Removing intermediate container 071cd37d8186 [2021-04-02T02:50:52.999Z] ---> b8687dd6b71e [2021-04-02T02:50:52.999Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-02T02:50:52.999Z] Successfully built b8687dd6b71e [2021-04-02T02:50:52.999Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:50:53.811Z] ---> job-cost.sh [2021-04-02T02:50:53.811Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4zes [2021-04-02T02:51:50.320Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-02T02:53:27.071Z] lf-activate-venv(): INFO: Adding /tmp/venv-4zes/bin to PATH [2021-04-02T02:53:27.071Z] INFO: No Stack... [2021-04-02T02:53:27.071Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-02T02:53:27.071Z] INFO: Archiving Costs [Pipeline] sh [2021-04-02T02:53:27.419Z] + cat /w/workspace/device-sdk-go/3/archives/cost.csv+ [2021-04-02T02:53:27.419Z] cut -d, -f6 [Pipeline] lock [2021-04-02T02:53:28.218Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [2021-04-02T02:53:28.226Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] did not exist. Created. [2021-04-02T02:53:28.226Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-02T02:53:28.682Z] /w/workspace/device-sdk-go/3@tmp/durable-3e04a917/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-3e04a917/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-02T02:53:29.019Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-02T02:53:29.084Z] Warning: overwriting stash ‘stack-cost’ [2021-04-02T02:53:29.239Z] Stashed 1 file(s) [Pipeline] } [2021-04-02T02:53:29.249Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-02T02:53:30.479Z] provisioning config files... [2021-04-02T02:53:30.490Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config3574905979586374817tmp [Pipeline] { [Pipeline] sh [2021-04-02T02:53:30.891Z] + set +x [2021-04-02T02:53:30.891Z] + curl -s https://codecov.io/bash [2021-04-02T02:53:30.891Z] + bash -s -- [2021-04-02T02:53:31.155Z] [2021-04-02T02:53:31.155Z] _____ _ [2021-04-02T02:53:31.155Z] / ____| | | [2021-04-02T02:53:31.156Z] | | ___ __| | ___ ___ _____ __ [2021-04-02T02:53:31.156Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-02T02:53:31.156Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-02T02:53:31.156Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-02T02:53:31.156Z] Bash-20210309-2b87ace [2021-04-02T02:53:31.156Z] [2021-04-02T02:53:31.156Z] [2021-04-02T02:53:31.156Z] ==> git version 2.24.3 found [2021-04-02T02:53:31.156Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-02T02:53:31.156Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-02T02:53:31.156Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-02T02:53:31.156Z] ==> Jenkins CI detected. [2021-04-02T02:53:31.156Z] project root: . [2021-04-02T02:53:31.156Z] --> token set from env [2021-04-02T02:53:31.156Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-02T02:53:31.156Z] ==> Running gcov in . (disable via -X gcov) [2021-04-02T02:53:31.156Z] ==> Python coveragepy not found [2021-04-02T02:53:31.156Z] ==> Searching for coverage reports in: [2021-04-02T02:53:31.156Z] + . [2021-04-02T02:53:31.156Z] -> Found 1 reports [2021-04-02T02:53:31.156Z] ==> Detecting git/mercurial file structure [2021-04-02T02:53:31.156Z] ==> Reading reports [2021-04-02T02:53:31.156Z] + ./coverage.out bytes=101239 [2021-04-02T02:53:31.156Z] ==> Appending adjustments [2021-04-02T02:53:31.156Z] https://docs.codecov.io/docs/fixing-reports [2021-04-02T02:53:31.420Z] + Found adjustments [2021-04-02T02:53:31.420Z] ==> Gzipping contents [2021-04-02T02:53:31.420Z] 16K /tmp/codecov.Pekujw.gz [2021-04-02T02:53:31.420Z] ==> Uploading reports [2021-04-02T02:53:31.420Z] url: https://codecov.io [2021-04-02T02:53:31.420Z] query: branch=PR-851&commit=522a4dc8ebf4dc5a9534f163f8b97aab55e22265&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-851%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=851&job=&cmd_args= [2021-04-02T02:53:31.420Z] -> Pinging Codecov [2021-04-02T02:53:31.420Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-851&commit=522a4dc8ebf4dc5a9534f163f8b97aab55e22265&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-851%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=851&job=&cmd_args= [2021-04-02T02:53:32.001Z] -> Uploading to [2021-04-02T02:53:32.001Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-02/7E55EF52A471D76F132DFD9A03CDDE97/522a4dc8ebf4dc5a9534f163f8b97aab55e22265/7e3bf1af-df7a-417d-bbb0-a0bae07af451.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T025331Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=009725cefebf3b84998c506aa2da56127a24d63f9dbf5ed43e96605b78b20a11 [2021-04-02T02:53:32.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-02T02:53:32.001Z] Dload Upload Total Spent Left Speed [2021-04-02T02:53:32.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13699 0 0 100 13699 0 29297 --:--:-- --:--:-- --:--:-- 29334 [2021-04-02T02:53:32.266Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [Pipeline] } [2021-04-02T02:53:32.277Z] 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] { (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-04-02T02:53:34.618Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:53:34.933Z] ---> package-listing.sh [2021-04-02T02:53:34.933Z] ++ facter osfamily [2021-04-02T02:53:34.933Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-02T02:53:34.933Z] + OS_FAMILY=redhat [2021-04-02T02:53:34.933Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-851 [2021-04-02T02:53:34.933Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-02T02:53:34.933Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-02T02:53:34.933Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-02T02:53:34.933Z] + PACKAGES=/tmp/packages_start.txt [2021-04-02T02:53:34.933Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-851 ']' [2021-04-02T02:53:34.933Z] + PACKAGES=/tmp/packages_end.txt [2021-04-02T02:53:34.933Z] + case "${OS_FAMILY}" in [2021-04-02T02:53:34.933Z] + rpm -qa [2021-04-02T02:53:34.933Z] + sort [2021-04-02T02:53:40.255Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-02T02:53:40.255Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-02T02:53:40.255Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-02T02:53:40.255Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-851 ']' [2021-04-02T02:53:40.255Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-851/archives/ [2021-04-02T02:53:40.255Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-851/archives/ [Pipeline] echo [2021-04-02T02:53:40.270Z] 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-851/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-02T02:53:40.564Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:53:40.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T02:53:40.875Z] [2021-04-02T02:53:40.875Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-02T02:53:41.237Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T02:53:41.237Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-02T02:53:41.237Z] df20fa9351a1: Pulling fs layer [2021-04-02T02:53:41.237Z] 36b3adc4ff6f: Pulling fs layer [2021-04-02T02:53:41.237Z] 8ad3a11d3b57: Pulling fs layer [2021-04-02T02:53:41.237Z] 46f8f816bc3b: Pulling fs layer [2021-04-02T02:53:41.237Z] 93b61091891f: Pulling fs layer [2021-04-02T02:53:41.237Z] 93b9cdb0e59b: Pulling fs layer [2021-04-02T02:53:41.237Z] 5e14af77c1be: Pulling fs layer [2021-04-02T02:53:41.237Z] 01666e4c0597: Pulling fs layer [2021-04-02T02:53:41.237Z] aa168da1d23b: Pulling fs layer [2021-04-02T02:53:41.237Z] 93b61091891f: Waiting [2021-04-02T02:53:41.237Z] 93b9cdb0e59b: Waiting [2021-04-02T02:53:41.237Z] 5e14af77c1be: Waiting [2021-04-02T02:53:41.237Z] 01666e4c0597: Waiting [2021-04-02T02:53:41.237Z] aa168da1d23b: Waiting [2021-04-02T02:53:41.237Z] 46f8f816bc3b: Waiting [2021-04-02T02:53:41.237Z] 36b3adc4ff6f: Download complete [2021-04-02T02:53:41.500Z] 46f8f816bc3b: Download complete [2021-04-02T02:53:41.500Z] df20fa9351a1: Verifying Checksum [2021-04-02T02:53:41.500Z] df20fa9351a1: Download complete [2021-04-02T02:53:41.500Z] 93b9cdb0e59b: Verifying Checksum [2021-04-02T02:53:41.500Z] 93b9cdb0e59b: Download complete [2021-04-02T02:53:41.500Z] 5e14af77c1be: Verifying Checksum [2021-04-02T02:53:41.500Z] 5e14af77c1be: Download complete [2021-04-02T02:53:41.500Z] 01666e4c0597: Verifying Checksum [2021-04-02T02:53:41.500Z] 01666e4c0597: Download complete [2021-04-02T02:53:41.500Z] 93b61091891f: Verifying Checksum [2021-04-02T02:53:41.500Z] 93b61091891f: Download complete [2021-04-02T02:53:41.763Z] df20fa9351a1: Pull complete [2021-04-02T02:53:42.027Z] 36b3adc4ff6f: Pull complete [2021-04-02T02:53:42.291Z] 8ad3a11d3b57: Verifying Checksum [2021-04-02T02:53:42.291Z] 8ad3a11d3b57: Download complete [2021-04-02T02:53:43.249Z] 8ad3a11d3b57: Pull complete [2021-04-02T02:53:43.249Z] 46f8f816bc3b: Pull complete [2021-04-02T02:53:43.832Z] 93b61091891f: Pull complete [2021-04-02T02:53:44.094Z] aa168da1d23b: Download complete [2021-04-02T02:53:44.094Z] 93b9cdb0e59b: Pull complete [2021-04-02T02:53:44.094Z] 5e14af77c1be: Pull complete [2021-04-02T02:53:44.358Z] 01666e4c0597: Pull complete [2021-04-02T02:53:51.057Z] aa168da1d23b: Pull complete [2021-04-02T02:53:51.057Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-02T02:53:51.057Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-02T02:53:51.057Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-02T02:53:51.274Z] prd-centos7-docker-4c-2g-32554 does not seem to be running inside a container [2021-04-02T02:53:51.315Z] $ 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-851/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-851 -v /w/workspace/dgexfoundry_device-sdk-go_PR-851:/w/workspace/dgexfoundry_device-sdk-go_PR-851:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-02T02:53:54.763Z] $ docker top c5a925db936958a2c1aadeecf459b0247ad45ce705159578dde3717849d05079 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-02T02:53:55.325Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-02T02:53:55.624Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-02T02:53:55.920Z] + ls /var/log/sa-host [2021-04-02T02:53:55.920Z] + sadf -c /var/log/sa-host/sa02 [2021-04-02T02:53:55.920Z] file_magic: OK [2021-04-02T02:53:55.920Z] HZ: Using current value: 100 [2021-04-02T02:53:55.920Z] file_header: OK [2021-04-02T02:53:55.920Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-02T02:53:55.920Z] Statistics: [2021-04-02T02:53:55.920Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-02T02:53:55.920Z] File successfully converted to sysstat format version 12.2.1 [2021-04-02T02:53:55.920Z] + sadf -c /var/log/sa-host/sa23 [2021-04-02T02:53:55.920Z] file_magic: OK [2021-04-02T02:53:55.920Z] HZ: Using current value: 100 [2021-04-02T02:53:55.920Z] file_header: OK [2021-04-02T02:53:55.920Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-02T02:53:55.920Z] Statistics: [2021-04-02T02:53:55.920Z] Hnuu...uuuununununu... [2021-04-02T02:53:55.920Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-02T02:53:56.139Z] provisioning config files... [2021-04-02T02:53:56.159Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config496666505755139131tmp [Pipeline] { [Pipeline] echo [2021-04-02T02:53:56.225Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:53:56.521Z] ---> create-netrc.sh [Pipeline] } [2021-04-02T02:53:56.530Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-02T02:53:56.619Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:53:56.917Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-02T02:53:56.928Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:53:57.226Z] ---> sudo-logs.sh [2021-04-02T02:53:57.226Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-02T02:53:57.287Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:53:57.585Z] ---> job-cost.sh [2021-04-02T02:53:57.585Z] lf-activate-venv: SKIPPING [2021-04-02T02:53:57.585Z] DEBUG: total: 0.20999999344348907 [2021-04-02T02:53:57.585Z] INFO: Retrieving Stack Cost... [2021-04-02T02:53:58.158Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-02T02:53:58.733Z] INFO: Archiving Costs [Pipeline] echo [2021-04-02T02:53:58.747Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-02T02:53:59.043Z] ---> logs-deploy.sh [2021-04-02T02:53:59.043Z] lf-activate-venv: SKIPPING [2021-04-02T02:53:59.043Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-851/3 [2021-04-02T02:53:59.043Z] INFO: archiving workspace using pattern(s): [2021-04-02T02:54:00.966Z] Archives upload complete. [2021-04-02T02:54:00.966Z] INFO: archiving logs to Nexus [2021-04-02T02:54:01.916Z] ---> uname -a: [2021-04-02T02:54:01.916Z] Linux prd-centos7-docker-4c-2g-32554.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] ---> lscpu: [2021-04-02T02:54:01.916Z] Architecture: x86_64 [2021-04-02T02:54:01.916Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-02T02:54:01.916Z] Byte Order: Little Endian [2021-04-02T02:54:01.916Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-02T02:54:01.916Z] CPU(s): 4 [2021-04-02T02:54:01.916Z] On-line CPU(s) list: 0-3 [2021-04-02T02:54:01.916Z] Thread(s) per core: 1 [2021-04-02T02:54:01.916Z] Core(s) per socket: 1 [2021-04-02T02:54:01.916Z] Socket(s): 4 [2021-04-02T02:54:01.916Z] NUMA node(s): 1 [2021-04-02T02:54:01.916Z] Vendor ID: GenuineIntel [2021-04-02T02:54:01.916Z] CPU family: 6 [2021-04-02T02:54:01.916Z] Model: 44 [2021-04-02T02:54:01.916Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-02T02:54:01.916Z] Stepping: 1 [2021-04-02T02:54:01.916Z] CPU MHz: 2933.438 [2021-04-02T02:54:01.916Z] BogoMIPS: 5866.87 [2021-04-02T02:54:01.916Z] Virtualization: VT-x [2021-04-02T02:54:01.916Z] Hypervisor vendor: KVM [2021-04-02T02:54:01.916Z] Virtualization type: full [2021-04-02T02:54:01.916Z] L1d cache: 128 KiB [2021-04-02T02:54:01.916Z] L1i cache: 128 KiB [2021-04-02T02:54:01.916Z] L2 cache: 16 MiB [2021-04-02T02:54:01.916Z] L3 cache: 64 MiB [2021-04-02T02:54:01.916Z] NUMA node0 CPU(s): 0-3 [2021-04-02T02:54:01.916Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-02T02:54:01.916Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-02T02:54:01.916Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-02T02:54:01.916Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-02T02:54:01.916Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-02T02:54:01.916Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-02T02:54:01.916Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-02T02:54:01.916Z] Vulnerability Srbds: Not affected [2021-04-02T02:54:01.916Z] Vulnerability Tsx async abort: Not affected [2021-04-02T02:54:01.916Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] ---> nproc: [2021-04-02T02:54:01.916Z] 4 [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] ---> df -h: [2021-04-02T02:54:01.916Z] Filesystem Size Used Available Use% Mounted on [2021-04-02T02:54:01.916Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-02T02:54:01.916Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-02T02:54:01.916Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-02T02:54:01.916Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-851 [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-02T02:54:01.916Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] ---> free -m: [2021-04-02T02:54:01.916Z] total used free shared buff/cache available [2021-04-02T02:54:01.916Z] Mem: 1837 714 78 0 1043 1018 [2021-04-02T02:54:01.916Z] Swap: 1023 0 1023 [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] ---> ip addr: [2021-04-02T02:54:01.916Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-02T02:54:01.916Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-02T02:54:01.916Z] inet 127.0.0.1/8 scope host lo [2021-04-02T02:54:01.916Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:01.916Z] inet6 ::1/128 scope host [2021-04-02T02:54:01.916Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:01.916Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-02T02:54:01.916Z] link/ether fa:16:3e:13:90:0a brd ff:ff:ff:ff:ff:ff [2021-04-02T02:54:01.916Z] inet 10.30.122.214/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-02T02:54:01.916Z] valid_lft 85668sec preferred_lft 85668sec [2021-04-02T02:54:01.916Z] inet6 fe80::f816:3eff:fe13:900a/64 scope link [2021-04-02T02:54:01.916Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:01.916Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-02T02:54:01.916Z] link/ether 02:42:56:e6:61:f2 brd ff:ff:ff:ff:ff:ff [2021-04-02T02:54:01.916Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-02T02:54:01.916Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:01.916Z] inet6 fe80::42:56ff:fee6:61f2/64 scope link [2021-04-02T02:54:01.916Z] valid_lft forever preferred_lft forever [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] ---> sar -b -r -n DEV: [2021-04-02T02:54:01.916Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] 02:41:38 LINUX RESTART (4 CPU) [2021-04-02T02:54:01.916Z] [2021-04-02T02:54:01.916Z] 02:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-02T02:54:01.916Z] 02:43:01 118.82 47.00 71.82 0.00 8026.92 23837.88 0.00 [2021-04-02T02:54:01.916Z] 02:44:01 2.48 0.00 2.48 0.00 0.00 61.43 0.00 [2021-04-02T02:54:01.916Z] 02:45:01 0.47 0.00 0.47 0.00 0.00 6.74 0.00 [2021-04-02T02:54:01.916Z] 02:46:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-04-02T02:54:01.916Z] 02:47:01 0.35 0.00 0.35 0.00 0.00 5.70 0.00 [2021-04-02T02:54:01.916Z] 02:48:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 [2021-04-02T02:54:01.916Z] 02:49:01 0.25 0.00 0.25 0.00 0.00 2.15 0.00 [2021-04-02T02:54:01.916Z] 02:50:01 0.30 0.00 0.30 0.00 0.00 3.30 0.00 [2021-04-02T02:54:01.916Z] 02:51:02 0.63 0.00 0.63 0.00 0.00 7.61 0.00 [2021-04-02T02:54:01.916Z] 02:52:01 0.37 0.00 0.37 0.00 0.00 5.79 0.00 [2021-04-02T02:54:01.917Z] 02:53:01 0.20 0.00 0.20 0.00 0.00 1.73 0.00 [2021-04-02T02:54:01.917Z] Average: 11.17 4.22 6.95 0.00 720.70 2149.45 0.00 [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] 02:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-02T02:54:01.917Z] 02:43:01 167936 0 577564 30.70 2620 1133424 1134448 38.72 396972 1116596 128 [2021-04-02T02:54:01.917Z] 02:44:01 174556 0 570852 30.34 2620 1133516 1096032 37.41 398064 1109876 20 [2021-04-02T02:54:01.917Z] 02:45:01 173884 0 571520 30.38 2620 1133520 1092888 37.30 396444 1112500 12 [2021-04-02T02:54:01.917Z] 02:46:01 174908 0 570496 30.32 2620 1133520 1077656 36.78 412388 1095812 16 [2021-04-02T02:54:01.917Z] 02:47:01 173260 0 572136 30.41 2620 1133528 1077840 36.78 409740 1100480 12 [2021-04-02T02:54:01.917Z] 02:48:01 170488 0 574904 30.55 2620 1133532 1077684 36.78 422832 1090312 12 [2021-04-02T02:54:01.917Z] 02:49:01 171016 0 574372 30.53 2620 1133536 1077600 36.78 422116 1090312 8 [2021-04-02T02:54:01.917Z] 02:50:01 170924 0 574460 30.53 2620 1133540 1077600 36.78 422244 1090312 16 [2021-04-02T02:54:01.917Z] 02:51:02 170924 0 574452 30.53 2620 1133548 1077600 36.78 422376 1090316 8 [2021-04-02T02:54:01.917Z] 02:52:01 170924 0 574448 30.53 2620 1133552 1077600 36.78 422248 1090312 8 [2021-04-02T02:54:01.917Z] 02:53:01 170736 0 574636 30.54 2620 1133552 1077660 36.78 422456 1090312 8 [2021-04-02T02:54:01.917Z] Average: 171778 0 573622 30.49 2620 1133524 1085873 37.06 413444 1097922 23 [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] 02:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-02T02:54:01.917Z] 02:43:01 eth0 544.02 331.32 1125.39 110.67 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:43:01 docker0 10.65 8.64 1.60 25.15 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:44:01 eth0 6.53 2.45 4.24 0.88 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:45:01 eth0 1.35 0.30 0.34 0.23 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:46:01 eth0 3.21 0.58 0.75 0.36 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:47:01 eth0 1.05 0.72 0.58 0.41 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:48:01 eth0 0.32 0.18 0.14 0.10 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:49:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:51:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:52:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:53:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] Average: eth0 50.04 30.17 101.61 10.13 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] Average: docker0 0.96 0.78 0.14 2.26 0.00 0.00 0.00 0.00 [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] ---> sar -P ALL: [2021-04-02T02:54:01.917Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] 02:41:38 LINUX RESTART (4 CPU) [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] 02:42:02 CPU %user %nice %system %iowait %steal %idle [2021-04-02T02:54:01.917Z] 02:43:01 all 14.59 0.00 6.69 2.59 0.12 76.00 [2021-04-02T02:54:01.917Z] 02:43:01 0 16.56 0.00 7.28 3.80 0.07 72.30 [2021-04-02T02:54:01.917Z] 02:43:01 1 14.13 0.00 6.39 1.92 0.16 77.41 [2021-04-02T02:54:01.917Z] 02:43:01 2 12.81 0.00 6.47 2.16 0.14 78.43 [2021-04-02T02:54:01.917Z] 02:43:01 3 14.87 0.00 6.64 2.49 0.12 75.87 [2021-04-02T02:54:01.917Z] 02:44:01 all 0.23 0.00 0.06 0.00 0.01 99.70 [2021-04-02T02:54:01.917Z] 02:44:01 0 0.12 0.00 0.05 0.00 0.00 99.83 [2021-04-02T02:54:01.917Z] 02:44:01 1 0.10 0.00 0.08 0.00 0.00 99.82 [2021-04-02T02:54:01.917Z] 02:44:01 2 0.63 0.00 0.07 0.00 0.02 99.28 [2021-04-02T02:54:01.917Z] 02:44:01 3 0.08 0.00 0.03 0.00 0.02 99.87 [2021-04-02T02:54:01.917Z] 02:45:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2021-04-02T02:54:01.917Z] 02:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-02T02:54:01.917Z] 02:45:01 1 0.12 0.00 0.07 0.00 0.02 99.80 [2021-04-02T02:54:01.917Z] 02:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-02T02:54:01.917Z] 02:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-02T02:54:01.917Z] 02:46:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2021-04-02T02:54:01.917Z] 02:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-02T02:54:01.917Z] 02:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-02T02:54:01.917Z] 02:46:01 2 0.52 0.00 0.08 0.00 0.00 99.40 [2021-04-02T02:54:01.917Z] 02:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-02T02:54:01.917Z] 02:47:01 all 0.09 0.00 0.05 0.00 0.00 99.85 [2021-04-02T02:54:01.917Z] 02:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:01.917Z] 02:47:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-02T02:54:01.917Z] 02:47:01 2 0.23 0.00 0.08 0.00 0.00 99.68 [2021-04-02T02:54:01.917Z] 02:47:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-04-02T02:54:01.917Z] 02:48:01 all 0.10 0.00 0.08 0.00 0.01 99.82 [2021-04-02T02:54:01.917Z] 02:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-02T02:54:01.917Z] 02:48:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-02T02:54:01.917Z] 02:48:01 2 0.30 0.00 0.15 0.00 0.02 99.53 [2021-04-02T02:54:01.917Z] 02:48:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-04-02T02:54:01.917Z] 02:49:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2021-04-02T02:54:01.917Z] 02:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-02T02:54:01.917Z] 02:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-02T02:54:01.917Z] 02:49:01 2 0.22 0.00 0.05 0.00 0.00 99.73 [2021-04-02T02:54:01.917Z] 02:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-04-02T02:54:01.917Z] 02:50:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-04-02T02:54:01.917Z] 02:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:01.917Z] 02:50:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-04-02T02:54:01.917Z] 02:50:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-02T02:54:01.917Z] 02:50:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-02T02:54:01.917Z] 02:51:02 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-04-02T02:54:01.917Z] 02:51:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:01.917Z] 02:51:02 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-02T02:54:01.917Z] 02:51:02 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-02T02:54:01.917Z] 02:51:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:01.917Z] 02:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-02T02:54:01.917Z] 02:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:01.917Z] 02:52:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-02T02:54:01.917Z] 02:52:01 2 0.53 0.00 0.03 0.00 0.00 99.44 [2021-04-02T02:54:01.917Z] 02:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-02T02:54:01.917Z] 02:53:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-04-02T02:54:01.917Z] 02:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-02T02:54:01.917Z] 02:53:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-02T02:54:01.917Z] 02:53:01 2 0.47 0.00 0.03 0.00 0.00 99.50 [2021-04-02T02:54:01.917Z] 02:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-02T02:54:01.917Z] Average: all 1.42 0.00 0.63 0.23 0.01 97.71 [2021-04-02T02:54:01.917Z] Average: 0 1.48 0.00 0.66 0.33 0.01 97.51 [2021-04-02T02:54:01.917Z] Average: 1 1.30 0.00 0.62 0.17 0.02 97.89 [2021-04-02T02:54:01.917Z] Average: 2 1.54 0.00 0.63 0.19 0.02 97.63 [2021-04-02T02:54:01.917Z] Average: 3 1.34 0.00 0.61 0.22 0.01 97.82 [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z] [2021-04-02T02:54:01.917Z]