Pull request #3326 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 705bc4185db4ef14bf106ff91e59df4e4b214d02+ffa292a08661baeb026f188275a19c5914c89a0e (4e95ee0553d2b1c750c72f350e84b758ae183b4d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32237 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 705bc4185db4ef14bf106ff91e59df4e4b214d02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 705bc4185db4ef14bf106ff91e59df4e4b214d02 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 Merge succeeded, producing 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc Checking out Revision 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc (PR-3326) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc # timeout=10 Commit message: "Merge commit 'ffa292a08661baeb026f188275a19c5914c89a0e' into HEAD" > git rev-list --no-walk 705bc4185db4ef14bf106ff91e59df4e4b214d02 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:44:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:44:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:44:25 ========================================================= 12:44:25 EdgeX Global Pipelines Version Info 12:44:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:44:28 ------------------- 12:44:28 stable info: 12:44:28 ------------------- 12:44:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:44:28 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:44:28 Message: update stable to v1.0.186 12:44:30 ------------------- 12:44:30 experimental info: 12:44:30 ------------------- 12:44:30 Commited By: **** collab-it+edgex@linuxfoundation.org 12:44:30 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:44:30 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:44:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:44:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:44:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:44:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3326 [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3326 [Pipeline] echo 12:44:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3326 [Pipeline] echo 12:44:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc [Pipeline] echo 12:44:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8b5e6c3 [Pipeline] echo 12:44:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:44:33 provisioning config files... 12:44:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config211785496286354663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:44:33 ---> docker-login.sh 12:44:33 nexus3.edgexfoundry.org:10001 12:44:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:36 Configure a credential helper to remove this warning. See 12:44:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:36 12:44:36 Login Succeeded 12:44:36 nexus3.edgexfoundry.org:10002 12:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:37 Configure a credential helper to remove this warning. See 12:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:37 12:44:37 Login Succeeded 12:44:37 nexus3.edgexfoundry.org:10003 12:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:38 Configure a credential helper to remove this warning. See 12:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:38 12:44:38 Login Succeeded 12:44:38 nexus3.edgexfoundry.org:10004 12:44:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:39 Configure a credential helper to remove this warning. See 12:44:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:39 12:44:39 Login Succeeded 12:44:39 docker.io 12:44:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:44:42 Configure a credential helper to remove this warning. See 12:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:44:42 12:44:42 Login Succeeded 12:44:42 ---> docker-login.sh ends [Pipeline] } 12:44:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:44:43 ++ 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 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ cut -d/ -f2 12:44:43 ++ dirname cmd/core-command/Dockerfile 12:44:43 + echo core-command,cmd/core-command/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ dirname cmd/core-data/Dockerfile 12:44:43 ++ cut -d/ -f2 12:44:43 + echo core-data,cmd/core-data/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ cut -d/ -f2 12:44:43 ++ dirname cmd/core-metadata/Dockerfile 12:44:43 + echo core-metadata,cmd/core-metadata/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ dirname cmd/security-bootstrapper/Dockerfile 12:44:43 ++ cut -d/ -f2 12:44:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ cut -d/ -f2 12:44:43 ++ dirname cmd/security-proxy-setup/Dockerfile 12:44:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:44:43 ++ cut -d/ -f2 12:44:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ dirname cmd/support-notifications/Dockerfile 12:44:43 ++ cut -d/ -f2 12:44:43 + echo support-notifications,cmd/support-notifications/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ dirname cmd/support-scheduler/Dockerfile 12:44:43 ++ cut -d/ -f2 12:44:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:44:43 + for file in '`ls cmd/**/Dockerfile`' 12:44:43 ++ cut -d/ -f2 12:44:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:44:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:44:43 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 12:44:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:44:44 12:44:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:44:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:44:45 latest: Pulling from edgex-devops/git-semver 12:44:45 31603596830f: Pulling fs layer 12:44:45 2a8b12db71e7: Pulling fs layer 12:44:45 6ca5941a6612: Pulling fs layer 12:44:45 ecc8261a40a4: Pulling fs layer 12:44:45 ecc8261a40a4: Waiting 12:44:45 2a8b12db71e7: Verifying Checksum 12:44:45 2a8b12db71e7: Download complete 12:44:45 31603596830f: Verifying Checksum 12:44:45 31603596830f: Download complete 12:44:46 ecc8261a40a4: Verifying Checksum 12:44:46 ecc8261a40a4: Download complete 12:44:46 6ca5941a6612: Verifying Checksum 12:44:46 6ca5941a6612: Download complete 12:44:47 31603596830f: Pull complete 12:44:47 2a8b12db71e7: Pull complete 12:44:51 6ca5941a6612: Pull complete 12:44:52 ecc8261a40a4: Pull complete 12:44:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:44:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:44:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:44:52 prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container 12:44:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:44:57 $ docker top 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:44:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:44:57 [ssh-agent] Looking for ssh-agent implementation... 12:44:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:44:58 $ docker exec 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent 12:44:58 SSH_AUTH_SOCK=/tmp/ssh-a6wAq7L8JXih/agent.13 12:44:58 SSH_AGENT_PID=18 12:44:58 Running ssh-add (command line suppressed) 12:44:59 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6735557441044053026.key (/w/workspace/edgex-go/2@tmp/private_key_6735557441044053026.key) 12:44:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:45:00 + git tag --points-at HEAD [Pipeline] } 12:45:01 $ docker exec --env ******** --env ******** 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent -k 12:45:01 unset SSH_AUTH_SOCK; 12:45:01 unset SSH_AGENT_PID; 12:45:01 echo Agent pid 18 killed; 12:45:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:45:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:45:01 [ssh-agent] Looking for ssh-agent implementation... 12:45:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:45:02 $ docker exec 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent 12:45:03 SSH_AUTH_SOCK=/tmp/ssh-xuLrVlxFQlAp/agent.48 12:45:03 SSH_AGENT_PID=53 12:45:03 Running ssh-add (command line suppressed) 12:45:03 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7364037239482731798.key (/w/workspace/edgex-go/2@tmp/private_key_7364037239482731798.key) 12:45:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:45:04 + git semver init 12:45:04 # -> Open(): unable to determine branch for HEAD 12:45:04 # $GIT_DIR = /w/workspace/edgex-go/2/.git 12:45:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 12:45:04 # $SEMVER_REMOTE_NAME = origin 12:45:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:45:04 # $SEMVER_USER_NAME = edgex-jenkins 12:45:04 # $SEMVER_BRANCH = PR-3326 12:45:04 # $SEMVER_TEMP = /tmp/semver-639009691 12:45:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:46:03 # '/tmp/semver-639009691' -> '/w/workspace/edgex-go/2/.semver' 12:46:04 # -> Force: false 12:46:04 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 12:46:04 $ docker exec --env ******** --env ******** 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 ssh-agent -k 12:46:04 unset SSH_AUTH_SOCK; 12:46:04 unset SSH_AGENT_PID; 12:46:04 echo Agent pid 53 killed; 12:46:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:46:06 + git semver [Pipeline] } 12:46:06 $ docker stop --time=1 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 12:46:09 $ docker rm -f 4776567ded495e05dbc566d5463a0a74a880849dbde6ef8da0a760f9a1e966c1 [Pipeline] // withDockerContainer [Pipeline] sh 12:46:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:46:12 Stashed 1 file(s) [Pipeline] echo 12:46:12 [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 12:46:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:46:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:46:15 + true 12:46:15 + sudo service docker restart 12:46:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:46:18 ========================================================= 12:46:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:46:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:46:18 + 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 . 12:46:28 Still waiting to schedule task 12:46:28 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 12:46:32 Sending build context to Docker daemon 328.9MB 12:46:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:46:32 Step 2/6 : FROM ${BASE} 12:46:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:46:32 188c0c94c7c5: Pulling fs layer 12:46:32 0ef7d3d256c8: Pulling fs layer 12:46:32 de9db76c5a1d: Pulling fs layer 12:46:32 bca2f99d35d6: Pulling fs layer 12:46:32 93359f2a8cfa: Pulling fs layer 12:46:32 7c6f9722023f: Pulling fs layer 12:46:32 a35cf1a2eb13: Pulling fs layer 12:46:32 bca2f99d35d6: Waiting 12:46:32 93359f2a8cfa: Waiting 12:46:32 7c6f9722023f: Waiting 12:46:32 a35cf1a2eb13: Waiting 12:46:32 de9db76c5a1d: Verifying Checksum 12:46:32 de9db76c5a1d: Download complete 12:46:32 0ef7d3d256c8: Verifying Checksum 12:46:32 0ef7d3d256c8: Download complete 12:46:32 93359f2a8cfa: Verifying Checksum 12:46:32 93359f2a8cfa: Download complete 12:46:32 7c6f9722023f: Download complete 12:46:32 188c0c94c7c5: Verifying Checksum 12:46:32 188c0c94c7c5: Download complete 12:46:34 188c0c94c7c5: Pull complete 12:46:35 0ef7d3d256c8: Pull complete 12:46:35 de9db76c5a1d: Pull complete 12:46:41 a35cf1a2eb13: Verifying Checksum 12:46:41 a35cf1a2eb13: Download complete 12:46:45 bca2f99d35d6: Verifying Checksum 12:46:45 bca2f99d35d6: Download complete 12:47:04 bca2f99d35d6: Pull complete 12:47:04 93359f2a8cfa: Pull complete 12:47:04 7c6f9722023f: Pull complete 12:47:12 a35cf1a2eb13: Pull complete 12:47:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:47:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:47:12 ---> a62c8e92a672 12:47:12 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 12:47:12 ---> Running in a30d84c3e1a8 12:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:47:15 (1/12) Installing libmagic (5.38-r0) 12:47:16 (2/12) Installing file (5.38-r0) 12:47:16 (3/12) Installing libc-dev (0.7.2-r3) 12:47:16 (4/12) Installing g++ (9.3.0-r2) 12:47:22 (5/12) Installing fortify-headers (1.1-r0) 12:47:22 (6/12) Installing patch (2.7.6-r6) 12:47:22 (7/12) Installing build-base (0.5-r2) 12:47:22 (8/12) Installing libsodium (1.0.18-r0) 12:47:22 (9/12) Installing pkgconf (1.7.2-r0) 12:47:22 (10/12) Installing libsodium-dev (1.0.18-r0) 12:47:22 (11/12) Installing libzmq (4.3.3-r0) 12:47:22 (12/12) Installing zeromq-dev (4.3.3-r0) 12:47:22 Executing busybox-1.31.1-r19.trigger 12:47:22 OK: 233 MiB in 51 packages 12:47:28 Removing intermediate container a30d84c3e1a8 12:47:28 ---> 2393738ed2f4 12:47:28 Step 4/6 : WORKDIR /edgex-go 12:47:28 ---> Running in ee974481f5b4 12:47:28 Removing intermediate container ee974481f5b4 12:47:28 ---> 2b68362a027a 12:47:28 Step 5/6 : COPY go.mod . 12:47:30 ---> b019dfb16752 12:47:30 Step 6/6 : RUN go mod download 12:47:30 ---> Running in ba1bf9d8aafc 12:48:18 Removing intermediate container ba1bf9d8aafc 12:48:18 ---> 906dec4e2bfe 12:48:18 Successfully built 906dec4e2bfe 12:48:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:48:19 + docker inspect -f . ci-base-image-x86_64 12:48:20 . [Pipeline] withDockerContainer 12:48:20 prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container 12:48:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:48:24 $ docker top 67b2727e8e47dc3ec8e271461ecd5ad0a4396aae76bea96ab84a0ee711ed6e4d -eo pid,comm [Pipeline] { [Pipeline] sh 12:48:27 + go version 12:48:27 go version go1.15.5 linux/amd64 [Pipeline] } 12:48:27 $ docker stop --time=1 67b2727e8e47dc3ec8e271461ecd5ad0a4396aae76bea96ab84a0ee711ed6e4d 12:48:29 $ docker rm -f 67b2727e8e47dc3ec8e271461ecd5ad0a4396aae76bea96ab84a0ee711ed6e4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:48:31 + docker inspect -f . ci-base-image-x86_64 12:48:31 . [Pipeline] withDockerContainer 12:48:32 prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container 12:48:32 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:48:35 $ docker top 7fd6fd4b894820d11d232009f17ae6ba0d06824684102762902f5590f9fa8739 -eo pid,comm [Pipeline] { [Pipeline] echo 12:48:35 ========================================================= 12:48:35 [edgeXBuildGoParallel] Running Tests and Build... 12:48:35 ========================================================= [Pipeline] sh 12:48:37 + make test 12:48:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:48:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32244 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws 12:48:47 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 12:48:52 using credential edgex-jenkins-ssh 12:48:52 Cloning the remote Git repository 12:48:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:48:52 > git init /w/workspace/edgex-go/2 # timeout=10 12:48:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:48:52 > git --version # timeout=10 12:48:53 > git --version # 'git version 2.17.1' 12:48:53 using GIT_SSH to set credentials SSH Credentials for GitHub 12:48:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:49:10 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 705bc4185db4ef14bf106ff91e59df4e4b214d02 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 12:49:11 ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] } [Pipeline] // stage [Pipeline] } 12:49:11 Failed in branch arm64 12:49:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:49:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:49:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:49:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:49:10 using GIT_SSH to set credentials SSH Credentials for GitHub 12:49:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:49:10 > git config core.sparsecheckout # timeout=10 12:49:11 > git checkout -f 705bc4185db4ef14bf106ff91e59df4e4b214d02 # timeout=10 12:49:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:50:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:50:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:50:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:50:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:50:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:50:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:50:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:50:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:50:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:50:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:50:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:50:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.199s coverage: 45.9% of statements 12:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:50:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.089s coverage: 19.8% of statements 12:50:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements 12:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.074s coverage: 27.1% of statements 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.345s coverage: 100.0% of statements 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:50:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.468s coverage: 100.0% of statements 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:50:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:50:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.209s coverage: 71.3% of statements 12:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:50:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:50:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.876s coverage: 82.9% of statements 12:50:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:50:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:50:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.147s coverage: 78.9% of statements 12:50:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:50:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.026s coverage: 28.6% of statements 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:50:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.164s coverage: 100.0% of statements 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:50:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.432s coverage: 100.0% of statements 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:50:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.675s coverage: 86.7% of statements 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:50:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.432s coverage: 97.5% of statements 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:50:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.291s coverage: 78.3% of statements 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:50:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:50:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.737s coverage: 92.8% of statements 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:50:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.123s coverage: 58.8% of statements 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:50:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.137s coverage: 1.0% of statements 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:50:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:50:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.096s coverage: 47.1% of statements 12:50:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.182s coverage: 79.5% of statements 12:50:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.087s coverage: 94.1% of statements 12:50:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.164s coverage: 96.3% of statements 12:50:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements 12:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.168s coverage: 94.4% of statements 12:51:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.103s coverage: 44.8% of statements 12:51:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.391s coverage: 82.6% of statements 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.272s coverage: 92.9% of statements 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 77.8% of statements 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.344s coverage: 87.2% of statements 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.156s coverage: 100.0% of statements 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.190s coverage: 75.5% of statements 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.190s coverage: 80.8% of statements 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.274s coverage: 84.6% of statements 12:51:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.500s coverage: 91.6% of statements 12:51:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:51:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.179s coverage: 64.4% of statements 12:51:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:51:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:51:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.280s coverage: 100.0% of statements 12:51:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.247s coverage: 91.3% of statements 12:51:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 12:51:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.171s coverage: 73.7% of statements 12:51:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 12:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.713s coverage: 69.0% of statements 12:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.245s coverage: 38.4% of statements 12:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements 12:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements 12:51:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.249s coverage: 47.0% of statements 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:51:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:51:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:51:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.233s coverage: 87.1% of statements 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:51:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.215s coverage: 29.1% of statements 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:51:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.366s coverage: 99.0% of statements 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:51:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:51:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:51:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.220s coverage: 95.0% of statements 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:51:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.078s coverage: 0.0% of statements 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:51:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:51:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:51:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:51:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 12:51:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.081s coverage: 32.1% of statements 12:51:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.060s coverage: 100.0% of statements 12:51:32 GO111MODULE=on go vet ./... 12:52:56 gofmt -l . 12:52:56 [ "`gofmt -l .`" = "" ] 12:52:56 ./bin/test-go-mod-tidy.sh 12:52:56 ./bin/test-attribution-txt.sh [Pipeline] sh 12:52:57 + ls -al . 12:52:57 total 780 12:52:57 drwxrwxr-x 10 1001 1001 4096 Mar 31 12:52 . 12:52:57 drwxr-xr-x 4 root root 28 Mar 31 12:48 .. 12:52:57 -rw-rw-r-- 1 1001 1001 11 Mar 31 12:44 .dockerignore 12:52:57 drwxrwxr-x 8 1001 1001 179 Mar 31 12:44 .git 12:52:57 drwxrwxr-x 3 1001 1001 125 Mar 31 12:44 .github 12:52:57 -rw-rw-r-- 1 1001 1001 818 Mar 31 12:44 .gitignore 12:52:57 drwx------ 3 1001 1001 60 Mar 31 12:46 .semver 12:52:57 -rw-rw-r-- 1 1001 1001 166 Mar 31 12:44 .sonarcloud.properties 12:52:57 -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:44 Attribution.txt 12:52:57 -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:44 CONTRIBUTING.md 12:52:57 -rw-rw-r-- 1 1001 1001 931 Mar 31 12:44 Dockerfile.build 12:52:57 -rw-rw-r-- 1 1001 1001 863 Mar 31 12:44 Jenkinsfile 12:52:57 -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:44 LICENSE 12:52:57 -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:44 Makefile 12:52:57 -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:44 README.md 12:52:57 -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:44 SECURITY.md 12:52:57 -rw-rw-r-- 1 1001 1001 5 Mar 31 12:46 VERSION 12:52:57 -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:44 ZMQWindows.md 12:52:57 drwxrwxr-x 2 1001 1001 117 Mar 31 12:44 bin 12:52:57 drwxrwxr-x 14 1001 1001 4096 Mar 31 12:44 cmd 12:52:57 -rw-r--r-- 1 root root 669470 Mar 31 12:51 coverage.out 12:52:57 -rw-r--r-- 1 root root 1056 Mar 31 12:52 go.mod 12:52:57 -rw-r--r-- 1 root root 22531 Mar 31 12:52 go.sum 12:52:57 drwxrwxr-x 8 1001 1001 127 Mar 31 12:44 internal 12:52:57 drwxrwxr-x 4 1001 1001 26 Mar 31 12:44 openapi 12:52:57 drwxrwxr-x 4 1001 1001 71 Mar 31 12:44 snap 12:52:57 -rw-rw-r-- 1 1001 1001 168 Mar 31 12:44 version.go [Pipeline] sh 12:52:58 + '[' -e coverage.out ] 12:52:58 + chown 1001:1001 coverage.out [Pipeline] stash 12:52:59 Stashed 1 file(s) [Pipeline] sh 12:52:59 + make build 12:52:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:53:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:53:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:53:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:53:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:53:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:53:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:54:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:54:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:54:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:54:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:54:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 12:54:38 $ docker stop --time=1 7fd6fd4b894820d11d232009f17ae6ba0d06824684102762902f5590f9fa8739 12:54:42 $ docker rm -f 7fd6fd4b894820d11d232009f17ae6ba0d06824684102762902f5590f9fa8739 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:54:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:46 12:54:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:54:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:47 latest: Pulling from edgex-devops/edgex-compose 12:54:47 cbdbe7a5bc2a: Pulling fs layer 12:54:47 ca9280d653b3: Pulling fs layer 12:54:47 7e9c9ca2126c: Pulling fs layer 12:54:48 cbdbe7a5bc2a: Verifying Checksum 12:54:48 cbdbe7a5bc2a: Download complete 12:54:49 cbdbe7a5bc2a: Pull complete 12:54:50 ca9280d653b3: Download complete 12:54:53 ca9280d653b3: Pull complete 12:54:54 7e9c9ca2126c: Verifying Checksum 12:54:54 7e9c9ca2126c: Download complete 12:55:09 7e9c9ca2126c: Pull complete 12:55:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:55:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:55:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:55:11 prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container 12:55:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:55:14 $ docker top 196d4a24ec0be8ea5afb780a9152278ee1f235323c7fecedc19f5e667a766147 -eo pid,comm [Pipeline] { [Pipeline] sh 12:55:16 + grep parallel 12:55:16 + docker-compose build --help 12:55:18 --parallel Build images in parallel. [Pipeline] } 12:55:19 $ docker stop --time=1 196d4a24ec0be8ea5afb780a9152278ee1f235323c7fecedc19f5e667a766147 12:55:21 $ docker rm -f 196d4a24ec0be8ea5afb780a9152278ee1f235323c7fecedc19f5e667a766147 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:55:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:55:23 . [Pipeline] withDockerContainer 12:55:23 prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container 12:55:24 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 12:55:26 $ docker top cc3485c66d20f2d858b73782ecc5102e5d0346a8ec84193ddedb9e9e185cfd6e -eo pid,comm [Pipeline] { [Pipeline] sh 12:55:28 + docker-compose -f ./docker-compose-build.yml build --parallel 12:55:30 Building docker-core-command-go ... 12:55:30 Building docker-core-data-go ... 12:55:30 Building docker-core-metadata-go ... 12:55:30 Building docker-security-bootstrapper-go ... 12:55:30 Building docker-security-proxy-setup-go ... 12:55:30 Building docker-security-secretstore-setup-go ... 12:55:30 Building docker-support-notifications-go ... 12:55:30 Building docker-support-scheduler-go ... 12:55:30 Building docker-sys-mgmt-agent-go ... 12:55:30 Building docker-core-command-go 12:55:30 Building docker-support-scheduler-go 12:55:30 Building docker-security-bootstrapper-go 12:55:30 Building docker-core-metadata-go 12:55:30 Building docker-sys-mgmt-agent-go 12:56:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:56:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:56:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:56:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:56:54 ---> 906dec4e2bfe 12:56:54 Step 3/23 : WORKDIR /edgex-go 12:56:54 ---> 906dec4e2bfe 12:56:54 Step 3/26 : WORKDIR /edgex-go 12:56:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:56:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:56:54 ---> 906dec4e2bfe 12:56:54 Step 3/22 : WORKDIR /edgex-go 12:56:54 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:56:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:56:54 ---> 906dec4e2bfe 12:56:54 Step 3/31 : WORKDIR /edgex-go 12:56:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:56:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:56:54 ---> 906dec4e2bfe 12:56:54 Step 3/23 : WORKDIR /edgex-go 12:56:54 ---> Running in 77ba41eb1ea0 12:56:54 ---> Running in d59ec2edbaa4 12:56:54 ---> Running in 71cb00e9ed11 12:56:54 ---> Running in 38198057447e 12:56:54 ---> Running in b9a3127df062 12:56:55 Removing intermediate container b9a3127df062 12:56:55 ---> d7774d700ec8 12:56:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:56:55 Removing intermediate container 71cb00e9ed11 12:56:55 ---> 7981efd6e5ff 12:56:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:56:55 Removing intermediate container d59ec2edbaa4 12:56:55 ---> 6ee7f4746fa7 12:56:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:56:55 Removing intermediate container 38198057447e 12:56:55 ---> dd4bc5524fc5 12:56:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:56:55 Removing intermediate container 77ba41eb1ea0 12:56:55 ---> 168bf462cc6b 12:56:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:56:55 ---> Running in 172c8bab1801 12:56:55 ---> Running in 935e8bc6701f 12:56:55 ---> Running in 255b4a2d1218 12:56:55 ---> Running in 206d81467643 12:56:55 ---> Running in 3b159fad27d8 12:57:02 Removing intermediate container 255b4a2d1218 12:57:02 ---> 4012f0ebf677 12:57:02 Step 5/22 : RUN apk add --update --no-cache make git 12:57:02 Removing intermediate container 935e8bc6701f 12:57:02 ---> c4a1900d2d59 12:57:02 Step 5/26 : RUN apk add --update --no-cache make bash git 12:57:02 Removing intermediate container 206d81467643 12:57:02 ---> e07fd2299cf1 12:57:02 Step 5/23 : RUN apk add --update --no-cache make git 12:57:02 Removing intermediate container 172c8bab1801 12:57:02 ---> 9464c7c37a76 12:57:02 Step 5/23 : RUN apk add --update --no-cache make git 12:57:02 ---> Running in 013c04fcc600 12:57:02 Removing intermediate container 3b159fad27d8 12:57:02 ---> 6d63ad7948d2 12:57:02 Step 5/31 : RUN apk add --update --no-cache make git 12:57:02 ---> Running in 53afbe67d189 12:57:02 ---> Running in 47e0bf5598a1 12:57:02 ---> Running in 97424981972a 12:57:02 ---> Running in d98ed56ca7c5 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:07 OK: 233 MiB in 51 packages 12:57:07 OK: 233 MiB in 51 packages 12:57:07 OK: 233 MiB in 51 packages 12:57:08 OK: 233 MiB in 51 packages 12:57:08 OK: 233 MiB in 51 packages 12:57:09 Removing intermediate container 97424981972a 12:57:09 ---> ea1e533f6cc1 12:57:09 Step 6/23 : COPY go.mod . 12:57:09 Removing intermediate container 53afbe67d189 12:57:09 ---> ec39ca2707b2 12:57:09 Step 6/26 : COPY go.mod . 12:57:09 Removing intermediate container 013c04fcc600 12:57:09 ---> 91ddb4128faf 12:57:09 Step 6/23 : COPY go.mod . 12:57:09 Removing intermediate container d98ed56ca7c5 12:57:09 ---> dadb65a13fc2 12:57:09 Step 6/31 : COPY go.mod . 12:57:10 Removing intermediate container 47e0bf5598a1 12:57:10 ---> 6a18e61d1f1d 12:57:10 Step 6/22 : COPY go.mod . 12:57:10 ---> f82db8de481e 12:57:10 Step 7/23 : RUN go mod download 12:57:10 ---> eb7082b055f6 12:57:10 Step 7/26 : RUN go mod download 12:57:10 ---> 3b722a740fab 12:57:10 Step 7/23 : RUN go mod download 12:57:10 ---> 97a4533bc818 12:57:10 Step 7/31 : RUN go mod download 12:57:10 ---> Running in c6a88209a464 12:57:10 ---> Running in 737360d72090 12:57:10 ---> Running in 4fd7f34a86d3 12:57:10 ---> Running in 0c7876277f26 12:57:10 ---> 8c141204c4d3 12:57:10 Step 7/22 : RUN go mod download 12:57:11 ---> Running in 884f9e356cb9 12:57:17 Removing intermediate container 737360d72090 12:57:17 ---> 3767a1d6549e 12:57:17 Step 8/26 : COPY . . 12:57:18 Removing intermediate container 884f9e356cb9 12:57:18 ---> 420bc505fb39 12:57:18 Step 8/22 : COPY . . 12:57:18 Removing intermediate container c6a88209a464 12:57:18 ---> 313900976eae 12:57:18 Step 8/23 : COPY . . 12:57:18 Removing intermediate container 4fd7f34a86d3 12:57:18 ---> 8e6147fa4147 12:57:18 Step 8/23 : COPY . . 12:57:18 Removing intermediate container 0c7876277f26 12:57:18 ---> 5ad70c06298e 12:57:18 Step 8/31 : COPY . . 12:59:15 ---> 91f3f96288c2 12:59:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:59:15 ---> 317b232a7596 12:59:15 Step 9/23 : RUN make cmd/core-command/core-command 12:59:15 ---> 6e03d5f0be5b 12:59:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:59:16 ---> Running in 380b515b6c2a 12:59:16 ---> Running in 9a48662c78c3 12:59:16 ---> Running in 7554a8fee449 12:59:17 ---> cff4c200631d 12:59:17 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:59:17 ---> 5037ac2e3fa5 12:59:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:59:17 ---> Running in fa1624a1120e 12:59:18 ---> Running in 1039a23de331 12:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:59:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:00:45 Removing intermediate container 7554a8fee449 13:00:45 ---> 94ab53eaf89b 13:00:45 13:00:45 Step 10/31 : FROM alpine:3.12 13:00:45 3.12: Pulling from library/alpine 13:00:45 Removing intermediate container 9a48662c78c3 13:00:45 ---> d61280ecc2cd 13:00:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:00:49 ---> Running in 7b7321faf1c7 13:00:50 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 13:00:50 Removing intermediate container 380b515b6c2a 13:00:50 ---> e3337f7dc807 13:00:50 13:00:50 Step 10/23 : FROM alpine:3.12 13:00:50 Status: Downloaded newer image for alpine:3.12 13:00:50 ---> 42cb162f0360 13:00:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:00:50 ---> 42cb162f0360 13:00:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:00:50 Removing intermediate container 1039a23de331 13:00:50 ---> a31c6db2ba66 13:00:50 13:00:50 Step 10/22 : FROM alpine:3.12 13:00:50 ---> 42cb162f0360 13:00:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:00:50 ---> Running in f0abeeaa3e96 13:00:51 ---> Running in abec1e51b234 13:00:51 ---> Running in 6780044a7b7e 13:00:52 Removing intermediate container abec1e51b234 13:00:52 ---> 21b3f50b601a 13:00:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:00:52 ---> Running in 9342969c441b 13:00:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:00:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:55 (1/1) Installing dumb-init (1.2.2-r1) 13:00:55 Executing busybox-1.31.1-r19.trigger 13:00:55 OK: 6 MiB in 15 packages 13:00:56 (1/1) Installing dumb-init (1.2.2-r1) 13:00:56 Executing busybox-1.31.1-r19.trigger 13:00:56 OK: 6 MiB in 15 packages 13:00:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:58 (1/2) Installing dumb-init (1.2.2-r1) 13:00:58 (2/2) Installing su-exec (0.2-r1) 13:00:58 Executing busybox-1.31.1-r19.trigger 13:00:58 OK: 6 MiB in 16 packages 13:01:00 Removing intermediate container fa1624a1120e 13:01:00 ---> 4e355ec822d3 13:01:00 13:01:00 Step 10/23 : FROM alpine:3.12 13:01:00 ---> 42cb162f0360 13:01:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:01:01 ---> Running in 1cb9519e8ae8 13:01:02 Removing intermediate container f0abeeaa3e96 13:01:02 ---> 3d0299c035cf 13:01:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:01:02 Removing intermediate container 6780044a7b7e 13:01:02 ---> 1861a5a1b4c7 13:01:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:01:02 Removing intermediate container 9342969c441b 13:01:02 ---> 0f1f20df401e 13:01:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:01:02 ---> Running in 3e8dd34f9449 13:01:02 ---> Running in fde468e3ec51 13:01:02 ---> Running in 5f122fd9c2c1 13:01:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:04 Removing intermediate container 3e8dd34f9449 13:01:04 ---> 53a73e31320f 13:01:04 Step 13/23 : ENV APP_PORT=48082 13:01:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:04 Removing intermediate container fde468e3ec51 13:01:04 ---> 0f6646c474b5 13:01:04 Step 13/22 : ENV APP_PORT=48085 13:01:05 Removing intermediate container 5f122fd9c2c1 13:01:05 ---> 7f627030b68a 13:01:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:01:05 ---> Running in f269952a3db1 13:01:05 ---> Running in f1efbfdf07a2 13:01:05 (1/1) Installing dumb-init (1.2.2-r1) 13:01:05 Executing busybox-1.31.1-r19.trigger 13:01:05 OK: 6 MiB in 15 packages 13:01:05 ---> Running in 6710a4455168 13:01:06 Removing intermediate container 7b7321faf1c7 13:01:06 ---> a950ad5d7569 13:01:06 13:01:06 Step 11/26 : FROM docker:20.10.0 13:01:06 Removing intermediate container f269952a3db1 13:01:06 ---> f2688b6c9843 13:01:06 Step 14/22 : EXPOSE $APP_PORT 13:01:06 Removing intermediate container f1efbfdf07a2 13:01:06 ---> b8380f8d9a1a 13:01:06 Step 14/23 : EXPOSE $APP_PORT 13:01:06 Removing intermediate container 6710a4455168 13:01:06 ---> 7408f8c288d3 13:01:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:01:06 20.10.0: Pulling from library/docker 13:01:07 ---> Running in 0b93d13263d3 13:01:07 ---> Running in b69f66ffb30e 13:01:07 ---> Running in 58271dbd2cf4 13:01:08 Removing intermediate container 1cb9519e8ae8 13:01:08 ---> 38d8c078f69b 13:01:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:01:08 ---> Running in 1b9241f851fa 13:01:08 Removing intermediate container 0b93d13263d3 13:01:08 ---> 0adcc9d79a8c 13:01:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:08 Removing intermediate container b69f66ffb30e 13:01:08 ---> 01c6d1ea3a56 13:01:08 Step 15/23 : WORKDIR / 13:01:09 ---> Running in 2af4611c8a9a 13:01:10 Removing intermediate container 1b9241f851fa 13:01:10 ---> 7253c5a94efb 13:01:10 Step 13/23 : ENV APP_PORT=48081 13:01:10 ---> Running in 5f9b6cf0dec8 13:01:10 Removing intermediate container 2af4611c8a9a 13:01:10 ---> b543bfcbb0f8 13:01:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:12 ---> fd3814c33e3f 13:01:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:01:13 Removing intermediate container 5f9b6cf0dec8 13:01:13 ---> 75bacf77d385 13:01:13 Step 14/23 : EXPOSE $APP_PORT 13:01:13 ---> f13119a6b79d 13:01:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:01:13 ---> Running in 26d381cfb47a 13:01:14 Removing intermediate container 26d381cfb47a 13:01:14 ---> 844f59ead13a 13:01:14 Step 15/23 : WORKDIR / 13:01:15 Removing intermediate container 58271dbd2cf4 13:01:15 ---> 509c5dbcca3c 13:01:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:01:15 ---> Running in d3dbf1b11e69 13:01:15 ---> ce7e142206d9 13:01:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:01:15 ---> Running in 4844533c80c8 13:01:15 Removing intermediate container d3dbf1b11e69 13:01:15 ---> 4c4f4f760546 13:01:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:15 ---> f6876b727184 13:01:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:01:16 Removing intermediate container 4844533c80c8 13:01:16 ---> 01c1eea3d78d 13:01:16 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:01:16 ---> ab714e16967e 13:01:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:01:17 ---> Running in 16d21e11afea 13:01:17 ---> 8d00873780ba 13:01:17 Step 19/23 : ENTRYPOINT ["/core-command"] 13:01:17 ---> 7c5b4dcbf8ce 13:01:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:01:18 ---> eb515e0a5e11 13:01:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:01:18 ---> Running in afa5ad9d9e1d 13:01:18 ---> Running in 1c6740256e1a 13:01:18 Removing intermediate container 16d21e11afea 13:01:18 ---> fa6ddca36114 13:01:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:19 Removing intermediate container afa5ad9d9e1d 13:01:19 ---> 1bf303c5351d 13:01:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:19 ---> Running in 8a6893dbe0cc 13:01:19 ---> 6555b588337b 13:01:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:01:19 ---> Running in 2c4b5bafa098 13:01:20 Removing intermediate container 8a6893dbe0cc 13:01:20 ---> 349591d3b633 13:01:20 Step 20/22 : LABEL arch=x86_64 13:01:21 Removing intermediate container 2c4b5bafa098 13:01:21 ---> 82931c36a88f 13:01:21 Step 21/23 : LABEL arch=x86_64 13:01:21 ---> 933283f0c52c 13:01:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:01:21 ---> Running in 2f00dcae1b3d 13:01:21 ---> Running in 638c9af759b3 13:01:21 ---> Running in 546eabddd1ee 13:01:22 Removing intermediate container 2f00dcae1b3d 13:01:22 ---> 47c7f77e4c51 13:01:22 Step 21/22 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:01:22 Removing intermediate container 638c9af759b3 13:01:22 ---> a95d2ef32431 13:01:22 Step 22/23 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:01:22 ---> Running in 84f9df73d22a 13:01:23 Removing intermediate container 546eabddd1ee 13:01:23 ---> be07059fd5a0 13:01:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:23 ---> Running in ce7e1d07726f 13:01:23 ---> Running in 187aa6f45a28 13:01:24 Removing intermediate container 84f9df73d22a 13:01:24 ---> 4251c7c91dcc 13:01:24 Step 22/22 : LABEL version=0.0.0 13:01:24 Removing intermediate container 187aa6f45a28 13:01:24 ---> a0fb1dff5fe6 13:01:24 Step 21/23 : LABEL arch=x86_64 13:01:24 ---> Running in 94e8ab7309c6 13:01:24 Removing intermediate container ce7e1d07726f 13:01:24 ---> 8b9f8198583d 13:01:24 Step 23/23 : LABEL version=0.0.0 13:01:24 ---> Running in 1e367996fb4a 13:01:25 ---> Running in 6885a5b4aae8 13:01:25 Removing intermediate container 1c6740256e1a 13:01:25 ---> 125723de9c18 13:01:25 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:01:25 Removing intermediate container 94e8ab7309c6 13:01:25 ---> f66d5fcf32dc 13:01:25 13:01:25 Removing intermediate container 1e367996fb4a 13:01:25 ---> afe60a7713f5 13:01:25 Step 22/23 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:01:26 ---> Running in e56a7569ffba 13:01:26 Removing intermediate container 6885a5b4aae8 13:01:26 ---> 186dc985a872 13:01:26 13:01:27 ---> f81794cd3431 13:01:27 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:01:27 Removing intermediate container e56a7569ffba 13:01:27 ---> 6141851dfca9 13:01:27 Step 23/23 : LABEL version=0.0.0 13:01:27 Successfully built f66d5fcf32dc 13:01:27 ---> Running in f10e183cd09f 13:01:27 Successfully tagged docker-support-scheduler-go:latest 13:01:27  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 13:01:27 Successfully built 186dc985a872 13:01:27 Successfully tagged docker-core-command-go:latest 13:01:27  Building docker-core-command-go ... done Building docker-support-notifications-go 13:01:27 Removing intermediate container f10e183cd09f 13:01:27 ---> 390790c3fa65 13:01:27 13:01:28 Successfully built 390790c3fa65 13:01:28 ---> 801b33a07b7e 13:01:28 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:01:28 Successfully tagged docker-core-metadata-go:latest 13:01:28 Building docker-core-data-go 13:01:30  Building docker-core-metadata-go ... done  ---> 654cbac3912a 13:01:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:01:35 ---> bbbd5984ad34 13:01:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:01:38 ---> 7c9636855ce7 13:01:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:01:39 ---> Running in c511528d578e 13:01:40 Removing intermediate container c511528d578e 13:01:40 ---> efacbca42d01 13:01:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:01:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:01:40 Status: Downloaded newer image for docker:20.10.0 13:01:40 ---> aefe523efa57 13:01:40 Step 12/26 : RUN apk add --no-cache bash 13:01:44 ---> 9e7eaaecf668 13:01:44 Step 26/31 : RUN chmod +x /entrypoint.sh 13:01:44 ---> Running in caf3e4d5c9f6 13:01:46 ---> Running in a76d6e1c7287 13:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:49 (1/2) Installing readline (8.0.4-r0) 13:01:49 (2/2) Installing bash (5.0.17-r0) 13:01:49 Executing bash-5.0.17-r0.post-install 13:01:49 Executing busybox-1.31.1-r19.trigger 13:01:49 OK: 12 MiB in 22 packages 13:01:51 Removing intermediate container a76d6e1c7287 13:01:51 ---> 23682cc4574a 13:01:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:01:52 ---> Running in c11ba3cd73ae 13:01:54 Removing intermediate container caf3e4d5c9f6 13:01:54 ---> 50f7e5a1786f 13:01:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:01:54 Removing intermediate container c11ba3cd73ae 13:01:54 ---> 4c9fa4e3a5d0 13:01:54 Step 28/31 : CMD ["gate"] 13:01:54 ---> Running in 243d7fcfaa53 13:01:55 ---> Running in 3e501d082b02 13:01:55 Removing intermediate container 243d7fcfaa53 13:01:55 ---> 20ea74b167ac 13:01:55 Step 14/26 : ENV APP_PORT=48090 13:01:55 Removing intermediate container 3e501d082b02 13:01:55 ---> 65a48f7b7ca0 13:01:55 Step 29/31 : LABEL arch=x86_64 13:01:55 ---> Running in 206a3b53e933 13:01:55 ---> Running in 5c1ede448f56 13:01:57 Removing intermediate container 206a3b53e933 13:01:57 ---> 380f7fc149b5 13:01:57 Step 15/26 : EXPOSE $APP_PORT 13:01:57 Removing intermediate container 5c1ede448f56 13:01:57 ---> 0c7082b2677b 13:01:57 Step 30/31 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:01:57 ---> Running in f71b9ec8cc1f 13:01:57 ---> Running in 6484bebbafbe 13:01:58 Removing intermediate container f71b9ec8cc1f 13:01:58 ---> 483665a275e5 13:01:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:01:58 Removing intermediate container 6484bebbafbe 13:01:58 ---> b71e218daf4e 13:01:58 Step 31/31 : LABEL version=0.0.0 13:01:59 ---> Running in a742c2c6bf69 13:02:03 Removing intermediate container a742c2c6bf69 13:02:03 ---> a3bb454edf4a 13:02:03 13:02:05 ---> 36e9a032814c 13:02:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:02:05 Successfully built a3bb454edf4a 13:02:05 Successfully tagged docker-security-bootstrapper-go:latest 13:02:05 Building docker-security-proxy-setup-go 13:02:09  Building docker-security-bootstrapper-go ... done  ---> dcd5462568d4 13:02:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:02:13 ---> 305a2b26e6da 13:02:13 Step 19/26 : RUN apk --no-cache add py3-pip 13:02:14 ---> Running in 661deac66412 13:02:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:02:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:02:21 (1/33) Installing libbz2 (1.0.8-r1) 13:02:21 (2/33) Installing expat (2.2.9-r1) 13:02:21 (3/33) Installing libffi (3.3-r2) 13:02:21 (4/33) Installing gdbm (1.13-r1) 13:02:21 (5/33) Installing xz-libs (5.2.5-r0) 13:02:21 (6/33) Installing sqlite-libs (3.32.1-r0) 13:02:21 (7/33) Installing python3 (3.8.8-r0) 13:02:28 (8/33) Installing py3-appdirs (1.4.4-r1) 13:02:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:02:28 (10/33) Installing py3-parsing (2.4.7-r0) 13:02:28 (11/33) Installing py3-six (1.15.0-r0) 13:02:28 (12/33) Installing py3-packaging (20.4-r0) 13:02:28 (13/33) Installing py3-setuptools (47.0.0-r0) 13:02:29 (14/33) Installing py3-chardet (3.0.4-r4) 13:02:29 (15/33) Installing py3-idna (2.9-r0) 13:02:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:02:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:02:30 (18/33) Installing py3-requests (2.23.0-r0) 13:02:30 (19/33) Installing py3-msgpack (1.0.0-r0) 13:02:31 (20/33) Installing py3-lockfile (0.12.2-r3) 13:02:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:02:31 (22/33) Installing py3-colorama (0.4.3-r0) 13:02:31 (23/33) Installing py3-distlib (0.3.0-r0) 13:02:31 (24/33) Installing py3-distro (1.5.0-r1) 13:02:32 (25/33) Installing py3-webencodings (0.5.1-r3) 13:02:32 (26/33) Installing py3-html5lib (1.0.1-r4) 13:02:33 (27/33) Installing py3-pytoml (0.1.21-r0) 13:02:33 (28/33) Installing py3-pep517 (0.8.2-r0) 13:02:33 (29/33) Installing py3-progress (1.5-r0) 13:02:33 (30/33) Installing py3-toml (0.10.1-r0) 13:02:33 (31/33) Installing py3-retrying (1.3.3-r0) 13:02:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:02:34 (33/33) Installing py3-pip (20.1.1-r0) 13:02:34 Executing busybox-1.31.1-r19.trigger 13:02:34 OK: 71 MiB in 55 packages 13:02:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:02:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:02:54 ---> 906dec4e2bfe 13:02:54 Step 3/22 : WORKDIR /edgex-go 13:02:54 ---> Using cache 13:02:54 ---> dd4bc5524fc5 13:02:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:02:54 ---> Using cache 13:02:54 ---> e07fd2299cf1 13:02:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:02:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:02:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:02:54 ---> 906dec4e2bfe 13:02:54 Step 3/24 : WORKDIR /edgex-go 13:02:54 ---> Using cache 13:02:54 ---> dd4bc5524fc5 13:02:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:02:54 ---> Using cache 13:02:54 ---> e07fd2299cf1 13:02:54 Step 5/24 : RUN apk add --update --no-cache make git 13:02:54 ---> Using cache 13:02:54 ---> 91ddb4128faf 13:02:54 Step 6/24 : COPY go.mod . 13:02:54 ---> Using cache 13:02:54 ---> 3b722a740fab 13:02:54 Step 7/24 : RUN go mod download 13:02:54 ---> Using cache 13:02:54 ---> 8e6147fa4147 13:02:54 Step 8/24 : COPY . . 13:02:54 ---> Using cache 13:02:54 ---> cff4c200631d 13:02:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:02:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:02:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:02:54 ---> 906dec4e2bfe 13:02:54 Step 3/23 : WORKDIR /edgex-go 13:02:54 ---> Using cache 13:02:54 ---> dd4bc5524fc5 13:02:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:02:54 ---> Using cache 13:02:54 ---> e07fd2299cf1 13:02:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:02:54 ---> Running in 0b2e00efce17 13:02:54 ---> Running in 6b3b4c898fa8 13:02:54 ---> Running in c9519c5dc391 13:02:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:02:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:02:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:02:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:02:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:03:00 OK: 233 MiB in 51 packages 13:03:01 OK: 233 MiB in 51 packages 13:03:09 Removing intermediate container 6b3b4c898fa8 13:03:09 ---> 7429f16bef8b 13:03:09 Step 6/23 : COPY go.mod . 13:03:09 Removing intermediate container 0b2e00efce17 13:03:09 ---> 946f72d7e703 13:03:09 Step 6/22 : COPY go.mod . 13:03:11 ---> bf7c660b53a0 13:03:11 Step 7/23 : RUN go mod download 13:03:13 ---> Running in a8b34efebe3c 13:03:13 ---> 4a6bb78c6185 13:03:13 Step 7/22 : RUN go mod download 13:03:15 ---> Running in 884786cd821e 13:03:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:03:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:03:19 ---> 906dec4e2bfe 13:03:19 Step 3/21 : WORKDIR /edgex-go 13:03:19 ---> Using cache 13:03:19 ---> dd4bc5524fc5 13:03:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:19 ---> Using cache 13:03:19 ---> e07fd2299cf1 13:03:19 Step 5/21 : RUN apk add --update --no-cache make git 13:03:19 ---> Using cache 13:03:19 ---> 91ddb4128faf 13:03:19 Step 6/21 : COPY go.mod . 13:03:19 ---> Using cache 13:03:19 ---> 3b722a740fab 13:03:19 Step 7/21 : RUN go mod download 13:03:19 ---> Using cache 13:03:19 ---> 8e6147fa4147 13:03:19 Step 8/21 : COPY . . 13:03:19 ---> Using cache 13:03:19 ---> cff4c200631d 13:03:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:03:19 ---> Running in b7d36eeef7c1 13:03:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:03:25 Removing intermediate container a8b34efebe3c 13:03:25 ---> 695ba1afa8d8 13:03:25 Step 8/23 : COPY . . 13:03:25 Removing intermediate container 884786cd821e 13:03:25 ---> 388cd5bc0667 13:03:25 Step 8/22 : COPY . . 13:04:18 Removing intermediate container 661deac66412 13:04:18 ---> 3ca27972f252 13:04:18 Step 20/26 : RUN pip install docker-compose==1.23.2 13:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:04:18 ---> Running in 24fd590bf81c 13:04:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:05:00 Collecting docker-compose==1.23.2 13:05:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:05:00 Collecting PyYAML<4,>=3.10 13:05:00 Downloading PyYAML-3.13.tar.gz (270 kB) 13:05:00 Removing intermediate container b7d36eeef7c1 13:05:00 ---> d875f1bfb703 13:05:00 13:05:00 Step 10/21 : FROM alpine:3.12 13:05:00 Removing intermediate container c9519c5dc391 13:05:00 ---> 128bf32ad754 13:05:00 13:05:00 Step 10/24 : FROM alpine:3.12 13:05:00 ---> 42cb162f0360 13:05:00 Step 11/21 : RUN apk add --update --no-cache curl 13:05:00 ---> 42cb162f0360 13:05:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:05:00 ---> c8ec82a1d63b 13:05:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:05:01 ---> Running in fc7ca0bc96d0 13:05:01 ---> Running in faaf5f223475 13:05:01 ---> Running in eac33ec4f4d1 13:05:01 ---> a9230d54d2e3 13:05:01 Step 9/23 : RUN make cmd/core-data/core-data 13:05:01 ---> Running in eba278b442c1 13:05:02 Collecting dockerpty<0.5,>=0.4.1 13:05:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:05:05 Collecting docker<4.0,>=3.6.0 13:05:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:05:05 (1/4) Installing ca-certificates (20191127-r4) 13:05:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:05:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:05:05 (3/4) Installing libcurl (7.69.1-r3) 13:05:05 (4/4) Installing curl (7.69.1-r3) 13:05:05 Executing busybox-1.31.1-r19.trigger 13:05:05 Executing ca-certificates-20191127-r4.trigger 13:05:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:05:05 Collecting jsonschema<3,>=2.5.1 13:05:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:05:06 OK: 7 MiB in 18 packages 13:05:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:05:06 (1/6) Installing ca-certificates (20191127-r4) 13:05:06 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:05:06 (3/6) Installing libcurl (7.69.1-r3) 13:05:06 (4/6) Installing curl (7.69.1-r3) 13:05:06 (5/6) Installing dumb-init (1.2.2-r1) 13:05:06 (6/6) Installing su-exec (0.2-r1) 13:05:06 Executing busybox-1.31.1-r19.trigger 13:05:07 Executing ca-certificates-20191127-r4.trigger 13:05:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:05:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:05:07 OK: 7 MiB in 20 packages 13:05:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:05:07 Collecting cached-property<2,>=1.2.0 13:05:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:05:09 Collecting docopt<0.7,>=0.6.1 13:05:09 Downloading docopt-0.6.2.tar.gz (25 kB) 13:05:12 Collecting texttable<0.10,>=0.9.0 13:05:12 Removing intermediate container fc7ca0bc96d0 13:05:12 ---> 8b1f39465e9f 13:05:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:05:12 Downloading texttable-0.9.1.tar.gz (11 kB) 13:05:12 Removing intermediate container faaf5f223475 13:05:12 ---> 35d8ad8a1dd6 13:05:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:05:12 ---> Running in 6f3958bd9d16 13:05:12 ---> Running in 935460a07597 13:05:14 Collecting websocket-client<1.0,>=0.32.0 13:05:14 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:05:14 Collecting docker-pycreds>=0.4.0 13:05:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:05:15 Removing intermediate container 6f3958bd9d16 13:05:15 ---> 25f450d1f241 13:05:15 Step 13/21 : WORKDIR /edgex 13:05:15 Removing intermediate container 935460a07597 13:05:15 ---> fd45246d6fa7 13:05:15 Step 13/24 : WORKDIR / 13:05:15 Collecting idna<2.8,>=2.5 13:05:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:05:15 ---> Running in 302bed313037 13:05:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 13:05:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 13:05:15 ---> Running in 4e8a685305d5 13:05:15 Collecting urllib3<1.25,>=1.21.1 13:05:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:05:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:05:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:05:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:05:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:05:16 Installing collected packages: PyYAML, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, cached-property, docopt, texttable, docker-compose 13:05:16 Running setup.py install for PyYAML: started 13:05:16 Removing intermediate container 4e8a685305d5 13:05:16 ---> 24751a306b2c 13:05:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:05:16 Removing intermediate container 302bed313037 13:05:16 ---> ea2085daf4c3 13:05:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:05:18 ---> 65ba746b1be3 13:05:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:05:18 ---> 6a5f33a4302e 13:05:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:05:19 Running setup.py install for PyYAML: finished with status 'done' 13:05:19 Running setup.py install for dockerpty: started 13:05:19 ---> 51e78efa3bd0 13:05:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:05:20 Running setup.py install for dockerpty: finished with status 'done' 13:05:20 ---> d51fa447a4a6 13:05:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:05:20 ---> 53ee866a1812 13:05:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:05:20 Attempting uninstall: idna 13:05:20 Found existing installation: idna 2.9 13:05:20 Uninstalling idna-2.9: 13:05:20 Successfully uninstalled idna-2.9 13:05:21 Attempting uninstall: urllib3 13:05:21 Found existing installation: urllib3 1.25.9 13:05:21 Uninstalling urllib3-1.25.9: 13:05:21 Successfully uninstalled urllib3-1.25.9 13:05:21 Attempting uninstall: requests 13:05:21 Found existing installation: requests 2.23.0 13:05:22 Uninstalling requests-2.23.0: 13:05:22 Successfully uninstalled requests-2.23.0 13:05:23 ---> 10c19c7ab3b8 13:05:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:05:23 ---> 56fc48eb6174 13:05:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:05:24 ---> Running in 5a00ec36d944 13:05:25 Removing intermediate container 5a00ec36d944 13:05:25 ---> 4a857838541a 13:05:25 Step 18/21 : CMD ["--init=true"] 13:05:26 ---> Running in a50007660759 13:05:26 Running setup.py install for docopt: started 13:05:26 ---> 29660f41942f 13:05:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:05:27 Running setup.py install for docopt: finished with status 'done' 13:05:27 Running setup.py install for texttable: started 13:05:28 Removing intermediate container a50007660759 13:05:28 ---> 3013d521ca03 13:05:28 Step 19/21 : LABEL arch=x86_64 13:05:28 Running setup.py install for texttable: finished with status 'done' 13:05:28 ---> cba6ec8d4f6d 13:05:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 13:05:28 ---> Running in 722d378380fd 13:05:30 ---> Running in 6ed456140f48 13:05:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 13:05:32 Removing intermediate container 722d378380fd 13:05:32 ---> a97f5dfff191 13:05:32 Step 20/21 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:05:33 ---> Running in 0bf615c1037a 13:05:36 Removing intermediate container 0bf615c1037a 13:05:36 ---> 42127407982e 13:05:36 Step 21/21 : LABEL version=0.0.0 13:05:37 ---> Running in 66a038f828e8 13:05:38 Removing intermediate container 66a038f828e8 13:05:38 ---> 3fed2956e3fc 13:05:38 13:05:41 Successfully built 3fed2956e3fc 13:05:41 Successfully tagged docker-security-proxy-setup-go:latest 13:05:42  Building docker-security-proxy-setup-go ... done Removing intermediate container 6ed456140f48 13:05:42 ---> 4a8e1816dcc9 13:05:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:05:43 Removing intermediate container 24fd590bf81c 13:05:43 ---> cb6dc7a61000 13:05:43 Step 21/26 : RUN apk --no-cache add curl 13:05:43 ---> Running in 2f7efbd4f4cc 13:05:43 ---> Running in 67c70cfece2a 13:05:44 Removing intermediate container 2f7efbd4f4cc 13:05:44 ---> 07ef2f822ecf 13:05:44 Step 22/24 : LABEL arch=x86_64 13:05:45 ---> Running in 5d98e352d832 13:05:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:05:47 Removing intermediate container 5d98e352d832 13:05:47 ---> 707e2919dfe9 13:05:47 Step 23/24 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:05:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:05:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:05:48 (2/3) Installing libcurl (7.69.1-r3) 13:05:48 (3/3) Installing curl (7.69.1-r3) 13:05:48 Executing busybox-1.31.1-r19.trigger 13:05:49 OK: 72 MiB in 58 packages 13:05:49 ---> Running in 3fba43402c55 13:05:51 Removing intermediate container 3fba43402c55 13:05:51 ---> de7fa32ad741 13:05:51 Step 24/24 : LABEL version=0.0.0 13:05:51 ---> Running in 7d24175c9f6c 13:05:53 Removing intermediate container 67c70cfece2a 13:05:53 ---> ec68df534331 13:05:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:05:53 Removing intermediate container 7d24175c9f6c 13:05:53 ---> a3a64489591e 13:05:53 13:05:53 ---> Running in 5e3f2b9812d0 13:05:55 Removing intermediate container 5e3f2b9812d0 13:05:55 ---> df1c600e41db 13:05:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:05:55 Successfully built a3a64489591e 13:05:55 Successfully tagged docker-security-secretstore-setup-go:latest 13:05:55  Building docker-security-secretstore-setup-go ... done  ---> Running in d430de1d63e8 13:05:56 Removing intermediate container d430de1d63e8 13:05:56 ---> ea5c9009a186 13:05:56 Step 24/26 : LABEL arch=x86_64 13:05:57 ---> Running in f7f77f5f59c4 13:06:00 Removing intermediate container f7f77f5f59c4 13:06:00 ---> 0c506b76e62c 13:06:00 Step 25/26 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:06:00 ---> Running in 79038b46a33d 13:06:01 Removing intermediate container 79038b46a33d 13:06:01 ---> 23a970b46d71 13:06:01 Step 26/26 : LABEL version=0.0.0 13:06:02 ---> Running in dd9838b93c39 13:06:02 Removing intermediate container dd9838b93c39 13:06:02 ---> e90a844418b8 13:06:02 13:06:04 Successfully built e90a844418b8 13:06:04 Successfully tagged docker-sys-mgmt-agent-go:latest 13:06:11  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eac33ec4f4d1 13:06:11 ---> fa5796ce80be 13:06:11 13:06:11 Step 10/22 : FROM alpine:3.12 13:06:11 ---> 42cb162f0360 13:06:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:06:11 ---> Running in 112dfe8ca1a7 13:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:06:13 (1/2) Installing ca-certificates (20191127-r4) 13:06:13 (2/2) Installing dumb-init (1.2.2-r1) 13:06:13 Executing busybox-1.31.1-r19.trigger 13:06:13 Executing ca-certificates-20191127-r4.trigger 13:06:13 OK: 6 MiB in 16 packages 13:06:14 Removing intermediate container eba278b442c1 13:06:14 ---> 3c149005d73c 13:06:14 13:06:14 Step 10/23 : FROM alpine:3.12 13:06:14 ---> 42cb162f0360 13:06:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:06:14 ---> Running in f9be65d0c0bd 13:06:15 Removing intermediate container f9be65d0c0bd 13:06:15 ---> 2189928d929c 13:06:15 Step 12/23 : ENV APP_PORT=48080 13:06:15 Removing intermediate container 112dfe8ca1a7 13:06:15 ---> 3e91ccfa26af 13:06:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:06:15 ---> Running in 72460235c957 13:06:15 ---> Running in e85ee4297f36 13:06:16 Removing intermediate container 72460235c957 13:06:16 ---> 7e6743d888f2 13:06:16 Step 13/23 : EXPOSE $APP_PORT 13:06:16 ---> Running in c96f16183076 13:06:16 Removing intermediate container e85ee4297f36 13:06:16 ---> 5f6dbad3f862 13:06:16 Step 13/22 : ENV APP_PORT=48060 13:06:16 ---> Running in cbf2512af174 13:06:17 Removing intermediate container c96f16183076 13:06:17 ---> fa26683469f2 13:06:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:06:17 Removing intermediate container cbf2512af174 13:06:17 ---> a055dc089791 13:06:17 Step 14/22 : EXPOSE $APP_PORT 13:06:17 ---> Running in 79e7880a8294 13:06:17 ---> Running in 403ef6845914 13:06:19 Removing intermediate container 403ef6845914 13:06:19 ---> eda9c5f58f82 13:06:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:06:19 ---> 854e4464a7b3 13:06:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:06:20 Removing intermediate container 79e7880a8294 13:06:20 ---> 6a33f2b54de1 13:06:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:06:20 ---> Running in 41cd9f49d596 13:06:21 ---> 4549cb01e2e4 13:06:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:06:22 ---> 4132ee798954 13:06:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:06:22 ---> Running in 7f1e8c17a0cf 13:06:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:06:22 Removing intermediate container 7f1e8c17a0cf 13:06:22 ---> f66f8d115355 13:06:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:06:23 ---> Running in fc59dc0a46d0 13:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:06:23 Removing intermediate container fc59dc0a46d0 13:06:23 ---> a1565b49d981 13:06:23 Step 20/22 : LABEL arch=x86_64 13:06:23 ---> Running in 4ac3e78ffcce 13:06:24 Removing intermediate container 4ac3e78ffcce 13:06:24 ---> f490213606cf 13:06:24 Step 21/22 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:06:24 ---> Running in 1f07ca7e35b5 13:06:24 Removing intermediate container 1f07ca7e35b5 13:06:24 ---> 6f23c0bde3d9 13:06:24 Step 22/22 : LABEL version=0.0.0 13:06:24 ---> Running in 8c7fbdd002fd 13:06:24 (1/6) Installing dumb-init (1.2.2-r1) 13:06:24 Removing intermediate container 8c7fbdd002fd 13:06:24 ---> 2f8c673a6d8b 13:06:24 13:06:24 (2/6) Installing libgcc (9.3.0-r2) 13:06:24 (3/6) Installing libsodium (1.0.18-r0) 13:06:25 (4/6) Installing libstdc++ (9.3.0-r2) 13:06:25 Successfully built 2f8c673a6d8b 13:06:25 Successfully tagged docker-support-notifications-go:latest 13:06:25  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) 13:06:25 (6/6) Installing zeromq (4.3.3-r0) 13:06:25 Executing busybox-1.31.1-r19.trigger 13:06:25 OK: 8 MiB in 20 packages 13:06:27 Removing intermediate container 41cd9f49d596 13:06:27 ---> 0f3844b907ce 13:06:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:06:28 ---> 808afdd6c302 13:06:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:06:29 ---> 3e902678763f 13:06:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:06:30 ---> 351828dc169f 13:06:30 Step 19/23 : ENTRYPOINT ["/core-data"] 13:06:30 ---> Running in 2b71857c24d1 13:06:30 Removing intermediate container 2b71857c24d1 13:06:30 ---> 33d8481e4513 13:06:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:06:30 ---> Running in 3d74a76302de 13:06:31 Removing intermediate container 3d74a76302de 13:06:31 ---> 8101f6d9aada 13:06:31 Step 21/23 : LABEL arch=x86_64 13:06:31 ---> Running in 680b7792613c 13:06:32 Removing intermediate container 680b7792613c 13:06:32 ---> db232d5c07a4 13:06:32 Step 22/23 : LABEL git_sha=8b5e6c3449ec53cf1fd1c5dd8315d0a754f6eedc 13:06:32 ---> Running in 6f440893523d 13:06:32 Removing intermediate container 6f440893523d 13:06:32 ---> ec389425e195 13:06:32 Step 23/23 : LABEL version=0.0.0 13:06:32 ---> Running in 329e92e43388 13:06:33 Removing intermediate container 329e92e43388 13:06:33 ---> 15feccb84f00 13:06:33 13:06:34 Successfully built 15feccb84f00 13:06:34 Successfully tagged docker-core-data-go:latest 13:06:35  Building docker-core-data-go ... done  [Pipeline] } 13:06:35 $ docker stop --time=1 cc3485c66d20f2d858b73782ecc5102e5d0346a8ec84193ddedb9e9e185cfd6e 13:06:38 $ docker rm -f cc3485c66d20f2d858b73782ecc5102e5d0346a8ec84193ddedb9e9e185cfd6e [Pipeline] // withDockerContainer [Pipeline] sh 13:06:39 + docker images 13:06:39 + grep docker 13:06:41 docker-core-data-go latest 15feccb84f00 7 seconds ago 22.7MB 13:06:41 docker-support-notifications-go latest 2f8c673a6d8b 16 seconds ago 17.9MB 13:06:41 docker-sys-mgmt-agent-go latest e90a844418b8 39 seconds ago 314MB 13:06:41 docker-security-secretstore-setup-go latest a3a64489591e 48 seconds ago 25.7MB 13:06:41 docker-security-proxy-setup-go latest 3fed2956e3fc About a minute ago 25.4MB 13:06:41 docker-security-bootstrapper-go latest a3bb454edf4a 4 minutes ago 18.9MB 13:06:41 docker-core-metadata-go latest 390790c3fa65 5 minutes ago 19MB 13:06:41 docker-core-command-go latest 186dc985a872 5 minutes ago 17.3MB 13:06:41 docker-support-scheduler-go latest f66d5fcf32dc 5 minutes ago 17.4MB 13:06:41 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 13:06:57 Still waiting to schedule task 13:06:57 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 13:10:32 Running on prd-ubuntu18.04-docker-8c-8g-32256 in /w/workspace/edgexfoundry_edgex-go_PR-3326 [Pipeline] { [Pipeline] ws 13:10:32 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 13:10:36 using credential edgex-jenkins-ssh 13:10:36 Cloning the remote Git repository 13:10:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:10:36 > git init /w/workspace/edgex-go/2 # timeout=10 13:10:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:10:36 > git --version # timeout=10 13:10:36 > git --version # 'git version 2.17.1' 13:10:36 using GIT_SSH to set credentials SSH Credentials for GitHub 13:10:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:10:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:10:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:10:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:10:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:10:44 using GIT_SSH to set credentials SSH Credentials for GitHub 13:10:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3326/head:refs/remotes/origin/PR-3326 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:10:44 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 705bc4185db4ef14bf106ff91e59df4e4b214d02 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:10:45 Failed in branch amd64 [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] { (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 13:10:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:10:49 ---> package-listing.sh 13:10:49 ++ facter osfamily 13:10:49 ++ tr '[:upper:]' '[:lower:]' 13:10:49 + OS_FAMILY=redhat 13:10:49 + workspace=/w/workspace/edgex-go/2 13:10:49 + START_PACKAGES=/tmp/packages_start.txt 13:10:49 + END_PACKAGES=/tmp/packages_end.txt 13:10:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:10:49 + PACKAGES=/tmp/packages_start.txt 13:10:49 + '[' /w/workspace/edgex-go/2 ']' 13:10:49 + PACKAGES=/tmp/packages_end.txt 13:10:49 + case "${OS_FAMILY}" in 13:10:49 + rpm -qa 13:10:49 + sort 13:11:00 + '[' -f /tmp/packages_start.txt ']' 13:11:00 + '[' -f /tmp/packages_end.txt ']' 13:11:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:11:00 + '[' /w/workspace/edgex-go/2 ']' 13:11:00 + mkdir -p /w/workspace/edgex-go/2/archives/ 13:11:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 13:11:00 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:11:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:11:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:03 13:11:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:11:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:05 alpine: Pulling from edgex-lftools-log-publisher 13:11:05 df20fa9351a1: Pulling fs layer 13:11:05 36b3adc4ff6f: Pulling fs layer 13:11:05 8ad3a11d3b57: Pulling fs layer 13:11:05 46f8f816bc3b: Pulling fs layer 13:11:05 93b61091891f: Pulling fs layer 13:11:05 93b9cdb0e59b: Pulling fs layer 13:11:05 5e14af77c1be: Pulling fs layer 13:11:05 01666e4c0597: Pulling fs layer 13:11:05 aa168da1d23b: Pulling fs layer 13:11:05 93b9cdb0e59b: Waiting 13:11:05 5e14af77c1be: Waiting 13:11:05 01666e4c0597: Waiting 13:11:05 aa168da1d23b: Waiting 13:11:05 46f8f816bc3b: Waiting 13:11:05 93b61091891f: Waiting 13:11:05 36b3adc4ff6f: Verifying Checksum 13:11:05 36b3adc4ff6f: Download complete 13:11:06 46f8f816bc3b: Verifying Checksum 13:11:06 46f8f816bc3b: Download complete 13:11:06 df20fa9351a1: Verifying Checksum 13:11:06 df20fa9351a1: Download complete 13:11:06 93b9cdb0e59b: Verifying Checksum 13:11:06 93b9cdb0e59b: Download complete 13:11:06 5e14af77c1be: Verifying Checksum 13:11:06 5e14af77c1be: Download complete 13:11:06 01666e4c0597: Verifying Checksum 13:11:06 01666e4c0597: Download complete 13:11:06 93b61091891f: Verifying Checksum 13:11:06 93b61091891f: Download complete 13:11:07 8ad3a11d3b57: Verifying Checksum 13:11:07 8ad3a11d3b57: Download complete 13:11:08 df20fa9351a1: Pull complete 13:11:08 36b3adc4ff6f: Pull complete 13:11:11 8ad3a11d3b57: Pull complete 13:11:12 46f8f816bc3b: Pull complete 13:11:15 aa168da1d23b: Verifying Checksum 13:11:15 aa168da1d23b: Download complete 13:11:15 93b61091891f: Pull complete 13:11:16 93b9cdb0e59b: Pull complete 13:11:17 5e14af77c1be: Pull complete 13:11:17 01666e4c0597: Pull complete 13:11:36 aa168da1d23b: Pull complete 13:11:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:11:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:11:38 prd-centos7-docker-4c-2g-32237 does not seem to be running inside a container 13:11:38 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:11:44 $ docker top 9efdb6dee0769ebe5bb4376080f14807823cc5e251463427f0fd3673895fac18 -eo pid,comm [Pipeline] { [Pipeline] sh 13:11:45 + touch /tmp/pre-build-complete [Pipeline] sh 13:11:45 + mkdir -p /var/log/sa [Pipeline] sh 13:11:46 + ls /var/log/sa-host 13:11:46 + sadf -c /var/log/sa-host/sa23 13:11:46 file_magic: OK 13:11:46 HZ: Using current value: 100 13:11:46 file_header: OK 13:11:46 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 13:11:46 Statistics: 13:11:46 Hnuu...uuuununununu... 13:11:46 File successfully converted to sysstat format version 12.2.1 13:11:46 + sadf -c /var/log/sa-host/sa31 13:11:46 file_magic: OK 13:11:46 HZ: Using current value: 100 13:11:46 file_header: OK 13:11:46 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 13:11:46 Statistics: 13:11:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:11:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:11:46 provisioning config files... 13:11:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3137405121450615571tmp [Pipeline] { [Pipeline] echo 13:11:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:11:47 ---> create-netrc.sh [Pipeline] } 13:11:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:11:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:11:48 ---> python-tools-install.sh [Pipeline] echo 13:11:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:11:50 ---> sudo-logs.sh 13:11:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:11:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:11:51 ---> job-cost.sh 13:11:51 lf-activate-venv: SKIPPING 13:11:51 INFO: No Stack... 13:11:53 INFO: Retrieving Pricing Info for: v1-standard-2 13:11:53 INFO: Archiving Costs [Pipeline] echo 13:11:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:11:54 ---> logs-deploy.sh 13:11:54 lf-activate-venv: SKIPPING 13:11:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3326/2 13:11:54 INFO: archiving workspace using pattern(s): 13:11:57 Archives upload complete. 13:11:57 INFO: archiving logs to Nexus 13:11:59 ---> uname -a: 13:11:59 Linux prd-centos7-docker-4c-2g-32237.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:11:59 13:11:59 13:11:59 ---> lscpu: 13:11:59 Architecture: x86_64 13:11:59 CPU op-mode(s): 32-bit, 64-bit 13:11:59 Byte Order: Little Endian 13:11:59 Address sizes: 40 bits physical, 48 bits virtual 13:11:59 CPU(s): 4 13:11:59 On-line CPU(s) list: 0-3 13:11:59 Thread(s) per core: 1 13:11:59 Core(s) per socket: 1 13:11:59 Socket(s): 4 13:11:59 NUMA node(s): 1 13:11:59 Vendor ID: GenuineIntel 13:11:59 CPU family: 6 13:11:59 Model: 44 13:11:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:11:59 Stepping: 1 13:11:59 CPU MHz: 2933.438 13:11:59 BogoMIPS: 5866.87 13:11:59 Virtualization: VT-x 13:11:59 Hypervisor vendor: KVM 13:11:59 Virtualization type: full 13:11:59 L1d cache: 128 KiB 13:11:59 L1i cache: 128 KiB 13:11:59 L2 cache: 16 MiB 13:11:59 L3 cache: 64 MiB 13:11:59 NUMA node0 CPU(s): 0-3 13:11:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:11:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:11:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:11:59 Vulnerability Meltdown: Mitigation; PTI 13:11:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:11:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:11:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:11:59 Vulnerability Srbds: Not affected 13:11:59 Vulnerability Tsx async abort: Not affected 13:11:59 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 13:11:59 13:11:59 13:11:59 ---> nproc: 13:11:59 4 13:11:59 13:11:59 13:11:59 ---> df -h: 13:11:59 Filesystem Size Used Available Use% Mounted on 13:11:59 overlay 50.0G 12.2G 37.8G 24% / 13:11:59 tmpfs 64.0M 0 64.0M 0% /dev 13:11:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:11:59 shm 64.0M 0 64.0M 0% /dev/shm 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 13:11:59 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 13:11:59 13:11:59 13:11:59 ---> free -m: 13:11:59 total used free shared buff/cache available 13:11:59 Mem: 1837 710 121 0 1005 1043 13:11:59 Swap: 1023 69 954 13:11:59 13:11:59 13:11:59 ---> ip addr: 13:11:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:11:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:11:59 inet 127.0.0.1/8 scope host lo 13:11:59 valid_lft forever preferred_lft forever 13:11:59 inet6 ::1/128 scope host 13:11:59 valid_lft forever preferred_lft forever 13:11:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:11:59 link/ether fa:16:3e:6f:53:e3 brd ff:ff:ff:ff:ff:ff 13:11:59 inet 10.30.122.187/23 brd 10.30.123.255 scope global dynamic eth0 13:11:59 valid_lft 84626sec preferred_lft 84626sec 13:11:59 inet6 fe80::f816:3eff:fe6f:53e3/64 scope link 13:11:59 valid_lft forever preferred_lft forever 13:11:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:11:59 link/ether 02:42:36:b1:c8:9a brd ff:ff:ff:ff:ff:ff 13:11:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:11:59 valid_lft forever preferred_lft forever 13:11:59 inet6 fe80::42:36ff:feb1:c89a/64 scope link 13:11:59 valid_lft forever preferred_lft forever 13:11:59 13:11:59 13:11:59 ---> sar -b -r -n DEV: 13:11:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 13:11:59 13:11:59 12:42:10 LINUX RESTART (4 CPU) 13:11:59 13:11:59 12:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:11:59 12:44:01 39.90 25.94 13.96 0.00 3049.19 4726.58 0.00 13:11:59 12:45:01 54.11 12.79 41.32 0.00 4719.95 4569.76 0.00 13:11:59 12:46:02 14.52 4.92 9.60 0.00 252.58 5338.00 0.00 13:11:59 12:47:01 111.78 43.66 68.12 0.00 4496.62 30446.89 0.00 13:11:59 12:48:01 188.70 35.59 153.11 0.00 1908.96 21518.87 0.00 13:11:59 12:49:02 103.85 58.39 45.46 0.00 1724.98 5461.02 0.00 13:11:59 12:50:01 75.64 24.37 51.27 0.00 977.52 5572.08 0.00 13:11:59 12:51:01 56.87 13.02 43.84 0.00 524.16 5586.77 0.00 13:11:59 12:52:01 70.62 36.86 33.75 0.00 1167.09 2187.98 0.00 13:11:59 12:53:02 77.30 34.66 42.63 0.00 2230.39 4127.32 0.00 13:11:59 12:54:01 21.32 2.70 18.62 0.00 116.51 2790.25 0.00 13:11:59 12:55:01 43.79 9.15 34.64 0.00 412.62 10379.09 0.00 13:11:59 12:56:03 213.40 77.90 135.50 0.00 23734.41 83060.86 0.00 13:11:59 12:57:02 809.95 684.61 125.34 0.00 70883.84 75250.44 0.00 13:11:59 12:58:03 784.24 642.62 141.62 0.00 70644.43 73943.88 0.00 13:11:59 12:59:03 772.51 663.57 108.94 0.00 60376.74 62106.53 0.00 13:11:59 13:00:03 419.59 328.61 90.98 0.00 17405.18 19129.96 0.00 13:11:59 13:01:01 185.20 68.98 116.22 0.00 6794.46 21537.57 0.00 13:11:59 13:02:02 264.52 96.88 167.64 0.00 20810.56 63393.15 0.00 13:11:59 13:03:04 415.57 245.67 169.89 0.00 73309.58 69472.22 0.00 13:11:59 13:04:04 511.62 378.87 132.75 0.00 37462.93 40177.09 0.00 13:11:59 13:05:04 696.11 560.25 135.86 0.00 42033.01 41287.62 0.00 13:11:59 13:06:01 225.96 88.16 137.81 0.00 4828.93 11393.01 0.00 13:11:59 13:07:01 95.86 25.56 70.30 0.00 4188.13 8467.55 0.00 13:11:59 13:08:01 1.71 0.12 1.60 0.00 1.73 28.31 0.00 13:11:59 13:09:01 0.40 0.18 0.22 0.00 4.39 2.41 0.00 13:11:59 13:10:02 0.22 0.02 0.20 0.00 0.53 1.68 0.00 13:11:59 13:11:01 53.46 53.24 0.22 0.00 4672.30 2.65 0.00 13:11:59 Average: 225.57 150.74 74.83 0.00 16496.25 24161.43 0.00 13:11:59 13:11:59 12:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:11:59 12:44:01 70420 0 550420 29.25 2620 1258084 1108584 37.83 453284 1159756 5912 13:11:59 12:45:01 142588 0 621856 33.05 2620 1114480 1467560 50.09 472332 1060644 48 13:11:59 12:46:02 68908 0 816532 43.40 2620 993484 1557504 53.16 660312 947636 9888 13:11:59 12:47:01 84592 0 680312 36.16 2440 1114200 1530312 52.23 689020 878380 59708 13:11:59 12:48:01 78464 0 769128 40.88 1492 1032460 1498036 51.13 625308 882264 61948 13:11:59 12:49:02 148816 0 785464 41.75 1492 945772 1835736 62.65 602692 852560 16208 13:11:59 12:50:01 292420 0 746060 39.65 800 842264 1651356 56.36 575480 734040 65144 13:11:59 12:51:01 163432 0 818832 43.52 676 898604 1871016 63.85 719548 714100 64004 13:11:59 12:52:01 148416 0 907076 48.21 676 825376 1782936 60.85 703788 738980 65968 13:11:59 12:53:02 240000 0 734880 39.06 676 905988 1314204 44.85 561044 786992 13464 13:11:59 12:54:01 222388 0 744084 39.55 592 914480 1419068 48.43 613088 752920 39932 13:11:59 12:55:01 71424 0 772792 41.07 588 1036740 1644616 56.13 628396 895112 54256 13:11:59 12:56:03 66580 0 839488 44.62 0 975476 2306316 78.71 740140 848452 65884 13:11:59 12:57:02 506004 0 669812 35.60 0 705728 1425736 48.66 438492 724032 0 13:11:59 12:58:03 73492 0 847016 45.02 0 961036 2446928 83.51 643828 936932 12052 13:11:59 12:59:03 72244 0 846444 44.99 0 962856 2354556 80.36 760392 818456 33424 13:11:59 13:00:03 322008 0 1043512 55.46 0 516024 3140980 107.20 659376 624568 65296 13:11:59 13:01:01 457724 0 723920 38.47 0 699900 1597804 54.53 416608 748072 3136 13:11:59 13:02:02 74948 0 794012 42.20 0 1012584 2057688 70.23 754736 804640 33356 13:11:59 13:03:04 72668 0 739080 39.28 0 1069796 2023476 69.06 677548 898332 66892 13:11:59 13:04:04 111796 0 813156 43.22 0 956592 2462616 84.05 548280 970584 39748 13:11:59 13:05:04 484776 0 745520 39.62 0 651248 2403800 82.04 491740 658380 220 13:11:59 13:06:01 260228 0 783616 41.65 0 837700 2068152 70.58 650128 710984 16 13:11:59 13:07:01 368628 0 630144 33.49 0 882772 1294356 44.17 542516 725300 20 13:11:59 13:08:01 376928 0 621836 33.05 0 882780 1194184 40.76 536928 724880 12 13:11:59 13:09:01 376864 0 621892 33.05 0 882788 1194256 40.76 537020 725020 8 13:11:59 13:10:02 376868 0 621896 33.05 0 882780 1194184 40.76 536944 725020 8 13:11:59 13:11:01 232312 0 629576 33.46 0 1019656 1209236 41.27 551040 853256 280 13:11:59 Average: 213069 0 747084 39.71 618 920773 1751971 59.79 599643 817868 27744 13:11:59 13:11:59 12:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:11:59 12:44:01 eth0 414.77 297.95 2236.34 57.04 0.00 0.00 0.00 0.00 13:11:59 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:45:01 eth0 247.88 181.46 1454.34 56.08 0.00 0.00 0.00 0.00 13:11:59 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:45:01 vethb45dbe1 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 13:11:59 12:45:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 12:46:02 eth0 544.73 469.77 2667.83 61.23 0.00 0.00 0.00 0.00 13:11:59 12:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:46:02 vethb45dbe1 462.03 531.42 57.42 2657.61 0.00 0.00 0.00 0.00 13:11:59 12:46:02 docker0 462.03 531.39 51.10 2657.61 0.00 0.00 0.00 0.00 13:11:59 12:47:01 eth0 310.86 258.22 2873.19 28.30 0.00 0.00 0.00 0.00 13:11:59 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:47:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:48:01 eth0 177.77 109.58 851.67 16.21 0.00 0.00 0.00 0.00 13:11:59 12:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:48:01 docker0 96.00 157.39 7.24 837.30 0.00 0.00 0.00 0.00 13:11:59 12:49:02 eth0 31.77 31.18 24.65 67.41 0.00 0.00 0.00 0.00 13:11:59 12:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:49:02 vethff5bec0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 12:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:50:01 eth0 10.89 7.84 8.04 4.47 0.00 0.00 0.00 0.00 13:11:59 12:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:50:01 vethff5bec0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:51:01 eth0 26.47 19.33 20.32 11.23 0.00 0.00 0.00 0.00 13:11:59 12:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:51:01 vethff5bec0 0.74 0.74 0.06 0.06 0.00 0.00 0.00 0.00 13:11:59 12:51:01 docker0 0.74 0.74 0.05 0.06 0.00 0.00 0.00 0.00 13:11:59 12:52:01 eth0 33.22 29.91 17.01 61.46 0.00 0.00 0.00 0.00 13:11:59 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:52:01 vethff5bec0 1.59 1.59 0.13 0.13 0.00 0.00 0.00 0.00 13:11:59 12:52:01 docker0 1.59 1.59 0.10 0.13 0.00 0.00 0.00 0.00 13:11:59 12:53:02 eth0 8.35 6.34 7.79 4.29 0.00 0.00 0.00 0.00 13:11:59 12:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:53:02 vethff5bec0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:54:01 eth0 20.10 14.85 15.29 8.23 0.00 0.00 0.00 0.00 13:11:59 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:54:01 vethff5bec0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:55:01 eth0 183.13 149.00 1683.44 75.56 0.00 0.00 0.00 0.00 13:11:59 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:56:03 vethc1e484a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 12:56:03 eth0 22.54 19.27 23.39 9.14 0.00 0.00 0.00 0.00 13:11:59 12:56:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:56:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:57:02 vethc1e484a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:57:02 eth0 6.51 5.27 5.15 2.97 0.00 0.00 0.00 0.00 13:11:59 12:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:58:03 vethc1e484a 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 12:58:03 eth0 43.45 33.99 155.49 46.78 0.00 0.00 0.00 0.00 13:11:59 12:58:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:58:03 docker0 13.60 21.50 0.76 143.75 0.00 0.00 0.00 0.00 13:11:59 12:59:03 vethc1e484a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:59:03 eth0 1.76 1.48 1.30 0.74 0.00 0.00 0.00 0.00 13:11:59 12:59:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 12:59:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:00:03 veth37bb680 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:00:03 vethc1e484a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:00:03 vethbb7b511 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:00:03 eth0 9.59 7.58 7.47 4.06 0.00 0.00 0.00 0.00 13:11:59 13:01:01 vethab3fc82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:01:01 vethc1e484a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:01:01 veth3162afc 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 13:11:59 13:01:01 vethdc34395 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:02:02 vethc1e484a 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:02:02 eth0 2312.19 1767.92 13414.12 598.88 0.00 0.00 0.00 0.00 13:11:59 13:02:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:11:59 13:02:02 docker0 585.51 747.82 59.68 3776.45 0.00 0.00 0.00 0.00 13:11:59 13:03:04 vethc1e484a 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:03:04 eth0 86.74 41.05 375.99 12.57 0.00 0.00 0.00 0.00 13:11:59 13:03:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:03:04 vethd852014 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:04:04 vethd2aa2ea 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:04:04 vethc1e484a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:04:04 eth0 25.20 24.01 12.83 54.61 0.00 0.00 0.00 0.00 13:11:59 13:04:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:05:04 vethc1e484a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:05:04 veth23555e0 1.43 2.00 0.18 8.30 0.00 0.00 0.00 0.00 13:11:59 13:05:04 veth63b16b9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:05:04 vethe219e51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:06:01 vethc1e484a 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 13:11:59 13:06:01 vethe219e51 0.00 0.31 0.00 0.02 0.00 0.00 0.00 0.00 13:11:59 13:06:01 eth0 2660.66 2005.92 14802.25 767.47 0.00 0.00 0.00 0.00 13:11:59 13:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:11:59 13:07:01 eth0 48.36 30.57 100.98 25.18 0.00 0.00 0.00 0.00 13:11:59 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:07:01 docker0 631.10 861.97 62.71 4384.01 0.00 0.00 0.00 0.00 13:11:59 13:08:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:09:01 eth0 0.25 0.22 0.14 0.07 0.00 0.00 0.00 0.00 13:11:59 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:10:02 eth0 0.57 0.05 0.06 0.00 0.00 0.00 0.00 0.00 13:11:59 13:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:11:01 eth0 8.70 7.04 8.31 3.53 0.00 0.00 0.00 0.00 13:11:59 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 Average: eth0 91.61 69.34 506.81 27.14 0.00 0.00 0.00 0.00 13:11:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:59 Average: docker0 22.60 30.87 2.25 156.98 0.00 0.00 0.00 0.00 13:11:59 13:11:59 13:11:59 ---> sar -P ALL: 13:11:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 13:11:59 13:11:59 12:42:10 LINUX RESTART (4 CPU) 13:11:59 13:11:59 12:43:02 CPU %user %nice %system %iowait %steal %idle 13:11:59 12:44:01 all 10.55 0.00 3.76 2.15 29.34 54.19 13:11:59 12:44:01 0 9.13 0.00 4.10 2.09 33.02 51.66 13:11:59 12:44:01 1 10.36 0.00 3.41 2.06 29.63 54.53 13:11:59 12:44:01 2 10.37 0.00 4.20 1.61 27.82 56.00 13:11:59 12:44:01 3 12.46 0.00 3.32 2.85 26.72 54.65 13:11:59 12:45:01 all 4.11 0.00 3.88 1.28 25.49 65.24 13:11:59 12:45:01 0 3.67 0.00 3.15 0.73 27.31 65.13 13:11:59 12:45:01 1 3.97 0.00 3.74 1.39 26.35 64.56 13:11:59 12:45:01 2 4.98 0.00 4.40 1.50 24.37 64.75 13:11:59 12:45:01 3 3.85 0.00 4.25 1.51 23.85 66.54 13:11:59 12:46:02 all 6.42 0.00 2.40 0.08 30.50 60.61 13:11:59 12:46:02 0 6.97 0.00 3.14 0.10 34.93 54.86 13:11:59 12:46:02 1 3.51 0.00 1.96 0.01 29.34 65.18 13:11:59 12:46:02 2 5.51 0.00 2.28 0.00 28.91 63.30 13:11:59 12:46:02 3 9.86 0.00 2.24 0.20 28.87 58.83 13:11:59 12:47:01 all 2.91 0.00 3.63 1.32 34.44 57.69 13:11:59 12:47:01 0 2.64 0.00 3.77 0.37 36.51 56.72 13:11:59 12:47:01 1 2.86 0.00 3.80 1.13 33.43 58.79 13:11:59 12:47:01 2 3.14 0.00 3.68 1.12 33.72 58.34 13:11:59 12:47:01 3 3.00 0.00 3.29 2.64 34.17 56.90 13:11:59 12:48:01 all 4.24 0.00 4.58 3.41 30.55 57.23 13:11:59 12:48:01 0 3.79 0.00 4.11 1.76 32.20 58.14 13:11:59 12:48:01 1 3.90 0.00 4.44 3.27 30.45 57.94 13:11:59 12:48:01 2 4.30 0.00 5.12 4.02 29.57 56.99 13:11:59 12:48:01 3 5.01 0.00 4.66 4.65 29.92 55.76 13:11:59 12:49:02 all 4.98 0.00 5.71 4.67 30.41 54.24 13:11:59 12:49:02 0 4.97 0.00 4.64 5.24 32.26 52.89 13:11:59 12:49:02 1 5.08 0.00 5.82 6.55 30.48 52.07 13:11:59 12:49:02 2 5.99 0.00 5.66 3.36 30.07 54.90 13:11:59 12:49:02 3 3.91 0.00 6.72 3.48 28.77 57.13 13:11:59 12:50:01 all 30.83 0.00 9.04 2.14 40.76 17.22 13:11:59 12:50:01 0 37.27 0.00 11.48 1.94 41.63 7.68 13:11:59 12:50:01 1 27.87 0.00 8.16 2.33 41.63 20.01 13:11:59 12:50:01 2 33.20 0.00 8.79 2.17 36.63 19.22 13:11:59 12:50:01 3 25.67 0.00 8.00 2.11 43.18 21.04 13:11:59 12:51:01 all 26.78 0.00 8.91 1.75 33.77 28.79 13:11:59 12:51:01 0 32.51 0.00 10.79 1.95 31.89 22.86 13:11:59 12:51:01 1 22.66 0.00 7.02 1.72 36.66 31.93 13:11:59 12:51:01 2 27.00 0.00 8.76 1.97 32.36 29.91 13:11:59 12:51:01 3 25.28 0.00 9.21 1.37 33.98 30.16 13:11:59 12:52:01 all 25.96 0.00 9.93 3.33 38.52 22.26 13:11:59 12:52:01 0 26.59 0.00 10.89 2.56 37.43 22.53 13:11:59 12:52:01 1 23.18 0.00 8.84 3.16 40.81 24.00 13:11:59 12:52:01 2 28.03 0.00 10.37 3.96 37.65 19.99 13:11:59 12:52:01 3 26.20 0.00 9.69 3.64 38.07 22.39 13:11:59 12:53:02 all 19.12 0.00 10.27 2.13 34.21 34.27 13:11:59 12:53:02 0 17.80 0.00 9.51 1.92 34.52 36.25 13:11:59 12:53:02 1 20.38 0.00 10.41 1.87 33.78 33.56 13:11:59 12:53:02 2 20.13 0.00 10.87 2.87 34.43 31.70 13:11:59 12:53:02 3 18.29 0.00 10.35 1.89 34.10 35.38 13:11:59 12:54:01 all 12.86 0.00 8.88 0.49 37.50 40.26 13:11:59 12:54:01 0 9.88 0.00 6.82 0.30 38.30 44.70 13:11:59 12:54:01 1 14.07 0.00 9.51 1.32 36.89 38.21 13:11:59 12:54:01 2 13.91 0.00 8.63 0.23 38.01 39.23 13:11:59 12:54:01 3 13.88 0.00 10.79 0.10 36.73 38.50 13:11:59 13:11:59 12:54:01 CPU %user %nice %system %iowait %steal %idle 13:11:59 12:55:01 all 6.49 0.00 7.37 0.60 34.59 50.95 13:11:59 12:55:01 0 4.92 0.00 5.83 0.92 35.49 52.84 13:11:59 12:55:01 1 7.08 0.00 8.17 0.89 36.02 47.84 13:11:59 12:55:01 2 7.63 0.00 7.96 0.17 32.64 51.60 13:11:59 12:55:01 3 6.45 0.00 7.61 0.38 34.12 51.44 13:11:59 12:56:03 all 5.31 0.00 6.94 9.24 33.47 45.05 13:11:59 12:56:03 0 4.20 0.00 5.68 8.19 34.26 47.66 13:11:59 12:56:03 1 6.86 0.00 8.27 9.82 32.93 42.13 13:11:59 12:56:03 2 5.96 0.00 6.52 8.85 34.08 44.59 13:11:59 12:56:03 3 4.24 0.00 7.35 10.17 32.55 45.70 13:11:59 12:57:02 all 10.03 0.00 9.09 14.41 37.28 29.19 13:11:59 12:57:02 0 8.30 0.00 7.62 12.86 37.77 33.46 13:11:59 12:57:02 1 10.17 0.00 8.38 12.34 36.48 32.62 13:11:59 12:57:02 2 11.12 0.00 12.14 16.82 38.22 21.69 13:11:59 12:57:02 3 10.62 0.00 8.41 15.78 36.67 28.52 13:11:59 12:58:03 all 3.64 0.00 8.71 31.59 33.12 22.95 13:11:59 12:58:03 0 3.51 0.00 7.76 30.80 34.63 23.29 13:11:59 12:58:03 1 3.35 0.00 8.22 30.11 33.49 24.84 13:11:59 12:58:03 2 3.80 0.00 9.29 33.90 31.47 21.53 13:11:59 12:58:03 3 3.89 0.00 9.59 31.63 32.82 22.06 13:11:59 12:59:03 all 6.93 0.00 5.44 20.32 48.98 18.33 13:11:59 12:59:03 0 7.54 0.00 4.90 24.09 50.13 13.35 13:11:59 12:59:03 1 7.15 0.00 6.37 19.65 49.71 17.12 13:11:59 12:59:03 2 6.73 0.00 5.20 17.26 47.79 23.02 13:11:59 12:59:03 3 6.31 0.00 5.31 20.28 48.35 19.75 13:11:59 13:00:03 all 35.73 0.00 11.39 11.35 33.28 8.24 13:11:59 13:00:03 0 34.92 0.00 11.12 11.69 33.90 8.37 13:11:59 13:00:03 1 36.86 0.00 11.19 11.26 33.37 7.32 13:11:59 13:00:03 2 34.56 0.00 11.32 10.78 33.26 10.08 13:11:59 13:00:03 3 36.60 0.00 11.94 11.69 32.60 7.18 13:11:59 13:01:01 all 34.02 0.00 10.98 8.43 36.65 9.92 13:11:59 13:01:01 0 32.05 0.00 11.22 8.32 37.94 10.48 13:11:59 13:01:01 1 32.99 0.00 10.05 6.27 38.11 12.59 13:11:59 13:01:01 2 35.17 0.00 10.50 10.68 35.44 8.22 13:11:59 13:01:01 3 35.89 0.00 12.15 8.39 35.11 8.45 13:11:59 13:02:02 all 5.86 0.00 7.51 11.92 49.71 25.00 13:11:59 13:02:02 0 4.81 0.00 6.40 10.13 50.64 28.02 13:11:59 13:02:02 1 6.37 0.00 8.05 13.59 49.82 22.17 13:11:59 13:02:02 2 6.12 0.00 7.41 11.94 49.44 25.09 13:11:59 13:02:02 3 6.18 0.00 8.25 12.10 48.88 24.60 13:11:59 13:03:04 all 7.93 0.00 7.40 13.24 49.77 21.66 13:11:59 13:03:04 0 6.97 0.00 7.50 13.84 50.44 21.24 13:11:59 13:03:04 1 7.33 0.00 7.07 11.87 49.69 24.04 13:11:59 13:03:04 2 8.80 0.00 7.46 13.10 49.48 21.16 13:11:59 13:03:04 3 8.65 0.00 7.56 14.15 49.46 20.18 13:11:59 13:04:04 all 20.30 0.00 10.79 10.44 53.33 5.14 13:11:59 13:04:04 0 21.74 0.00 11.01 10.02 53.11 4.12 13:11:59 13:04:04 1 18.26 0.00 10.69 10.87 53.96 6.22 13:11:59 13:04:04 2 20.37 0.00 10.95 11.07 52.88 4.74 13:11:59 13:04:04 3 20.88 0.00 10.50 9.79 53.38 5.45 13:11:59 13:05:04 all 8.93 0.00 7.06 28.97 39.68 15.36 13:11:59 13:05:04 0 8.08 0.00 6.03 32.14 40.16 13.59 13:11:59 13:05:04 1 8.27 0.00 7.55 30.69 39.40 14.08 13:11:59 13:05:04 2 10.16 0.00 6.83 25.70 39.21 18.10 13:11:59 13:05:04 3 9.22 0.00 7.88 27.28 39.95 15.68 13:11:59 13:11:59 13:05:04 CPU %user %nice %system %iowait %steal %idle 13:11:59 13:06:01 all 34.23 0.00 12.25 6.22 42.84 4.47 13:11:59 13:06:01 0 32.04 0.00 11.42 6.47 44.25 5.82 13:11:59 13:06:01 1 36.96 0.00 13.62 6.38 39.53 3.51 13:11:59 13:06:01 2 32.16 0.00 11.07 6.38 47.02 3.37 13:11:59 13:06:01 3 35.73 0.00 12.86 5.64 40.64 5.12 13:11:59 13:07:01 all 3.69 0.00 4.51 4.51 17.95 69.33 13:11:59 13:07:01 0 4.59 0.00 5.16 6.61 18.44 65.19 13:11:59 13:07:01 1 3.87 0.00 4.19 2.98 18.19 70.77 13:11:59 13:07:01 2 3.49 0.00 5.30 4.37 17.47 69.37 13:11:59 13:07:01 3 2.82 0.00 3.44 4.13 17.69 71.92 13:11:59 13:08:01 all 0.09 0.00 0.05 0.00 1.44 98.42 13:11:59 13:08:01 0 0.03 0.00 0.06 0.00 3.10 96.81 13:11:59 13:08:01 1 0.02 0.00 0.03 0.02 0.43 99.50 13:11:59 13:08:01 2 0.02 0.00 0.05 0.00 0.42 99.52 13:11:59 13:08:01 3 0.30 0.00 0.03 0.00 1.76 97.91 13:11:59 13:09:01 all 0.09 0.00 0.26 0.00 1.98 97.68 13:11:59 13:09:01 0 0.07 0.00 0.08 0.00 2.38 97.47 13:11:59 13:09:01 1 0.03 0.00 0.21 0.00 1.82 97.93 13:11:59 13:09:01 2 0.02 0.00 0.61 0.02 1.31 98.05 13:11:59 13:09:01 3 0.23 0.00 0.13 0.00 2.38 97.26 13:11:59 13:10:02 all 0.08 0.00 0.02 0.02 1.02 98.86 13:11:59 13:10:02 0 0.02 0.00 0.03 0.00 0.41 99.54 13:11:59 13:10:02 1 0.26 0.00 0.03 0.02 0.70 98.99 13:11:59 13:10:02 2 0.03 0.00 0.02 0.05 1.33 98.57 13:11:59 13:10:02 3 0.00 0.00 0.02 0.00 1.63 98.36 13:11:59 13:11:01 all 1.00 0.00 0.37 2.59 3.92 92.12 13:11:59 13:11:01 0 0.31 0.00 0.20 0.12 2.98 96.39 13:11:59 13:11:01 1 0.59 0.00 0.20 0.46 4.74 94.02 13:11:59 13:11:01 2 2.41 0.00 0.71 8.35 4.16 84.38 13:11:59 13:11:01 3 0.71 0.00 0.38 1.57 3.80 93.53 13:11:59 Average: all 11.11 0.00 6.33 7.14 31.74 43.68 13:11:59 Average: 0 10.81 0.00 6.04 7.12 32.72 43.30 13:11:59 Average: 1 10.83 0.00 6.28 6.97 31.86 44.06 13:11:59 Average: 2 11.57 0.00 6.51 7.30 31.18 43.44 13:11:59 Average: 3 11.23 0.00 6.50 7.19 31.16 43.92 13:11:59 13:11:59 13:11:59