Pull request #3133 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e4e49277551a62abe37a613a55270ef9ef9ee353+9ee6a915f0da87ac859f0375cd81210a85b62227 (9e5823fdd75f5d1ef5f52d40730f42e66f3da530) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25534 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit e4e49277551a62abe37a613a55270ef9ef9ee353 Merge succeeded, producing e4e49277551a62abe37a613a55270ef9ef9ee353 Checking out Revision e4e49277551a62abe37a613a55270ef9ef9ee353 (PR-3133) > git config core.sparsecheckout # timeout=10 > git checkout -f e4e49277551a62abe37a613a55270ef9ef9ee353 # 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 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e4e49277551a62abe37a613a55270ef9ef9ee353 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. > git rev-list --no-walk 3759c85d92ac96a431750e291ecce51c8d090654 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:32:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:32:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:32:00 ========================================================= 09:32:00 EdgeX Global Pipelines Version Info 09:32:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:32:03 ------------------- 09:32:03 stable info: 09:32:03 ------------------- 09:32:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:32:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:32:03 Message: update stable to v1.0.179 09:32:04 ------------------- 09:32:04 experimental info: 09:32:04 ------------------- 09:32:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:32:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:32:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:32:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:32:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:32:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:32:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:32:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:32:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:32:07 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:32:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3133 [Pipeline] echo 09:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3133 [Pipeline] echo 09:32:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3133 [Pipeline] echo 09:32:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e4e49277551a62abe37a613a55270ef9ef9ee353 [Pipeline] echo 09:32:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e4e4927 [Pipeline] echo 09:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:32:08 provisioning config files... 09:32:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7813346618257234758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:32:08 ---> docker-login.sh 09:32:08 nexus3.edgexfoundry.org:10001 09:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:09 Configure a credential helper to remove this warning. See 09:32:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:09 09:32:09 Login Succeeded 09:32:09 nexus3.edgexfoundry.org:10002 09:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:10 Configure a credential helper to remove this warning. See 09:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:10 09:32:10 Login Succeeded 09:32:10 nexus3.edgexfoundry.org:10003 09:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:10 Configure a credential helper to remove this warning. See 09:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:10 09:32:10 Login Succeeded 09:32:10 nexus3.edgexfoundry.org:10004 09:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:11 Configure a credential helper to remove this warning. See 09:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:11 09:32:11 Login Succeeded 09:32:11 docker.io 09:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:11 Configure a credential helper to remove this warning. See 09:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:11 09:32:11 Login Succeeded 09:32:11 ---> docker-login.sh ends [Pipeline] } 09:32:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:32:12 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ cut -d/ -f2 09:32:12 ++ dirname cmd/core-command/Dockerfile 09:32:12 + echo core-command,cmd/core-command/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/core-data/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo core-data,cmd/core-data/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/core-metadata/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo core-metadata,cmd/core-metadata/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/security-bootstrapper/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/security-proxy-setup/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/support-notifications/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo support-notifications,cmd/support-notifications/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/support-scheduler/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:32:12 + for file in '`ls cmd/**/Dockerfile`' 09:32:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:32:12 ++ cut -d/ -f2 09:32:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:32:12 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 09:32:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:13 09:32:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:32:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:15 latest: Pulling from edgex-devops/git-semver 09:32:15 31603596830f: Pulling fs layer 09:32:15 2a8b12db71e7: Pulling fs layer 09:32:15 6ca5941a6612: Pulling fs layer 09:32:15 ecc8261a40a4: Pulling fs layer 09:32:15 ecc8261a40a4: Waiting 09:32:15 2a8b12db71e7: Verifying Checksum 09:32:15 2a8b12db71e7: Download complete 09:32:15 31603596830f: Verifying Checksum 09:32:15 31603596830f: Download complete 09:32:16 ecc8261a40a4: Verifying Checksum 09:32:16 ecc8261a40a4: Download complete 09:32:16 6ca5941a6612: Verifying Checksum 09:32:16 6ca5941a6612: Download complete 09:32:16 31603596830f: Pull complete 09:32:17 2a8b12db71e7: Pull complete 09:32:21 6ca5941a6612: Pull complete 09:32:21 ecc8261a40a4: Pull complete 09:32:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:32:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:32:22 prd-centos7-docker-4c-2g-25534 does not seem to be running inside a container 09:32:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:32:26 $ docker top e3025cdbee145968e30c52667ab085307547e5602b74cfc2b93b03a4bdbb0201 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:32:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:26 [ssh-agent] Looking for ssh-agent implementation... 09:32:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:27 $ docker exec e3025cdbee145968e30c52667ab085307547e5602b74cfc2b93b03a4bdbb0201 ssh-agent 09:32:28 SSH_AUTH_SOCK=/tmp/ssh-LZ2uOeryUoLi/agent.11 09:32:28 SSH_AGENT_PID=16 09:32:28 Running ssh-add (command line suppressed) 09:32:28 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8955411694319274265.key (/w/workspace/edgex-go/7@tmp/private_key_8955411694319274265.key) 09:32:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:29 + git tag --points-at HEAD [Pipeline] } 09:32:29 $ docker exec --env ******** --env ******** e3025cdbee145968e30c52667ab085307547e5602b74cfc2b93b03a4bdbb0201 ssh-agent -k 09:32:29 unset SSH_AUTH_SOCK; 09:32:29 unset SSH_AGENT_PID; 09:32:29 echo Agent pid 16 killed; 09:32:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:32:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:29 [ssh-agent] Looking for ssh-agent implementation... 09:32:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:30 $ docker exec e3025cdbee145968e30c52667ab085307547e5602b74cfc2b93b03a4bdbb0201 ssh-agent 09:32:30 SSH_AUTH_SOCK=/tmp/ssh-bT9l0sA84byW/agent.47 09:32:30 SSH_AGENT_PID=52 09:32:30 Running ssh-add (command line suppressed) 09:32:31 Identity added: /w/workspace/edgex-go/7@tmp/private_key_1924332240387650535.key (/w/workspace/edgex-go/7@tmp/private_key_1924332240387650535.key) 09:32:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:31 + git semver init 09:32:31 # -> Open(): unable to determine branch for HEAD 09:32:31 # $GIT_DIR = /w/workspace/edgex-go/7/.git 09:32:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 09:32:31 # $SEMVER_REMOTE_NAME = origin 09:32:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:32:31 # $SEMVER_USER_NAME = edgex-jenkins 09:32:31 # $SEMVER_BRANCH = PR-3133 09:32:31 # $SEMVER_TEMP = /tmp/semver-609748239 09:32:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:33:11 # '/tmp/semver-609748239' -> '/w/workspace/edgex-go/7/.semver' 09:33:11 # -> Force: false 09:33:11 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 09:33:11 $ docker exec --env ******** --env ******** e3025cdbee145968e30c52667ab085307547e5602b74cfc2b93b03a4bdbb0201 ssh-agent -k 09:33:12 unset SSH_AUTH_SOCK; 09:33:12 unset SSH_AGENT_PID; 09:33:12 echo Agent pid 52 killed; 09:33:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:33:14 + git semver [Pipeline] } 09:33:14 $ docker stop --time=1 e3025cdbee145968e30c52667ab085307547e5602b74cfc2b93b03a4bdbb0201 09:33:17 $ docker rm -f e3025cdbee145968e30c52667ab085307547e5602b74cfc2b93b03a4bdbb0201 [Pipeline] // withDockerContainer [Pipeline] sh 09:33:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:33:20 Stashed 1 file(s) [Pipeline] echo 09:33:20 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:33:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:33:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:33:22 + true 09:33:22 + sudo service docker restart 09:33:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:33:24 ========================================================= 09:33:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:33:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:33:25 + 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 . 09:33:35 Still waiting to schedule task 09:33:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:33:38 Sending build context to Docker daemon 327.7MB 09:33:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:33:38 Step 2/6 : FROM ${BASE} 09:33:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:33:38 188c0c94c7c5: Pulling fs layer 09:33:38 0ef7d3d256c8: Pulling fs layer 09:33:38 de9db76c5a1d: Pulling fs layer 09:33:38 bca2f99d35d6: Pulling fs layer 09:33:38 93359f2a8cfa: Pulling fs layer 09:33:38 7c6f9722023f: Pulling fs layer 09:33:38 a35cf1a2eb13: Pulling fs layer 09:33:38 bca2f99d35d6: Waiting 09:33:38 93359f2a8cfa: Waiting 09:33:38 a35cf1a2eb13: Waiting 09:33:38 7c6f9722023f: Waiting 09:33:38 de9db76c5a1d: Verifying Checksum 09:33:38 de9db76c5a1d: Download complete 09:33:38 0ef7d3d256c8: Verifying Checksum 09:33:38 0ef7d3d256c8: Download complete 09:33:38 93359f2a8cfa: Verifying Checksum 09:33:38 93359f2a8cfa: Download complete 09:33:38 7c6f9722023f: Verifying Checksum 09:33:38 7c6f9722023f: Download complete 09:33:39 188c0c94c7c5: Verifying Checksum 09:33:39 188c0c94c7c5: Download complete 09:33:41 188c0c94c7c5: Pull complete 09:33:41 0ef7d3d256c8: Pull complete 09:33:42 de9db76c5a1d: Pull complete 09:33:51 a35cf1a2eb13: Verifying Checksum 09:33:51 a35cf1a2eb13: Download complete 09:33:52 bca2f99d35d6: Verifying Checksum 09:33:52 bca2f99d35d6: Download complete 09:34:05 bca2f99d35d6: Pull complete 09:34:05 93359f2a8cfa: Pull complete 09:34:06 7c6f9722023f: Pull complete 09:34:14 a35cf1a2eb13: Pull complete 09:34:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:34:14 ---> a62c8e92a672 09:34:14 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:34:14 ---> Running in 1a62527ba363 09:34:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:17 (1/12) Installing libmagic (5.38-r0) 09:34:17 (2/12) Installing file (5.38-r0) 09:34:17 (3/12) Installing libc-dev (0.7.2-r3) 09:34:17 (4/12) Installing g++ (9.3.0-r2) 09:34:33 (5/12) Installing fortify-headers (1.1-r0) 09:34:33 (6/12) Installing patch (2.7.6-r6) 09:34:33 (7/12) Installing build-base (0.5-r2) 09:34:33 (8/12) Installing libsodium (1.0.18-r0) 09:34:33 (9/12) Installing pkgconf (1.7.2-r0) 09:34:33 (10/12) Installing libsodium-dev (1.0.18-r0) 09:34:33 (11/12) Installing libzmq (4.3.3-r0) 09:34:33 (12/12) Installing zeromq-dev (4.3.3-r0) 09:34:33 Executing busybox-1.31.1-r19.trigger 09:34:33 OK: 233 MiB in 51 packages 09:34:39 Removing intermediate container 1a62527ba363 09:34:39 ---> 4fcd683eb64f 09:34:39 Step 4/6 : WORKDIR /edgex-go 09:34:39 ---> Running in 2273b0c1f64b 09:34:39 Removing intermediate container 2273b0c1f64b 09:34:39 ---> c7e94297b3c1 09:34:39 Step 5/6 : COPY go.mod . 09:34:40 ---> 55533c638481 09:34:40 Step 6/6 : RUN go mod download 09:34:40 ---> Running in 0cb4837ed5b4 09:35:13 Removing intermediate container 0cb4837ed5b4 09:35:13 ---> 37c67532499e 09:35:13 Successfully built 37c67532499e 09:35:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:35:14 + docker inspect -f . ci-base-image-x86_64 09:35:14 . [Pipeline] withDockerContainer 09:35:14 prd-centos7-docker-4c-2g-25534 does not seem to be running inside a container 09:35:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 09:35:16 $ docker top 3aaddf0d0c59bf3162bc0ee3c2afd1a6864f00be7df48d64f075979b649cfdb7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:17 + go version 09:35:17 go version go1.15.5 linux/amd64 [Pipeline] } 09:35:17 $ docker stop --time=1 3aaddf0d0c59bf3162bc0ee3c2afd1a6864f00be7df48d64f075979b649cfdb7 09:35:19 $ docker rm -f 3aaddf0d0c59bf3162bc0ee3c2afd1a6864f00be7df48d64f075979b649cfdb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:20 + docker inspect -f . ci-base-image-x86_64 09:35:20 . [Pipeline] withDockerContainer 09:35:20 prd-centos7-docker-4c-2g-25534 does not seem to be running inside a container 09:35:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-x86_64 cat 09:35:22 $ docker top 531cb94de29af7b986c8e1f9eeea4c1c07944f0ccb0055c767840a19505ea1e2 -eo pid,comm [Pipeline] { [Pipeline] echo 09:35:22 ========================================================= 09:35:22 [edgeXBuildGoParallel] Running Tests and Build... 09:35:22 ========================================================= [Pipeline] sh 09:35:23 + make test 09:35:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:35:41 ? github.com/edgexfoundry/edgex-go [no test files] 09:36:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25545 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws 09:36:11 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 09:36:16 using credential edgex-jenkins-ssh 09:36:16 Cloning the remote Git repository 09:36:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:36:17 > git init /w/workspace/edgex-go/7 # timeout=10 09:36:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:36:17 > git --version # timeout=10 09:36:17 > git --version # 'git version 2.17.1' 09:36:17 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:36:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:36:29 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:36:29 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:36:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:36:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:36:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:36:33 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit e4e49277551a62abe37a613a55270ef9ef9ee353 09:36:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:36:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:36:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:36:32 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:36:33 > git config core.sparsecheckout # timeout=10 09:36:33 > git checkout -f e4e49277551a62abe37a613a55270ef9ef9ee353 # timeout=10 09:36:33 > git remote # timeout=10 09:36:33 > git config --get remote.origin.url # timeout=10 09:36:34 Merge succeeded, producing e4e49277551a62abe37a613a55270ef9ef9ee353 09:36:34 Checking out Revision e4e49277551a62abe37a613a55270ef9ef9ee353 (PR-3133) 09:36:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:36:33 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:33 > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 09:36:33 > git rev-parse HEAD^{commit} # timeout=10 09:36:34 > git config core.sparsecheckout # timeout=10 09:36:34 > git checkout -f e4e49277551a62abe37a613a55270ef9ef9ee353 # timeout=10 09:36:38 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" 09:36:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:36:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:36:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:36:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:36:40 + + true 09:36:40 sudo service docker restart 09:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.203s coverage: 45.6% of statements 09:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:36:43 provisioning config files... 09:36:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config4392657700526325820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:43 ---> docker-login.sh 09:36:43 nexus3.edgexfoundry.org:10001 09:36:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:45 Configure a credential helper to remove this warning. See 09:36:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:45 09:36:45 Login Succeeded 09:36:45 nexus3.edgexfoundry.org:10002 09:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:45 Configure a credential helper to remove this warning. See 09:36:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:45 09:36:45 Login Succeeded 09:36:45 nexus3.edgexfoundry.org:10003 09:36:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:46 Configure a credential helper to remove this warning. See 09:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:46 09:36:46 Login Succeeded 09:36:46 nexus3.edgexfoundry.org:10004 09:36:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:46 Configure a credential helper to remove this warning. See 09:36:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:46 09:36:46 Login Succeeded 09:36:46 docker.io 09:36:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.384s coverage: 27.1% of statements 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:36:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:36:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.144s coverage: 100.0% of statements 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:36:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.151s coverage: 65.8% of statements 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:36:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:47 Configure a credential helper to remove this warning. See 09:36:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:47 09:36:47 Login Succeeded 09:36:47 ---> docker-login.sh ends [Pipeline] } 09:36:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:36:47 ========================================================= 09:36:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:36:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:36:48 + 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 . 09:36:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.635s coverage: 82.3% of statements 09:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:36:50 Sending build context to Docker daemon 166.2MB 09:36:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:36:50 Step 2/6 : FROM ${BASE} 09:36:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:36:50 5f621e34cdf4: Pulling fs layer 09:36:50 a4357932f1b6: Pulling fs layer 09:36:50 18c013af1878: Pulling fs layer 09:36:50 00ac8860ef70: Pulling fs layer 09:36:50 63d7cb157983: Pulling fs layer 09:36:50 b116817d02f9: Pulling fs layer 09:36:50 745a02a5169b: Pulling fs layer 09:36:50 63d7cb157983: Waiting 09:36:50 b116817d02f9: Waiting 09:36:50 745a02a5169b: Waiting 09:36:50 00ac8860ef70: Waiting 09:36:50 18c013af1878: Download complete 09:36:50 a4357932f1b6: Verifying Checksum 09:36:50 a4357932f1b6: Download complete 09:36:50 63d7cb157983: Verifying Checksum 09:36:50 63d7cb157983: Download complete 09:36:50 b116817d02f9: Download complete 09:36:50 5f621e34cdf4: Verifying Checksum 09:36:50 5f621e34cdf4: Download complete 09:36:51 5f621e34cdf4: Pull complete 09:36:51 a4357932f1b6: Pull complete 09:36:52 18c013af1878: Pull complete 09:36:53 745a02a5169b: Verifying Checksum 09:36:53 745a02a5169b: Download complete 09:36:54 00ac8860ef70: Verifying Checksum 09:36:54 00ac8860ef70: Download complete 09:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.651s coverage: 28.6% of statements 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.406s coverage: 86.7% of statements 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.442s coverage: 97.5% of statements 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.283s coverage: 78.3% of statements 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:37:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.673s coverage: 92.8% of statements 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:37:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:37:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 0.1% of statements 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 09:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements 09:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements 09:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.499s coverage: 96.3% of statements 09:37:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.126s coverage: 87.5% of statements 09:37:04 00ac8860ef70: Pull complete 09:37:04 63d7cb157983: Pull complete 09:37:04 b116817d02f9: Pull complete 09:37:08 745a02a5169b: Pull complete 09:37:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:37:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:37:08 ---> b7e6874047d6 09:37:08 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:37:12 ---> Running in e436cca3bcd2 09:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:37:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.109s coverage: 94.4% of statements 09:37:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements 09:37:17 (1/12) Installing libmagic (5.38-r0) 09:37:17 (2/12) Installing file (5.38-r0) 09:37:17 (3/12) Installing libc-dev (0.7.2-r3) 09:37:18 (4/12) Installing g++ (9.3.0-r2) 09:37:28 (5/12) Installing fortify-headers (1.1-r0) 09:37:28 (6/12) Installing patch (2.7.6-r6) 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.170s coverage: 92.9% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.124s coverage: 87.2% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.188s coverage: 100.0% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.4% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.400s coverage: 63.5% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.289s coverage: 68.9% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 37.0% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.789s coverage: 84.0% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.299s coverage: 47.0% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.083s coverage: 100.0% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:37:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:37:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:37:28 (7/12) Installing build-base (0.5-r2) 09:37:28 (8/12) Installing libsodium (1.0.18-r0) 09:37:28 (9/12) Installing pkgconf (1.7.2-r0) 09:37:29 (10/12) Installing libsodium-dev (1.0.18-r0) 09:37:29 (11/12) Installing libzmq (4.3.3-r0) 09:37:29 (12/12) Installing zeromq-dev (4.3.3-r0) 09:37:29 Executing busybox-1.31.1-r19.trigger 09:37:29 OK: 217 MiB in 51 packages 09:37:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.425s coverage: 87.7% of statements 09:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:37:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:37:33 Removing intermediate container e436cca3bcd2 09:37:33 ---> de0df3c8464e 09:37:33 Step 4/6 : WORKDIR /edgex-go 09:37:33 ---> Running in 2776f95af88a 09:37:34 Removing intermediate container 2776f95af88a 09:37:34 ---> 7b65de216589 09:37:34 Step 5/6 : COPY go.mod . 09:37:35 ---> d384eb917651 09:37:35 Step 6/6 : RUN go mod download 09:37:35 ---> Running in d73652ef4e6b 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.239s coverage: 29.1% of statements 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.301s coverage: 99.0% of statements 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.114s coverage: 100.0% of statements 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.211s coverage: 100.0% of statements 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:37:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements 09:37:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.055s coverage: 100.0% of statements 09:37:38 GO111MODULE=on go vet ./... 09:38:01 Removing intermediate container d73652ef4e6b 09:38:01 ---> 5f75ddf58e18 09:38:02 Successfully built 5f75ddf58e18 09:38:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:38:02 + docker inspect -f . ci-base-image-arm64 09:38:02 . [Pipeline] withDockerContainer 09:38:02 prd-ubuntu18.04-docker-arm64-4c-16g-25545 does not seem to be running inside a container 09:38:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 09:38:04 $ docker top 7f5fad939dd993275ac1cc74d2c52e3e4c8b2fc322f132d0133b44dda4e8824d -eo pid,comm [Pipeline] { [Pipeline] sh 09:38:05 + go version 09:38:05 go version go1.15.5 linux/arm64 [Pipeline] } 09:38:05 $ docker stop --time=1 7f5fad939dd993275ac1cc74d2c52e3e4c8b2fc322f132d0133b44dda4e8824d 09:38:07 $ docker rm -f 7f5fad939dd993275ac1cc74d2c52e3e4c8b2fc322f132d0133b44dda4e8824d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:38:08 + docker inspect -f . ci-base-image-arm64 09:38:08 . [Pipeline] withDockerContainer 09:38:08 prd-ubuntu18.04-docker-arm64-4c-16g-25545 does not seem to be running inside a container 09:38:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** ci-base-image-arm64 cat 09:38:10 $ docker top ed8fdfb1f8f080c229a55256346b03a929f891f9628bb3465059cd819656f44b -eo pid,comm [Pipeline] { [Pipeline] echo 09:38:10 ========================================================= 09:38:10 [edgeXBuildGoParallel] Running Tests and Build... 09:38:10 ========================================================= [Pipeline] sh 09:38:11 + make test 09:38:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:38:38 ? github.com/edgexfoundry/edgex-go [no test files] 09:38:47 gofmt -l . 09:38:47 [ "`gofmt -l .`" = "" ] 09:38:47 ./bin/test-go-mod-tidy.sh 09:38:48 ./bin/test-attribution-txt.sh 09:38:49 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 09:38:49 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 09:38:49 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 09:38:49 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 09:38:49 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 09:38:49 make: *** [Makefile:103: test] Error 1 [Pipeline] } 09:38:49 $ docker stop --time=1 531cb94de29af7b986c8e1f9eeea4c1c07944f0ccb0055c767840a19505ea1e2 09:38:53 $ docker rm -f 531cb94de29af7b986c8e1f9eeea4c1c07944f0ccb0055c767840a19505ea1e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:38:55 Failed in branch amd64 09:39:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:39:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:39:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:39:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.406s coverage: 45.6% of statements 09:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.251s coverage: 100.0% of statements 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.235s coverage: 65.8% of statements 09:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.689s coverage: 82.3% of statements 09:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.189s coverage: 28.6% of statements 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements 09:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.358s coverage: 97.5% of statements 09:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 09:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.440s coverage: 92.8% of statements 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.270s coverage: 0.1% of statements 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.095s coverage: 45.5% of statements 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements 09:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.097s coverage: 94.4% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.095s coverage: 44.8% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.4% of statements 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.480s coverage: 63.5% of statements 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 09:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.796s coverage: 68.9% of statements 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.402s coverage: 37.0% of statements 09:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.654s coverage: 84.0% of statements 09:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements 09:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.426s coverage: 47.0% of statements 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:41:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.252s coverage: 87.7% of statements 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:41:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.161s coverage: 29.1% of statements 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.245s coverage: 99.0% of statements 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.138s coverage: 100.0% of statements 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.147s coverage: 100.0% of statements 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:41:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 09:41:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 09:41:20 GO111MODULE=on go vet ./... 09:42:42 gofmt -l . 09:42:42 [ "`gofmt -l .`" = "" ] 09:42:42 ./bin/test-go-mod-tidy.sh 09:42:42 ./bin/test-attribution-txt.sh 09:42:42 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 09:42:42 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 09:42:42 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 09:42:42 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 09:42:42 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 09:42:43 make: *** [Makefile:103: test] Error 1 [Pipeline] } 09:42:43 $ docker stop --time=1 ed8fdfb1f8f080c229a55256346b03a929f891f9628bb3465059cd819656f44b 09:42:45 $ docker rm -f ed8fdfb1f8f080c229a55256346b03a929f891f9628bb3465059cd819656f44b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:42:47 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:42:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:42:51 ---> package-listing.sh 09:42:51 ++ facter osfamily 09:42:51 ++ tr '[:upper:]' '[:lower:]' 09:42:51 + OS_FAMILY=redhat 09:42:51 + workspace=/w/workspace/edgex-go/7 09:42:51 + START_PACKAGES=/tmp/packages_start.txt 09:42:51 + END_PACKAGES=/tmp/packages_end.txt 09:42:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:42:51 + PACKAGES=/tmp/packages_start.txt 09:42:51 + '[' /w/workspace/edgex-go/7 ']' 09:42:51 + PACKAGES=/tmp/packages_end.txt 09:42:51 + case "${OS_FAMILY}" in 09:42:51 + rpm -qa 09:42:51 + sort 09:42:58 + '[' -f /tmp/packages_start.txt ']' 09:42:58 + '[' -f /tmp/packages_end.txt ']' 09:42:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:42:58 + '[' /w/workspace/edgex-go/7 ']' 09:42:58 + mkdir -p /w/workspace/edgex-go/7/archives/ 09:42:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 09:42:58 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/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:42:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:42:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:42:59 09:42:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:43:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:43:00 alpine: Pulling from edgex-lftools-log-publisher 09:43:00 df20fa9351a1: Pulling fs layer 09:43:00 36b3adc4ff6f: Pulling fs layer 09:43:00 8ad3a11d3b57: Pulling fs layer 09:43:00 46f8f816bc3b: Pulling fs layer 09:43:00 93b61091891f: Pulling fs layer 09:43:00 93b9cdb0e59b: Pulling fs layer 09:43:00 5e14af77c1be: Pulling fs layer 09:43:00 01666e4c0597: Pulling fs layer 09:43:00 aa168da1d23b: Pulling fs layer 09:43:00 93b61091891f: Waiting 09:43:00 93b9cdb0e59b: Waiting 09:43:00 5e14af77c1be: Waiting 09:43:00 01666e4c0597: Waiting 09:43:00 aa168da1d23b: Waiting 09:43:00 46f8f816bc3b: Waiting 09:43:00 36b3adc4ff6f: Verifying Checksum 09:43:00 36b3adc4ff6f: Download complete 09:43:00 46f8f816bc3b: Download complete 09:43:00 df20fa9351a1: Verifying Checksum 09:43:00 df20fa9351a1: Download complete 09:43:00 93b9cdb0e59b: Verifying Checksum 09:43:00 93b9cdb0e59b: Download complete 09:43:00 5e14af77c1be: Download complete 09:43:00 01666e4c0597: Verifying Checksum 09:43:00 01666e4c0597: Download complete 09:43:00 93b61091891f: Download complete 09:43:01 df20fa9351a1: Pull complete 09:43:01 8ad3a11d3b57: Verifying Checksum 09:43:01 8ad3a11d3b57: Download complete 09:43:02 36b3adc4ff6f: Pull complete 09:43:04 8ad3a11d3b57: Pull complete 09:43:04 46f8f816bc3b: Pull complete 09:43:05 93b61091891f: Pull complete 09:43:05 93b9cdb0e59b: Pull complete 09:43:05 5e14af77c1be: Pull complete 09:43:06 01666e4c0597: Pull complete 09:43:09 aa168da1d23b: Verifying Checksum 09:43:09 aa168da1d23b: Download complete 09:43:28 aa168da1d23b: Pull complete 09:43:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:43:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:43:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:43:29 prd-centos7-docker-4c-2g-25534 does not seem to be running inside a container 09:43:29 $ 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/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:43:32 $ docker top 06c83598e5a13decb7deb23fb8e388e078595fa994624df393fca9b27f8fa58e -eo pid,comm [Pipeline] { [Pipeline] sh 09:43:33 + touch /tmp/pre-build-complete [Pipeline] sh 09:43:33 + mkdir -p /var/log/sa [Pipeline] sh 09:43:34 + ls /var/log/sa-host 09:43:34 + sadf -c /var/log/sa-host/sa08 09:43:34 file_magic: OK 09:43:34 HZ: Using current value: 100 09:43:34 file_header: OK 09:43:34 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 09:43:34 Statistics: 09:43:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:43:34 File successfully converted to sysstat format version 12.2.1 09:43:34 + sadf -c /var/log/sa-host/sa23 09:43:34 file_magic: OK 09:43:34 HZ: Using current value: 100 09:43:34 file_header: OK 09:43:34 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 09:43:34 Statistics: 09:43:34 Hnuu...uuuununununu... 09:43:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:43:34 provisioning config files... 09:43:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2524003468386128357tmp [Pipeline] { [Pipeline] echo 09:43:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:43:35 ---> create-netrc.sh [Pipeline] } 09:43:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:43:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:43:36 ---> python-tools-install.sh [Pipeline] echo 09:43:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:43:36 ---> sudo-logs.sh 09:43:36 Archiving 'sudo' log.. [Pipeline] echo 09:43:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:43:37 ---> job-cost.sh 09:43:38 lf-activate-venv: SKIPPING 09:43:38 INFO: No Stack... 09:43:38 INFO: Retrieving Pricing Info for: v1-standard-2 09:43:39 INFO: Archiving Costs [Pipeline] echo 09:43:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:43:39 ---> logs-deploy.sh 09:43:39 lf-activate-venv: SKIPPING 09:43:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3133/7 09:43:39 INFO: archiving workspace using pattern(s): 09:43:42 Archives upload complete. 09:43:42 INFO: archiving logs to Nexus 09:43:44 ---> uname -a: 09:43:44 Linux prd-centos7-docker-4c-2g-25534.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:43:44 09:43:44 09:43:44 ---> lscpu: 09:43:44 Architecture: x86_64 09:43:44 CPU op-mode(s): 32-bit, 64-bit 09:43:44 Byte Order: Little Endian 09:43:44 Address sizes: 40 bits physical, 48 bits virtual 09:43:44 CPU(s): 4 09:43:44 On-line CPU(s) list: 0-3 09:43:44 Thread(s) per core: 1 09:43:44 Core(s) per socket: 1 09:43:44 Socket(s): 4 09:43:44 NUMA node(s): 1 09:43:44 Vendor ID: GenuineIntel 09:43:44 CPU family: 6 09:43:44 Model: 44 09:43:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:43:44 Stepping: 1 09:43:44 CPU MHz: 2933.438 09:43:44 BogoMIPS: 5866.87 09:43:44 Virtualization: VT-x 09:43:44 Hypervisor vendor: KVM 09:43:44 Virtualization type: full 09:43:44 L1d cache: 128 KiB 09:43:44 L1i cache: 128 KiB 09:43:44 L2 cache: 16 MiB 09:43:44 L3 cache: 64 MiB 09:43:44 NUMA node0 CPU(s): 0-3 09:43:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:43:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:43:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:43:44 Vulnerability Meltdown: Mitigation; PTI 09:43:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:43:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:43:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:43:44 Vulnerability Srbds: Not affected 09:43:44 Vulnerability Tsx async abort: Not affected 09:43:44 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 09:43:44 09:43:44 09:43:44 ---> nproc: 09:43:44 4 09:43:44 09:43:44 09:43:44 ---> df -h: 09:43:44 Filesystem Size Used Available Use% Mounted on 09:43:44 overlay 50.0G 8.2G 41.7G 17% / 09:43:44 tmpfs 64.0M 0 64.0M 0% /dev 09:43:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:43:44 shm 64.0M 0 64.0M 0% /dev/shm 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/7 09:43:44 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/7@tmp 09:43:44 09:43:44 09:43:44 ---> free -m: 09:43:44 total used free shared buff/cache available 09:43:44 Mem: 1837 761 135 0 941 985 09:43:44 Swap: 1023 4 1019 09:43:44 09:43:44 09:43:44 ---> ip addr: 09:43:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:43:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:43:44 inet 127.0.0.1/8 scope host lo 09:43:44 valid_lft forever preferred_lft forever 09:43:44 inet6 ::1/128 scope host 09:43:44 valid_lft forever preferred_lft forever 09:43:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:43:44 link/ether fa:16:3e:ad:90:8c brd ff:ff:ff:ff:ff:ff 09:43:44 inet 10.30.123.46/23 brd 10.30.123.255 scope global dynamic eth0 09:43:44 valid_lft 85599sec preferred_lft 85599sec 09:43:44 inet6 fe80::f816:3eff:fead:908c/64 scope link 09:43:44 valid_lft forever preferred_lft forever 09:43:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:43:44 link/ether 02:42:16:a4:3b:cb brd ff:ff:ff:ff:ff:ff 09:43:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:43:44 valid_lft forever preferred_lft forever 09:43:44 inet6 fe80::42:16ff:fea4:3bcb/64 scope link 09:43:44 valid_lft forever preferred_lft forever 09:43:44 09:43:44 09:43:44 ---> sar -b -r -n DEV: 09:43:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 09:43:44 09:43:44 09:30:04 LINUX RESTART (4 CPU) 09:43:44 09:43:44 09:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:43:44 09:32:01 48.83 16.47 32.36 0.00 1804.35 7076.99 0.00 09:43:44 09:33:01 44.05 16.46 27.59 0.00 4868.23 6407.30 0.00 09:43:44 09:34:02 115.85 51.89 63.96 0.00 5216.19 30892.80 0.00 09:43:44 09:35:01 198.45 69.21 129.24 0.00 2853.61 20581.35 0.00 09:43:44 09:36:01 156.94 82.56 74.38 0.00 3084.20 10463.31 0.00 09:43:44 09:37:02 73.00 18.72 54.28 0.00 810.73 6555.55 0.00 09:43:44 09:38:01 67.52 37.15 30.36 0.00 1460.69 2267.70 0.00 09:43:44 09:39:01 67.65 26.37 41.27 0.00 1695.13 4695.42 0.00 09:43:44 09:40:01 4.71 0.13 4.57 0.00 4.26 172.17 0.00 09:43:44 09:41:01 0.28 0.00 0.28 0.00 0.00 4.14 0.00 09:43:44 09:42:02 0.37 0.00 0.37 0.00 0.00 5.32 0.00 09:43:44 09:43:01 57.76 57.30 0.46 0.00 4964.99 10.54 0.00 09:43:44 Average: 69.53 31.30 38.23 0.00 2228.56 7432.00 0.00 09:43:44 09:43:44 09:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:43:44 09:32:01 84692 0 568188 30.20 2620 1226044 1092364 37.28 495132 1102708 12060 09:43:44 09:33:01 73760 0 805144 42.79 2620 1000020 1511384 51.58 657636 945764 31292 09:43:44 09:34:02 67024 0 721152 38.33 2596 1090772 1579740 53.91 710224 877300 49800 09:43:44 09:35:01 72068 0 764128 40.61 1864 1043484 1520836 51.90 607464 922396 53204 09:43:44 09:36:01 134212 0 883672 46.97 1436 862224 1725564 58.89 672288 794056 38556 09:43:44 09:37:02 214884 0 771792 41.02 720 894148 1608708 54.90 635104 742720 55668 09:43:44 09:38:01 261292 0 794148 42.21 680 825424 1744996 59.55 580504 744144 63208 09:43:44 09:39:01 500228 0 710444 37.76 640 670232 1114036 38.02 503296 581992 20 09:43:44 09:40:01 527280 0 683384 36.32 640 670240 1082156 36.93 511396 572048 12 09:43:44 09:41:01 525768 0 684892 36.40 640 670244 1082372 36.94 512564 572048 8 09:43:44 09:42:02 525560 0 685096 36.41 640 670248 1082472 36.94 512744 572052 8 09:43:44 09:43:01 327136 0 715060 38.00 640 838708 1287936 43.96 555356 724652 21804 09:43:44 Average: 276159 0 732258 38.92 1311 871816 1369380 46.73 579476 762657 27137 09:43:44 09:43:44 09:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:43:44 09:32:01 eth0 558.88 441.13 3350.58 74.83 0.00 0.00 0.00 0.00 09:43:44 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:33:01 veth40c33af 676.09 657.23 71.14 2658.09 0.00 0.00 0.00 0.00 09:43:44 09:33:01 eth0 737.70 737.73 3000.63 115.43 0.00 0.00 0.00 0.00 09:43:44 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:33:01 docker0 676.09 657.09 61.89 2658.07 0.00 0.00 0.00 0.00 09:43:44 09:34:02 eth0 295.24 238.59 2829.01 26.12 0.00 0.00 0.00 0.00 09:43:44 09:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:34:02 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:35:01 eth0 191.68 130.25 868.66 18.14 0.00 0.00 0.00 0.00 09:43:44 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:35:01 docker0 115.34 167.83 8.17 853.01 0.00 0.00 0.00 0.00 09:43:44 09:36:01 vethd4cc733 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:43:44 09:36:01 eth0 23.84 18.77 25.30 9.86 0.00 0.00 0.00 0.00 09:43:44 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:37:02 vethd4cc733 0.61 0.61 0.05 0.05 0.00 0.00 0.00 0.00 09:43:44 09:37:02 eth0 32.05 30.81 17.52 75.46 0.00 0.00 0.00 0.00 09:43:44 09:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:37:02 docker0 0.61 0.61 0.04 0.05 0.00 0.00 0.00 0.00 09:43:44 09:38:01 vethd4cc733 1.47 1.47 0.11 0.11 0.00 0.00 0.00 0.00 09:43:44 09:38:01 eth0 20.06 15.41 14.64 8.13 0.00 0.00 0.00 0.00 09:43:44 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:38:01 docker0 1.47 1.47 0.09 0.11 0.00 0.00 0.00 0.00 09:43:44 09:39:01 eth0 5.33 4.47 4.91 2.28 0.00 0.00 0.00 0.00 09:43:44 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:43:44 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:41:01 eth0 1.65 0.50 0.38 0.20 0.00 0.00 0.00 0.00 09:43:44 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:42:02 eth0 0.73 0.58 0.41 0.28 0.00 0.00 0.00 0.00 09:43:44 09:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:43:01 eth0 42.51 32.90 336.63 6.51 0.00 0.00 0.00 0.00 09:43:44 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 Average: eth0 158.97 137.57 869.61 28.14 0.00 0.00 0.00 0.00 09:43:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:43:44 Average: docker0 66.35 69.08 5.87 293.11 0.00 0.00 0.00 0.00 09:43:44 09:43:44 09:43:44 ---> sar -P ALL: 09:43:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 09:43:44 09:43:44 09:30:04 LINUX RESTART (4 CPU) 09:43:44 09:43:44 09:31:02 CPU %user %nice %system %iowait %steal %idle 09:43:44 09:32:01 all 12.40 0.00 3.64 1.26 21.74 60.95 09:43:44 09:32:01 0 12.85 0.00 3.63 2.61 22.29 58.62 09:43:44 09:32:01 1 10.23 0.00 3.06 0.70 22.20 63.81 09:43:44 09:32:01 2 14.86 0.00 4.15 0.91 21.92 58.15 09:43:44 09:32:01 3 11.78 0.00 3.75 0.84 20.59 63.04 09:43:44 09:33:01 all 6.49 0.00 3.84 0.74 20.47 68.46 09:43:44 09:33:01 0 5.59 0.00 3.90 0.47 23.39 66.66 09:43:44 09:33:01 1 5.41 0.00 4.32 1.65 19.11 69.50 09:43:44 09:33:01 2 7.41 0.00 3.37 0.39 19.33 69.49 09:43:44 09:33:01 3 7.56 0.00 3.75 0.46 20.06 68.17 09:43:44 09:34:02 all 4.75 0.00 3.45 1.63 27.32 62.84 09:43:44 09:34:02 0 2.94 0.00 3.39 0.93 31.01 61.74 09:43:44 09:34:02 1 2.83 0.00 2.72 1.11 26.49 66.86 09:43:44 09:34:02 2 8.22 0.00 3.98 3.93 25.92 57.96 09:43:44 09:34:02 3 5.18 0.00 3.75 0.64 25.78 64.65 09:43:44 09:35:01 all 3.72 0.00 4.14 3.49 19.77 68.87 09:43:44 09:35:01 0 3.43 0.00 4.39 2.44 23.37 66.37 09:43:44 09:35:01 1 3.93 0.00 4.24 4.01 18.74 69.06 09:43:44 09:35:01 2 3.60 0.00 4.16 5.82 18.72 67.69 09:43:44 09:35:01 3 3.92 0.00 3.76 1.68 18.19 72.45 09:43:44 09:36:01 all 23.44 0.00 7.89 4.21 22.04 42.43 09:43:44 09:36:01 0 22.87 0.00 6.88 4.72 21.84 43.69 09:43:44 09:36:01 1 26.08 0.00 9.04 5.28 21.24 38.37 09:43:44 09:36:01 2 24.31 0.00 8.88 3.68 21.68 41.45 09:43:44 09:36:01 3 20.62 0.00 6.81 3.19 23.36 46.02 09:43:44 09:37:02 all 35.15 0.00 11.60 2.20 33.06 18.00 09:43:44 09:37:02 0 32.94 0.00 11.45 2.18 33.82 19.61 09:43:44 09:37:02 1 39.13 0.00 12.49 2.26 32.82 13.30 09:43:44 09:37:02 2 35.97 0.00 12.34 1.96 30.78 18.95 09:43:44 09:37:02 3 32.83 0.00 10.17 2.38 34.77 19.85 09:43:44 09:38:01 all 26.11 0.00 11.90 1.86 30.19 29.94 09:43:44 09:38:01 0 30.13 0.00 13.35 1.32 29.19 26.01 09:43:44 09:38:01 1 26.02 0.00 10.97 1.63 30.55 30.82 09:43:44 09:38:01 2 26.97 0.00 11.81 2.41 28.63 30.18 09:43:44 09:38:01 3 21.59 0.00 11.52 2.07 32.29 32.53 09:43:44 09:39:01 all 18.87 0.00 9.58 5.02 29.92 36.61 09:43:44 09:39:01 0 21.66 0.00 10.34 6.25 28.78 32.97 09:43:44 09:39:01 1 17.36 0.00 8.83 4.03 30.69 39.10 09:43:44 09:39:01 2 18.40 0.00 9.17 4.45 29.49 38.48 09:43:44 09:39:01 3 18.11 0.00 10.00 5.40 30.72 35.78 09:43:44 09:40:01 all 0.09 0.00 0.14 0.00 1.10 98.67 09:43:44 09:40:01 0 0.02 0.00 0.17 0.00 0.85 98.97 09:43:44 09:40:01 1 0.23 0.00 0.12 0.00 1.39 98.27 09:43:44 09:40:01 2 0.02 0.00 0.20 0.00 1.16 98.63 09:43:44 09:40:01 3 0.08 0.00 0.08 0.00 1.01 98.82 09:43:44 09:41:01 all 0.07 0.00 0.02 0.00 0.59 99.32 09:43:44 09:41:01 0 0.00 0.00 0.02 0.00 0.53 99.45 09:43:44 09:41:01 1 0.27 0.00 0.02 0.00 0.51 99.20 09:43:44 09:41:01 2 0.02 0.00 0.02 0.00 0.65 99.32 09:43:44 09:41:01 3 0.02 0.00 0.02 0.00 0.68 99.29 09:43:44 09:42:02 all 0.13 0.00 0.23 0.00 1.01 98.63 09:43:44 09:42:02 0 0.03 0.00 0.08 0.00 1.04 98.84 09:43:44 09:42:02 1 0.05 0.00 0.48 0.00 0.88 98.59 09:43:44 09:42:02 2 0.08 0.00 0.13 0.00 1.22 98.56 09:43:44 09:42:02 3 0.36 0.00 0.22 0.00 0.91 98.51 09:43:44 09:43:44 09:42:02 CPU %user %nice %system %iowait %steal %idle 09:43:44 09:43:01 all 1.14 0.00 0.65 1.49 2.14 94.59 09:43:44 09:43:01 0 1.66 0.00 0.85 2.12 2.66 92.71 09:43:44 09:43:01 1 0.47 0.00 0.40 0.62 1.85 96.66 09:43:44 09:43:01 2 1.64 0.00 0.92 2.41 2.00 93.03 09:43:44 09:43:01 3 0.79 0.00 0.42 0.81 2.04 95.94 09:43:44 Average: all 10.61 0.00 4.62 1.79 17.29 65.69 09:43:44 Average: 0 10.69 0.00 4.71 1.87 18.14 64.59 09:43:44 Average: 1 10.40 0.00 4.55 1.74 17.00 66.32 09:43:44 Average: 2 11.41 0.00 4.79 2.15 16.61 65.03 09:43:44 Average: 3 9.97 0.00 4.42 1.41 17.39 66.81 09:43:44 09:43:44 09:43:44