Pull request #3133 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 64ad5e4024d8a5b9213377807c8fbb1213a44068+dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b (4b15bd76e58d89eed4cd6454138bffb8ab900150) 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 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26203’ is offline; ‘prd-centos7-docker-4c-2g-26205’ is offline Running on prd-centos7-docker-4c-2g-26212 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 64ad5e4024d8a5b9213377807c8fbb1213a44068 Merge succeeded, producing 64ad5e4024d8a5b9213377807c8fbb1213a44068 Checking out Revision 64ad5e4024d8a5b9213377807c8fbb1213a44068 (PR-3133) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 64ad5e4024d8a5b9213377807c8fbb1213a44068 # 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 dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 64ad5e4024d8a5b9213377807c8fbb1213a44068 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:15:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:15:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:15:44 ========================================================= 03:15:44 EdgeX Global Pipelines Version Info 03:15:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b097b2644647151a7e9ce04eee05fa43c2d29781 # timeout=10 03:15:45 ------------------- 03:15:45 stable info: 03:15:45 ------------------- 03:15:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:15:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:15:45 Message: update stable to v1.0.179 03:15:46 ------------------- 03:15:46 experimental info: 03:15:46 ------------------- 03:15:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:15:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:15:46 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:15:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:15:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3133 [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3133 [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3133 [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 64ad5e4024d8a5b9213377807c8fbb1213a44068 [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 64ad5e4 [Pipeline] echo 03:15:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:15:50 provisioning config files... 03:15:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config7500239714097847629tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:15:50 ---> docker-login.sh 03:15:50 nexus3.edgexfoundry.org:10001 03:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:50 Configure a credential helper to remove this warning. See 03:15:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:50 03:15:50 Login Succeeded 03:15:50 nexus3.edgexfoundry.org:10002 03:15:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:51 Configure a credential helper to remove this warning. See 03:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:51 03:15:51 Login Succeeded 03:15:51 nexus3.edgexfoundry.org:10003 03:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:51 Configure a credential helper to remove this warning. See 03:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:51 03:15:51 Login Succeeded 03:15:51 nexus3.edgexfoundry.org:10004 03:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:51 Configure a credential helper to remove this warning. See 03:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:51 03:15:51 Login Succeeded 03:15:51 docker.io 03:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:15:51 Configure a credential helper to remove this warning. See 03:15:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:15:51 03:15:51 Login Succeeded 03:15:51 ---> docker-login.sh ends [Pipeline] } 03:15:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:15:52 ++ 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 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/core-command/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo core-command,cmd/core-command/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/core-data/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo core-data,cmd/core-data/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/core-metadata/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo core-metadata,cmd/core-metadata/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/security-bootstrapper/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/security-proxy-setup/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/support-notifications/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo support-notifications,cmd/support-notifications/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/support-scheduler/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:15:52 + for file in '`ls cmd/**/Dockerfile`' 03:15:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:15:52 ++ cut -d/ -f2 03:15:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:15:52 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 03:15:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:53 03:15:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:15:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:53 latest: Pulling from edgex-devops/git-semver 03:15:53 31603596830f: Pulling fs layer 03:15:53 2a8b12db71e7: Pulling fs layer 03:15:53 6ca5941a6612: Pulling fs layer 03:15:53 ecc8261a40a4: Pulling fs layer 03:15:53 ecc8261a40a4: Waiting 03:15:53 2a8b12db71e7: Verifying Checksum 03:15:53 2a8b12db71e7: Download complete 03:15:53 31603596830f: Verifying Checksum 03:15:53 31603596830f: Download complete 03:15:53 ecc8261a40a4: Verifying Checksum 03:15:53 ecc8261a40a4: Download complete 03:15:53 6ca5941a6612: Verifying Checksum 03:15:53 6ca5941a6612: Download complete 03:15:54 31603596830f: Pull complete 03:15:54 2a8b12db71e7: Pull complete 03:15:55 6ca5941a6612: Pull complete 03:15:55 ecc8261a40a4: Pull complete 03:15:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:15:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:15:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:15:55 prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container 03:15:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:15:58 $ docker top 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:15:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:58 [ssh-agent] Looking for ssh-agent implementation... 03:15:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:15:58 $ docker exec 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent 03:15:58 SSH_AUTH_SOCK=/tmp/ssh-TF3VXnNZF2QL/agent.11 03:15:58 SSH_AGENT_PID=16 03:15:58 Running ssh-add (command line suppressed) 03:15:59 Identity added: /w/workspace/edgex-go/15@tmp/private_key_3429254806735696923.key (/w/workspace/edgex-go/15@tmp/private_key_3429254806735696923.key) 03:15:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:15:59 + git tag --points-at HEAD [Pipeline] } 03:15:59 $ docker exec --env ******** --env ******** 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent -k 03:15:59 unset SSH_AUTH_SOCK; 03:15:59 unset SSH_AGENT_PID; 03:15:59 echo Agent pid 16 killed; 03:15:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:15:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:15:59 [ssh-agent] Looking for ssh-agent implementation... 03:16:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:16:00 $ docker exec 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent 03:16:00 SSH_AUTH_SOCK=/tmp/ssh-RoCzHoxQW34O/agent.44 03:16:00 SSH_AGENT_PID=49 03:16:00 Running ssh-add (command line suppressed) 03:16:00 Identity added: /w/workspace/edgex-go/15@tmp/private_key_4500084594535306394.key (/w/workspace/edgex-go/15@tmp/private_key_4500084594535306394.key) 03:16:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:16:00 + git semver init 03:16:00 # -> Open(): unable to determine branch for HEAD 03:16:00 # $GIT_DIR = /w/workspace/edgex-go/15/.git 03:16:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 03:16:00 # $SEMVER_REMOTE_NAME = origin 03:16:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:16:00 # $SEMVER_USER_NAME = edgex-jenkins 03:16:00 # $SEMVER_BRANCH = PR-3133 03:16:00 # $SEMVER_TEMP = /tmp/semver-581905787 03:16:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:16:27 # '/tmp/semver-581905787' -> '/w/workspace/edgex-go/15/.semver' 03:16:27 # -> Force: false 03:16:27 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 03:16:27 $ docker exec --env ******** --env ******** 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 ssh-agent -k 03:16:27 unset SSH_AUTH_SOCK; 03:16:27 unset SSH_AGENT_PID; 03:16:27 echo Agent pid 49 killed; 03:16:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:16:28 + git semver [Pipeline] } 03:16:28 $ docker stop --time=1 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 03:16:30 $ docker rm -f 0c0dca6e567926d1b4e919c6f0eb10cecf453e62b748238feb26747e37501c26 [Pipeline] // withDockerContainer [Pipeline] sh 03:16:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:16:31 Stashed 1 file(s) [Pipeline] echo 03:16:31 [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 03:16:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:16:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:16:32 + sudo service docker restart 03:16:32 + true 03:16:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:16:33 ========================================================= 03:16:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:16:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:16:34 + 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 . 03:16:38 Sending build context to Docker daemon 327.8MB 03:16:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:16:38 Step 2/6 : FROM ${BASE} 03:16:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:16:38 188c0c94c7c5: Pulling fs layer 03:16:38 0ef7d3d256c8: Pulling fs layer 03:16:38 de9db76c5a1d: Pulling fs layer 03:16:38 bca2f99d35d6: Pulling fs layer 03:16:38 93359f2a8cfa: Pulling fs layer 03:16:38 7c6f9722023f: Pulling fs layer 03:16:38 a35cf1a2eb13: Pulling fs layer 03:16:38 93359f2a8cfa: Waiting 03:16:38 bca2f99d35d6: Waiting 03:16:38 7c6f9722023f: Waiting 03:16:38 a35cf1a2eb13: Waiting 03:16:38 de9db76c5a1d: Verifying Checksum 03:16:38 de9db76c5a1d: Download complete 03:16:38 0ef7d3d256c8: Download complete 03:16:38 93359f2a8cfa: Download complete 03:16:38 7c6f9722023f: Download complete 03:16:38 188c0c94c7c5: Verifying Checksum 03:16:38 188c0c94c7c5: Download complete 03:16:38 188c0c94c7c5: Pull complete 03:16:38 0ef7d3d256c8: Pull complete 03:16:39 de9db76c5a1d: Pull complete 03:16:40 a35cf1a2eb13: Verifying Checksum 03:16:40 a35cf1a2eb13: Download complete 03:16:40 bca2f99d35d6: Download complete 03:16:45 bca2f99d35d6: Pull complete 03:16:45 93359f2a8cfa: Pull complete 03:16:46 7c6f9722023f: Pull complete 03:16:46 Still waiting to schedule task 03:16:46 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26205’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26207’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26208’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-26211’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26201’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26214’ is offline 03:16:51 a35cf1a2eb13: Pull complete 03:16:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:16:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:16:51 ---> a62c8e92a672 03:16:51 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 03:16:51 ---> Running in 6ea9512f9fa6 03:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:16:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:16:53 (1/12) Installing libmagic (5.38-r0) 03:16:53 (2/12) Installing file (5.38-r0) 03:16:53 (3/12) Installing libc-dev (0.7.2-r3) 03:16:53 (4/12) Installing g++ (9.3.0-r2) 03:16:56 (5/12) Installing fortify-headers (1.1-r0) 03:16:56 (6/12) Installing patch (2.7.6-r6) 03:16:56 (7/12) Installing build-base (0.5-r2) 03:16:56 (8/12) Installing libsodium (1.0.18-r0) 03:16:56 (9/12) Installing pkgconf (1.7.2-r0) 03:16:57 (10/12) Installing libsodium-dev (1.0.18-r0) 03:16:57 (11/12) Installing libzmq (4.3.3-r0) 03:16:57 (12/12) Installing zeromq-dev (4.3.3-r0) 03:16:57 Executing busybox-1.31.1-r19.trigger 03:16:57 OK: 233 MiB in 51 packages 03:17:01 Removing intermediate container 6ea9512f9fa6 03:17:01 ---> 5ff39daa5d82 03:17:01 Step 4/6 : WORKDIR /edgex-go 03:17:01 ---> Running in 443bbb55bf2d 03:17:01 Removing intermediate container 443bbb55bf2d 03:17:01 ---> 74c673ac3008 03:17:01 Step 5/6 : COPY go.mod . 03:17:01 ---> 5cff07a8cc2d 03:17:01 Step 6/6 : RUN go mod download 03:17:01 ---> Running in f9fc56ae9260 03:17:23 Removing intermediate container f9fc56ae9260 03:17:23 ---> dc73ab0f6b7a 03:17:23 Successfully built dc73ab0f6b7a 03:17:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:17:24 + docker inspect -f . ci-base-image-x86_64 03:17:24 . [Pipeline] withDockerContainer 03:17:24 prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container 03:17:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat 03:17:25 $ docker top 3bd039e684ae3e64af8aeb24a0ef0c83b4d03bbeeaba760470af520d11e1f223 -eo pid,comm [Pipeline] { [Pipeline] sh 03:17:25 + go version 03:17:25 go version go1.15.5 linux/amd64 [Pipeline] } 03:17:25 $ docker stop --time=1 3bd039e684ae3e64af8aeb24a0ef0c83b4d03bbeeaba760470af520d11e1f223 03:17:27 $ docker rm -f 3bd039e684ae3e64af8aeb24a0ef0c83b4d03bbeeaba760470af520d11e1f223 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:17:27 + docker inspect -f . ci-base-image-x86_64 03:17:27 . [Pipeline] withDockerContainer 03:17:27 prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container 03:17:28 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat 03:17:28 $ docker top b3f10db408a168c0b0af971187539933af51d889d111047e18ebc361290ca626 -eo pid,comm [Pipeline] { [Pipeline] echo 03:17:28 ========================================================= 03:17:28 [edgeXBuildGoParallel] Running Tests and Build... 03:17:28 ========================================================= [Pipeline] sh 03:17:29 + make test 03:17:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:17:39 ? github.com/edgexfoundry/edgex-go [no test files] 03:17:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:17:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:18:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:18:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:18:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:18:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:18:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:18:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:18:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 45.9% of statements 03:18:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:18:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:18:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:18:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:18:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:18:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:18:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:18:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.079s coverage: 100.0% of statements 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.1% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:18:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.3% of statements 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:18:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:18:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.382s coverage: 28.6% of statements 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:18:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:18:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:18:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:18:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:18:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:18:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.401s coverage: 92.8% of statements 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:18:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.048s coverage: 96.3% of statements 03:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 03:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements 03:18:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 77.8% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.4% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 68.9% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 37.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.126s coverage: 89.4% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.742s coverage: 29.1% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.071s coverage: 100.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:18:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements 03:18:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 03:18:42 GO111MODULE=on go vet ./... 03:19:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26218 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws 03:19:00 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 03:19:06 using credential edgex-jenkins-ssh 03:19:06 Cloning the remote Git repository 03:19:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:19:06 > git init /w/workspace/edgex-go/15 # timeout=10 03:19:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:19:06 > git --version # timeout=10 03:19:06 > git --version # 'git version 2.17.1' 03:19:06 using GIT_SSH to set credentials SSH Credentials for GitHub 03:19:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:19:15 gofmt -l . 03:19:15 [ "`gofmt -l .`" = "" ] 03:19:15 ./bin/test-go-mod-tidy.sh 03:19:15 ./bin/test-attribution-txt.sh 03:19:15 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 03:19:15 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 03:19:15 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 03:19:15 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 03:19:15 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 03:19:15 make: *** [Makefile:99: test] Error 1 [Pipeline] } 03:19:15 $ docker stop --time=1 b3f10db408a168c0b0af971187539933af51d889d111047e18ebc361290ca626 03:19:17 $ docker rm -f b3f10db408a168c0b0af971187539933af51d889d111047e18ebc361290ca626 [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] } 03:19:18 Failed in branch amd64 03:19:29 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit 64ad5e4024d8a5b9213377807c8fbb1213a44068 03:19:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:19:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:19:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:19:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:19:28 using GIT_SSH to set credentials SSH Credentials for GitHub 03:19:28 > 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 03:19:29 > git config core.sparsecheckout # timeout=10 03:19:29 > git checkout -f 64ad5e4024d8a5b9213377807c8fbb1213a44068 # timeout=10 03:19:29 > git remote # timeout=10 03:19:29 Merge succeeded, producing 64ad5e4024d8a5b9213377807c8fbb1213a44068 03:19:29 Checking out Revision 64ad5e4024d8a5b9213377807c8fbb1213a44068 (PR-3133) 03:19:29 > git config --get remote.origin.url # timeout=10 03:19:29 using GIT_SSH to set credentials SSH Credentials for GitHub 03:19:29 > git merge dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 03:19:29 > git rev-parse HEAD^{commit} # timeout=10 03:19:29 > git config core.sparsecheckout # timeout=10 03:19:29 > git checkout -f 64ad5e4024d8a5b9213377807c8fbb1213a44068 # timeout=10 03:19:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:19:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:19:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:19:36 + + sudo service docker restart 03:19:36 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:19:38 provisioning config files... 03:19:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config8126343855338103170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:19:40 ---> docker-login.sh 03:19:40 nexus3.edgexfoundry.org:10001 03:19:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:42 Configure a credential helper to remove this warning. See 03:19:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:42 03:19:42 Login Succeeded 03:19:42 nexus3.edgexfoundry.org:10002 03:19:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:42 Configure a credential helper to remove this warning. See 03:19:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:42 03:19:42 Login Succeeded 03:19:42 nexus3.edgexfoundry.org:10003 03:19:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:43 Configure a credential helper to remove this warning. See 03:19:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:43 03:19:43 Login Succeeded 03:19:43 nexus3.edgexfoundry.org:10004 03:19:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:43 Configure a credential helper to remove this warning. See 03:19:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:43 03:19:43 Login Succeeded 03:19:43 docker.io 03:19:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:19:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:19:44 Configure a credential helper to remove this warning. See 03:19:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:19:44 03:19:44 Login Succeeded 03:19:44 ---> docker-login.sh ends [Pipeline] } 03:19:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:19:45 ========================================================= 03:19:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:19:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:19:45 + 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 . 03:19:48 Sending build context to Docker daemon 166.3MB 03:19:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:19:48 Step 2/6 : FROM ${BASE} 03:19:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:19:48 5f621e34cdf4: Pulling fs layer 03:19:48 a4357932f1b6: Pulling fs layer 03:19:48 18c013af1878: Pulling fs layer 03:19:48 00ac8860ef70: Pulling fs layer 03:19:48 63d7cb157983: Pulling fs layer 03:19:48 b116817d02f9: Pulling fs layer 03:19:48 745a02a5169b: Pulling fs layer 03:19:48 63d7cb157983: Waiting 03:19:48 b116817d02f9: Waiting 03:19:48 745a02a5169b: Waiting 03:19:48 00ac8860ef70: Waiting 03:19:48 18c013af1878: Verifying Checksum 03:19:48 18c013af1878: Download complete 03:19:48 a4357932f1b6: Verifying Checksum 03:19:48 a4357932f1b6: Download complete 03:19:48 63d7cb157983: Verifying Checksum 03:19:48 63d7cb157983: Download complete 03:19:48 b116817d02f9: Verifying Checksum 03:19:48 b116817d02f9: Download complete 03:19:48 5f621e34cdf4: Verifying Checksum 03:19:48 5f621e34cdf4: Download complete 03:19:48 5f621e34cdf4: Pull complete 03:19:49 a4357932f1b6: Pull complete 03:19:49 18c013af1878: Pull complete 03:19:50 745a02a5169b: Verifying Checksum 03:19:50 745a02a5169b: Download complete 03:19:51 00ac8860ef70: Verifying Checksum 03:19:51 00ac8860ef70: Download complete 03:20:01 00ac8860ef70: Pull complete 03:20:01 63d7cb157983: Pull complete 03:20:01 b116817d02f9: Pull complete 03:20:05 745a02a5169b: Pull complete 03:20:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:20:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:20:05 ---> b7e6874047d6 03:20:05 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 03:20:08 ---> Running in b90341fffeb0 03:20:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:20:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:20:11 (1/12) Installing libmagic (5.38-r0) 03:20:12 (2/12) Installing file (5.38-r0) 03:20:12 (3/12) Installing libc-dev (0.7.2-r3) 03:20:12 (4/12) Installing g++ (9.3.0-r2) 03:20:30 (5/12) Installing fortify-headers (1.1-r0) 03:20:30 (6/12) Installing patch (2.7.6-r6) 03:20:30 (7/12) Installing build-base (0.5-r2) 03:20:30 (8/12) Installing libsodium (1.0.18-r0) 03:20:30 (9/12) Installing pkgconf (1.7.2-r0) 03:20:30 (10/12) Installing libsodium-dev (1.0.18-r0) 03:20:30 (11/12) Installing libzmq (4.3.3-r0) 03:20:30 (12/12) Installing zeromq-dev (4.3.3-r0) 03:20:30 Executing busybox-1.31.1-r19.trigger 03:20:30 OK: 217 MiB in 51 packages 03:20:33 Removing intermediate container b90341fffeb0 03:20:33 ---> d59cb408aa59 03:20:33 Step 4/6 : WORKDIR /edgex-go 03:20:33 ---> Running in ce731b066db4 03:20:33 Removing intermediate container ce731b066db4 03:20:33 ---> 5737ae9deb9c 03:20:33 Step 5/6 : COPY go.mod . 03:20:34 ---> 7a74009bbafd 03:20:34 Step 6/6 : RUN go mod download 03:20:34 ---> Running in 51237f9d6f86 03:21:01 Removing intermediate container 51237f9d6f86 03:21:01 ---> c412ab4d51ff 03:21:01 Successfully built c412ab4d51ff 03:21:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:21:02 + docker inspect -f . ci-base-image-arm64 03:21:02 . [Pipeline] withDockerContainer 03:21:02 prd-ubuntu18.04-docker-arm64-4c-16g-26218 does not seem to be running inside a container 03:21:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 03:21:04 $ docker top d335b6f2137c295c601547c3d940d99137d288b46e372c1cd4fb8d177d36f4be -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:05 + go version 03:21:05 go version go1.15.5 linux/arm64 [Pipeline] } 03:21:05 $ docker stop --time=1 d335b6f2137c295c601547c3d940d99137d288b46e372c1cd4fb8d177d36f4be 03:21:07 $ docker rm -f d335b6f2137c295c601547c3d940d99137d288b46e372c1cd4fb8d177d36f4be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:21:08 + docker inspect -f . ci-base-image-arm64 03:21:08 . [Pipeline] withDockerContainer 03:21:08 prd-ubuntu18.04-docker-arm64-4c-16g-26218 does not seem to be running inside a container 03:21:08 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 03:21:10 $ docker top 9788a92a85d9112f54f0b5c8f726d8a81340e715d9d0b9158464527b702c2d36 -eo pid,comm [Pipeline] { [Pipeline] echo 03:21:10 ========================================================= 03:21:10 [edgeXBuildGoParallel] Running Tests and Build... 03:21:10 ========================================================= [Pipeline] sh 03:21:11 + make test 03:21:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:21:37 ? github.com/edgexfoundry/edgex-go [no test files] 03:22:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:22:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:22:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:22:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:22:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:22:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:22:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:22:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:22:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:22:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:23:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:23:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:23:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:23:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.312s coverage: 45.9% of statements 03:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:23:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:23:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.211s coverage: 100.0% of statements 03:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.578s coverage: 27.1% of statements 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:23:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.810s coverage: 82.3% of statements 03:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:23:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.398s coverage: 28.6% of statements 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.274s coverage: 100.0% of statements 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:23:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements 03:23:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:23:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.410s coverage: 97.5% of statements 03:23:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:23:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 78.3% of statements 03:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:23:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.537s coverage: 92.8% of statements 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.1% of statements 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 45.5% of statements 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 03:23:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.078s coverage: 94.4% of statements 03:23:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.146s coverage: 92.9% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 77.8% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.173s coverage: 84.2% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 63.5% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 03:24:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 68.9% of statements 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:24:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:24:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.425s coverage: 37.0% of statements 03:24:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:24:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:24:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.857s coverage: 84.0% of statements 03:24:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 03:24:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.500s coverage: 47.0% of statements 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:24:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.234s coverage: 100.0% of statements 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:24:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:24:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.314s coverage: 89.4% of statements 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:24:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.381s coverage: 29.1% of statements 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.166s coverage: 100.0% of statements 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:24:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 03:24:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 03:24:32 GO111MODULE=on go vet ./... 03:25:54 gofmt -l . 03:25:54 [ "`gofmt -l .`" = "" ] 03:25:54 ./bin/test-go-mod-tidy.sh 03:25:54 ./bin/test-attribution-txt.sh 03:25:55 An attribution for github.com/fatih/color is missing from Attribution.txt, please add 03:25:55 An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add 03:25:55 An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add 03:25:55 An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add 03:25:55 An attribution for golang.org/x/sys is missing from Attribution.txt, please add 03:25:55 make: *** [Makefile:99: test] Error 1 [Pipeline] } 03:25:55 $ docker stop --time=1 9788a92a85d9112f54f0b5c8f726d8a81340e715d9d0b9158464527b702c2d36 03:25:57 $ docker rm -f 9788a92a85d9112f54f0b5c8f726d8a81340e715d9d0b9158464527b702c2d36 [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] } 03:25:59 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 03:26:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:26:02 ---> package-listing.sh 03:26:02 ++ facter osfamily 03:26:02 ++ tr '[:upper:]' '[:lower:]' 03:26:02 + OS_FAMILY=redhat 03:26:02 + workspace=/w/workspace/edgex-go/15 03:26:02 + START_PACKAGES=/tmp/packages_start.txt 03:26:02 + END_PACKAGES=/tmp/packages_end.txt 03:26:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:26:02 + PACKAGES=/tmp/packages_start.txt 03:26:02 + '[' /w/workspace/edgex-go/15 ']' 03:26:02 + PACKAGES=/tmp/packages_end.txt 03:26:02 + case "${OS_FAMILY}" in 03:26:02 + rpm -qa 03:26:02 + sort 03:26:08 + '[' -f /tmp/packages_start.txt ']' 03:26:08 + '[' -f /tmp/packages_end.txt ']' 03:26:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:26:08 + '[' /w/workspace/edgex-go/15 ']' 03:26:08 + mkdir -p /w/workspace/edgex-go/15/archives/ 03:26:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 03:26:08 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:26:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:26:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:08 03:26:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:26:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:09 alpine: Pulling from edgex-lftools-log-publisher 03:26:09 df20fa9351a1: Pulling fs layer 03:26:09 36b3adc4ff6f: Pulling fs layer 03:26:09 8ad3a11d3b57: Pulling fs layer 03:26:09 46f8f816bc3b: Pulling fs layer 03:26:09 93b61091891f: Pulling fs layer 03:26:09 93b9cdb0e59b: Pulling fs layer 03:26:09 5e14af77c1be: Pulling fs layer 03:26:09 01666e4c0597: Pulling fs layer 03:26:09 aa168da1d23b: Pulling fs layer 03:26:09 46f8f816bc3b: Waiting 03:26:09 93b61091891f: Waiting 03:26:09 93b9cdb0e59b: Waiting 03:26:09 5e14af77c1be: Waiting 03:26:09 aa168da1d23b: Waiting 03:26:09 01666e4c0597: Waiting 03:26:09 36b3adc4ff6f: Verifying Checksum 03:26:09 36b3adc4ff6f: Download complete 03:26:09 46f8f816bc3b: Verifying Checksum 03:26:09 46f8f816bc3b: Download complete 03:26:09 df20fa9351a1: Verifying Checksum 03:26:09 df20fa9351a1: Download complete 03:26:09 93b9cdb0e59b: Verifying Checksum 03:26:09 93b9cdb0e59b: Download complete 03:26:09 5e14af77c1be: Verifying Checksum 03:26:09 5e14af77c1be: Download complete 03:26:09 01666e4c0597: Verifying Checksum 03:26:09 01666e4c0597: Download complete 03:26:09 8ad3a11d3b57: Verifying Checksum 03:26:09 8ad3a11d3b57: Download complete 03:26:09 df20fa9351a1: Pull complete 03:26:09 36b3adc4ff6f: Pull complete 03:26:10 8ad3a11d3b57: Pull complete 03:26:11 46f8f816bc3b: Pull complete 03:26:11 aa168da1d23b: Verifying Checksum 03:26:11 aa168da1d23b: Download complete 03:26:11 93b61091891f: Pull complete 03:26:11 93b9cdb0e59b: Pull complete 03:26:11 5e14af77c1be: Pull complete 03:26:12 01666e4c0597: Pull complete 03:26:18 aa168da1d23b: Pull complete 03:26:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:26:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:26:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:26:18 prd-centos7-docker-4c-2g-26212 does not seem to be running inside a container 03:26:18 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:26:23 $ docker top b40a1bb7ae4be5263ee2c900a79ebd0dc954e16cb04d16ca6f46444365d4b0b5 -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:23 + touch /tmp/pre-build-complete [Pipeline] sh 03:26:23 + mkdir -p /var/log/sa [Pipeline] sh 03:26:24 + ls /var/log/sa-host 03:26:24 + sadf -c /var/log/sa-host/sa12 03:26:24 file_magic: OK 03:26:24 HZ: Using current value: 100 03:26:24 file_header: OK 03:26:24 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 03:26:24 Statistics: 03:26:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:26:24 File successfully converted to sysstat format version 12.2.1 03:26:24 + sadf -c /var/log/sa-host/sa23 03:26:24 file_magic: OK 03:26:24 HZ: Using current value: 100 03:26:24 file_header: OK 03:26:24 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 03:26:24 Statistics: 03:26:24 Hnuu...uuuununununu... 03:26:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:26:24 provisioning config files... 03:26:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config5935365434854529979tmp [Pipeline] { [Pipeline] echo 03:26:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:26:24 ---> create-netrc.sh [Pipeline] } 03:26:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:26:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:26:25 ---> python-tools-install.sh [Pipeline] echo 03:26:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:26:25 ---> sudo-logs.sh 03:26:25 Archiving 'sudo' log.. [Pipeline] echo 03:26:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:26:25 ---> job-cost.sh 03:26:25 lf-activate-venv: SKIPPING 03:26:25 INFO: No Stack... 03:26:26 INFO: Retrieving Pricing Info for: v1-standard-2 03:26:27 INFO: Archiving Costs [Pipeline] echo 03:26:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:26:27 ---> logs-deploy.sh 03:26:27 lf-activate-venv: SKIPPING 03:26:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3133/15 03:26:27 INFO: archiving workspace using pattern(s): 03:26:29 Archives upload complete. 03:26:29 INFO: archiving logs to Nexus 03:26:30 ---> uname -a: 03:26:30 Linux prd-centos7-docker-4c-2g-26212.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:26:30 03:26:30 03:26:30 ---> lscpu: 03:26:30 Architecture: x86_64 03:26:30 CPU op-mode(s): 32-bit, 64-bit 03:26:30 Byte Order: Little Endian 03:26:30 Address sizes: 40 bits physical, 48 bits virtual 03:26:30 CPU(s): 4 03:26:30 On-line CPU(s) list: 0-3 03:26:30 Thread(s) per core: 1 03:26:30 Core(s) per socket: 1 03:26:30 Socket(s): 4 03:26:30 NUMA node(s): 1 03:26:30 Vendor ID: GenuineIntel 03:26:30 CPU family: 6 03:26:30 Model: 44 03:26:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:26:30 Stepping: 1 03:26:30 CPU MHz: 2933.436 03:26:30 BogoMIPS: 5866.87 03:26:30 Virtualization: VT-x 03:26:30 Hypervisor vendor: KVM 03:26:30 Virtualization type: full 03:26:30 L1d cache: 128 KiB 03:26:30 L1i cache: 128 KiB 03:26:30 L2 cache: 16 MiB 03:26:30 L3 cache: 64 MiB 03:26:30 NUMA node0 CPU(s): 0-3 03:26:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:26:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:26:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:26:30 Vulnerability Meltdown: Mitigation; PTI 03:26:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:26:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:26:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:26:30 Vulnerability Srbds: Not affected 03:26:30 Vulnerability Tsx async abort: Not affected 03:26:30 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 03:26:30 03:26:30 03:26:30 ---> nproc: 03:26:30 4 03:26:30 03:26:30 03:26:30 ---> df -h: 03:26:30 Filesystem Size Used Available Use% Mounted on 03:26:30 overlay 50.0G 8.2G 41.7G 17% / 03:26:30 tmpfs 64.0M 0 64.0M 0% /dev 03:26:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:26:30 shm 64.0M 0 64.0M 0% /dev/shm 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/15@tmp 03:26:30 /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/15 03:26:30 03:26:30 03:26:30 ---> free -m: 03:26:30 total used free shared buff/cache available 03:26:30 Mem: 1837 756 132 0 948 989 03:26:30 Swap: 1023 2 1021 03:26:30 03:26:30 03:26:30 ---> ip addr: 03:26:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:26:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:26:30 inet 127.0.0.1/8 scope host lo 03:26:30 valid_lft forever preferred_lft forever 03:26:30 inet6 ::1/128 scope host 03:26:30 valid_lft forever preferred_lft forever 03:26:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:26:30 link/ether fa:16:3e:95:b4:21 brd ff:ff:ff:ff:ff:ff 03:26:30 inet 10.30.122.21/23 brd 10.30.123.255 scope global dynamic eth0 03:26:30 valid_lft 85712sec preferred_lft 85712sec 03:26:30 inet6 fe80::f816:3eff:fe95:b421/64 scope link 03:26:30 valid_lft forever preferred_lft forever 03:26:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:26:30 link/ether 02:42:e2:8e:c4:f2 brd ff:ff:ff:ff:ff:ff 03:26:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:26:30 valid_lft forever preferred_lft forever 03:26:30 inet6 fe80::42:e2ff:fe8e:c4f2/64 scope link 03:26:30 valid_lft forever preferred_lft forever 03:26:30 03:26:30 03:26:30 ---> sar -b -r -n DEV: 03:26:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:26:30 03:26:30 03:14:52 LINUX RESTART (4 CPU) 03:26:30 03:26:30 03:16:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:26:30 03:17:01 228.68 103.69 124.99 0.00 7261.73 49851.15 0.00 03:26:30 03:18:01 265.00 105.94 159.07 0.00 3832.29 20200.08 0.00 03:26:30 03:19:01 130.07 56.69 73.37 0.00 2027.34 8059.21 0.00 03:26:30 03:20:01 53.60 27.33 26.27 0.00 1820.01 3393.97 0.00 03:26:30 03:21:01 0.23 0.02 0.22 0.00 0.53 3.30 0.00 03:26:30 03:22:01 1.33 1.02 0.32 0.00 124.41 3.26 0.00 03:26:30 03:23:01 0.27 0.00 0.27 0.00 0.00 3.16 0.00 03:26:30 03:24:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 03:26:30 03:25:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 03:26:30 03:26:01 2.36 2.13 0.23 0.00 316.22 2.36 0.00 03:26:30 Average: 67.99 29.58 38.41 0.00 1529.65 8088.03 0.00 03:26:30 03:26:30 03:16:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:26:30 03:17:01 178364 0 664100 35.30 1564 1037516 1336404 45.61 550400 911500 8 03:26:30 03:18:01 218616 0 770040 40.93 884 892004 1631464 55.68 636916 744292 33264 03:26:30 03:19:01 305384 0 752196 39.98 608 823356 1553400 53.01 588592 696444 77076 03:26:30 03:20:01 539800 0 680848 36.19 608 660288 1094388 37.35 527128 545924 20 03:26:30 03:21:01 541308 0 679332 36.11 608 660296 1081036 36.89 529548 542280 8 03:26:30 03:22:01 539516 0 677384 36.00 608 664036 1069704 36.51 525284 549060 8 03:26:30 03:23:01 538404 0 678488 36.06 608 664044 1069836 36.51 525988 549108 8 03:26:30 03:24:01 538988 0 677900 36.03 608 664048 1069796 36.51 524704 550308 12 03:26:30 03:25:01 539720 0 677160 35.99 608 664056 1069704 36.51 524104 550312 12 03:26:30 03:26:01 523872 0 683036 36.30 608 674028 1081840 36.92 531648 557216 8 03:26:30 Average: 446397 0 694048 36.89 731 740367 1205757 41.15 546431 619644 11042 03:26:30 03:26:30 03:16:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:26:30 03:17:01 eth0 1058.90 1026.29 5599.41 108.35 0.00 0.00 0.00 0.00 03:26:30 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:17:01 docker0 764.70 750.59 59.40 2707.71 0.00 0.00 0.00 0.00 03:26:30 03:18:01 vethe130e07 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:26:30 03:18:01 eth0 158.37 126.60 511.49 21.87 0.00 0.00 0.00 0.00 03:26:30 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:18:01 docker0 108.05 122.98 8.54 481.59 0.00 0.00 0.00 0.00 03:26:30 03:19:01 vethe130e07 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 03:26:30 03:19:01 eth0 43.59 28.14 21.76 78.88 0.00 0.00 0.00 0.00 03:26:30 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:19:01 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 03:26:30 03:20:01 eth0 7.76 3.16 4.30 1.96 0.00 0.00 0.00 0.00 03:26:30 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:21:01 eth0 1.86 0.87 0.95 0.69 0.00 0.00 0.00 0.00 03:26:30 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:22:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 03:26:30 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:23:01 eth0 0.52 0.28 0.27 0.20 0.00 0.00 0.00 0.00 03:26:30 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:24:01 eth0 0.97 0.28 0.32 0.20 0.00 0.00 0.00 0.00 03:26:30 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:25:01 eth0 0.23 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:26:30 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:26:01 eth0 2.61 1.10 1.57 0.51 0.00 0.00 0.00 0.00 03:26:30 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 Average: eth0 126.06 117.24 606.00 21.14 0.00 0.00 0.00 0.00 03:26:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:26:30 Average: docker0 86.40 86.51 6.72 315.14 0.00 0.00 0.00 0.00 03:26:30 03:26:30 03:26:30 ---> sar -P ALL: 03:26:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:26:30 03:26:30 03:14:52 LINUX RESTART (4 CPU) 03:26:30 03:26:30 03:16:02 CPU %user %nice %system %iowait %steal %idle 03:26:30 03:17:01 all 14.86 0.00 8.52 2.57 0.16 73.89 03:26:30 03:17:01 0 16.39 0.00 10.43 2.23 0.16 70.80 03:26:30 03:17:01 1 11.06 0.00 7.49 3.27 0.12 78.06 03:26:30 03:17:01 2 17.49 0.00 8.50 2.79 0.18 71.05 03:26:30 03:17:01 3 14.53 0.00 7.67 1.98 0.19 75.64 03:26:30 03:18:01 all 35.00 0.00 11.93 7.03 0.26 45.77 03:26:30 03:18:01 0 35.12 0.00 11.59 5.81 0.17 47.31 03:26:30 03:18:01 1 34.86 0.00 11.16 6.74 0.26 46.98 03:26:30 03:18:01 2 35.55 0.00 12.00 8.77 0.30 43.38 03:26:30 03:18:01 3 34.49 0.00 12.98 6.81 0.30 45.42 03:26:30 03:19:01 all 50.33 0.00 13.64 4.07 0.32 31.63 03:26:30 03:19:01 0 49.93 0.00 13.10 1.99 0.28 34.69 03:26:30 03:19:01 1 49.43 0.00 14.10 6.15 0.32 30.01 03:26:30 03:19:01 2 50.25 0.00 13.92 6.64 0.33 28.85 03:26:30 03:19:01 3 51.69 0.00 13.45 1.51 0.37 32.98 03:26:30 03:20:01 all 10.05 0.00 3.83 1.50 0.19 84.43 03:26:30 03:20:01 0 9.85 0.00 3.79 1.73 0.17 84.46 03:26:30 03:20:01 1 9.86 0.00 4.14 1.73 0.24 84.03 03:26:30 03:20:01 2 10.54 0.00 3.67 0.81 0.15 84.83 03:26:30 03:20:01 3 9.95 0.00 3.72 1.73 0.19 84.41 03:26:30 03:21:01 all 0.14 0.00 0.05 0.00 0.01 99.80 03:26:30 03:21:01 0 0.42 0.00 0.05 0.00 0.00 99.53 03:26:30 03:21:01 1 0.07 0.00 0.03 0.00 0.02 99.88 03:26:30 03:21:01 2 0.07 0.00 0.07 0.00 0.02 99.85 03:26:30 03:21:01 3 0.02 0.00 0.05 0.00 0.00 99.93 03:26:30 03:22:01 all 0.18 0.00 0.11 0.00 0.01 99.70 03:26:30 03:22:01 0 0.47 0.00 0.05 0.00 0.02 99.47 03:26:30 03:22:01 1 0.07 0.00 0.12 0.00 0.00 99.82 03:26:30 03:22:01 2 0.08 0.00 0.15 0.00 0.00 99.77 03:26:30 03:22:01 3 0.10 0.00 0.13 0.00 0.02 99.75 03:26:30 03:23:01 all 0.15 0.00 0.04 0.00 0.00 99.82 03:26:30 03:23:01 0 0.20 0.00 0.05 0.00 0.00 99.75 03:26:30 03:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:26:30 03:23:01 2 0.33 0.00 0.03 0.00 0.00 99.63 03:26:30 03:23:01 3 0.02 0.00 0.03 0.00 0.00 99.95 03:26:30 03:24:01 all 0.09 0.00 0.03 0.00 0.00 99.87 03:26:30 03:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:26:30 03:24:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:26:30 03:24:01 2 0.27 0.00 0.05 0.00 0.00 99.68 03:26:30 03:24:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:26:30 03:25:01 all 0.08 0.00 0.02 0.00 0.00 99.90 03:26:30 03:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:26:30 03:25:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:26:30 03:25:01 2 0.25 0.00 0.03 0.00 0.02 99.70 03:26:30 03:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:26:30 03:26:01 all 0.13 0.00 0.05 0.01 0.00 99.81 03:26:30 03:26:01 0 0.03 0.00 0.07 0.02 0.00 99.88 03:26:30 03:26:01 1 0.05 0.00 0.07 0.02 0.00 99.87 03:26:30 03:26:01 2 0.40 0.00 0.05 0.00 0.00 99.55 03:26:30 03:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:26:30 Average: all 10.79 0.00 3.72 1.48 0.09 83.92 03:26:30 Average: 0 10.95 0.00 3.81 1.15 0.08 84.01 03:26:30 Average: 1 10.25 0.00 3.62 1.74 0.09 84.30 03:26:30 Average: 2 11.21 0.00 3.74 1.85 0.10 83.11 03:26:30 Average: 3 10.77 0.00 3.71 1.17 0.10 84.25 03:26:30 03:26:30 03:26:30