Pull request #3040 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 57833167145affc62033509b974725e85080a4be+ff4e3493a8c789d3c4d6c885bb9a70d186a91ade (d3bd53a7b929f2f88ba07d8780055a7f1d83c189) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21199 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit 57833167145affc62033509b974725e85080a4be Merge succeeded, producing 9e5f365b0e81e2e5626aa87507c6022040d4e715 Checking out Revision 9e5f365b0e81e2e5626aa87507c6022040d4e715 (PR-3040) > 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/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 57833167145affc62033509b974725e85080a4be # 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 ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9e5f365b0e81e2e5626aa87507c6022040d4e715 # timeout=10 Commit message: "Merge commit 'ff4e3493a8c789d3c4d6c885bb9a70d186a91ade' into HEAD" > git rev-list --no-walk 57833167145affc62033509b974725e85080a4be # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T15:57:23.179Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T15:57:23.452Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T15:57:23.544Z] ========================================================= [2021-01-19T15:57:23.544Z] EdgeX Global Pipelines Version Info [2021-01-19T15:57:23.544Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T15:57:26.112Z] ------------------- [2021-01-19T15:57:26.112Z] stable info: [2021-01-19T15:57:26.112Z] ------------------- [2021-01-19T15:57:26.112Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T15:57:26.112Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T15:57:26.112Z] Message: update stable to v1.0.177 [2021-01-19T15:57:27.084Z] ------------------- [2021-01-19T15:57:27.084Z] experimental info: [2021-01-19T15:57:27.084Z] ------------------- [2021-01-19T15:57:27.084Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T15:57:27.084Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T15:57:27.084Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T15:57:27.334Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T15:57:27.422Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T15:57:27.509Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T15:57:27.596Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T15:57:27.694Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T15:57:27.803Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T15:57:27.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T15:57:27.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T15:57:28.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T15:57:28.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T15:57:28.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T15:57:28.314Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T15:57:28.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T15:57:28.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T15:57:28.580Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T15:57:28.664Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T15:57:28.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T15:57:28.834Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T15:57:28.919Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T15:57:29.002Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T15:57:29.125Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T15:57:29.206Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T15:57:29.290Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T15:57:29.370Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T15:57:29.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3040 [Pipeline] echo [2021-01-19T15:57:29.664Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3040 [Pipeline] echo [2021-01-19T15:57:29.762Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e5f365b0e81e2e5626aa87507c6022040d4e715 [Pipeline] echo [2021-01-19T15:57:29.842Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e5f365 [Pipeline] echo [2021-01-19T15:57:29.928Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T15:57:30.292Z] provisioning config files... [2021-01-19T15:57:30.335Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7194090784752841043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T15:57:30.721Z] ---> docker-login.sh [2021-01-19T15:57:30.721Z] nexus3.edgexfoundry.org:10001 [2021-01-19T15:57:31.314Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:31.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:31.590Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:31.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:31.590Z] [2021-01-19T15:57:31.590Z] Login Succeeded [2021-01-19T15:57:31.590Z] nexus3.edgexfoundry.org:10002 [2021-01-19T15:57:31.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:32.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:32.152Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:32.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:32.152Z] [2021-01-19T15:57:32.152Z] Login Succeeded [2021-01-19T15:57:32.152Z] nexus3.edgexfoundry.org:10003 [2021-01-19T15:57:32.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:32.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:32.436Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:32.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:32.436Z] [2021-01-19T15:57:32.436Z] Login Succeeded [2021-01-19T15:57:32.436Z] nexus3.edgexfoundry.org:10004 [2021-01-19T15:57:32.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:32.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:32.724Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:32.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:32.724Z] [2021-01-19T15:57:32.724Z] Login Succeeded [2021-01-19T15:57:32.724Z] docker.io [2021-01-19T15:57:33.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T15:57:33.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T15:57:33.295Z] Configure a credential helper to remove this warning. See [2021-01-19T15:57:33.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T15:57:33.295Z] [2021-01-19T15:57:33.295Z] Login Succeeded [2021-01-19T15:57:33.295Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T15:57:33.320Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T15:57:33.903Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T15:57:33.903Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T15:57:33.903Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T15:57:33.903Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T15:57:33.903Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T15:57:33.903Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T15:57:33.903Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T15:57:33.903Z] ++ cut -d/ -f2 [2021-01-19T15:57:33.903Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T15:57:34.019Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 [2021-01-19T15:57:34.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:57:34.905Z] [2021-01-19T15:57:34.905Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:57:35.320Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:57:35.321Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T15:57:35.321Z] 31603596830f: Pulling fs layer [2021-01-19T15:57:35.321Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T15:57:35.321Z] 6ca5941a6612: Pulling fs layer [2021-01-19T15:57:35.321Z] ecc8261a40a4: Pulling fs layer [2021-01-19T15:57:35.321Z] ecc8261a40a4: Waiting [2021-01-19T15:57:35.321Z] 2a8b12db71e7: Download complete [2021-01-19T15:57:35.618Z] 31603596830f: Verifying Checksum [2021-01-19T15:57:35.618Z] 31603596830f: Download complete [2021-01-19T15:57:36.225Z] 31603596830f: Pull complete [2021-01-19T15:57:36.494Z] 2a8b12db71e7: Pull complete [2021-01-19T15:57:36.769Z] ecc8261a40a4: Verifying Checksum [2021-01-19T15:57:36.769Z] ecc8261a40a4: Download complete [2021-01-19T15:57:37.049Z] 6ca5941a6612: Verifying Checksum [2021-01-19T15:57:37.049Z] 6ca5941a6612: Download complete [2021-01-19T15:57:39.096Z] 6ca5941a6612: Pull complete [2021-01-19T15:57:39.683Z] ecc8261a40a4: Pull complete [2021-01-19T15:57:39.683Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T15:57:39.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T15:57:39.683Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T15:57:39.887Z] prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container [2021-01-19T15:57:39.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T15:57:43.245Z] $ docker top 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T15:57:43.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T15:57:43.635Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T15:57:44.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T15:57:44.300Z] $ docker exec 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent [2021-01-19T15:57:44.619Z] SSH_AUTH_SOCK=/tmp/ssh-FMm7ygSwqpB3/agent.11 [2021-01-19T15:57:44.619Z] SSH_AGENT_PID=16 [2021-01-19T15:57:44.635Z] Running ssh-add (command line suppressed) [2021-01-19T15:57:44.945Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_8943594336255037619.key (/w/workspace/edgex-go/7@tmp/private_key_8943594336255037619.key) [2021-01-19T15:57:45.062Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T15:57:45.763Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T15:57:45.805Z] $ docker exec --env ******** --env ******** 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent -k [2021-01-19T15:57:46.082Z] unset SSH_AUTH_SOCK; [2021-01-19T15:57:46.083Z] unset SSH_AGENT_PID; [2021-01-19T15:57:46.083Z] echo Agent pid 16 killed; [2021-01-19T15:57:46.122Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T15:57:46.358Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T15:57:46.359Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T15:57:46.907Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T15:57:46.911Z] $ docker exec 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent [2021-01-19T15:57:47.523Z] SSH_AUTH_SOCK=/tmp/ssh-oAc0VkmB9QFf/agent.44 [2021-01-19T15:57:47.523Z] SSH_AGENT_PID=49 [2021-01-19T15:57:47.540Z] Running ssh-add (command line suppressed) [2021-01-19T15:57:47.902Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_6677862864972042985.key (/w/workspace/edgex-go/7@tmp/private_key_6677862864972042985.key) [2021-01-19T15:57:48.054Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T15:57:48.430Z] + git semver init [2021-01-19T15:57:48.715Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T15:57:48.715Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-01-19T15:57:48.715Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-01-19T15:57:48.715Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T15:57:48.715Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T15:57:48.715Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T15:57:48.715Z] # $SEMVER_BRANCH = PR-3040 [2021-01-19T15:57:48.715Z] # $SEMVER_TEMP = /tmp/semver-270307575 [2021-01-19T15:57:48.715Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T15:58:22.925Z] # '/tmp/semver-270307575' -> '/w/workspace/edgex-go/7/.semver' [2021-01-19T15:58:23.255Z] # -> Force: false [2021-01-19T15:58:23.594Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-01-19T15:58:23.626Z] $ docker exec --env ******** --env ******** 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef ssh-agent -k [2021-01-19T15:58:24.592Z] unset SSH_AUTH_SOCK; [2021-01-19T15:58:24.598Z] unset SSH_AGENT_PID; [2021-01-19T15:58:24.599Z] echo Agent pid 49 killed; [2021-01-19T15:58:24.874Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T15:58:25.848Z] + git semver [Pipeline] } [2021-01-19T15:58:25.896Z] $ docker stop --time=1 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef [2021-01-19T15:58:27.846Z] $ docker rm -f 009065db310b5d957e6d33699525e354e60ba477b77eb55f22592eccf7e583ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T15:58:28.536Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T15:58:29.566Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T15:58:29.568Z] [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 [2021-01-19T15:58:30.484Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:58:30.892Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T15:58:31.285Z] + true [2021-01-19T15:58:31.285Z] + sudo service docker restart [2021-01-19T15:58:31.285Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T15:58:32.417Z] ========================================================= [2021-01-19T15:58:32.417Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T15:58:32.417Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:58:32.852Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T15:58:39.840Z] Sending build context to Docker daemon 326.6MB [2021-01-19T15:58:39.840Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T15:58:39.840Z] Step 2/6 : FROM ${BASE} [2021-01-19T15:58:39.840Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T15:58:39.840Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T15:58:39.840Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T15:58:39.840Z] de9db76c5a1d: Pulling fs layer [2021-01-19T15:58:39.840Z] bca2f99d35d6: Pulling fs layer [2021-01-19T15:58:39.840Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T15:58:39.840Z] 7c6f9722023f: Pulling fs layer [2021-01-19T15:58:39.840Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T15:58:39.840Z] bca2f99d35d6: Waiting [2021-01-19T15:58:39.840Z] 7c6f9722023f: Waiting [2021-01-19T15:58:39.840Z] a35cf1a2eb13: Waiting [2021-01-19T15:58:39.840Z] 93359f2a8cfa: Waiting [2021-01-19T15:58:39.840Z] de9db76c5a1d: Verifying Checksum [2021-01-19T15:58:39.840Z] de9db76c5a1d: Download complete [2021-01-19T15:58:39.840Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T15:58:39.840Z] 0ef7d3d256c8: Download complete [2021-01-19T15:58:39.840Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T15:58:39.840Z] 93359f2a8cfa: Download complete [2021-01-19T15:58:40.123Z] 7c6f9722023f: Verifying Checksum [2021-01-19T15:58:40.123Z] 7c6f9722023f: Download complete [2021-01-19T15:58:40.753Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T15:58:40.753Z] 188c0c94c7c5: Download complete [2021-01-19T15:58:41.873Z] 188c0c94c7c5: Pull complete [2021-01-19T15:58:41.873Z] 0ef7d3d256c8: Pull complete [2021-01-19T15:58:42.178Z] de9db76c5a1d: Pull complete [2021-01-19T15:58:44.927Z] Still waiting to schedule task [2021-01-19T15:58:44.927Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T15:58:45.007Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T15:58:45.008Z] a35cf1a2eb13: Download complete [2021-01-19T15:58:46.529Z] bca2f99d35d6: Verifying Checksum [2021-01-19T15:58:46.529Z] bca2f99d35d6: Download complete [2021-01-19T15:58:59.186Z] bca2f99d35d6: Pull complete [2021-01-19T15:58:59.186Z] 93359f2a8cfa: Pull complete [2021-01-19T15:58:59.186Z] 7c6f9722023f: Pull complete [2021-01-19T15:59:03.767Z] a35cf1a2eb13: Pull complete [2021-01-19T15:59:03.768Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T15:59:03.768Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T15:59:03.768Z] ---> a62c8e92a672 [2021-01-19T15:59:03.768Z] 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 [2021-01-19T15:59:04.390Z] ---> Running in 3603283ff62d [2021-01-19T15:59:05.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T15:59:06.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T15:59:06.866Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T15:59:07.166Z] (2/12) Installing file (5.38-r0) [2021-01-19T15:59:07.166Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T15:59:07.166Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T15:59:15.503Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T15:59:15.503Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T15:59:15.503Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T15:59:15.503Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T15:59:15.503Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T15:59:15.503Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T15:59:15.503Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T15:59:15.503Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T15:59:15.503Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T15:59:15.503Z] OK: 233 MiB in 51 packages [2021-01-19T15:59:19.881Z] Removing intermediate container 3603283ff62d [2021-01-19T15:59:19.881Z] ---> a1e8b541ad1d [2021-01-19T15:59:19.881Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T15:59:19.881Z] ---> Running in 7d0b62f2a09b [2021-01-19T15:59:19.881Z] Removing intermediate container 7d0b62f2a09b [2021-01-19T15:59:19.881Z] ---> 8415d428ef3f [2021-01-19T15:59:19.881Z] Step 5/6 : COPY go.mod . [2021-01-19T15:59:19.881Z] ---> 2798a5a6d445 [2021-01-19T15:59:19.881Z] Step 6/6 : RUN go mod download [2021-01-19T15:59:20.172Z] ---> Running in 280a7c5f1086 [2021-01-19T15:59:47.156Z] Removing intermediate container 280a7c5f1086 [2021-01-19T15:59:47.156Z] ---> 3c87618a4322 [2021-01-19T15:59:47.156Z] Successfully built 3c87618a4322 [2021-01-19T15:59:47.156Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:59:47.558Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T15:59:47.830Z] . [Pipeline] withDockerContainer [2021-01-19T15:59:48.026Z] prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container [2021-01-19T15:59:48.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T15:59:50.325Z] $ docker top 53d4b9948d1910e4021026098361216898453456f77a491f5c99133e49b99e4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T15:59:51.155Z] + go version [2021-01-19T15:59:51.155Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T15:59:51.222Z] $ docker stop --time=1 53d4b9948d1910e4021026098361216898453456f77a491f5c99133e49b99e4c [2021-01-19T15:59:54.117Z] $ docker rm -f 53d4b9948d1910e4021026098361216898453456f77a491f5c99133e49b99e4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T15:59:55.995Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T15:59:55.995Z] . [Pipeline] withDockerContainer [2021-01-19T15:59:56.352Z] prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container [2021-01-19T15:59:56.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T15:59:58.064Z] $ docker top 6b4c2d3cf9c47955dd3e7f1cd65f61c2e5dbd849a0f90f0f931eadf61b8d9292 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T15:59:58.863Z] ========================================================= [2021-01-19T15:59:58.863Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T15:59:58.863Z] ========================================================= [Pipeline] sh [2021-01-19T15:59:59.737Z] + make test [2021-01-19T15:59:59.737Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T16:00:22.306Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T16:00:49.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T16:01:04.768Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T16:01:04.768Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T16:01:04.768Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T16:01:04.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T16:01:04.768Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T16:01:05.439Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T16:01:06.528Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T16:01:07.764Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T16:01:08.811Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T16:01:14.632Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T16:01:14.632Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T16:01:14.632Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T16:01:17.658Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.307s coverage: 46.6% of statements [2021-01-19T16:01:17.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T16:01:17.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T16:01:17.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T16:01:17.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T16:01:17.658Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T16:01:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.411s coverage: 27.0% of statements [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T16:01:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T16:01:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T16:01:23.329Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 67.9% of statements [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T16:01:23.329Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T16:01:24.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.453s coverage: 82.3% of statements [2021-01-19T16:01:24.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T16:01:24.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T16:01:24.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T16:01:24.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T16:01:29.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.835s coverage: 28.6% of statements [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T16:01:29.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T16:01:29.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T16:01:29.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.252s coverage: 86.7% of statements [2021-01-19T16:01:29.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T16:01:29.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.255s coverage: 97.5% of statements [2021-01-19T16:01:29.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T16:01:30.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-01-19T16:01:30.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T16:01:30.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T16:01:30.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T16:01:30.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T16:01:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.329s coverage: 92.8% of statements [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T16:01:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.095s coverage: 58.8% of statements [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T16:01:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.171s coverage: 0.1% of statements [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T16:01:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T16:01:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.118s coverage: 75.5% of statements [2021-01-19T16:01:35.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T16:01:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.251s coverage: 80.8% of statements [2021-01-19T16:01:35.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-01-19T16:01:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 84.2% of statements [2021-01-19T16:01:38.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements [2021-01-19T16:01:38.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T16:01:38.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.446s coverage: 63.5% of statements [2021-01-19T16:01:38.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T16:01:38.984Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T16:01:38.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-01-19T16:01:38.984Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements [2021-01-19T16:01:39.335Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-01-19T16:01:39.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements [2021-01-19T16:01:40.043Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-01-19T16:01:42.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.756s coverage: 68.9% of statements [2021-01-19T16:01:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T16:01:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T16:01:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T16:01:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T16:01:42.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T16:01:43.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.333s coverage: 37.0% of statements [2021-01-19T16:01:43.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T16:01:43.968Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T16:01:43.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.800s coverage: 84.0% of statements [2021-01-19T16:01:43.968Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-01-19T16:01:48.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.1% of statements [2021-01-19T16:01:48.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T16:01:48.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T16:01:48.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T16:01:48.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T16:01:48.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T16:01:48.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements [2021-01-19T16:01:48.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T16:01:48.756Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.198s coverage: 100.0% of statements [2021-01-19T16:01:48.756Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T16:01:51.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.425s coverage: 29.1% of statements [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T16:01:51.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T16:01:51.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T16:01:51.585Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.102s coverage: 0.0% of statements [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T16:01:51.585Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T16:01:51.585Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T16:01:52.197Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.177s coverage: 87.9% of statements [2021-01-19T16:01:52.197Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T16:01:52.197Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T16:01:52.197Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-01-19T16:01:53.203Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-19T16:01:53.472Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-19T16:01:53.764Z] GO111MODULE=on go vet ./... [2021-01-19T16:02:07.425Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21207 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-19T16:02:07.495Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-19T16:02:12.452Z] using credential edgex-jenkins-ssh [2021-01-19T16:02:12.516Z] Cloning the remote Git repository [2021-01-19T16:02:12.589Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:02:12.719Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-19T16:02:12.780Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:02:12.781Z] > git --version # timeout=10 [2021-01-19T16:02:12.796Z] > git --version # 'git version 2.17.1' [2021-01-19T16:02:12.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:02:12.869Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:02:29.975Z] Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit 57833167145affc62033509b974725e85080a4be [2021-01-19T16:02:29.210Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:02:29.225Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:02:29.258Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:02:29.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:02:29.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:02:29.361Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T16:02:30.025Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T16:02:30.038Z] > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T16:02:30.481Z] Failed in branch arm64 [2021-01-19T16:02:51.121Z] gofmt -l . [2021-01-19T16:02:51.121Z] [ "`gofmt -l .`" = "" ] [2021-01-19T16:02:51.121Z] ./bin/test-go-mod-tidy.sh [2021-01-19T16:02:51.121Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T16:02:52.428Z] + ls -al . [2021-01-19T16:02:52.428Z] total 656 [2021-01-19T16:02:52.428Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 16:02 . [2021-01-19T16:02:52.428Z] drwxr-xr-x 4 root root 28 Jan 19 15:59 .. [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 15:57 .dockerignore [2021-01-19T16:02:52.428Z] drwxrwxr-x 8 1001 1001 179 Jan 19 15:57 .git [2021-01-19T16:02:52.428Z] drwxrwxr-x 3 1001 1001 125 Jan 19 15:57 .github [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 15:57 .gitignore [2021-01-19T16:02:52.428Z] drwx------ 3 1001 1001 47 Jan 19 15:58 .semver [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 15:57 .sonarcloud.properties [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 15:57 Attribution.txt [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 15:57 CONTRIBUTING.md [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 15:57 Dockerfile.build [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 15:57 Jenkinsfile [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 15:57 LICENSE [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 15:57 Makefile [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 15:57 README.md [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 15:57 SECURITY.md [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 15:58 VERSION [2021-01-19T16:02:52.428Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 15:57 ZMQWindows.md [2021-01-19T16:02:52.428Z] drwxrwxr-x 2 1001 1001 117 Jan 19 15:57 bin [2021-01-19T16:02:52.428Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 15:57 cmd [2021-01-19T16:02:52.428Z] -rw-r--r-- 1 root root 550280 Jan 19 16:01 coverage.out [2021-01-19T16:02:52.429Z] -rw-r--r-- 1 root root 981 Jan 19 16:02 go.mod [2021-01-19T16:02:52.429Z] -rw-r--r-- 1 root root 19326 Jan 19 16:02 go.sum [2021-01-19T16:02:52.429Z] drwxrwxr-x 8 1001 1001 127 Jan 19 15:57 internal [2021-01-19T16:02:52.429Z] drwxrwxr-x 4 1001 1001 26 Jan 19 15:57 openapi [2021-01-19T16:02:52.429Z] drwxrwxr-x 4 1001 1001 71 Jan 19 15:57 snap [2021-01-19T16:02:52.429Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 15:57 version.go [Pipeline] sh [2021-01-19T16:02:55.099Z] + '[' -e coverage.out ] [2021-01-19T16:02:55.099Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T16:02:55.760Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T16:02:56.513Z] + make build [2021-01-19T16:02:56.513Z] 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 [2021-01-19T16:03:03.997Z] 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 [2021-01-19T16:03:23.569Z] 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 [2021-01-19T16:03:27.417Z] 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 [2021-01-19T16:03:30.996Z] 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 [2021-01-19T16:03:31.591Z] 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 [2021-01-19T16:03:38.700Z] 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 [2021-01-19T16:03:42.349Z] 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 [2021-01-19T16:03:44.515Z] 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 [2021-01-19T16:03:47.942Z] 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 [2021-01-19T16:03:51.440Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T16:03:54.149Z] 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 [Pipeline] } [2021-01-19T16:03:56.224Z] $ docker stop --time=1 6b4c2d3cf9c47955dd3e7f1cd65f61c2e5dbd849a0f90f0f931eadf61b8d9292 [2021-01-19T16:03:58.232Z] $ docker rm -f 6b4c2d3cf9c47955dd3e7f1cd65f61c2e5dbd849a0f90f0f931eadf61b8d9292 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:04:00.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:04:01.082Z] [2021-01-19T16:04:01.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:04:01.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:04:01.837Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T16:04:01.837Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T16:04:01.837Z] ca9280d653b3: Pulling fs layer [2021-01-19T16:04:01.837Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T16:04:02.597Z] cbdbe7a5bc2a: Download complete [2021-01-19T16:04:03.636Z] ca9280d653b3: Verifying Checksum [2021-01-19T16:04:03.636Z] ca9280d653b3: Download complete [2021-01-19T16:04:03.636Z] cbdbe7a5bc2a: Pull complete [2021-01-19T16:04:06.056Z] ca9280d653b3: Pull complete [2021-01-19T16:04:07.566Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T16:04:07.566Z] 7e9c9ca2126c: Download complete [2021-01-19T16:04:22.950Z] 7e9c9ca2126c: Pull complete [2021-01-19T16:04:22.950Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T16:04:22.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:04:22.950Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T16:04:23.403Z] prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container [2021-01-19T16:04:23.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T16:04:25.779Z] $ docker top 06b4ef69193672993688b54cce80ec1833cd45b6a45b0d793db567c5f13a6d1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T16:04:27.141Z] + docker-compose build --help [2021-01-19T16:04:27.141Z] + grep parallel [2021-01-19T16:04:28.358Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T16:04:28.523Z] $ docker stop --time=1 06b4ef69193672993688b54cce80ec1833cd45b6a45b0d793db567c5f13a6d1c [2021-01-19T16:04:30.946Z] $ docker rm -f 06b4ef69193672993688b54cce80ec1833cd45b6a45b0d793db567c5f13a6d1c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:04:31.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T16:04:32.229Z] . [Pipeline] withDockerContainer [2021-01-19T16:04:32.896Z] prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container [2021-01-19T16:04:33.044Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T16:04:34.625Z] $ docker top ea1a7af3b236b4b06f1b671f811724fd009ea1421fc205914413ab764b1995ac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T16:04:35.631Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T16:04:37.097Z] Building docker-core-command-go ... [2021-01-19T16:04:37.098Z] Building docker-core-data-go ... [2021-01-19T16:04:37.098Z] Building docker-core-metadata-go ... [2021-01-19T16:04:37.098Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T16:04:37.098Z] Building docker-security-proxy-setup-go ... [2021-01-19T16:04:37.098Z] Building docker-security-secretstore-setup-go ... [2021-01-19T16:04:37.098Z] Building docker-support-notifications-go ... [2021-01-19T16:04:37.098Z] Building docker-support-scheduler-go ... [2021-01-19T16:04:37.098Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T16:04:37.098Z] Building docker-support-notifications-go [2021-01-19T16:04:37.098Z] Building docker-core-metadata-go [2021-01-19T16:04:37.098Z] Building docker-core-command-go [2021-01-19T16:04:37.098Z] Building docker-security-proxy-setup-go [2021-01-19T16:04:37.098Z] Building docker-core-data-go [2021-01-19T16:05:46.104Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:46.104Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:46.104Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:46.104Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:46.104Z] ---> 3c87618a4322 [2021-01-19T16:05:46.104Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:05:46.104Z] ---> 3c87618a4322 [2021-01-19T16:05:46.104Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:05:46.104Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:46.104Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:46.104Z] ---> 3c87618a4322 [2021-01-19T16:05:46.104Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T16:05:46.104Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:46.104Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:46.104Z] ---> 3c87618a4322 [2021-01-19T16:05:46.104Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T16:05:46.104Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:05:46.104Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:05:46.104Z] ---> 3c87618a4322 [2021-01-19T16:05:46.104Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T16:05:46.104Z] ---> Running in 0ef97ffe340b [2021-01-19T16:05:46.104Z] ---> Running in 45bf3cc8975e [2021-01-19T16:05:46.104Z] ---> Running in d394f325418c [2021-01-19T16:05:46.105Z] ---> Running in 7535cb375bc1 [2021-01-19T16:05:46.105Z] ---> Running in d31c10feb1ce [2021-01-19T16:05:46.105Z] Removing intermediate container d31c10feb1ce [2021-01-19T16:05:46.105Z] ---> ee896e73119b [2021-01-19T16:05:46.105Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:46.105Z] Removing intermediate container 7535cb375bc1 [2021-01-19T16:05:46.105Z] ---> 0dd04807cb8e [2021-01-19T16:05:46.105Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:46.105Z] Removing intermediate container d394f325418c [2021-01-19T16:05:46.105Z] ---> 966440313e83 [2021-01-19T16:05:46.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:46.105Z] Removing intermediate container 0ef97ffe340b [2021-01-19T16:05:46.105Z] ---> fc78a8b800e4 [2021-01-19T16:05:46.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:46.105Z] Removing intermediate container 45bf3cc8975e [2021-01-19T16:05:46.105Z] ---> 0b01eb55d86a [2021-01-19T16:05:46.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:05:46.105Z] ---> Running in ba9193dd434b [2021-01-19T16:05:46.105Z] ---> Running in 0ed77e3c1341 [2021-01-19T16:05:46.105Z] ---> Running in 25eb3513ba1b [2021-01-19T16:05:46.105Z] ---> Running in a2f3e471721c [2021-01-19T16:05:46.105Z] ---> Running in d8bfa961268f [2021-01-19T16:05:46.390Z] Removing intermediate container a2f3e471721c [2021-01-19T16:05:46.390Z] ---> 0e77d18b0a0a [2021-01-19T16:05:46.390Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T16:05:46.743Z] Removing intermediate container 0ed77e3c1341 [2021-01-19T16:05:46.743Z] ---> 1d2320940dc3 [2021-01-19T16:05:46.743Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T16:05:46.743Z] Removing intermediate container 25eb3513ba1b [2021-01-19T16:05:46.743Z] ---> 917cfd3adbfc [2021-01-19T16:05:46.743Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:05:46.743Z] Removing intermediate container ba9193dd434b [2021-01-19T16:05:46.743Z] ---> 830d67f84613 [2021-01-19T16:05:46.743Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T16:05:46.743Z] ---> Running in 2fa04eda71bb [2021-01-19T16:05:46.743Z] ---> Running in 693b34a8a993 [2021-01-19T16:05:47.023Z] ---> Running in 3b3c424a0fe1 [2021-01-19T16:05:47.023Z] Removing intermediate container d8bfa961268f [2021-01-19T16:05:47.023Z] ---> 3748ca0d305b [2021-01-19T16:05:47.023Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:05:47.023Z] ---> Running in 113cec43488d [2021-01-19T16:05:47.301Z] ---> Running in 87365a101154 [2021-01-19T16:05:49.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:49.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:49.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:49.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:49.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:50.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:50.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:50.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:50.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:51.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:05:51.119Z] OK: 233 MiB in 51 packages [2021-01-19T16:05:51.546Z] OK: 233 MiB in 51 packages [2021-01-19T16:05:51.842Z] OK: 233 MiB in 51 packages [2021-01-19T16:05:52.163Z] OK: 233 MiB in 51 packages [2021-01-19T16:05:52.490Z] OK: 233 MiB in 51 packages [2021-01-19T16:05:53.969Z] Removing intermediate container 693b34a8a993 [2021-01-19T16:05:53.969Z] ---> f02b1592c1ee [2021-01-19T16:05:53.969Z] Step 6/24 : COPY go.mod . [2021-01-19T16:05:54.719Z] Removing intermediate container 2fa04eda71bb [2021-01-19T16:05:54.719Z] ---> ed24c482b991 [2021-01-19T16:05:54.719Z] Step 6/23 : COPY go.mod . [2021-01-19T16:05:55.010Z] Removing intermediate container 113cec43488d [2021-01-19T16:05:55.010Z] ---> 1c9e68680aca [2021-01-19T16:05:55.010Z] Step 6/21 : COPY go.mod . [2021-01-19T16:05:55.295Z] ---> d060b1dbec75 [2021-01-19T16:05:55.295Z] Step 7/24 : RUN go mod download [2021-01-19T16:05:55.295Z] Removing intermediate container 3b3c424a0fe1 [2021-01-19T16:05:55.295Z] ---> fb6f8b8b618b [2021-01-19T16:05:55.295Z] Step 6/22 : COPY go.mod . [2021-01-19T16:05:55.567Z] Removing intermediate container 87365a101154 [2021-01-19T16:05:55.567Z] ---> 9aac35c3132d [2021-01-19T16:05:55.567Z] Step 6/22 : COPY go.mod . [2021-01-19T16:05:55.567Z] ---> Running in ab9a924e9a0d [2021-01-19T16:05:55.858Z] ---> 35f30ebd3ff5 [2021-01-19T16:05:55.858Z] Step 7/23 : RUN go mod download [2021-01-19T16:05:55.858Z] ---> 7c9e3bdc67c4 [2021-01-19T16:05:55.858Z] Step 7/21 : RUN go mod download [2021-01-19T16:05:55.858Z] ---> Running in 0c17d170c19f [2021-01-19T16:05:56.160Z] ---> deaaa957a429 [2021-01-19T16:05:56.160Z] Step 7/22 : RUN go mod download [2021-01-19T16:05:56.160Z] ---> Running in 30522a79e332 [2021-01-19T16:05:56.160Z] ---> c6ffea093f56 [2021-01-19T16:05:56.160Z] Step 7/22 : RUN go mod download [2021-01-19T16:05:56.160Z] ---> Running in 243d222e2137 [2021-01-19T16:05:56.160Z] ---> Running in aa6457d5cd53 [2021-01-19T16:06:02.094Z] Removing intermediate container 243d222e2137 [2021-01-19T16:06:02.094Z] ---> 9f93ee5ee450 [2021-01-19T16:06:02.094Z] Step 8/22 : COPY . . [2021-01-19T16:06:02.094Z] Removing intermediate container ab9a924e9a0d [2021-01-19T16:06:02.094Z] ---> d3474cf7a3ce [2021-01-19T16:06:02.094Z] Step 8/24 : COPY . . [2021-01-19T16:06:02.094Z] Removing intermediate container 30522a79e332 [2021-01-19T16:06:02.094Z] ---> 93ecaeb1769f [2021-01-19T16:06:02.094Z] Step 8/21 : COPY . . [2021-01-19T16:06:02.094Z] Removing intermediate container aa6457d5cd53 [2021-01-19T16:06:02.094Z] ---> d00df1df4dbb [2021-01-19T16:06:02.094Z] Step 8/22 : COPY . . [2021-01-19T16:06:02.539Z] Removing intermediate container 0c17d170c19f [2021-01-19T16:06:02.539Z] ---> 366fe1c3781e [2021-01-19T16:06:02.539Z] Step 8/23 : COPY . . [2021-01-19T16:07:12.270Z] ---> a558c9edbea6 [2021-01-19T16:07:12.270Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T16:07:12.270Z] ---> e035315a0485 [2021-01-19T16:07:12.270Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T16:07:12.270Z] ---> dd1682e3e0c8 [2021-01-19T16:07:12.270Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T16:07:12.270Z] ---> Running in f3f413ffd966 [2021-01-19T16:07:12.270Z] ---> Running in 67e1893cd001 [2021-01-19T16:07:12.270Z] ---> 60caf6b5dd1c [2021-01-19T16:07:12.270Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T16:07:12.270Z] ---> de5e7d72ea0f [2021-01-19T16:07:12.270Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T16:07:12.270Z] ---> Running in fde363deac01 [2021-01-19T16:07:12.270Z] ---> Running in d2ae93727363 [2021-01-19T16:07:12.270Z] ---> Running in 4b879b53868d [2021-01-19T16:07:12.270Z] 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 [2021-01-19T16:07:12.270Z] 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 [2021-01-19T16:07:12.270Z] 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 [2021-01-19T16:07:12.270Z] 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 [2021-01-19T16:07:12.270Z] 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 [2021-01-19T16:07:52.092Z] 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 [2021-01-19T16:08:05.070Z] Removing intermediate container f3f413ffd966 [2021-01-19T16:08:05.070Z] ---> 173aec515dd6 [2021-01-19T16:08:05.070Z] [2021-01-19T16:08:05.070Z] Step 10/22 : FROM scratch [2021-01-19T16:08:05.070Z] ---> [2021-01-19T16:08:05.070Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:08:05.070Z] Removing intermediate container 67e1893cd001 [2021-01-19T16:08:05.070Z] ---> 20ce96c62258 [2021-01-19T16:08:05.070Z] [2021-01-19T16:08:05.070Z] Step 10/24 : FROM scratch [2021-01-19T16:08:05.070Z] ---> [2021-01-19T16:08:05.070Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T16:08:05.070Z] ---> Running in 7f85fb601a41 [2021-01-19T16:08:05.070Z] ---> Running in b5404dd20ca7 [2021-01-19T16:08:05.884Z] Removing intermediate container 7f85fb601a41 [2021-01-19T16:08:05.884Z] ---> 73ad4a90d6a5 [2021-01-19T16:08:05.884Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T16:08:05.884Z] Removing intermediate container b5404dd20ca7 [2021-01-19T16:08:05.884Z] ---> 700b733d2f15 [2021-01-19T16:08:05.884Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T16:08:06.374Z] ---> Running in 319194d8ac0c [2021-01-19T16:08:06.374Z] ---> Running in 55378e83f090 [2021-01-19T16:08:07.171Z] Removing intermediate container fde363deac01 [2021-01-19T16:08:07.171Z] ---> cba6f04e1ed5 [2021-01-19T16:08:07.171Z] [2021-01-19T16:08:07.171Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T16:08:07.171Z] 3.12: Pulling from library/alpine [2021-01-19T16:08:07.171Z] Removing intermediate container 55378e83f090 [2021-01-19T16:08:07.171Z] ---> 9307b9cdc604 [2021-01-19T16:08:07.171Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T16:08:07.171Z] Removing intermediate container 319194d8ac0c [2021-01-19T16:08:07.171Z] ---> 32bf96eb7532 [2021-01-19T16:08:07.171Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T16:08:07.552Z] ---> Running in f007263f4c5c [2021-01-19T16:08:08.631Z] ---> Running in bd8dbe187eac [2021-01-19T16:08:08.924Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T16:08:08.924Z] Removing intermediate container f007263f4c5c [2021-01-19T16:08:08.924Z] ---> d079ffcaeff3 [2021-01-19T16:08:08.924Z] Step 14/22 : WORKDIR / [2021-01-19T16:08:09.229Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T16:08:09.229Z] ---> 389fef711851 [2021-01-19T16:08:09.229Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T16:08:11.267Z] ---> Running in 84dd5617108f [2021-01-19T16:08:11.267Z] ---> Running in 798627566e8c [2021-01-19T16:08:11.267Z] Removing intermediate container bd8dbe187eac [2021-01-19T16:08:11.267Z] ---> fbd70331f8d3 [2021-01-19T16:08:11.267Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T16:08:11.896Z] Removing intermediate container 4b879b53868d [2021-01-19T16:08:11.896Z] ---> e34e70139e84 [2021-01-19T16:08:11.896Z] [2021-01-19T16:08:11.896Z] Step 10/22 : FROM scratch [2021-01-19T16:08:11.896Z] ---> [2021-01-19T16:08:11.896Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:08:11.896Z] ---> Using cache [2021-01-19T16:08:11.896Z] ---> 700b733d2f15 [2021-01-19T16:08:11.896Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T16:08:12.190Z] ---> Running in 8bad2f3df021 [2021-01-19T16:08:12.190Z] Removing intermediate container 84dd5617108f [2021-01-19T16:08:12.190Z] ---> abe5382d65cc [2021-01-19T16:08:12.190Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:08:12.190Z] ---> 41fa780eaf17 [2021-01-19T16:08:12.190Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T16:08:12.628Z] Removing intermediate container 8bad2f3df021 [2021-01-19T16:08:12.628Z] ---> 09a721404020 [2021-01-19T16:08:12.628Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T16:08:12.903Z] ---> Running in 060371734a02 [2021-01-19T16:08:13.196Z] ---> 28e0dd03cd7a [2021-01-19T16:08:13.196Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T16:08:13.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:08:13.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:08:13.789Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T16:08:13.789Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:08:13.789Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T16:08:14.084Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T16:08:14.084Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:08:14.084Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:08:14.084Z] OK: 7 MiB in 18 packages [2021-01-19T16:08:14.381Z] Removing intermediate container 060371734a02 [2021-01-19T16:08:14.381Z] ---> c6bb2e71b990 [2021-01-19T16:08:14.381Z] Step 14/22 : WORKDIR / [2021-01-19T16:08:15.034Z] ---> Running in 4f5ee198d1ea [2021-01-19T16:08:15.319Z] ---> ddda03f835dc [2021-01-19T16:08:15.319Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T16:08:15.933Z] ---> 1f412a2e9c51 [2021-01-19T16:08:15.933Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T16:08:16.952Z] Removing intermediate container 4f5ee198d1ea [2021-01-19T16:08:16.952Z] ---> 7697904ce06a [2021-01-19T16:08:16.952Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:08:17.250Z] Removing intermediate container d2ae93727363 [2021-01-19T16:08:17.250Z] ---> 3e5545b05b3a [2021-01-19T16:08:17.250Z] [2021-01-19T16:08:17.250Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T16:08:17.250Z] ---> a65a7451bb32 [2021-01-19T16:08:17.250Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T16:08:17.250Z] ---> 389fef711851 [2021-01-19T16:08:17.250Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:08:17.250Z] ---> d763f3b64304 [2021-01-19T16:08:17.250Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:08:17.250Z] Removing intermediate container 798627566e8c [2021-01-19T16:08:17.250Z] ---> 65aef4cfbdb8 [2021-01-19T16:08:17.250Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T16:08:17.533Z] ---> Running in dd822d62e224 [2021-01-19T16:08:17.533Z] ---> Running in 664c98e6a38f [2021-01-19T16:08:17.534Z] ---> Running in efb2f1e86615 [2021-01-19T16:08:17.534Z] ---> 364c42478e34 [2021-01-19T16:08:17.534Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T16:08:17.820Z] ---> d3303f8d0ae4 [2021-01-19T16:08:17.820Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T16:08:17.820Z] Removing intermediate container dd822d62e224 [2021-01-19T16:08:17.820Z] ---> 790699937686 [2021-01-19T16:08:17.820Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:08:18.092Z] Removing intermediate container 664c98e6a38f [2021-01-19T16:08:18.092Z] ---> f4395fbf82bb [2021-01-19T16:08:18.092Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T16:08:18.415Z] ---> Running in 2dbb98f869cb [2021-01-19T16:08:18.730Z] ---> Running in a8c87cc912d4 [2021-01-19T16:08:19.458Z] Removing intermediate container efb2f1e86615 [2021-01-19T16:08:19.458Z] ---> 8e75d31aa3f3 [2021-01-19T16:08:19.458Z] Step 13/21 : WORKDIR /edgex [2021-01-19T16:08:19.458Z] ---> Running in 88dc5f8dc2e0 [2021-01-19T16:08:19.894Z] ---> 5d00eff95644 [2021-01-19T16:08:19.894Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T16:08:19.894Z] Removing intermediate container a8c87cc912d4 [2021-01-19T16:08:19.894Z] ---> 072ccce15911 [2021-01-19T16:08:19.894Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T16:08:19.894Z] ---> 4716a260d0a5 [2021-01-19T16:08:19.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T16:08:19.894Z] Removing intermediate container 2dbb98f869cb [2021-01-19T16:08:19.894Z] ---> 958fcad5b343 [2021-01-19T16:08:19.894Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T16:08:19.894Z] ---> Running in ed44460fc26c [2021-01-19T16:08:19.894Z] ---> Running in 68ebfb90cb24 [2021-01-19T16:08:19.894Z] Removing intermediate container 88dc5f8dc2e0 [2021-01-19T16:08:19.894Z] ---> 5bab17fc6f98 [2021-01-19T16:08:19.894Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T16:08:20.375Z] ---> 1684e8e14f13 [2021-01-19T16:08:20.375Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T16:08:20.375Z] ---> 64e8ee197bbc [2021-01-19T16:08:20.375Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T16:08:20.375Z] Removing intermediate container 68ebfb90cb24 [2021-01-19T16:08:20.375Z] ---> 947ad7cd2183 [2021-01-19T16:08:20.375Z] Step 21/22 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:08:20.874Z] Removing intermediate container ed44460fc26c [2021-01-19T16:08:20.874Z] ---> 6df73575e97f [2021-01-19T16:08:20.874Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:08:20.874Z] ---> Running in eec2dc0aa0a8 [2021-01-19T16:08:20.874Z] ---> Running in 920c744412c1 [2021-01-19T16:08:20.874Z] ---> Running in 826f5fdf55fc [2021-01-19T16:08:20.874Z] ---> 293311200059 [2021-01-19T16:08:20.874Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T16:08:20.874Z] ---> Running in 489b2ee51465 [2021-01-19T16:08:21.597Z] Removing intermediate container eec2dc0aa0a8 [2021-01-19T16:08:21.597Z] ---> 21e2585385e4 [2021-01-19T16:08:21.597Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:08:21.597Z] Removing intermediate container 826f5fdf55fc [2021-01-19T16:08:21.597Z] ---> b9c5c072ea76 [2021-01-19T16:08:21.597Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:08:21.597Z] Removing intermediate container 920c744412c1 [2021-01-19T16:08:21.597Z] ---> 4bfd22622aff [2021-01-19T16:08:21.597Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:08:21.978Z] ---> Running in 1dcb22bab01b [2021-01-19T16:08:22.345Z] ---> Running in 38f6d1806f4d [2021-01-19T16:08:22.345Z] ---> Running in 3bf89d84e563 [2021-01-19T16:08:22.655Z] ---> f4f377051dde [2021-01-19T16:08:22.655Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T16:08:23.323Z] Removing intermediate container 1dcb22bab01b [2021-01-19T16:08:23.323Z] ---> 225e2c61a8d1 [2021-01-19T16:08:23.323Z] [2021-01-19T16:08:23.590Z] Removing intermediate container 38f6d1806f4d [2021-01-19T16:08:23.591Z] ---> 75ddd2f47454 [2021-01-19T16:08:23.591Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T16:08:23.591Z] Removing intermediate container 3bf89d84e563 [2021-01-19T16:08:23.591Z] ---> dd04262aa8bc [2021-01-19T16:08:23.591Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T16:08:23.859Z] ---> Running in 4cd227c1b923 [2021-01-19T16:08:23.859Z] ---> Running in 54e1a17a1b49 [2021-01-19T16:08:23.859Z] ---> 17f207f9abee [2021-01-19T16:08:23.859Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T16:08:24.134Z] Successfully built 225e2c61a8d1 [2021-01-19T16:08:24.134Z] ---> Running in 4edae7959a5e [2021-01-19T16:08:24.134Z] Successfully tagged docker-core-command-go:latest [2021-01-19T16:08:24.134Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T16:08:24.134Z] Removing intermediate container 4cd227c1b923 [2021-01-19T16:08:24.134Z] ---> 4b60e98849ef [2021-01-19T16:08:24.134Z] Step 23/24 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:08:24.134Z] Removing intermediate container 54e1a17a1b49 [2021-01-19T16:08:24.134Z] ---> a36a68b19e80 [2021-01-19T16:08:24.134Z] Step 21/22 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:08:25.101Z] Removing intermediate container 489b2ee51465 [2021-01-19T16:08:25.101Z] ---> c7419f46cbb2 [2021-01-19T16:08:25.101Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T16:08:25.423Z] ---> Running in 71b4779a6abd [2021-01-19T16:08:25.423Z] ---> Running in 2b91ac7bd19a [2021-01-19T16:08:25.423Z] ---> Running in 73640036686c [2021-01-19T16:08:25.751Z] Removing intermediate container 4edae7959a5e [2021-01-19T16:08:25.751Z] ---> 237c10604f80 [2021-01-19T16:08:25.751Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T16:08:26.502Z] ---> Running in 9eea9c643fd4 [2021-01-19T16:08:26.898Z] Removing intermediate container 71b4779a6abd [2021-01-19T16:08:26.898Z] ---> ac683ef9e702 [2021-01-19T16:08:26.898Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:08:26.898Z] Removing intermediate container 2b91ac7bd19a [2021-01-19T16:08:26.898Z] ---> 7ab99b46ca63 [2021-01-19T16:08:26.898Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T16:08:27.195Z] ---> Running in ec15a1654a39 [2021-01-19T16:08:27.507Z] ---> Running in 56ad9f30a72c [2021-01-19T16:08:27.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:08:27.811Z] Removing intermediate container 9eea9c643fd4 [2021-01-19T16:08:27.811Z] ---> 234dafbf7035 [2021-01-19T16:08:27.811Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T16:08:28.108Z] ---> Running in 6ad6dc8c1a54 [2021-01-19T16:08:28.108Z] Removing intermediate container ec15a1654a39 [2021-01-19T16:08:28.108Z] ---> 0d92045ea282 [2021-01-19T16:08:28.108Z] [2021-01-19T16:08:28.108Z] Removing intermediate container 56ad9f30a72c [2021-01-19T16:08:28.108Z] ---> 1336a53fb2b4 [2021-01-19T16:08:28.108Z] [2021-01-19T16:08:28.389Z] Successfully built 0d92045ea282 [2021-01-19T16:08:28.684Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T16:08:28.684Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2021-01-19T16:08:28.684Z] Successfully built 1336a53fb2b4 [2021-01-19T16:08:28.684Z] Removing intermediate container 6ad6dc8c1a54 [2021-01-19T16:08:28.684Z] ---> 22bb2afa8551 [2021-01-19T16:08:28.684Z] Step 20/21 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:08:28.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:08:29.329Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T16:08:29.329Z] Building docker-security-bootstrap-redis-go [2021-01-19T16:08:29.965Z]  Building docker-support-notifications-go ... done  ---> Running in db9034590f91 [2021-01-19T16:08:30.606Z] Removing intermediate container db9034590f91 [2021-01-19T16:08:30.606Z] ---> a75525e4c063 [2021-01-19T16:08:30.606Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T16:08:31.243Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T16:08:31.243Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T16:08:31.243Z] ---> Running in b309a48f673c [2021-01-19T16:08:31.591Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T16:08:32.356Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T16:08:32.986Z] Removing intermediate container b309a48f673c [2021-01-19T16:08:32.986Z] ---> 478eaf5149b8 [2021-01-19T16:08:32.986Z] [2021-01-19T16:08:32.986Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T16:08:32.986Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:08:32.986Z] OK: 8 MiB in 19 packages [2021-01-19T16:08:32.986Z] Successfully built 478eaf5149b8 [2021-01-19T16:08:33.258Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T16:08:33.258Z] Building docker-support-scheduler-go [2021-01-19T16:08:35.371Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 73640036686c [2021-01-19T16:08:35.371Z] ---> 36241a621911 [2021-01-19T16:08:35.371Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:08:37.645Z] ---> f43441038ac4 [2021-01-19T16:08:37.645Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T16:08:39.755Z] ---> 21513a7b3bdd [2021-01-19T16:08:39.755Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T16:08:41.299Z] ---> 6bc0f192dde9 [2021-01-19T16:08:41.299Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T16:08:41.299Z] ---> Running in 76d9e4f03708 [2021-01-19T16:08:41.886Z] Removing intermediate container 76d9e4f03708 [2021-01-19T16:08:41.886Z] ---> 49877186c43f [2021-01-19T16:08:41.886Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:08:42.188Z] ---> Running in 4b0863f8707d [2021-01-19T16:08:42.958Z] Removing intermediate container 4b0863f8707d [2021-01-19T16:08:42.958Z] ---> 2e643573b506 [2021-01-19T16:08:42.958Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T16:08:42.958Z] ---> Running in cad35b8f156a [2021-01-19T16:08:43.617Z] Removing intermediate container cad35b8f156a [2021-01-19T16:08:43.617Z] ---> 5f23477e0bcb [2021-01-19T16:08:43.617Z] Step 22/23 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:08:43.617Z] ---> Running in 9d29750d1200 [2021-01-19T16:08:44.381Z] Removing intermediate container 9d29750d1200 [2021-01-19T16:08:44.381Z] ---> 8b60b31fd855 [2021-01-19T16:08:44.381Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T16:08:45.010Z] ---> Running in 1acc76c6c06c [2021-01-19T16:08:46.551Z] Removing intermediate container 1acc76c6c06c [2021-01-19T16:08:46.551Z] ---> f55e98ab96f9 [2021-01-19T16:08:46.551Z] [2021-01-19T16:08:46.551Z] Successfully built f55e98ab96f9 [2021-01-19T16:08:46.827Z] Successfully tagged docker-core-data-go:latest [2021-01-19T16:09:19.583Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:09:19.583Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:09:19.583Z] ---> 3c87618a4322 [2021-01-19T16:09:19.583Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T16:09:19.583Z] ---> Using cache [2021-01-19T16:09:19.583Z] ---> 0b01eb55d86a [2021-01-19T16:09:19.583Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:09:19.583Z] ---> Using cache [2021-01-19T16:09:19.583Z] ---> 3748ca0d305b [2021-01-19T16:09:19.583Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T16:09:19.583Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:09:19.583Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:09:19.583Z] ---> 3c87618a4322 [2021-01-19T16:09:19.583Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T16:09:19.583Z] ---> Using cache [2021-01-19T16:09:19.583Z] ---> 0b01eb55d86a [2021-01-19T16:09:19.583Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:09:19.583Z] ---> Using cache [2021-01-19T16:09:19.583Z] ---> 3748ca0d305b [2021-01-19T16:09:19.583Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T16:09:19.583Z] ---> Using cache [2021-01-19T16:09:19.583Z] ---> 9aac35c3132d [2021-01-19T16:09:19.583Z] Step 6/24 : COPY go.mod . [2021-01-19T16:09:19.583Z] ---> Using cache [2021-01-19T16:09:19.583Z] ---> c6ffea093f56 [2021-01-19T16:09:19.583Z] Step 7/24 : RUN go mod download [2021-01-19T16:09:19.583Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 9f93ee5ee450 [2021-01-19T16:09:19.584Z] Step 8/24 : COPY . . [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> a558c9edbea6 [2021-01-19T16:09:19.584Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T16:09:19.584Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:09:19.584Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:09:19.584Z] ---> 3c87618a4322 [2021-01-19T16:09:19.584Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 0b01eb55d86a [2021-01-19T16:09:19.584Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 3748ca0d305b [2021-01-19T16:09:19.584Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 9aac35c3132d [2021-01-19T16:09:19.584Z] Step 6/21 : COPY go.mod . [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> c6ffea093f56 [2021-01-19T16:09:19.584Z] Step 7/21 : RUN go mod download [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 9f93ee5ee450 [2021-01-19T16:09:19.584Z] Step 8/21 : COPY . . [2021-01-19T16:09:19.584Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T16:09:19.584Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T16:09:19.584Z] ---> 3c87618a4322 [2021-01-19T16:09:19.584Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 0b01eb55d86a [2021-01-19T16:09:19.584Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 3748ca0d305b [2021-01-19T16:09:19.584Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 9aac35c3132d [2021-01-19T16:09:19.584Z] Step 6/22 : COPY go.mod . [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> c6ffea093f56 [2021-01-19T16:09:19.584Z] Step 7/22 : RUN go mod download [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> 9f93ee5ee450 [2021-01-19T16:09:19.584Z] Step 8/22 : COPY . . [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> a558c9edbea6 [2021-01-19T16:09:19.584Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T16:09:19.584Z] ---> Using cache [2021-01-19T16:09:19.584Z] ---> a558c9edbea6 [2021-01-19T16:09:19.584Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T16:09:19.584Z] ---> Running in cb91bca1a407 [2021-01-19T16:09:19.584Z] ---> Running in 18957083a06e [2021-01-19T16:09:19.584Z] ---> Running in e8833b5bc169 [2021-01-19T16:09:19.584Z] ---> Running in 340f8fb1445c [2021-01-19T16:09:19.584Z] 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 [2021-01-19T16:09:19.584Z] 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 [2021-01-19T16:09:19.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T16:09:19.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:09:20.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:09:22.273Z] OK: 233 MiB in 51 packages [2021-01-19T16:09:26.588Z] Removing intermediate container cb91bca1a407 [2021-01-19T16:09:26.588Z] ---> eaf5c388f149 [2021-01-19T16:09:26.588Z] Step 6/26 : COPY go.mod . [2021-01-19T16:09:27.236Z] ---> 9deabaadffeb [2021-01-19T16:09:27.236Z] Step 7/26 : RUN go mod download [2021-01-19T16:09:27.557Z] ---> Running in 414ad410a1cb [2021-01-19T16:09:33.480Z] Removing intermediate container 414ad410a1cb [2021-01-19T16:09:33.480Z] ---> 3a7189d9fde9 [2021-01-19T16:09:33.480Z] Step 8/26 : COPY . . [2021-01-19T16:10:06.615Z] 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 [2021-01-19T16:10:15.077Z] Removing intermediate container 340f8fb1445c [2021-01-19T16:10:15.077Z] ---> c421e8b13779 [2021-01-19T16:10:15.077Z] [2021-01-19T16:10:15.077Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T16:10:15.077Z] Removing intermediate container e8833b5bc169 [2021-01-19T16:10:15.077Z] ---> 145878fc22a5 [2021-01-19T16:10:15.077Z] [2021-01-19T16:10:15.077Z] Step 10/21 : FROM scratch [2021-01-19T16:10:15.077Z] ---> [2021-01-19T16:10:15.077Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T16:10:15.077Z] ---> 389fef711851 [2021-01-19T16:10:15.077Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:10:15.077Z] ---> Running in b4b5ee98376b [2021-01-19T16:10:15.347Z] ---> Using cache [2021-01-19T16:10:15.347Z] ---> 700b733d2f15 [2021-01-19T16:10:15.347Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T16:10:15.620Z] ---> Running in 421462c28b15 [2021-01-19T16:10:16.258Z] ---> 38385fc3eb0c [2021-01-19T16:10:16.259Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T16:10:16.550Z] ---> Running in bf45ddeb028b [2021-01-19T16:10:16.550Z] Removing intermediate container 421462c28b15 [2021-01-19T16:10:16.550Z] ---> 2b6452b5ed6f [2021-01-19T16:10:16.550Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T16:10:16.865Z] ---> Running in b7d5feee4448 [2021-01-19T16:10:16.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:10:16.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:10:17.500Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T16:10:17.500Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:10:17.500Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T16:10:17.500Z] Removing intermediate container b7d5feee4448 [2021-01-19T16:10:17.500Z] ---> 395897ad1cfc [2021-01-19T16:10:17.500Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:10:17.500Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T16:10:17.500Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T16:10:17.500Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:10:17.829Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:10:17.829Z] OK: 7 MiB in 19 packages [2021-01-19T16:10:17.829Z] 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 [2021-01-19T16:10:18.868Z] ---> 514f48aa9d28 [2021-01-19T16:10:18.868Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T16:10:19.496Z] Removing intermediate container 18957083a06e [2021-01-19T16:10:19.496Z] ---> 530c0f66c949 [2021-01-19T16:10:19.496Z] [2021-01-19T16:10:19.496Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T16:10:19.496Z] ---> 389fef711851 [2021-01-19T16:10:19.496Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T16:10:19.772Z] ---> Running in 02ada9d16304 [2021-01-19T16:10:20.422Z] ---> 011beb132576 [2021-01-19T16:10:20.422Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T16:10:20.697Z] Removing intermediate container b4b5ee98376b [2021-01-19T16:10:20.697Z] ---> cc6baad9a6d2 [2021-01-19T16:10:20.697Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T16:10:20.997Z] ---> Running in d16a95ad8557 [2021-01-19T16:10:21.311Z] ---> 54690ad6ca0b [2021-01-19T16:10:21.311Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T16:10:21.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:10:21.955Z] ---> Running in f970c792909a [2021-01-19T16:10:21.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:10:21.955Z] Removing intermediate container d16a95ad8557 [2021-01-19T16:10:21.955Z] ---> 3d9261d73669 [2021-01-19T16:10:21.955Z] Step 13/22 : WORKDIR / [2021-01-19T16:10:22.362Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T16:10:22.362Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:10:22.362Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T16:10:22.362Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T16:10:22.362Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T16:10:22.362Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:10:22.362Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T16:10:22.688Z] OK: 7 MiB in 19 packages [2021-01-19T16:10:23.133Z] ---> Running in 827feafc21be [2021-01-19T16:10:23.433Z] Removing intermediate container f970c792909a [2021-01-19T16:10:23.433Z] ---> c07a14fe5c23 [2021-01-19T16:10:23.433Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:10:24.056Z] ---> Running in c65b567a0a75 [2021-01-19T16:10:24.056Z] Removing intermediate container 827feafc21be [2021-01-19T16:10:24.056Z] ---> a5de1773c19b [2021-01-19T16:10:24.056Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T16:10:26.469Z] Removing intermediate container c65b567a0a75 [2021-01-19T16:10:26.469Z] ---> 47a42ad8bf19 [2021-01-19T16:10:26.469Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T16:10:26.469Z] ---> Running in 82dd3584e106 [2021-01-19T16:10:26.469Z] Removing intermediate container 02ada9d16304 [2021-01-19T16:10:26.469Z] ---> 82258ab88fda [2021-01-19T16:10:26.469Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T16:10:26.469Z] ---> 25a1aca7eabc [2021-01-19T16:10:26.469Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T16:10:27.356Z] ---> Running in 50dd96e8a903 [2021-01-19T16:10:27.356Z] Removing intermediate container 82dd3584e106 [2021-01-19T16:10:27.356Z] ---> b8c9034cef53 [2021-01-19T16:10:27.356Z] Step 20/21 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:10:27.356Z] ---> Running in b4d11eac1474 [2021-01-19T16:10:27.356Z] Removing intermediate container 50dd96e8a903 [2021-01-19T16:10:27.356Z] ---> 1c704a94a9de [2021-01-19T16:10:27.356Z] Step 13/24 : WORKDIR / [2021-01-19T16:10:28.061Z] ---> Running in d1c9e8059063 [2021-01-19T16:10:28.061Z] Removing intermediate container b4d11eac1474 [2021-01-19T16:10:28.061Z] ---> c807617f0bdf [2021-01-19T16:10:28.061Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T16:10:28.061Z] ---> 2971465b6605 [2021-01-19T16:10:28.061Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T16:10:28.428Z] ---> Running in 2e35369f043f [2021-01-19T16:10:28.855Z] Removing intermediate container d1c9e8059063 [2021-01-19T16:10:28.855Z] ---> 8a289ae22d68 [2021-01-19T16:10:28.855Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T16:10:29.418Z] ---> ef982c63a5bb [2021-01-19T16:10:29.418Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T16:10:29.418Z] Removing intermediate container 2e35369f043f [2021-01-19T16:10:29.418Z] ---> 2202a939e520 [2021-01-19T16:10:29.418Z] [2021-01-19T16:10:30.147Z] ---> 132bae5bc3a3 [2021-01-19T16:10:30.147Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T16:10:30.147Z] Successfully built 2202a939e520 [2021-01-19T16:10:30.927Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T16:10:30.928Z]  Building docker-support-scheduler-go ... done  ---> 4626721c69f4 [2021-01-19T16:10:30.928Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T16:10:30.928Z] ---> Running in 6adb82a00a03 [2021-01-19T16:10:31.224Z] ---> 2d6919965089 [2021-01-19T16:10:31.224Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T16:10:32.959Z] ---> dcc27bf1b823 [2021-01-19T16:10:32.959Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T16:10:35.239Z] ---> 73ee96f22a1a [2021-01-19T16:10:35.239Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T16:10:35.239Z] Removing intermediate container 6adb82a00a03 [2021-01-19T16:10:35.239Z] ---> 7e4adab1df79 [2021-01-19T16:10:35.239Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T16:10:35.929Z] ---> Running in 80ea77cda68f [2021-01-19T16:10:36.616Z] ---> eba816fc8d95 [2021-01-19T16:10:36.616Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T16:10:36.616Z] Removing intermediate container 80ea77cda68f [2021-01-19T16:10:36.616Z] ---> e4d041189dc9 [2021-01-19T16:10:36.616Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T16:10:36.938Z] ---> Running in 4b6a4a29755e [2021-01-19T16:10:37.652Z] Removing intermediate container 4b6a4a29755e [2021-01-19T16:10:37.652Z] ---> 1036353affc5 [2021-01-19T16:10:37.652Z] Step 21/22 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:10:38.020Z] ---> 19fcef098f60 [2021-01-19T16:10:38.020Z] ---> Running in 636bea4981bb [2021-01-19T16:10:38.020Z] 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/ [2021-01-19T16:10:38.338Z] ---> Running in da666ed3e09c [2021-01-19T16:10:38.662Z] Removing intermediate container 636bea4981bb [2021-01-19T16:10:38.662Z] ---> cb67f959177a [2021-01-19T16:10:38.662Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T16:10:38.974Z] ---> Running in faa0aac3a1dd [2021-01-19T16:10:39.291Z] Removing intermediate container faa0aac3a1dd [2021-01-19T16:10:39.291Z] ---> 26e48d0fe15b [2021-01-19T16:10:39.291Z] [2021-01-19T16:10:39.988Z] Successfully built 26e48d0fe15b [2021-01-19T16:10:39.989Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T16:10:41.173Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container da666ed3e09c [2021-01-19T16:10:41.173Z] ---> 811edb0ac543 [2021-01-19T16:10:41.173Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T16:10:41.801Z] ---> Running in 229ae124bfeb [2021-01-19T16:10:43.270Z] Removing intermediate container 229ae124bfeb [2021-01-19T16:10:43.270Z] ---> 840d4a5969c3 [2021-01-19T16:10:43.270Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T16:10:43.872Z] ---> Running in 2415478fcd63 [2021-01-19T16:10:43.872Z] Removing intermediate container bf45ddeb028b [2021-01-19T16:10:43.872Z] ---> 42335e7182e9 [2021-01-19T16:10:43.872Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T16:10:44.150Z] ---> Running in 8b492c9cf4ae [2021-01-19T16:10:44.433Z] Removing intermediate container 2415478fcd63 [2021-01-19T16:10:44.433Z] ---> 9aa8bed011f4 [2021-01-19T16:10:44.433Z] Step 23/24 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:10:44.433Z] ---> Running in 775ac35bebfc [2021-01-19T16:10:44.705Z] Removing intermediate container 775ac35bebfc [2021-01-19T16:10:44.705Z] ---> 819ee8552310 [2021-01-19T16:10:44.706Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T16:10:44.986Z] ---> Running in f838c54a036d [2021-01-19T16:10:45.268Z] 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 [2021-01-19T16:10:45.648Z] Removing intermediate container f838c54a036d [2021-01-19T16:10:45.648Z] ---> d82af9f8013d [2021-01-19T16:10:45.648Z] [2021-01-19T16:10:45.940Z] Successfully built d82af9f8013d [2021-01-19T16:10:46.228Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T16:10:48.295Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8b492c9cf4ae [2021-01-19T16:10:48.295Z] ---> fe0c53a92e1f [2021-01-19T16:10:48.295Z] [2021-01-19T16:10:48.295Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T16:10:48.295Z] 20.10.0: Pulling from library/docker [2021-01-19T16:11:04.334Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T16:11:04.334Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T16:11:04.334Z] ---> aefe523efa57 [2021-01-19T16:11:04.334Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T16:11:04.334Z] ---> Running in 36dba494b6fa [2021-01-19T16:11:04.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:11:04.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:11:05.267Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T16:11:05.267Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T16:11:05.267Z] Executing bash-5.0.17-r0.post-install [2021-01-19T16:11:05.267Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:11:05.267Z] OK: 12 MiB in 22 packages [2021-01-19T16:11:06.894Z] Removing intermediate container 36dba494b6fa [2021-01-19T16:11:06.894Z] ---> 7635d5e43e0c [2021-01-19T16:11:06.894Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T16:11:07.211Z] ---> Running in f1f839d2f161 [2021-01-19T16:11:07.891Z] Removing intermediate container f1f839d2f161 [2021-01-19T16:11:07.891Z] ---> 43a9513d4f85 [2021-01-19T16:11:07.891Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T16:11:07.891Z] ---> Running in b7ce7420883c [2021-01-19T16:11:08.501Z] Removing intermediate container b7ce7420883c [2021-01-19T16:11:08.501Z] ---> aa661066644e [2021-01-19T16:11:08.501Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T16:11:08.787Z] ---> Running in 7684c3fcbf21 [2021-01-19T16:11:09.077Z] Removing intermediate container 7684c3fcbf21 [2021-01-19T16:11:09.077Z] ---> 30c3bfca6d2c [2021-01-19T16:11:09.077Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T16:11:10.523Z] ---> 62d7932656a6 [2021-01-19T16:11:10.523Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T16:11:11.177Z] ---> 63102d82c9aa [2021-01-19T16:11:11.177Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T16:11:12.213Z] ---> f3803ebb9ded [2021-01-19T16:11:12.213Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T16:11:12.502Z] ---> Running in febd3d1b9774 [2021-01-19T16:11:13.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:11:13.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:11:14.071Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T16:11:14.071Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T16:11:14.071Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T16:11:14.071Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T16:11:14.071Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T16:11:14.071Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T16:11:14.384Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T16:11:17.815Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T16:11:17.815Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T16:11:17.815Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T16:11:17.815Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T16:11:17.815Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T16:11:17.815Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T16:11:17.815Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T16:11:17.815Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T16:11:18.081Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T16:11:18.081Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T16:11:18.081Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T16:11:18.081Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T16:11:18.361Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T16:11:18.361Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T16:11:18.361Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T16:11:18.361Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T16:11:18.361Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T16:11:18.640Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T16:11:18.640Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T16:11:18.640Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T16:11:18.640Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T16:11:18.640Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T16:11:18.640Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T16:11:18.640Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T16:11:18.640Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T16:11:18.640Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T16:11:18.914Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:11:18.914Z] OK: 71 MiB in 55 packages [2021-01-19T16:11:29.072Z] Removing intermediate container febd3d1b9774 [2021-01-19T16:11:29.072Z] ---> 2ad6c52f2a33 [2021-01-19T16:11:29.072Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T16:11:29.352Z] ---> Running in 61a1bebce17e [2021-01-19T16:11:31.987Z] Collecting docker-compose==1.23.2 [2021-01-19T16:11:31.987Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T16:11:31.987Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T16:11:31.987Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T16:11:32.266Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T16:11:32.266Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T16:11:33.341Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T16:11:33.341Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T16:11:33.982Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T16:11:33.982Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T16:11:34.264Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T16:11:34.264Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T16:11:34.543Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T16:11:34.543Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T16:11:36.055Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T16:11:36.055Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T16:11:36.334Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T16:11:36.335Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T16:11:37.361Z] Collecting PyYAML<4,>=3.10 [2021-01-19T16:11:37.361Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T16:11:38.419Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T16:11:38.419Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T16:11:38.419Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T16:11:38.718Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T16:11:38.718Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T16:11:38.718Z] 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) [2021-01-19T16:11:39.004Z] Collecting idna<2.8,>=2.5 [2021-01-19T16:11:39.004Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T16:11:39.004Z] 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) [2021-01-19T16:11:39.004Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T16:11:39.004Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T16:11:39.004Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T16:11:39.004Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T16:11:39.292Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, docopt, cached-property, jsonschema, texttable, dockerpty, PyYAML, docker-compose [2021-01-19T16:11:39.568Z] Attempting uninstall: urllib3 [2021-01-19T16:11:39.568Z] Found existing installation: urllib3 1.25.9 [2021-01-19T16:11:39.568Z] Uninstalling urllib3-1.25.9: [2021-01-19T16:11:39.568Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T16:11:40.207Z] Attempting uninstall: idna [2021-01-19T16:11:40.207Z] Found existing installation: idna 2.9 [2021-01-19T16:11:40.207Z] Uninstalling idna-2.9: [2021-01-19T16:11:40.207Z] Successfully uninstalled idna-2.9 [2021-01-19T16:11:40.516Z] Attempting uninstall: requests [2021-01-19T16:11:40.516Z] Found existing installation: requests 2.23.0 [2021-01-19T16:11:40.516Z] Uninstalling requests-2.23.0: [2021-01-19T16:11:40.516Z] Successfully uninstalled requests-2.23.0 [2021-01-19T16:11:41.128Z] Running setup.py install for docopt: started [2021-01-19T16:11:42.113Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T16:11:42.395Z] Running setup.py install for texttable: started [2021-01-19T16:11:43.163Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T16:11:43.163Z] Running setup.py install for dockerpty: started [2021-01-19T16:11:43.975Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T16:11:43.975Z] Running setup.py install for PyYAML: started [2021-01-19T16:11:45.482Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T16:11:46.181Z] 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.57.0 [2021-01-19T16:11:50.705Z] Removing intermediate container 61a1bebce17e [2021-01-19T16:11:50.706Z] ---> fe94b8d375d0 [2021-01-19T16:11:50.706Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T16:11:50.706Z] ---> Running in bbf1b902edf2 [2021-01-19T16:11:52.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T16:11:52.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T16:11:52.509Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T16:11:52.510Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T16:11:52.510Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T16:11:52.510Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T16:11:52.510Z] OK: 72 MiB in 58 packages [2021-01-19T16:11:53.678Z] Removing intermediate container bbf1b902edf2 [2021-01-19T16:11:53.678Z] ---> e641ef24c012 [2021-01-19T16:11:53.678Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T16:11:53.966Z] ---> Running in a490e170f49f [2021-01-19T16:11:54.287Z] Removing intermediate container a490e170f49f [2021-01-19T16:11:54.287Z] ---> 2f176da17d83 [2021-01-19T16:11:54.287Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T16:11:54.287Z] ---> Running in 50ce45a5a2b4 [2021-01-19T16:11:54.573Z] Removing intermediate container 50ce45a5a2b4 [2021-01-19T16:11:54.573Z] ---> 916d842f6158 [2021-01-19T16:11:54.573Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T16:11:54.573Z] ---> Running in 11fdbeeafbcc [2021-01-19T16:11:56.043Z] Removing intermediate container 11fdbeeafbcc [2021-01-19T16:11:56.043Z] ---> bc2bf897ed12 [2021-01-19T16:11:56.043Z] Step 25/26 : LABEL git_sha=9e5f365b0e81e2e5626aa87507c6022040d4e715 [2021-01-19T16:11:56.338Z] ---> Running in d3dde1842dc6 [2021-01-19T16:11:56.609Z] Removing intermediate container d3dde1842dc6 [2021-01-19T16:11:56.609Z] ---> b17cc5febd9b [2021-01-19T16:11:56.609Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T16:11:56.877Z] ---> Running in 1d74d5a1260d [2021-01-19T16:11:57.162Z] Removing intermediate container 1d74d5a1260d [2021-01-19T16:11:57.162Z] ---> 08d52421b3a4 [2021-01-19T16:11:57.162Z] [2021-01-19T16:11:57.437Z] Successfully built 08d52421b3a4 [2021-01-19T16:11:57.437Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T16:11:57.733Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T16:11:57.762Z] $ docker stop --time=1 ea1a7af3b236b4b06f1b671f811724fd009ea1421fc205914413ab764b1995ac [2021-01-19T16:12:00.164Z] $ docker rm -f ea1a7af3b236b4b06f1b671f811724fd009ea1421fc205914413ab764b1995ac [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T16:12:00.904Z] + docker images [2021-01-19T16:12:00.904Z] + grep docker [2021-01-19T16:12:01.687Z] docker-sys-mgmt-agent-go latest 08d52421b3a4 5 seconds ago 313MB [2021-01-19T16:12:01.687Z] docker-security-secretstore-setup-go latest d82af9f8013d About a minute ago 24.6MB [2021-01-19T16:12:01.687Z] docker-security-bootstrap-redis-go latest 26e48d0fe15b About a minute ago 15.8MB [2021-01-19T16:12:01.687Z] docker-support-scheduler-go latest 2202a939e520 About a minute ago 10.7MB [2021-01-19T16:12:01.687Z] docker-core-data-go latest f55e98ab96f9 3 minutes ago 22.3MB [2021-01-19T16:12:01.687Z] docker-security-proxy-setup-go latest 478eaf5149b8 3 minutes ago 24.4MB [2021-01-19T16:12:01.687Z] docker-support-notifications-go latest 1336a53fb2b4 3 minutes ago 12MB [2021-01-19T16:12:01.687Z] docker-core-metadata-go latest 0d92045ea282 3 minutes ago 13.1MB [2021-01-19T16:12:01.687Z] docker-core-command-go latest 225e2c61a8d1 3 minutes ago 10.6MB [2021-01-19T16:12:01.687Z] docker 20.10.0 aefe523efa57 5 weeks 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 [2021-01-19T16:12:17.582Z] Still waiting to schedule task [2021-01-19T16:12:17.582Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-21215’ [2021-01-19T16:14:30.548Z] Running on prd-ubuntu18.04-docker-8c-8g-21217 in /w/workspace/edgexfoundry_edgex-go_PR-3040 [Pipeline] { [Pipeline] ws [2021-01-19T16:14:30.638Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-01-19T16:14:32.777Z] using credential edgex-jenkins-ssh [2021-01-19T16:14:32.840Z] Cloning the remote Git repository [2021-01-19T16:14:32.870Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:14:32.937Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-01-19T16:14:32.965Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:14:32.965Z] > git --version # timeout=10 [2021-01-19T16:14:32.976Z] > git --version # 'git version 2.17.1' [2021-01-19T16:14:32.977Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:14:33.002Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:14:46.246Z] Merging remotes/origin/master commit ff4e3493a8c789d3c4d6c885bb9a70d186a91ade into PR head commit 57833167145affc62033509b974725e85080a4be [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-19T16:14:45.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:14:45.737Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T16:14:45.748Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T16:14:45.760Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T16:14:45.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T16:14:45.764Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3040/head:refs/remotes/origin/PR-3040 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T16:14:46.259Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T16:14:46.264Z] > git checkout -f 57833167145affc62033509b974725e85080a4be # timeout=10 [Pipeline] } [2021-01-19T16:14:46.996Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:14:49.360Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:14:50.680Z] ---> package-listing.sh [2021-01-19T16:14:50.680Z] ++ facter osfamily [2021-01-19T16:14:50.680Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T16:14:50.945Z] + OS_FAMILY=redhat [2021-01-19T16:14:50.945Z] + workspace=/w/workspace/edgex-go/7 [2021-01-19T16:14:50.945Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T16:14:50.945Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T16:14:50.945Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T16:14:50.945Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T16:14:50.946Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-19T16:14:50.946Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T16:14:50.946Z] + case "${OS_FAMILY}" in [2021-01-19T16:14:50.946Z] + rpm -qa [2021-01-19T16:14:50.946Z] + sort [2021-01-19T16:14:59.317Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T16:14:59.318Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T16:14:59.318Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T16:14:59.318Z] + '[' /w/workspace/edgex-go/7 ']' [2021-01-19T16:14:59.318Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-01-19T16:14:59.318Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-01-19T16:14:59.336Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T16:14:59.662Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:15:00.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:15:00.901Z] [2021-01-19T16:15:00.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T16:15:01.362Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:15:01.686Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T16:15:01.686Z] df20fa9351a1: Pulling fs layer [2021-01-19T16:15:01.686Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T16:15:01.686Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T16:15:01.686Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T16:15:01.686Z] 93b61091891f: Pulling fs layer [2021-01-19T16:15:01.686Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T16:15:01.686Z] 5e14af77c1be: Pulling fs layer [2021-01-19T16:15:01.686Z] 01666e4c0597: Pulling fs layer [2021-01-19T16:15:01.686Z] aa168da1d23b: Pulling fs layer [2021-01-19T16:15:01.686Z] 46f8f816bc3b: Waiting [2021-01-19T16:15:01.686Z] 5e14af77c1be: Waiting [2021-01-19T16:15:01.686Z] 93b61091891f: Waiting [2021-01-19T16:15:01.686Z] 01666e4c0597: Waiting [2021-01-19T16:15:01.686Z] 93b9cdb0e59b: Waiting [2021-01-19T16:15:01.686Z] aa168da1d23b: Waiting [2021-01-19T16:15:01.686Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T16:15:01.686Z] 36b3adc4ff6f: Download complete [2021-01-19T16:15:01.997Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T16:15:01.997Z] 46f8f816bc3b: Download complete [2021-01-19T16:15:01.997Z] df20fa9351a1: Verifying Checksum [2021-01-19T16:15:01.997Z] df20fa9351a1: Download complete [2021-01-19T16:15:01.997Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T16:15:01.997Z] 93b9cdb0e59b: Download complete [2021-01-19T16:15:01.997Z] 5e14af77c1be: Verifying Checksum [2021-01-19T16:15:01.997Z] 5e14af77c1be: Download complete [2021-01-19T16:15:02.284Z] 93b61091891f: Verifying Checksum [2021-01-19T16:15:02.284Z] 93b61091891f: Download complete [2021-01-19T16:15:02.284Z] 01666e4c0597: Verifying Checksum [2021-01-19T16:15:02.284Z] 01666e4c0597: Download complete [2021-01-19T16:15:02.566Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T16:15:02.566Z] 8ad3a11d3b57: Download complete [2021-01-19T16:15:02.855Z] df20fa9351a1: Pull complete [2021-01-19T16:15:03.974Z] 36b3adc4ff6f: Pull complete [2021-01-19T16:15:06.119Z] 8ad3a11d3b57: Pull complete [2021-01-19T16:15:06.119Z] 46f8f816bc3b: Pull complete [2021-01-19T16:15:08.354Z] 93b61091891f: Pull complete [2021-01-19T16:15:08.644Z] 93b9cdb0e59b: Pull complete [2021-01-19T16:15:09.029Z] 5e14af77c1be: Pull complete [2021-01-19T16:15:09.382Z] 01666e4c0597: Pull complete [2021-01-19T16:15:11.739Z] aa168da1d23b: Verifying Checksum [2021-01-19T16:15:11.739Z] aa168da1d23b: Download complete [2021-01-19T16:15:30.301Z] aa168da1d23b: Pull complete [2021-01-19T16:15:30.301Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T16:15:30.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T16:15:30.301Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T16:15:30.804Z] prd-centos7-docker-4c-2g-21199 does not seem to be running inside a container [2021-01-19T16:15:30.884Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T16:15:35.549Z] $ docker top 4a8c87469721b8542182f873c067ef1c12d7c6cc71413f75a0bb32fc4dce3155 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T16:15:36.860Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T16:15:37.703Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T16:15:38.636Z] + ls /var/log/sa-host [2021-01-19T16:15:38.636Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T16:15:38.636Z] file_magic: OK [2021-01-19T16:15:38.636Z] HZ: Using current value: 100 [2021-01-19T16:15:38.636Z] file_header: OK [2021-01-19T16:15:38.636Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T16:15:38.636Z] Statistics: [2021-01-19T16:15:38.636Z] 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... [2021-01-19T16:15:38.636Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T16:15:38.636Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T16:15:38.636Z] file_magic: OK [2021-01-19T16:15:38.636Z] HZ: Using current value: 100 [2021-01-19T16:15:38.636Z] file_header: OK [2021-01-19T16:15:38.636Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T16:15:38.636Z] Statistics: [2021-01-19T16:15:38.636Z] Hnuu...uuuununununu... [2021-01-19T16:15:38.636Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T16:15:40.401Z] provisioning config files... [2021-01-19T16:15:40.424Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3368501300422165086tmp [Pipeline] { [Pipeline] echo [2021-01-19T16:15:40.506Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:15:41.298Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T16:15:41.320Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T16:15:41.424Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:15:42.416Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T16:15:42.441Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:15:43.215Z] ---> sudo-logs.sh [2021-01-19T16:15:43.215Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T16:15:43.244Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:15:44.061Z] ---> job-cost.sh [2021-01-19T16:15:44.061Z] lf-activate-venv: SKIPPING [2021-01-19T16:15:44.061Z] INFO: No Stack... [2021-01-19T16:15:45.302Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T16:15:45.989Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T16:15:46.062Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T16:15:46.938Z] ---> logs-deploy.sh [2021-01-19T16:15:46.939Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3040/7 [2021-01-19T16:15:46.939Z] INFO: archiving workspace using pattern(s): [2021-01-19T16:15:50.481Z] Archives upload complete. [2021-01-19T16:15:50.481Z] INFO: archiving logs to Nexus [2021-01-19T16:15:51.962Z] ---> uname -a: [2021-01-19T16:15:51.962Z] Linux prd-centos7-docker-4c-2g-21199.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] ---> lscpu: [2021-01-19T16:15:51.962Z] Architecture: x86_64 [2021-01-19T16:15:51.962Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T16:15:51.962Z] Byte Order: Little Endian [2021-01-19T16:15:51.962Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T16:15:51.962Z] CPU(s): 4 [2021-01-19T16:15:51.962Z] On-line CPU(s) list: 0-3 [2021-01-19T16:15:51.962Z] Thread(s) per core: 1 [2021-01-19T16:15:51.962Z] Core(s) per socket: 1 [2021-01-19T16:15:51.962Z] Socket(s): 4 [2021-01-19T16:15:51.962Z] NUMA node(s): 1 [2021-01-19T16:15:51.962Z] Vendor ID: GenuineIntel [2021-01-19T16:15:51.962Z] CPU family: 6 [2021-01-19T16:15:51.962Z] Model: 44 [2021-01-19T16:15:51.962Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T16:15:51.962Z] Stepping: 1 [2021-01-19T16:15:51.962Z] CPU MHz: 2933.438 [2021-01-19T16:15:51.962Z] BogoMIPS: 5866.87 [2021-01-19T16:15:51.962Z] Virtualization: VT-x [2021-01-19T16:15:51.962Z] Hypervisor vendor: KVM [2021-01-19T16:15:51.962Z] Virtualization type: full [2021-01-19T16:15:51.962Z] L1d cache: 128 KiB [2021-01-19T16:15:51.962Z] L1i cache: 128 KiB [2021-01-19T16:15:51.962Z] L2 cache: 16 MiB [2021-01-19T16:15:51.962Z] L3 cache: 64 MiB [2021-01-19T16:15:51.962Z] NUMA node0 CPU(s): 0-3 [2021-01-19T16:15:51.962Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T16:15:51.962Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T16:15:51.962Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T16:15:51.962Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T16:15:51.962Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T16:15:51.962Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T16:15:51.962Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T16:15:51.962Z] Vulnerability Srbds: Not affected [2021-01-19T16:15:51.962Z] Vulnerability Tsx async abort: Not affected [2021-01-19T16:15:51.962Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] ---> nproc: [2021-01-19T16:15:51.962Z] 4 [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] ---> df -h: [2021-01-19T16:15:51.962Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T16:15:51.962Z] overlay 50.0G 11.2G 38.8G 22% / [2021-01-19T16:15:51.962Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T16:15:51.962Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T16:15:51.962Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/7 [2021-01-19T16:15:51.962Z] /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/7@tmp [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] ---> free -m: [2021-01-19T16:15:51.962Z] total used free shared buff/cache available [2021-01-19T16:15:51.962Z] Mem: 1837 822 237 0 777 944 [2021-01-19T16:15:51.962Z] Swap: 1023 37 986 [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] ---> ip addr: [2021-01-19T16:15:51.962Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T16:15:51.962Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T16:15:51.962Z] inet 127.0.0.1/8 scope host lo [2021-01-19T16:15:51.962Z] valid_lft forever preferred_lft forever [2021-01-19T16:15:51.962Z] inet6 ::1/128 scope host [2021-01-19T16:15:51.962Z] valid_lft forever preferred_lft forever [2021-01-19T16:15:51.962Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T16:15:51.962Z] link/ether fa:16:3e:81:c5:d2 brd ff:ff:ff:ff:ff:ff [2021-01-19T16:15:51.962Z] inet 10.30.122.130/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T16:15:51.962Z] valid_lft 85216sec preferred_lft 85216sec [2021-01-19T16:15:51.962Z] inet6 fe80::f816:3eff:fe81:c5d2/64 scope link [2021-01-19T16:15:51.962Z] valid_lft forever preferred_lft forever [2021-01-19T16:15:51.962Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T16:15:51.962Z] link/ether 02:42:38:e8:7c:7c brd ff:ff:ff:ff:ff:ff [2021-01-19T16:15:51.962Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T16:15:51.962Z] valid_lft forever preferred_lft forever [2021-01-19T16:15:51.962Z] inet6 fe80::42:38ff:fee8:7c7c/64 scope link [2021-01-19T16:15:51.962Z] valid_lft forever preferred_lft forever [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] ---> sar -b -r -n DEV: [2021-01-19T16:15:51.962Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] 15:55:53 LINUX RESTART (4 CPU) [2021-01-19T16:15:51.962Z] [2021-01-19T16:15:51.962Z] 15:57:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T16:15:51.962Z] 15:58:01 55.69 13.97 41.72 0.00 4774.27 7876.86 0.00 [2021-01-19T16:15:51.962Z] 15:59:01 158.26 68.05 90.22 0.00 4833.08 39028.43 0.00 [2021-01-19T16:15:51.962Z] 16:00:01 187.91 48.18 139.74 0.00 2564.21 23096.12 0.00 [2021-01-19T16:15:51.962Z] 16:01:01 105.75 55.80 49.94 0.00 1751.36 5971.12 0.00 [2021-01-19T16:15:51.962Z] 16:02:01 96.29 53.92 42.37 0.00 1904.18 4128.84 0.00 [2021-01-19T16:15:51.962Z] 16:03:01 85.43 36.28 49.15 0.00 2538.60 4631.56 0.00 [2021-01-19T16:15:51.963Z] 16:04:01 28.67 8.71 19.96 0.00 436.25 6507.17 0.00 [2021-01-19T16:15:51.963Z] 16:05:03 221.86 69.35 152.51 0.00 24864.51 88917.59 0.00 [2021-01-19T16:15:51.963Z] 16:06:02 932.65 774.60 158.05 0.00 68953.40 71149.97 0.00 [2021-01-19T16:15:51.963Z] 16:07:02 2113.94 1893.69 220.25 0.00 133312.03 147428.84 0.00 [2021-01-19T16:15:51.963Z] 16:08:01 233.85 141.15 92.70 0.00 13676.00 14804.27 0.00 [2021-01-19T16:15:51.963Z] 16:09:05 638.00 376.89 261.10 0.00 70088.83 106798.72 0.00 [2021-01-19T16:15:51.963Z] 16:10:02 1024.66 892.38 132.28 0.00 45498.70 48360.06 0.00 [2021-01-19T16:15:51.963Z] 16:11:01 466.69 285.79 180.90 0.00 14680.41 30446.42 0.00 [2021-01-19T16:15:51.963Z] 16:12:01 223.81 105.15 118.66 0.00 4191.82 10860.44 0.00 [2021-01-19T16:15:51.963Z] 16:13:01 149.74 142.49 7.25 0.00 2935.86 470.26 0.00 [2021-01-19T16:15:51.963Z] 16:14:01 0.43 0.12 0.32 0.00 7.19 4.46 0.00 [2021-01-19T16:15:51.963Z] 16:15:01 61.18 60.93 0.25 0.00 5801.33 3.99 0.00 [2021-01-19T16:15:51.963Z] Average: 374.47 276.57 97.89 0.00 22391.19 34106.21 0.00 [2021-01-19T16:15:51.963Z] [2021-01-19T16:15:51.963Z] 15:57:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T16:15:51.963Z] 15:58:01 78552 0 645780 34.32 2620 1154592 1344752 45.89 538628 1058388 96692 [2021-01-19T16:15:51.963Z] 15:59:01 84180 0 692872 36.82 2276 1102216 1560552 53.26 629988 920420 90096 [2021-01-19T16:15:51.963Z] 16:00:01 311100 0 690108 36.68 1492 878844 1376356 46.97 469984 833588 52 [2021-01-19T16:15:51.963Z] 16:01:01 212920 0 770176 40.93 1408 897040 1758740 60.02 612940 778396 43604 [2021-01-19T16:15:51.963Z] 16:02:01 298564 0 810096 43.05 704 772180 1756908 59.96 580800 719252 34776 [2021-01-19T16:15:51.963Z] 16:03:01 77248 0 925440 49.19 648 878208 1715940 58.56 760412 752124 62080 [2021-01-19T16:15:51.963Z] 16:04:01 357904 0 714944 38.00 648 808048 1326576 45.27 522976 716180 1132 [2021-01-19T16:15:51.963Z] 16:05:03 72176 0 821612 43.67 128 987628 2273720 77.60 700224 884656 86952 [2021-01-19T16:15:51.963Z] 16:06:02 209968 0 788060 41.88 12 883504 2170884 74.09 572440 882356 69164 [2021-01-19T16:15:51.963Z] 16:07:02 307020 0 669360 35.58 0 905164 1351300 46.12 601384 746916 568 [2021-01-19T16:15:51.963Z] 16:08:01 241424 0 853828 45.38 0 786292 2273656 77.60 686532 690340 39332 [2021-01-19T16:15:51.963Z] 16:09:05 74516 0 778460 41.37 0 1028568 2183672 74.53 693680 903296 69468 [2021-01-19T16:15:51.963Z] 16:10:02 117296 0 828532 44.03 0 935716 2304272 78.64 659116 859272 53392 [2021-01-19T16:15:51.963Z] 16:11:01 98872 0 720224 38.28 0 1062448 1645136 56.15 590428 942968 88132 [2021-01-19T16:15:51.963Z] 16:12:01 142276 0 672232 35.73 0 1067036 1243752 42.45 507972 961176 96 [2021-01-19T16:15:51.963Z] 16:13:01 241652 0 754832 40.12 0 885060 1188572 40.56 460076 816368 12 [2021-01-19T16:15:51.963Z] 16:14:01 243356 0 752920 40.02 0 885268 1169040 39.90 459228 816068 8 [2021-01-19T16:15:51.963Z] 16:15:01 75520 0 790032 41.99 0 1015992 1421804 48.52 520944 919696 9256 [2021-01-19T16:15:51.963Z] Average: 180252 0 759973 40.39 552 940767 1670313 57.00 587097 844526 41378 [2021-01-19T16:15:51.963Z] [2021-01-19T16:15:51.963Z] 15:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T16:15:51.963Z] 15:58:01 veth565b450 333.28 325.86 38.98 1646.72 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 15:58:01 eth0 715.33 656.94 3712.40 98.50 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 15:58:01 docker0 333.28 325.73 34.42 1646.71 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 15:59:01 eth0 506.89 463.25 3827.63 49.83 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 15:59:01 docker0 223.87 206.05 20.02 993.24 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:00:01 veth6e7e4a7 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:00:01 eth0 220.68 137.93 874.61 76.09 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:00:01 docker0 104.34 180.01 7.56 843.60 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:01:01 veth6e7e4a7 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:01:01 eth0 13.87 9.08 10.07 5.28 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:02:01 veth6e7e4a7 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:02:01 eth0 36.33 25.97 26.77 14.81 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:02:01 docker0 0.44 0.44 0.03 0.04 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:03:01 veth6e7e4a7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:03:01 eth0 22.25 18.87 11.43 61.31 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:04:01 eth0 31.65 24.25 45.67 12.29 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:05:03 vethfafa455 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:05:03 eth0 176.85 137.48 1628.23 61.56 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:05:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:05:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:06:02 vethfafa455 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:06:02 eth0 38.76 23.86 159.42 6.76 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:06:02 docker0 13.43 24.77 0.72 148.76 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:07:02 vethfafa455 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:07:02 eth0 6.65 4.99 5.10 2.75 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:08:01 vethfafa455 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:08:01 vethc85a69a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:08:01 eth0 10.06 7.08 7.30 3.95 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:09:05 vethfafa455 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:09:05 eth0 63.94 47.13 152.40 67.25 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:09:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:09:05 docker0 647.59 710.73 59.95 3515.78 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:10:02 vethfafa455 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:10:02 eth0 19.42 13.59 42.41 6.50 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:10:02 veth422e59c 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:11:01 vethfafa455 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:11:01 eth0 184.31 151.72 1342.79 76.07 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:11:01 docker0 702.04 781.74 64.67 3873.90 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:12:01 eth0 153.25 102.48 435.71 71.72 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:12:01 docker0 58.78 95.00 3.39 400.52 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:13:01 eth0 1.05 0.90 0.82 0.43 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:14:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:15:01 eth0 28.28 22.44 165.58 5.94 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] Average: eth0 124.28 103.03 694.37 34.73 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] Average: docker0 41.75 48.14 3.73 234.63 0.00 0.00 0.00 0.00 [2021-01-19T16:15:51.963Z] [2021-01-19T16:15:51.963Z] [2021-01-19T16:15:51.963Z] ---> sar -P ALL: [2021-01-19T16:15:51.963Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T16:15:51.963Z] [2021-01-19T16:15:51.963Z] 15:55:53 LINUX RESTART (4 CPU) [2021-01-19T16:15:51.963Z] [2021-01-19T16:15:51.963Z] 15:57:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T16:15:51.963Z] 15:58:01 all 5.44 0.00 3.33 0.99 18.85 71.39 [2021-01-19T16:15:51.963Z] 15:58:01 0 3.88 0.00 3.58 0.21 20.69 71.65 [2021-01-19T16:15:51.963Z] 15:58:01 1 5.99 0.00 3.41 2.22 18.84 69.54 [2021-01-19T16:15:51.963Z] 15:58:01 2 5.05 0.00 3.32 1.07 18.34 72.22 [2021-01-19T16:15:51.963Z] 15:58:01 3 6.89 0.00 3.01 0.47 17.47 72.15 [2021-01-19T16:15:51.963Z] 15:59:01 all 8.66 0.00 4.73 1.01 22.22 63.37 [2021-01-19T16:15:51.963Z] 15:59:01 0 5.73 0.00 4.96 0.93 23.03 65.36 [2021-01-19T16:15:51.963Z] 15:59:01 1 9.08 0.00 4.88 1.28 21.83 62.92 [2021-01-19T16:15:51.963Z] 15:59:01 2 7.85 0.00 3.75 0.82 22.71 64.87 [2021-01-19T16:15:51.963Z] 15:59:01 3 12.11 0.00 5.34 1.01 21.30 60.24 [2021-01-19T16:15:51.963Z] 16:00:01 all 5.18 0.00 5.79 3.60 16.42 69.00 [2021-01-19T16:15:51.963Z] 16:00:01 0 4.60 0.00 4.95 1.17 17.18 72.10 [2021-01-19T16:15:51.963Z] 16:00:01 1 4.70 0.00 6.22 5.37 15.99 67.72 [2021-01-19T16:15:51.963Z] 16:00:01 2 4.97 0.00 5.66 1.84 15.93 71.61 [2021-01-19T16:15:51.963Z] 16:00:01 3 6.45 0.00 6.37 6.10 16.58 64.49 [2021-01-19T16:15:51.963Z] 16:01:01 all 34.76 0.00 10.12 4.64 28.43 22.06 [2021-01-19T16:15:51.963Z] 16:01:01 0 32.65 0.00 9.64 4.28 29.88 23.55 [2021-01-19T16:15:51.963Z] 16:01:01 1 34.27 0.00 9.68 3.63 28.44 23.98 [2021-01-19T16:15:51.963Z] 16:01:01 2 33.84 0.00 10.21 6.06 27.61 22.28 [2021-01-19T16:15:51.963Z] 16:01:01 3 38.37 0.00 10.99 4.60 27.74 18.29 [2021-01-19T16:15:51.963Z] 16:02:01 all 36.44 0.00 11.94 2.72 29.49 19.41 [2021-01-19T16:15:51.963Z] 16:02:01 0 32.00 0.00 11.06 4.28 32.17 20.49 [2021-01-19T16:15:51.963Z] 16:02:01 1 33.88 0.00 12.16 2.55 29.20 22.21 [2021-01-19T16:15:51.963Z] 16:02:01 2 40.63 0.00 12.86 1.95 28.26 16.30 [2021-01-19T16:15:51.963Z] 16:02:01 3 39.66 0.00 11.74 2.01 28.15 18.43 [2021-01-19T16:15:51.963Z] 16:03:01 all 26.28 0.00 12.14 2.92 24.58 34.09 [2021-01-19T16:15:51.963Z] 16:03:01 0 25.83 0.00 11.92 2.69 24.40 35.16 [2021-01-19T16:15:51.963Z] 16:03:01 1 26.37 0.00 11.64 3.93 25.10 32.96 [2021-01-19T16:15:51.963Z] 16:03:01 2 26.32 0.00 12.53 2.86 24.96 33.33 [2021-01-19T16:15:51.963Z] 16:03:01 3 26.59 0.00 12.46 2.19 23.84 34.92 [2021-01-19T16:15:51.963Z] 16:04:01 all 12.51 0.00 8.31 0.34 31.65 47.19 [2021-01-19T16:15:51.963Z] 16:04:01 0 11.31 0.00 7.93 0.81 32.41 47.54 [2021-01-19T16:15:51.963Z] 16:04:01 1 11.74 0.00 7.73 0.19 32.37 47.97 [2021-01-19T16:15:51.963Z] 16:04:01 2 14.06 0.00 8.63 0.24 30.87 46.20 [2021-01-19T16:15:51.963Z] 16:04:01 3 12.96 0.00 8.95 0.12 30.94 47.03 [2021-01-19T16:15:51.963Z] 16:05:03 all 5.85 0.00 7.73 4.79 31.14 50.49 [2021-01-19T16:15:51.963Z] 16:05:03 0 5.10 0.00 6.88 4.80 31.77 51.45 [2021-01-19T16:15:51.963Z] 16:05:03 1 5.25 0.00 8.03 5.22 31.14 50.37 [2021-01-19T16:15:51.963Z] 16:05:03 2 6.42 0.00 6.98 4.79 31.07 50.73 [2021-01-19T16:15:51.963Z] 16:05:03 3 6.65 0.00 9.10 4.32 30.57 49.36 [2021-01-19T16:15:51.963Z] 16:06:02 all 11.52 0.00 12.31 8.27 38.06 29.84 [2021-01-19T16:15:51.963Z] 16:06:02 0 10.21 0.00 11.32 9.35 38.23 30.89 [2021-01-19T16:15:51.963Z] 16:06:02 1 12.31 0.00 13.60 7.12 38.43 28.54 [2021-01-19T16:15:51.964Z] 16:06:02 2 11.42 0.00 12.28 7.89 37.51 30.90 [2021-01-19T16:15:51.964Z] 16:06:02 3 12.18 0.00 12.09 8.66 38.07 29.00 [2021-01-19T16:15:51.964Z] 16:07:02 all 8.82 0.00 10.56 29.66 29.57 21.40 [2021-01-19T16:15:51.964Z] 16:07:02 0 8.23 0.00 10.53 25.60 29.51 26.13 [2021-01-19T16:15:51.964Z] 16:07:02 1 8.03 0.00 10.26 29.22 29.29 23.20 [2021-01-19T16:15:51.964Z] 16:07:02 2 9.59 0.00 11.12 31.58 28.99 18.73 [2021-01-19T16:15:51.964Z] 16:07:02 3 9.45 0.00 10.33 32.33 30.49 17.41 [2021-01-19T16:15:51.964Z] 16:08:01 all 65.22 0.00 15.53 2.71 13.30 3.25 [2021-01-19T16:15:51.964Z] 16:08:01 0 66.11 0.00 15.84 2.68 12.78 2.58 [2021-01-19T16:15:51.964Z] 16:08:01 1 65.22 0.00 14.44 3.06 13.72 3.56 [2021-01-19T16:15:51.964Z] 16:08:01 2 66.67 0.00 15.64 2.49 12.06 3.14 [2021-01-19T16:15:51.964Z] 16:08:01 3 62.76 0.00 16.23 2.60 14.69 3.73 [2021-01-19T16:15:51.964Z] [2021-01-19T16:15:51.964Z] 16:08:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T16:15:51.964Z] 16:09:05 all 11.75 0.00 13.15 9.65 35.04 30.42 [2021-01-19T16:15:51.964Z] 16:09:05 0 12.39 0.00 15.86 11.43 34.87 25.45 [2021-01-19T16:15:51.964Z] 16:09:05 1 10.64 0.00 12.35 9.15 34.90 32.96 [2021-01-19T16:15:51.964Z] 16:09:05 2 11.63 0.00 12.40 10.27 34.27 31.43 [2021-01-19T16:15:51.964Z] 16:09:05 3 12.37 0.00 12.06 7.77 36.13 31.68 [2021-01-19T16:15:51.964Z] 16:10:02 all 34.98 0.37 15.03 11.57 28.63 9.42 [2021-01-19T16:15:51.964Z] 16:10:02 0 36.43 0.45 16.18 12.06 26.32 8.56 [2021-01-19T16:15:51.964Z] 16:10:02 1 34.57 0.33 14.04 12.03 28.93 10.09 [2021-01-19T16:15:51.964Z] 16:10:02 2 36.39 0.33 15.45 11.78 27.99 8.07 [2021-01-19T16:15:51.964Z] 16:10:02 3 32.50 0.37 14.43 10.41 31.32 10.96 [2021-01-19T16:15:51.964Z] 16:11:01 all 16.75 0.67 14.20 12.40 30.79 25.20 [2021-01-19T16:15:51.964Z] 16:11:01 0 15.85 0.64 14.44 13.66 31.71 23.71 [2021-01-19T16:15:51.964Z] 16:11:01 1 17.01 0.67 13.76 12.45 30.67 25.44 [2021-01-19T16:15:51.964Z] 16:11:01 2 18.59 0.68 14.25 10.99 29.67 25.83 [2021-01-19T16:15:51.964Z] 16:11:01 3 15.55 0.70 14.33 12.48 31.10 25.84 [2021-01-19T16:15:51.964Z] 16:12:01 all 6.07 1.24 10.77 10.19 21.79 49.95 [2021-01-19T16:15:51.964Z] 16:12:01 0 7.75 1.03 11.75 8.51 22.72 48.24 [2021-01-19T16:15:51.964Z] 16:12:01 1 6.80 1.24 10.96 12.83 20.92 47.24 [2021-01-19T16:15:51.964Z] 16:12:01 2 5.97 1.16 10.35 9.09 21.08 52.36 [2021-01-19T16:15:51.964Z] 16:12:01 3 3.79 1.51 10.07 10.27 22.48 51.87 [2021-01-19T16:15:51.964Z] 16:13:01 all 0.09 0.28 2.03 0.57 3.51 93.51 [2021-01-19T16:15:51.964Z] 16:13:01 0 0.07 0.21 1.61 0.59 3.05 94.47 [2021-01-19T16:15:51.964Z] 16:13:01 1 0.05 0.46 3.08 0.84 3.61 91.96 [2021-01-19T16:15:51.964Z] 16:13:01 2 0.07 0.31 2.24 0.67 4.20 92.52 [2021-01-19T16:15:51.964Z] 16:13:01 3 0.20 0.15 1.18 0.20 3.17 95.11 [2021-01-19T16:15:51.964Z] 16:14:01 all 0.06 0.00 0.08 0.01 0.78 99.07 [2021-01-19T16:15:51.964Z] 16:14:01 0 0.03 0.00 0.10 0.02 0.71 99.14 [2021-01-19T16:15:51.964Z] 16:14:01 1 0.08 0.00 0.03 0.00 0.80 99.09 [2021-01-19T16:15:51.964Z] 16:14:01 2 0.03 0.00 0.08 0.02 0.78 99.09 [2021-01-19T16:15:51.964Z] 16:14:01 3 0.08 0.00 0.12 0.00 0.84 98.96 [2021-01-19T16:15:51.964Z] 16:15:01 all 1.05 0.00 0.74 2.28 2.22 93.72 [2021-01-19T16:15:51.964Z] 16:15:01 0 0.73 0.00 0.66 1.55 2.23 94.83 [2021-01-19T16:15:51.964Z] 16:15:01 1 0.70 0.00 0.80 1.71 2.12 94.68 [2021-01-19T16:15:51.964Z] 16:15:01 2 1.99 0.00 0.85 3.07 2.17 91.92 [2021-01-19T16:15:51.964Z] 16:15:01 3 0.77 0.00 0.65 2.78 2.35 93.46 [2021-01-19T16:15:51.964Z] Average: all 15.16 0.14 8.60 5.95 22.52 47.62 [2021-01-19T16:15:51.964Z] Average: 0 14.52 0.13 8.64 5.72 23.00 48.00 [2021-01-19T16:15:51.964Z] Average: 1 14.97 0.15 8.56 6.23 22.50 47.58 [2021-01-19T16:15:51.964Z] Average: 2 15.61 0.14 8.57 5.89 22.08 47.71 [2021-01-19T16:15:51.964Z] Average: 3 15.55 0.15 8.64 5.96 22.51 47.19 [2021-01-19T16:15:51.964Z] [2021-01-19T16:15:51.964Z] [2021-01-19T16:15:51.964Z]