Pull request #3435 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at feccc1132204ea0a3421d61f23242004f0b740e5 rather than 443174265c6391e44f88c7a5d602ac2ffa57ae8c Obtained Jenkinsfile from feccc1132204ea0a3421d61f23242004f0b740e5 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3870’ Running on prd-centos7-docker-4c-2g-3876 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit 443174265c6391e44f88c7a5d602ac2ffa57ae8c Merge succeeded, producing 443174265c6391e44f88c7a5d602ac2ffa57ae8c Checking out Revision 443174265c6391e44f88c7a5d602ac2ffa57ae8c (PR-3435) > 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/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # 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 feccc1132204ea0a3421d61f23242004f0b740e5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # timeout=10 Commit message: "build: Upgrade core-contracts lib to v2.0.0-dev.83" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T01:18:37.479Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T01:18:37.615Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T01:18:37.643Z] ========================================================= [2021-05-10T01:18:37.643Z] EdgeX Global Pipelines Version Info [2021-05-10T01:18:37.643Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 1b1ba0db0b1d7e3e6ace3e52a5df6ac98400f8db # timeout=10 [2021-05-10T01:18:39.304Z] ------------------- [2021-05-10T01:18:39.304Z] stable info: [2021-05-10T01:18:39.304Z] ------------------- [2021-05-10T01:18:39.304Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T01:18:39.304Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T01:18:39.304Z] Message: update stable to v1.0.191 [2021-05-10T01:18:40.253Z] ------------------- [2021-05-10T01:18:40.253Z] experimental info: [2021-05-10T01:18:40.253Z] ------------------- [2021-05-10T01:18:40.253Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T01:18:40.253Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T01:18:40.253Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T01:18:40.382Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T01:18:40.405Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T01:18:40.426Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T01:18:40.448Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T01:18:40.470Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T01:18:40.491Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T01:18:40.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T01:18:40.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T01:18:40.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T01:18:40.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T01:18:40.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T01:18:40.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T01:18:40.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T01:18:40.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T01:18:40.692Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T01:18:40.715Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T01:18:40.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T01:18:40.758Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T01:18:40.780Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T01:18:40.802Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T01:18:40.823Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T01:18:40.871Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T01:18:40.893Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3435 [Pipeline] echo [2021-05-10T01:18:40.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3435 [Pipeline] echo [2021-05-10T01:18:40.937Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3435 [Pipeline] echo [2021-05-10T01:18:40.958Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 443174265c6391e44f88c7a5d602ac2ffa57ae8c [Pipeline] echo [2021-05-10T01:18:40.980Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4431742 [Pipeline] echo [2021-05-10T01:18:41.002Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T01:18:41.081Z] provisioning config files... [2021-05-10T01:18:41.122Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6996839508345647815tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:18:41.449Z] ---> docker-login.sh [2021-05-10T01:18:41.449Z] nexus3.edgexfoundry.org:10001 [2021-05-10T01:18:41.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:18:41.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:18:41.981Z] Configure a credential helper to remove this warning. See [2021-05-10T01:18:41.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:18:41.981Z] [2021-05-10T01:18:41.981Z] Login Succeeded [2021-05-10T01:18:41.981Z] nexus3.edgexfoundry.org:10002 [2021-05-10T01:18:42.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:18:42.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:18:42.247Z] Configure a credential helper to remove this warning. See [2021-05-10T01:18:42.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:18:42.247Z] [2021-05-10T01:18:42.247Z] Login Succeeded [2021-05-10T01:18:42.247Z] nexus3.edgexfoundry.org:10003 [2021-05-10T01:18:42.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:18:42.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:18:42.516Z] Configure a credential helper to remove this warning. See [2021-05-10T01:18:42.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:18:42.516Z] [2021-05-10T01:18:42.516Z] Login Succeeded [2021-05-10T01:18:42.516Z] nexus3.edgexfoundry.org:10004 [2021-05-10T01:18:42.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:18:42.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:18:42.788Z] Configure a credential helper to remove this warning. See [2021-05-10T01:18:42.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:18:42.788Z] [2021-05-10T01:18:42.788Z] Login Succeeded [2021-05-10T01:18:42.788Z] docker.io [2021-05-10T01:18:42.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T01:18:43.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T01:18:43.371Z] Configure a credential helper to remove this warning. See [2021-05-10T01:18:43.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T01:18:43.371Z] [2021-05-10T01:18:43.371Z] Login Succeeded [2021-05-10T01:18:43.371Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T01:18:43.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T01:18:43.719Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-10T01:18:43.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.719Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T01:18:43.719Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.719Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T01:18:43.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.719Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T01:18:43.719Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.719Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T01:18:43.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.719Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T01:18:43.719Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.719Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T01:18:43.719Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.719Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T01:18:43.719Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.719Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T01:18:43.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.720Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T01:18:43.720Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.720Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T01:18:43.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.720Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.720Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T01:18:43.720Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T01:18:43.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.720Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.720Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T01:18:43.720Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T01:18:43.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.720Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T01:18:43.720Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.720Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T01:18:43.720Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T01:18:43.720Z] ++ cut -d/ -f2 [2021-05-10T01:18:43.720Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T01:18:43.720Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T01:18:43.818Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:18:45.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:18:45.332Z] [2021-05-10T01:18:45.332Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:18:45.650Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:18:45.650Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T01:18:45.650Z] 31603596830f: Pulling fs layer [2021-05-10T01:18:45.650Z] 54011a49482f: Pulling fs layer [2021-05-10T01:18:45.650Z] a6820b24f6d8: Pulling fs layer [2021-05-10T01:18:45.650Z] f581987b2513: Pulling fs layer [2021-05-10T01:18:45.650Z] f581987b2513: Waiting [2021-05-10T01:18:45.650Z] 54011a49482f: Verifying Checksum [2021-05-10T01:18:45.650Z] 54011a49482f: Download complete [2021-05-10T01:18:45.921Z] 31603596830f: Verifying Checksum [2021-05-10T01:18:45.921Z] 31603596830f: Download complete [2021-05-10T01:18:45.921Z] f581987b2513: Verifying Checksum [2021-05-10T01:18:45.921Z] f581987b2513: Download complete [2021-05-10T01:18:45.921Z] a6820b24f6d8: Verifying Checksum [2021-05-10T01:18:45.921Z] a6820b24f6d8: Download complete [2021-05-10T01:18:46.187Z] 31603596830f: Pull complete [2021-05-10T01:18:46.471Z] 54011a49482f: Pull complete [2021-05-10T01:18:47.431Z] a6820b24f6d8: Pull complete [2021-05-10T01:18:48.064Z] f581987b2513: Pull complete [2021-05-10T01:18:48.064Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T01:18:48.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T01:18:48.064Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T01:18:48.234Z] prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container [2021-05-10T01:18:48.355Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T01:18:50.907Z] $ docker top a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T01:18:51.062Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T01:18:51.062Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T01:18:51.356Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T01:18:51.360Z] $ docker exec a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent [2021-05-10T01:18:51.659Z] SSH_AUTH_SOCK=/tmp/ssh-5zkShPAzWxnH/agent.12 [2021-05-10T01:18:51.659Z] SSH_AGENT_PID=17 [2021-05-10T01:18:51.682Z] Running ssh-add (command line suppressed) [2021-05-10T01:18:51.883Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7638162933172008190.key (/w/workspace/edgex-go/2@tmp/private_key_7638162933172008190.key) [2021-05-10T01:18:51.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T01:18:52.295Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T01:18:52.334Z] $ docker exec --env ******** --env ******** a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent -k [2021-05-10T01:18:52.503Z] unset SSH_AUTH_SOCK; [2021-05-10T01:18:52.505Z] unset SSH_AGENT_PID; [2021-05-10T01:18:52.505Z] echo Agent pid 17 killed; [2021-05-10T01:18:52.567Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T01:18:52.607Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T01:18:52.607Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T01:18:52.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T01:18:52.904Z] $ docker exec a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent [2021-05-10T01:18:53.126Z] SSH_AUTH_SOCK=/tmp/ssh-tYdoEQACmv6P/agent.46 [2021-05-10T01:18:53.126Z] SSH_AGENT_PID=52 [2021-05-10T01:18:53.136Z] Running ssh-add (command line suppressed) [2021-05-10T01:18:53.316Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6455289316845816262.key (/w/workspace/edgex-go/2@tmp/private_key_6455289316845816262.key) [2021-05-10T01:18:53.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T01:18:53.832Z] + git semver init [2021-05-10T01:18:54.114Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T01:18:54.114Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-10T01:18:54.114Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-10T01:18:54.114Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T01:18:54.114Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T01:18:54.114Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T01:18:54.114Z] # $SEMVER_BRANCH = PR-3435 [2021-05-10T01:18:54.114Z] # $SEMVER_TEMP = /tmp/semver-190581448 [2021-05-10T01:18:54.114Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T01:19:20.991Z] # '/tmp/semver-190581448' -> '/w/workspace/edgex-go/2/.semver' [2021-05-10T01:19:21.261Z] # -> Force: false [2021-05-10T01:19:21.261Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-10T01:19:21.284Z] $ docker exec --env ******** --env ******** a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f ssh-agent -k [2021-05-10T01:19:21.623Z] unset SSH_AUTH_SOCK; [2021-05-10T01:19:21.623Z] unset SSH_AGENT_PID; [2021-05-10T01:19:21.624Z] echo Agent pid 52 killed; [2021-05-10T01:19:21.746Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T01:19:22.088Z] + git semver [Pipeline] } [2021-05-10T01:19:22.106Z] $ docker stop --time=1 a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f [2021-05-10T01:19:23.752Z] $ docker rm -f a95c8c89b7398da3a42d3ca4eedd2ff68f1fd5d897dbee38986babce9b60ba3f [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T01:19:24.361Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T01:19:24.936Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T01:19:24.939Z] [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-05-10T01:19:25.488Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:19:25.803Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T01:19:26.119Z] + sudo service docker restart [2021-05-10T01:19:26.119Z] + true [2021-05-10T01:19:26.119Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T01:19:26.715Z] ========================================================= [2021-05-10T01:19:26.715Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T01:19:26.715Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:19:27.032Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T01:19:33.860Z] Sending build context to Docker daemon 330.1MB [2021-05-10T01:19:33.861Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T01:19:33.861Z] Step 2/6 : FROM ${BASE} [2021-05-10T01:19:33.861Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T01:19:33.861Z] 540db60ca938: Pulling fs layer [2021-05-10T01:19:33.861Z] adcc1eea9eea: Pulling fs layer [2021-05-10T01:19:33.861Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T01:19:33.861Z] 0510c868ecb4: Pulling fs layer [2021-05-10T01:19:33.861Z] afea3b2eda06: Pulling fs layer [2021-05-10T01:19:33.861Z] 7809a108b3ef: Pulling fs layer [2021-05-10T01:19:33.861Z] f706445af74f: Pulling fs layer [2021-05-10T01:19:33.861Z] 0510c868ecb4: Waiting [2021-05-10T01:19:33.861Z] afea3b2eda06: Waiting [2021-05-10T01:19:33.861Z] 7809a108b3ef: Waiting [2021-05-10T01:19:33.861Z] f706445af74f: Waiting [2021-05-10T01:19:33.861Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T01:19:33.861Z] 4c4ab2625f07: Download complete [2021-05-10T01:19:33.861Z] adcc1eea9eea: Verifying Checksum [2021-05-10T01:19:33.861Z] adcc1eea9eea: Download complete [2021-05-10T01:19:33.861Z] afea3b2eda06: Verifying Checksum [2021-05-10T01:19:33.861Z] afea3b2eda06: Download complete [2021-05-10T01:19:33.861Z] 7809a108b3ef: Download complete [2021-05-10T01:19:34.126Z] 540db60ca938: Verifying Checksum [2021-05-10T01:19:34.126Z] 540db60ca938: Download complete [2021-05-10T01:19:34.715Z] 540db60ca938: Pull complete [2021-05-10T01:19:34.991Z] adcc1eea9eea: Pull complete [2021-05-10T01:19:35.280Z] 4c4ab2625f07: Pull complete [2021-05-10T01:19:36.714Z] f706445af74f: Verifying Checksum [2021-05-10T01:19:36.714Z] f706445af74f: Download complete [2021-05-10T01:19:38.121Z] 0510c868ecb4: Verifying Checksum [2021-05-10T01:19:38.121Z] 0510c868ecb4: Download complete [2021-05-10T01:19:40.096Z] Still waiting to schedule task [2021-05-10T01:19:40.096Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-10T01:19:44.824Z] 0510c868ecb4: Pull complete [2021-05-10T01:19:44.824Z] afea3b2eda06: Pull complete [2021-05-10T01:19:45.092Z] 7809a108b3ef: Pull complete [2021-05-10T01:19:48.426Z] f706445af74f: Pull complete [2021-05-10T01:19:48.426Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T01:19:48.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T01:19:48.426Z] ---> b068be0155e3 [2021-05-10T01:19:48.426Z] 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-05-10T01:19:49.380Z] ---> Running in 52c83b72796d [2021-05-10T01:19:50.335Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:19:52.276Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:19:52.870Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T01:19:53.136Z] (2/12) Installing file (5.39-r0) [2021-05-10T01:19:53.409Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T01:19:53.409Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T01:20:05.733Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T01:20:05.733Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T01:20:05.733Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T01:20:05.733Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T01:20:05.733Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T01:20:06.007Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T01:20:06.007Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T01:20:06.599Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T01:20:06.599Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T01:20:06.599Z] OK: 219 MiB in 52 packages [2021-05-10T01:20:10.879Z] Removing intermediate container 52c83b72796d [2021-05-10T01:20:10.879Z] ---> 4e8812b59824 [2021-05-10T01:20:10.879Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T01:20:10.879Z] ---> Running in 2dc3fcb46538 [2021-05-10T01:20:10.879Z] Removing intermediate container 2dc3fcb46538 [2021-05-10T01:20:10.879Z] ---> fe3dccf98193 [2021-05-10T01:20:10.879Z] Step 5/6 : COPY go.mod . [2021-05-10T01:20:11.152Z] ---> 6143ad87d8fe [2021-05-10T01:20:11.152Z] Step 6/6 : RUN go mod download [2021-05-10T01:20:11.417Z] ---> Running in 54fae2e792c8 [2021-05-10T01:20:38.232Z] Removing intermediate container 54fae2e792c8 [2021-05-10T01:20:38.232Z] ---> 7b541e7d8f55 [2021-05-10T01:20:38.232Z] Successfully built 7b541e7d8f55 [2021-05-10T01:20:38.232Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:20:38.557Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T01:20:38.557Z] . [Pipeline] withDockerContainer [2021-05-10T01:20:38.677Z] prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container [2021-05-10T01:20:38.725Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T01:20:40.103Z] $ docker top d1505071292863009f541410082b1beade569a51a21cf9b457ad0e912b84f60f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:20:40.686Z] + go version [2021-05-10T01:20:40.686Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T01:20:40.978Z] $ docker stop --time=1 d1505071292863009f541410082b1beade569a51a21cf9b457ad0e912b84f60f [2021-05-10T01:20:42.493Z] $ docker rm -f d1505071292863009f541410082b1beade569a51a21cf9b457ad0e912b84f60f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:20:43.012Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T01:20:43.012Z] . [Pipeline] withDockerContainer [2021-05-10T01:20:43.181Z] prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container [2021-05-10T01:20:43.263Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T01:20:43.884Z] $ docker top 7629516ca8587b93fca26606ad8da7a161fe824fe4a45dcce78f557a2d8f239d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T01:20:44.060Z] ========================================================= [2021-05-10T01:20:44.060Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T01:20:44.060Z] ========================================================= [Pipeline] sh [2021-05-10T01:20:44.380Z] + go mod tidy [Pipeline] sh [2021-05-10T01:20:46.673Z] + make test [2021-05-10T01:20:46.673Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T01:20:56.821Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T01:21:26.873Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3882 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws [2021-05-10T01:21:26.892Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-10T01:21:29.650Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T01:21:32.606Z] using credential edgex-jenkins-ssh [2021-05-10T01:21:32.624Z] Cloning the remote Git repository [2021-05-10T01:21:32.685Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:21:32.873Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-10T01:21:33.082Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:21:33.083Z] > git --version # timeout=10 [2021-05-10T01:21:33.124Z] > git --version # 'git version 2.17.1' [2021-05-10T01:21:33.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:21:33.213Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:21:36.564Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T01:21:36.564Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T01:21:36.564Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T01:21:41.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T01:21:41.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T01:21:41.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T01:21:41.067Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T01:21:43.837Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T01:21:44.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T01:21:49.415Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T01:21:49.415Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T01:21:49.415Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T01:21:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 45.9% of statements [2021-05-10T01:21:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T01:21:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T01:21:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T01:21:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T01:21:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T01:21:52.121Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T01:21:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.162s coverage: 28.7% of statements [2021-05-10T01:21:52.121Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.162s coverage: 100.0% of statements [2021-05-10T01:21:57.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.369s coverage: 27.1% of statements [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T01:21:57.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T01:21:57.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.117s coverage: 100.0% of statements [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T01:21:57.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.149s coverage: 71.3% of statements [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T01:21:57.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.275s coverage: 87.7% of statements [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:21:57.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements [2021-05-10T01:21:57.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T01:21:59.577Z] Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit 443174265c6391e44f88c7a5d602ac2ffa57ae8c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T01:21:59.744Z] Failed in branch arm64 [2021-05-10T01:21:58.613Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:21:58.632Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:21:58.655Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:21:58.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:21:58.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:21:58.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T01:21:59.596Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:21:59.620Z] > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # timeout=10 [2021-05-10T01:22:01.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.632s coverage: 28.6% of statements [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T01:22:01.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T01:22:01.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T01:22:01.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.201s coverage: 86.7% of statements [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T01:22:01.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.233s coverage: 97.5% of statements [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T01:22:01.222Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.112s coverage: 78.3% of statements [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T01:22:01.222Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.587s coverage: 95.1% of statements [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 0.9% of statements [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.096s coverage: 22.6% of statements [2021-05-10T01:22:06.870Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.155s coverage: 47.1% of statements [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements [2021-05-10T01:22:06.870Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements [2021-05-10T01:22:19.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.095s coverage: 94.4% of statements [2021-05-10T01:22:19.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.087s coverage: 44.8% of statements [2021-05-10T01:22:21.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.383s coverage: 81.8% of statements [2021-05-10T01:22:21.136Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T01:22:30.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.129s coverage: 92.9% of statements [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T01:22:30.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 65.1% of statements [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T01:22:30.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T01:22:30.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 76.0% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.091s coverage: 85.4% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.2% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.253s coverage: 64.4% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.482s coverage: 66.9% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.284s coverage: 43.4% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.058s coverage: 89.5% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.190s coverage: 47.0% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.060s coverage: 9.6% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T01:22:30.129Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.154s coverage: 92.6% of statements [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:22:30.129Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T01:22:32.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.955s coverage: 28.7% of statements [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T01:22:32.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T01:22:32.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T01:22:32.809Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.075s coverage: 64.6% of statements [2021-05-10T01:22:32.809Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T01:22:33.078Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.261s coverage: 97.6% of statements [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T01:22:33.078Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T01:22:33.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T01:22:33.078Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T01:22:33.078Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T01:22:33.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-05-10T01:22:33.354Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements [2021-05-10T01:22:33.354Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T01:22:34.338Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-05-10T01:22:34.961Z] GO111MODULE=on go vet ./... [2021-05-10T01:23:43.593Z] gofmt -l . [2021-05-10T01:23:43.593Z] [ "`gofmt -l .`" = "" ] [2021-05-10T01:23:43.593Z] ./bin/test-go-mod-tidy.sh [2021-05-10T01:23:43.593Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T01:23:44.245Z] + ls -al . [2021-05-10T01:23:44.245Z] total 816 [2021-05-10T01:23:44.245Z] drwxrwxr-x 10 1001 1001 4096 May 10 01:23 . [2021-05-10T01:23:44.245Z] drwxr-xr-x 4 root root 28 May 10 01:20 .. [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 11 May 10 01:18 .dockerignore [2021-05-10T01:23:44.245Z] drwxrwxr-x 8 1001 1001 179 May 10 01:18 .git [2021-05-10T01:23:44.245Z] drwxrwxr-x 3 1001 1001 125 May 10 01:18 .github [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 818 May 10 01:18 .gitignore [2021-05-10T01:23:44.245Z] drwx------ 3 1001 1001 60 May 10 01:19 .semver [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 166 May 10 01:18 .sonarcloud.properties [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 8609 May 10 01:18 Attribution.txt [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 3804 May 10 01:18 CONTRIBUTING.md [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 931 May 10 01:18 Dockerfile.build [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 863 May 10 01:18 Jenkinsfile [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 10775 May 10 01:18 LICENSE [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 5774 May 10 01:18 Makefile [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 7978 May 10 01:18 README.md [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 6755 May 10 01:18 SECURITY.md [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 5 May 10 01:19 VERSION [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 4131 May 10 01:18 ZMQWindows.md [2021-05-10T01:23:44.245Z] drwxrwxr-x 2 1001 1001 117 May 10 01:18 bin [2021-05-10T01:23:44.245Z] drwxrwxr-x 14 1001 1001 4096 May 10 01:18 cmd [2021-05-10T01:23:44.245Z] -rw-r--r-- 1 root root 706704 May 10 01:22 coverage.out [2021-05-10T01:23:44.245Z] -rw-r--r-- 1 root root 1060 May 10 01:23 go.mod [2021-05-10T01:23:44.245Z] -rw-r--r-- 1 root root 22169 May 10 01:20 go.sum [2021-05-10T01:23:44.245Z] drwxrwxr-x 8 1001 1001 127 May 10 01:18 internal [2021-05-10T01:23:44.245Z] drwxrwxr-x 4 1001 1001 26 May 10 01:18 openapi [2021-05-10T01:23:44.245Z] drwxrwxr-x 4 1001 1001 71 May 10 01:18 snap [2021-05-10T01:23:44.245Z] -rw-rw-r-- 1 1001 1001 168 May 10 01:18 version.go [Pipeline] sh [2021-05-10T01:23:44.554Z] + '[' -e coverage.out ] [2021-05-10T01:23:44.554Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T01:23:44.800Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T01:23:45.100Z] + make build [2021-05-10T01:23:45.100Z] 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-05-10T01:23:47.682Z] 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-05-10T01:24:00.198Z] 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-05-10T01:24:02.205Z] 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-05-10T01:24:04.160Z] 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-05-10T01:24:04.739Z] 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-05-10T01:24:06.728Z] 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-05-10T01:24:08.705Z] 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-05-10T01:24:10.136Z] 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-05-10T01:24:12.193Z] 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-05-10T01:24:14.242Z] 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-05-10T01:24:15.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-10T01:24:19.161Z] $ docker stop --time=1 7629516ca8587b93fca26606ad8da7a161fe824fe4a45dcce78f557a2d8f239d [2021-05-10T01:24:21.062Z] $ docker rm -f 7629516ca8587b93fca26606ad8da7a161fe824fe4a45dcce78f557a2d8f239d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:24:22.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:24:22.740Z] [2021-05-10T01:24:22.740Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:24:23.069Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:24:23.069Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-10T01:24:23.069Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-10T01:24:23.069Z] ca9280d653b3: Pulling fs layer [2021-05-10T01:24:23.069Z] 7e9c9ca2126c: Pulling fs layer [2021-05-10T01:24:23.353Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-10T01:24:23.353Z] cbdbe7a5bc2a: Download complete [2021-05-10T01:24:23.947Z] cbdbe7a5bc2a: Pull complete [2021-05-10T01:24:23.947Z] ca9280d653b3: Verifying Checksum [2021-05-10T01:24:23.947Z] ca9280d653b3: Download complete [2021-05-10T01:24:25.375Z] ca9280d653b3: Pull complete [2021-05-10T01:24:25.375Z] 7e9c9ca2126c: Download complete [2021-05-10T01:24:33.628Z] 7e9c9ca2126c: Pull complete [2021-05-10T01:24:33.628Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-10T01:24:33.628Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:24:33.628Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-10T01:24:33.842Z] prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container [2021-05-10T01:24:33.903Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T01:24:36.465Z] $ docker top 34f3206d49dab6a1f2ccfce130be78fdb3e633641a1c45e21f81043ee0dde905 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:24:36.941Z] + docker-compose build --help [2021-05-10T01:24:36.941Z] + grep parallel [2021-05-10T01:24:38.342Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T01:24:38.373Z] $ docker stop --time=1 34f3206d49dab6a1f2ccfce130be78fdb3e633641a1c45e21f81043ee0dde905 [2021-05-10T01:24:40.037Z] $ docker rm -f 34f3206d49dab6a1f2ccfce130be78fdb3e633641a1c45e21f81043ee0dde905 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:24:40.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T01:24:40.584Z] . [Pipeline] withDockerContainer [2021-05-10T01:24:40.706Z] prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container [2021-05-10T01:24:40.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T01:24:41.834Z] $ docker top 1acef9f5c1035919f40596d0fea7b5f03397c85c353cd2534519a45a2dbc8bec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:24:42.906Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T01:24:44.406Z] Building docker-core-command-go ... [2021-05-10T01:24:44.406Z] Building docker-core-data-go ... [2021-05-10T01:24:44.406Z] Building docker-core-metadata-go ... [2021-05-10T01:24:44.406Z] Building docker-security-bootstrapper-go ... [2021-05-10T01:24:44.406Z] Building docker-security-proxy-setup-go ... [2021-05-10T01:24:44.406Z] Building docker-security-secretstore-setup-go ... [2021-05-10T01:24:44.406Z] Building docker-support-notifications-go ... [2021-05-10T01:24:44.406Z] Building docker-support-scheduler-go ... [2021-05-10T01:24:44.406Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T01:24:44.406Z] Building docker-core-data-go [2021-05-10T01:24:44.406Z] Building docker-security-secretstore-setup-go [2021-05-10T01:24:44.406Z] Building docker-support-notifications-go [2021-05-10T01:24:44.406Z] Building docker-support-scheduler-go [2021-05-10T01:24:44.406Z] Building docker-security-bootstrapper-go [2021-05-10T01:25:41.652Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:25:41.652Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:25:41.652Z] ---> 7b541e7d8f55 [2021-05-10T01:25:41.652Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:25:41.652Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:25:41.652Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:25:41.652Z] ---> 7b541e7d8f55 [2021-05-10T01:25:41.652Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T01:25:41.652Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:25:41.652Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:25:41.652Z] ---> 7b541e7d8f55 [2021-05-10T01:25:41.652Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T01:25:41.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:25:41.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:25:41.652Z] ---> 7b541e7d8f55 [2021-05-10T01:25:41.652Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T01:25:41.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:25:41.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:25:41.652Z] ---> 7b541e7d8f55 [2021-05-10T01:25:41.652Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T01:25:41.931Z] ---> Running in 3d05feb0faee [2021-05-10T01:25:41.931Z] ---> Running in e0c1d986dbf1 [2021-05-10T01:25:41.931Z] ---> Running in 0df655154eb4 [2021-05-10T01:25:41.931Z] ---> Running in f519540f3088 [2021-05-10T01:25:41.931Z] ---> Running in f437f31bc5d6 [2021-05-10T01:25:42.943Z] Removing intermediate container 3d05feb0faee [2021-05-10T01:25:42.943Z] ---> b8a33cff174a [2021-05-10T01:25:42.943Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:25:42.943Z] Removing intermediate container e0c1d986dbf1 [2021-05-10T01:25:42.943Z] ---> 16cbbb6bf9c9 [2021-05-10T01:25:42.943Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:25:42.943Z] Removing intermediate container 0df655154eb4 [2021-05-10T01:25:42.943Z] ---> 267665453afe [2021-05-10T01:25:42.943Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:25:42.943Z] Removing intermediate container f519540f3088 [2021-05-10T01:25:42.943Z] ---> 94c673e25c61 [2021-05-10T01:25:42.943Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:25:42.943Z] Removing intermediate container f437f31bc5d6 [2021-05-10T01:25:42.943Z] ---> 73ad965d8c74 [2021-05-10T01:25:42.943Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:25:42.943Z] ---> Running in 92739c93a880 [2021-05-10T01:25:42.943Z] ---> Running in c34959a2a53b [2021-05-10T01:25:42.943Z] ---> Running in 40c6d747b376 [2021-05-10T01:25:42.943Z] ---> Running in 37a4bb4f6ae6 [2021-05-10T01:25:42.943Z] ---> Running in 8ef2bd94c049 [2021-05-10T01:25:45.658Z] Removing intermediate container 92739c93a880 [2021-05-10T01:25:45.658Z] ---> 0eaf9c57fce9 [2021-05-10T01:25:45.658Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T01:25:45.926Z] ---> Running in 708414429fed [2021-05-10T01:25:45.926Z] Removing intermediate container c34959a2a53b [2021-05-10T01:25:45.926Z] ---> 151a1ff68ab1 [2021-05-10T01:25:45.926Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T01:25:45.926Z] Removing intermediate container 8ef2bd94c049 [2021-05-10T01:25:45.926Z] ---> 1bfa2f3fbf57 [2021-05-10T01:25:45.926Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T01:25:46.203Z] ---> Running in 7f1723773f81 [2021-05-10T01:25:46.203Z] ---> Running in 44d269449602 [2021-05-10T01:25:46.203Z] Removing intermediate container 40c6d747b376 [2021-05-10T01:25:46.203Z] ---> c44731c9a0bf [2021-05-10T01:25:46.203Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T01:25:46.203Z] Removing intermediate container 37a4bb4f6ae6 [2021-05-10T01:25:46.203Z] ---> c7a8b69966cd [2021-05-10T01:25:46.203Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T01:25:46.498Z] ---> Running in 6a4798dd9b29 [2021-05-10T01:25:46.498Z] ---> Running in 31d6d8db57ce [2021-05-10T01:25:47.205Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:47.539Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:47.814Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:47.814Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:47.814Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:48.944Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:49.287Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:49.287Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:49.612Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:49.942Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:25:51.431Z] OK: 219 MiB in 52 packages [2021-05-10T01:25:51.431Z] OK: 219 MiB in 52 packages [2021-05-10T01:25:51.431Z] OK: 219 MiB in 52 packages [2021-05-10T01:25:51.431Z] OK: 219 MiB in 52 packages [2021-05-10T01:25:51.761Z] Removing intermediate container 44d269449602 [2021-05-10T01:25:51.761Z] ---> 349c9a461d43 [2021-05-10T01:25:51.761Z] Step 6/31 : COPY go.mod . [2021-05-10T01:25:51.761Z] OK: 219 MiB in 52 packages [2021-05-10T01:25:52.066Z] Removing intermediate container 7f1723773f81 [2021-05-10T01:25:52.066Z] ---> b59716523117 [2021-05-10T01:25:52.066Z] Step 6/22 : COPY go.mod . [2021-05-10T01:25:52.430Z] ---> 7b9787203026 [2021-05-10T01:25:52.430Z] Step 7/31 : RUN go mod download [2021-05-10T01:25:52.430Z] Removing intermediate container 31d6d8db57ce [2021-05-10T01:25:52.430Z] ---> 9657cd25f885 [2021-05-10T01:25:52.430Z] Step 6/23 : COPY go.mod . [2021-05-10T01:25:52.430Z] Removing intermediate container 6a4798dd9b29 [2021-05-10T01:25:52.430Z] ---> 3770512088a7 [2021-05-10T01:25:52.430Z] Step 6/25 : COPY go.mod . [2021-05-10T01:25:52.430Z] ---> Running in 62c76712388f [2021-05-10T01:25:52.861Z] ---> 8c3c4bdcd2fc [2021-05-10T01:25:52.861Z] Step 7/22 : RUN go mod download [2021-05-10T01:25:52.861Z] ---> Running in cd787432c96b [2021-05-10T01:25:53.206Z] Removing intermediate container 708414429fed [2021-05-10T01:25:53.206Z] ---> b269e6adf34e [2021-05-10T01:25:53.206Z] Step 6/22 : COPY go.mod . [2021-05-10T01:25:53.206Z] ---> 2b9523f062b6 [2021-05-10T01:25:53.206Z] Step 7/25 : RUN go mod download [2021-05-10T01:25:53.524Z] ---> c8adaaac967a [2021-05-10T01:25:53.524Z] Step 7/23 : RUN go mod download [2021-05-10T01:25:53.875Z] ---> Running in 520f1158dece [2021-05-10T01:25:53.875Z] ---> Running in 7b82d9357099 [2021-05-10T01:25:54.248Z] ---> f93cf47237e3 [2021-05-10T01:25:54.248Z] Step 7/22 : RUN go mod download [2021-05-10T01:25:54.539Z] ---> Running in 6a36c1dee890 [2021-05-10T01:25:57.448Z] Removing intermediate container cd787432c96b [2021-05-10T01:25:57.448Z] ---> 3781bacad0ff [2021-05-10T01:25:57.448Z] Step 8/22 : COPY . . [2021-05-10T01:25:57.752Z] Removing intermediate container 62c76712388f [2021-05-10T01:25:57.752Z] ---> eb2f4607ac10 [2021-05-10T01:25:57.752Z] Step 8/31 : COPY . . [2021-05-10T01:25:58.147Z] Removing intermediate container 7b82d9357099 [2021-05-10T01:25:58.147Z] ---> da0e2f873319 [2021-05-10T01:25:58.147Z] Step 8/23 : COPY . . [2021-05-10T01:25:58.147Z] Removing intermediate container 520f1158dece [2021-05-10T01:25:58.147Z] ---> 3fc73b0580af [2021-05-10T01:25:58.147Z] Step 8/25 : COPY . . [2021-05-10T01:25:58.147Z] Removing intermediate container 6a36c1dee890 [2021-05-10T01:25:58.147Z] ---> c0ee29143e7f [2021-05-10T01:25:58.147Z] Step 8/22 : COPY . . [2021-05-10T01:27:07.017Z] ---> a5e3750faee9 [2021-05-10T01:27:07.017Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> e1227468b8d0 [2021-05-10T01:27:07.017Z] ---> f486861b6974 [2021-05-10T01:27:07.017Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T01:27:07.017Z] [2021-05-10T01:27:07.017Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T01:27:07.017Z] ---> 8bf30b44b0c2 [2021-05-10T01:27:07.017Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T01:27:07.017Z] ---> 0ec0497c5c88 [2021-05-10T01:27:07.017Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T01:27:07.017Z] ---> Running in e8c53bf30f75 [2021-05-10T01:27:07.017Z] ---> Running in 0a10ff76e064 [2021-05-10T01:27:07.017Z] ---> Running in 267b9cf9626a [2021-05-10T01:27:07.017Z] ---> Running in bd09a6d7b570 [2021-05-10T01:27:07.017Z] ---> Running in ff0a1c6435c9 [2021-05-10T01:27:07.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-10T01:27:07.017Z] 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-05-10T01:27:07.017Z] 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-05-10T01:27:07.017Z] 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-05-10T01:27:07.017Z] 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-05-10T01:27:54.685Z] 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-05-10T01:27:58.320Z] Removing intermediate container 267b9cf9626a [2021-05-10T01:27:58.320Z] ---> c26b4779d9f9 [2021-05-10T01:27:58.320Z] [2021-05-10T01:27:58.320Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T01:27:58.320Z] 3.12: Pulling from library/alpine [2021-05-10T01:27:59.300Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T01:27:59.300Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T01:27:59.300Z] ---> 13621d1b12d4 [2021-05-10T01:27:59.300Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T01:28:01.898Z] ---> Running in d5a1cde19321 [2021-05-10T01:28:06.180Z] Removing intermediate container d5a1cde19321 [2021-05-10T01:28:06.180Z] ---> 9d2b34f3ccea [2021-05-10T01:28:06.180Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T01:28:07.179Z] ---> Running in 57ccebfda609 [2021-05-10T01:28:07.179Z] Removing intermediate container ff0a1c6435c9 [2021-05-10T01:28:07.179Z] ---> 99ad6e027fce [2021-05-10T01:28:07.179Z] [2021-05-10T01:28:07.179Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T01:28:07.179Z] ---> 13621d1b12d4 [2021-05-10T01:28:07.179Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T01:28:07.179Z] Removing intermediate container e8c53bf30f75 [2021-05-10T01:28:07.179Z] ---> 022ebecad1cc [2021-05-10T01:28:07.179Z] [2021-05-10T01:28:07.179Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T01:28:07.179Z] ---> 13621d1b12d4 [2021-05-10T01:28:07.179Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T01:28:07.496Z] Removing intermediate container bd09a6d7b570 [2021-05-10T01:28:07.496Z] ---> 982d0194e872 [2021-05-10T01:28:07.496Z] [2021-05-10T01:28:07.496Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T01:28:07.496Z] ---> 13621d1b12d4 [2021-05-10T01:28:07.496Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:28:07.496Z] ---> Running in e90c6ed52529 [2021-05-10T01:28:07.496Z] ---> Running in 44acfd218639 [2021-05-10T01:28:07.786Z] ---> Running in 8bf419b050f9 [2021-05-10T01:28:08.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:08.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:08.710Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T01:28:08.710Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T01:28:09.044Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:28:09.044Z] OK: 6 MiB in 16 packages [2021-05-10T01:28:09.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:09.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:09.378Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T01:28:09.378Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:28:09.731Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T01:28:09.731Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T01:28:09.731Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T01:28:09.731Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T01:28:09.731Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:28:09.731Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:28:09.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:09.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:09.731Z] OK: 7 MiB in 20 packages [2021-05-10T01:28:09.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:10.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:10.083Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T01:28:10.083Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T01:28:10.083Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:28:10.083Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:28:10.083Z] OK: 6 MiB in 16 packages [2021-05-10T01:28:10.423Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T01:28:10.423Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:28:10.423Z] OK: 6 MiB in 15 packages [2021-05-10T01:28:12.047Z] Removing intermediate container 0a10ff76e064 [2021-05-10T01:28:12.047Z] ---> 59d1800414dd [2021-05-10T01:28:12.047Z] [2021-05-10T01:28:12.047Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:28:12.047Z] ---> 13621d1b12d4 [2021-05-10T01:28:12.047Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T01:28:12.047Z] Removing intermediate container 57ccebfda609 [2021-05-10T01:28:12.047Z] ---> bd28b1e9dea6 [2021-05-10T01:28:12.047Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T01:28:12.047Z] ---> Running in 5ae2f4c75dee [2021-05-10T01:28:12.367Z] ---> Running in 5d995418da2c [2021-05-10T01:28:12.994Z] Removing intermediate container 8bf419b050f9 [2021-05-10T01:28:12.994Z] ---> dee0d07e14e6 [2021-05-10T01:28:12.994Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:28:12.994Z] Removing intermediate container e90c6ed52529 [2021-05-10T01:28:12.994Z] ---> c975b8598d82 [2021-05-10T01:28:12.994Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T01:28:13.293Z] Removing intermediate container 44acfd218639 [2021-05-10T01:28:13.293Z] ---> 958921d6037f [2021-05-10T01:28:13.293Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:28:13.583Z] Removing intermediate container 5ae2f4c75dee [2021-05-10T01:28:13.583Z] ---> 1c466cfa66b2 [2021-05-10T01:28:13.583Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T01:28:13.583Z] Removing intermediate container 5d995418da2c [2021-05-10T01:28:13.583Z] ---> d97231f4c26b [2021-05-10T01:28:13.583Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T01:28:13.874Z] ---> Running in cc0f07eeec5c [2021-05-10T01:28:13.874Z] ---> Running in 1611bee507a1 [2021-05-10T01:28:13.874Z] ---> Running in 03487d53e63e [2021-05-10T01:28:13.874Z] ---> Running in abe69a6f3279 [2021-05-10T01:28:13.874Z] ---> Running in da430cf5d7d8 [2021-05-10T01:28:14.512Z] Removing intermediate container 1611bee507a1 [2021-05-10T01:28:14.512Z] ---> 63f1f890a77d [2021-05-10T01:28:14.512Z] Step 13/25 : WORKDIR / [2021-05-10T01:28:14.512Z] Removing intermediate container cc0f07eeec5c [2021-05-10T01:28:14.512Z] ---> ca5d2e90c07d [2021-05-10T01:28:14.512Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T01:28:14.512Z] Removing intermediate container abe69a6f3279 [2021-05-10T01:28:14.512Z] ---> 7b77c2116cb8 [2021-05-10T01:28:14.512Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T01:28:14.512Z] Removing intermediate container 03487d53e63e [2021-05-10T01:28:14.512Z] ---> ee0c6ad501c5 [2021-05-10T01:28:14.512Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T01:28:14.512Z] Removing intermediate container da430cf5d7d8 [2021-05-10T01:28:14.512Z] ---> 5a8d73386d6d [2021-05-10T01:28:14.512Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T01:28:14.840Z] ---> Running in 7b135cb6b864 [2021-05-10T01:28:14.840Z] ---> Running in 7ac5ac8e1849 [2021-05-10T01:28:14.840Z] ---> Running in 7844099a39f6 [2021-05-10T01:28:14.840Z] ---> Running in a6eb39276f95 [2021-05-10T01:28:14.840Z] ---> Running in ff46221c637c [2021-05-10T01:28:15.484Z] Removing intermediate container 7b135cb6b864 [2021-05-10T01:28:15.484Z] ---> 1a6274db676d [2021-05-10T01:28:15.484Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T01:28:15.484Z] Removing intermediate container 7ac5ac8e1849 [2021-05-10T01:28:15.484Z] ---> 3f7fd83fd58e [2021-05-10T01:28:15.484Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T01:28:15.484Z] Removing intermediate container 7844099a39f6 [2021-05-10T01:28:15.484Z] ---> 1c935f4bd189 [2021-05-10T01:28:15.484Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:28:15.772Z] Removing intermediate container a6eb39276f95 [2021-05-10T01:28:15.772Z] ---> 827a5204ac21 [2021-05-10T01:28:15.772Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T01:28:15.772Z] ---> Running in a89c6d844a48 [2021-05-10T01:28:15.772Z] ---> Running in 1dc22fe825e6 [2021-05-10T01:28:15.772Z] ---> Running in b4964375a2d6 [2021-05-10T01:28:16.807Z] Removing intermediate container a89c6d844a48 [2021-05-10T01:28:16.807Z] ---> 133e02b55047 [2021-05-10T01:28:16.807Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:28:16.807Z] ---> f99f551bef77 [2021-05-10T01:28:16.807Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T01:28:17.105Z] Removing intermediate container b4964375a2d6 [2021-05-10T01:28:17.105Z] ---> 4f9d14b98b2b [2021-05-10T01:28:17.105Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:28:17.754Z] ---> 811dca45ad93 [2021-05-10T01:28:17.754Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T01:28:17.754Z] ---> aa9dcd6b2605 [2021-05-10T01:28:17.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T01:28:17.754Z] ---> 0b9f42d15764 [2021-05-10T01:28:17.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T01:28:18.039Z] Removing intermediate container ff46221c637c [2021-05-10T01:28:18.039Z] ---> eef082424fe8 [2021-05-10T01:28:18.039Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T01:28:18.317Z] ---> Running in 04862ca6fe5a [2021-05-10T01:28:18.944Z] ---> 6ad82171a4ea [2021-05-10T01:28:18.944Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T01:28:19.220Z] Removing intermediate container 04862ca6fe5a [2021-05-10T01:28:19.221Z] ---> 055edc2d997a [2021-05-10T01:28:19.221Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T01:28:19.221Z] ---> 4d5873e1ba19 [2021-05-10T01:28:19.221Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T01:28:19.221Z] ---> 7fea8ac08d9c [2021-05-10T01:28:19.221Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T01:28:19.221Z] Removing intermediate container 1dc22fe825e6 [2021-05-10T01:28:19.221Z] ---> aa9cfe85d1be [2021-05-10T01:28:19.221Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T01:28:19.494Z] ---> Running in c1b4984f3fb7 [2021-05-10T01:28:19.495Z] ---> 709666ef487d [2021-05-10T01:28:19.495Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T01:28:20.102Z] ---> 91cf81a53d68 [2021-05-10T01:28:20.102Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T01:28:20.102Z] ---> 5eacc0f3984d [2021-05-10T01:28:20.102Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T01:28:20.102Z] ---> 5647d0c366da [2021-05-10T01:28:20.102Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T01:28:20.102Z] ---> Running in c3ccb2ed1f22 [2021-05-10T01:28:20.439Z] ---> 30bcf6ab63cf [2021-05-10T01:28:20.439Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T01:28:20.439Z] ---> Running in 77e24dfaeccb [2021-05-10T01:28:20.439Z] ---> Running in e5f639e21a7d [2021-05-10T01:28:20.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:20.781Z] Removing intermediate container c3ccb2ed1f22 [2021-05-10T01:28:20.781Z] ---> 32c75dd90cbd [2021-05-10T01:28:20.781Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:28:20.781Z] Removing intermediate container 77e24dfaeccb [2021-05-10T01:28:20.781Z] ---> b5a99376bd9b [2021-05-10T01:28:20.781Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:28:21.084Z] ---> Running in f565602805e2 [2021-05-10T01:28:21.084Z] ---> Running in c6739b44961b [2021-05-10T01:28:21.084Z] ---> c152c7f33fba [2021-05-10T01:28:21.084Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T01:28:21.372Z] Removing intermediate container f565602805e2 [2021-05-10T01:28:21.372Z] ---> ee5b3b629f1f [2021-05-10T01:28:21.372Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T01:28:21.643Z] Removing intermediate container c6739b44961b [2021-05-10T01:28:21.643Z] ---> 08c9e809dcdf [2021-05-10T01:28:21.643Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T01:28:21.643Z] ---> Running in 6a669f98f23b [2021-05-10T01:28:21.643Z] ---> Running in d4f73851a6c0 [2021-05-10T01:28:21.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:28:21.643Z] ---> 832895caa213 [2021-05-10T01:28:21.643Z] Step 21/25 : 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-05-10T01:28:21.994Z] ---> Running in 299e8d7224f3 [2021-05-10T01:28:21.994Z] Removing intermediate container 6a669f98f23b [2021-05-10T01:28:21.994Z] ---> 3354508c1e47 [2021-05-10T01:28:21.994Z] Step 21/22 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:28:21.994Z] ---> Running in d5f23ec4b3e9 [2021-05-10T01:28:22.397Z] Removing intermediate container d4f73851a6c0 [2021-05-10T01:28:22.397Z] ---> 38f81b7166f1 [2021-05-10T01:28:22.397Z] Step 21/22 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:28:22.397Z] ---> Running in 91dbfdb7e9ee [2021-05-10T01:28:22.799Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T01:28:22.799Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T01:28:22.799Z] Removing intermediate container d5f23ec4b3e9 [2021-05-10T01:28:22.799Z] ---> 9acb5c8c38b7 [2021-05-10T01:28:22.799Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T01:28:22.799Z] Removing intermediate container e5f639e21a7d [2021-05-10T01:28:22.799Z] ---> 431ac2a9464f [2021-05-10T01:28:22.799Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:28:22.799Z] Removing intermediate container 91dbfdb7e9ee [2021-05-10T01:28:22.799Z] ---> aed1c4367268 [2021-05-10T01:28:22.799Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T01:28:23.162Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T01:28:23.162Z] ---> Running in 8f973e4e46b7 [2021-05-10T01:28:23.162Z] ---> Running in c2ed7bc05796 [2021-05-10T01:28:23.162Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T01:28:23.493Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T01:28:23.773Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T01:28:23.773Z] Removing intermediate container c2ed7bc05796 [2021-05-10T01:28:23.773Z] ---> 8b7e870fc6db [2021-05-10T01:28:23.773Z] [2021-05-10T01:28:23.773Z] Removing intermediate container 8f973e4e46b7 [2021-05-10T01:28:23.773Z] ---> dff8b34e27d6 [2021-05-10T01:28:23.773Z] [2021-05-10T01:28:23.773Z] ---> 4da59a33f13b [2021-05-10T01:28:23.773Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T01:28:23.773Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:28:23.773Z] OK: 8 MiB in 20 packages [2021-05-10T01:28:24.829Z] Successfully built dff8b34e27d6 [2021-05-10T01:28:24.829Z] Successfully built 8b7e870fc6db [2021-05-10T01:28:24.829Z] Successfully tagged docker-support-notifications-go:latest [2021-05-10T01:28:24.829Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-10T01:28:24.829Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-05-10T01:28:24.829Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-05-10T01:28:25.141Z] Removing intermediate container 299e8d7224f3 [2021-05-10T01:28:25.141Z] ---> 5dde1abda518 [2021-05-10T01:28:25.141Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T01:28:25.141Z] ---> 4ff5a3cb740e [2021-05-10T01:28:25.141Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T01:28:25.141Z] ---> Running in f041ae4c27b1 [2021-05-10T01:28:25.436Z] Removing intermediate container c1b4984f3fb7 [2021-05-10T01:28:25.436Z] ---> 028443446636 [2021-05-10T01:28:25.436Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:28:25.436Z] ---> 0d49d45f0b2f [2021-05-10T01:28:25.436Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T01:28:25.436Z] Removing intermediate container f041ae4c27b1 [2021-05-10T01:28:25.436Z] ---> f847bd082735 [2021-05-10T01:28:25.436Z] Step 23/25 : LABEL arch=x86_64 [2021-05-10T01:28:25.730Z] ---> Running in 48c251668008 [2021-05-10T01:28:25.730Z] ---> a4a3212c7ddc [2021-05-10T01:28:25.730Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T01:28:26.015Z] ---> a880c97abcdc [2021-05-10T01:28:26.015Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T01:28:26.340Z] Removing intermediate container 48c251668008 [2021-05-10T01:28:26.340Z] ---> 07affac92411 [2021-05-10T01:28:26.340Z] Step 24/25 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:28:26.340Z] ---> Running in 3adcd8f23e1c [2021-05-10T01:28:26.978Z] ---> b73051c62160 [2021-05-10T01:28:26.978Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T01:28:26.978Z] ---> ca2075af7823 [2021-05-10T01:28:26.978Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T01:28:27.256Z] Removing intermediate container 3adcd8f23e1c [2021-05-10T01:28:27.256Z] ---> 03baf18c3026 [2021-05-10T01:28:27.256Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T01:28:27.541Z] ---> Running in e51cc5767863 [2021-05-10T01:28:28.644Z] ---> Running in 5460c86e8d21 [2021-05-10T01:28:28.928Z] ---> 6bab86ff3be1 [2021-05-10T01:28:28.928Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T01:28:29.522Z] ---> Running in 4603a5ffc873 [2021-05-10T01:28:29.522Z] Removing intermediate container e51cc5767863 [2021-05-10T01:28:29.522Z] ---> b4bf59747619 [2021-05-10T01:28:29.522Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T01:28:29.522Z] Removing intermediate container 5460c86e8d21 [2021-05-10T01:28:29.522Z] ---> 23b92217566d [2021-05-10T01:28:29.522Z] [2021-05-10T01:28:30.127Z] Removing intermediate container 4603a5ffc873 [2021-05-10T01:28:30.440Z] ---> e9144ba780e3 [2021-05-10T01:28:30.440Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:28:30.731Z] Successfully built 23b92217566d [2021-05-10T01:28:31.376Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-10T01:28:31.376Z] Building docker-sys-mgmt-agent-go [2021-05-10T01:28:31.673Z]  Building docker-security-secretstore-setup-go ... done  ---> f49af4e7a553 [2021-05-10T01:28:31.673Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T01:28:31.673Z] ---> Running in b019c7258df2 [2021-05-10T01:28:32.723Z] ---> Running in d355152763da [2021-05-10T01:28:33.003Z] Removing intermediate container b019c7258df2 [2021-05-10T01:28:33.003Z] ---> abc794646079 [2021-05-10T01:28:33.003Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:28:33.887Z] ---> Running in 8803e8b29332 [2021-05-10T01:28:34.564Z] Removing intermediate container 8803e8b29332 [2021-05-10T01:28:34.564Z] ---> c1b0eb736e7f [2021-05-10T01:28:34.564Z] Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:28:34.564Z] ---> Running in f88471e2890e [2021-05-10T01:28:34.838Z] Removing intermediate container f88471e2890e [2021-05-10T01:28:34.838Z] ---> c781c4691173 [2021-05-10T01:28:34.838Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:28:35.464Z] ---> Running in fcfa6d734d2a [2021-05-10T01:28:36.978Z] Removing intermediate container fcfa6d734d2a [2021-05-10T01:28:36.978Z] ---> 445a0860f40b [2021-05-10T01:28:36.978Z] [2021-05-10T01:28:37.603Z] Removing intermediate container d355152763da [2021-05-10T01:28:37.603Z] ---> 9da263175ead [2021-05-10T01:28:37.603Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T01:28:37.908Z] Successfully built 445a0860f40b [2021-05-10T01:28:37.908Z] Successfully tagged docker-core-data-go:latest [2021-05-10T01:28:37.908Z] Building docker-core-command-go [2021-05-10T01:28:38.281Z]  Building docker-core-data-go ... done  ---> Running in ccaeea55424d [2021-05-10T01:28:39.390Z] Removing intermediate container ccaeea55424d [2021-05-10T01:28:39.390Z] ---> 8934bab53203 [2021-05-10T01:28:39.390Z] Step 28/31 : CMD ["gate"] [2021-05-10T01:28:40.361Z] ---> Running in a96229ac1dfb [2021-05-10T01:28:40.956Z] Removing intermediate container a96229ac1dfb [2021-05-10T01:28:40.956Z] ---> d60d6a18632e [2021-05-10T01:28:40.956Z] Step 29/31 : LABEL arch=x86_64 [2021-05-10T01:28:41.234Z] ---> Running in 30fdf717166a [2021-05-10T01:28:41.910Z] Removing intermediate container 30fdf717166a [2021-05-10T01:28:41.910Z] ---> 70444e445b38 [2021-05-10T01:28:41.910Z] Step 30/31 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:28:43.119Z] ---> Running in 76d1e383118f [2021-05-10T01:28:44.386Z] Removing intermediate container 76d1e383118f [2021-05-10T01:28:44.386Z] ---> 4bee383b0eb3 [2021-05-10T01:28:44.386Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T01:28:45.491Z] ---> Running in 8bfba30dcbd9 [2021-05-10T01:28:48.460Z] Removing intermediate container 8bfba30dcbd9 [2021-05-10T01:28:48.460Z] ---> 8300d07849f7 [2021-05-10T01:28:48.460Z] [2021-05-10T01:28:50.532Z] Successfully built 8300d07849f7 [2021-05-10T01:28:50.950Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-10T01:29:04.133Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:29:04.133Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:29:04.133Z] ---> 7b541e7d8f55 [2021-05-10T01:29:04.133Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T01:29:04.133Z] ---> Using cache [2021-05-10T01:29:04.133Z] ---> 73ad965d8c74 [2021-05-10T01:29:04.133Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:29:04.133Z] ---> Using cache [2021-05-10T01:29:04.133Z] ---> 1bfa2f3fbf57 [2021-05-10T01:29:04.133Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T01:29:04.133Z] ---> Using cache [2021-05-10T01:29:04.133Z] ---> 349c9a461d43 [2021-05-10T01:29:04.133Z] Step 6/21 : COPY go.mod . [2021-05-10T01:29:04.133Z] ---> Using cache [2021-05-10T01:29:04.133Z] ---> 7b9787203026 [2021-05-10T01:29:04.133Z] Step 7/21 : RUN go mod download [2021-05-10T01:29:04.133Z] ---> Using cache [2021-05-10T01:29:04.133Z] ---> eb2f4607ac10 [2021-05-10T01:29:04.133Z] Step 8/21 : COPY . . [2021-05-10T01:29:04.133Z] ---> Using cache [2021-05-10T01:29:04.133Z] ---> e1227468b8d0 [2021-05-10T01:29:04.133Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T01:29:04.431Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:29:04.431Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:29:04.431Z] ---> 7b541e7d8f55 [2021-05-10T01:29:04.431Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:29:04.431Z] ---> Using cache [2021-05-10T01:29:04.431Z] ---> 73ad965d8c74 [2021-05-10T01:29:04.431Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:29:04.431Z] ---> Using cache [2021-05-10T01:29:04.431Z] ---> 1bfa2f3fbf57 [2021-05-10T01:29:04.431Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T01:29:04.712Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:29:04.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:29:04.712Z] ---> 7b541e7d8f55 [2021-05-10T01:29:04.712Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:29:04.712Z] ---> Using cache [2021-05-10T01:29:04.712Z] ---> 73ad965d8c74 [2021-05-10T01:29:04.712Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:29:04.712Z] ---> Using cache [2021-05-10T01:29:04.712Z] ---> 1bfa2f3fbf57 [2021-05-10T01:29:04.712Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T01:29:04.712Z] ---> Using cache [2021-05-10T01:29:04.712Z] ---> 349c9a461d43 [2021-05-10T01:29:04.712Z] Step 6/23 : COPY go.mod . [2021-05-10T01:29:04.712Z] ---> Using cache [2021-05-10T01:29:04.712Z] ---> 7b9787203026 [2021-05-10T01:29:04.712Z] Step 7/23 : RUN go mod download [2021-05-10T01:29:04.712Z] ---> Using cache [2021-05-10T01:29:04.712Z] ---> eb2f4607ac10 [2021-05-10T01:29:04.712Z] Step 8/23 : COPY . . [2021-05-10T01:29:04.712Z] ---> Using cache [2021-05-10T01:29:04.712Z] ---> e1227468b8d0 [2021-05-10T01:29:04.712Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T01:29:06.245Z] ---> Running in cbbe7ad45fc5 [2021-05-10T01:29:06.245Z] ---> Running in add8c1f28d96 [2021-05-10T01:29:06.245Z] ---> Running in e1c5928d4392 [2021-05-10T01:29:10.192Z] 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-05-10T01:29:10.192Z] 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-05-10T01:29:10.476Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:29:12.675Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:29:14.024Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T01:29:14.025Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T01:29:14.025Z] ---> 7b541e7d8f55 [2021-05-10T01:29:14.353Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T01:29:14.353Z] ---> Using cache [2021-05-10T01:29:14.353Z] ---> 73ad965d8c74 [2021-05-10T01:29:14.353Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T01:29:14.353Z] ---> Using cache [2021-05-10T01:29:14.353Z] ---> 1bfa2f3fbf57 [2021-05-10T01:29:14.353Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T01:29:14.353Z] ---> Using cache [2021-05-10T01:29:14.353Z] ---> 349c9a461d43 [2021-05-10T01:29:14.353Z] Step 6/23 : COPY go.mod . [2021-05-10T01:29:14.353Z] ---> Using cache [2021-05-10T01:29:14.353Z] ---> 7b9787203026 [2021-05-10T01:29:14.353Z] Step 7/23 : RUN go mod download [2021-05-10T01:29:14.353Z] ---> Using cache [2021-05-10T01:29:14.353Z] ---> eb2f4607ac10 [2021-05-10T01:29:14.353Z] Step 8/23 : COPY . . [2021-05-10T01:29:14.353Z] ---> Using cache [2021-05-10T01:29:14.353Z] ---> e1227468b8d0 [2021-05-10T01:29:14.353Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T01:29:14.731Z] OK: 219 MiB in 52 packages [2021-05-10T01:29:15.049Z] ---> Running in 509d707bb52c [2021-05-10T01:29:16.250Z] Removing intermediate container cbbe7ad45fc5 [2021-05-10T01:29:16.250Z] ---> 67fec7f02086 [2021-05-10T01:29:16.250Z] Step 6/23 : COPY go.mod . [2021-05-10T01:29:16.538Z] 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-05-10T01:29:16.886Z] ---> ed3fea36b150 [2021-05-10T01:29:16.886Z] Step 7/23 : RUN go mod download [2021-05-10T01:29:17.188Z] ---> Running in 12924b457ef8 [2021-05-10T01:29:20.823Z] Removing intermediate container 12924b457ef8 [2021-05-10T01:29:20.823Z] ---> 405c2afd3f7f [2021-05-10T01:29:20.823Z] Step 8/23 : COPY . . [2021-05-10T01:30:00.861Z] 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-05-10T01:30:00.861Z] ---> 8f9866506d8d [2021-05-10T01:30:00.861Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T01:30:00.861Z] ---> Running in 23772ec8435b [2021-05-10T01:30:02.383Z] 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-05-10T01:30:09.306Z] Removing intermediate container add8c1f28d96 [2021-05-10T01:30:09.306Z] Removing intermediate container 509d707bb52c [2021-05-10T01:30:09.306Z] ---> 33827c1a80f3 [2021-05-10T01:30:09.306Z] [2021-05-10T01:30:09.306Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:30:09.306Z] ---> 13621d1b12d4 [2021-05-10T01:30:09.306Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:30:09.306Z] ---> e37adadb1ccd [2021-05-10T01:30:09.306Z] [2021-05-10T01:30:09.306Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T01:30:09.306Z] ---> 13621d1b12d4 [2021-05-10T01:30:09.306Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T01:30:09.600Z] ---> Using cache [2021-05-10T01:30:09.600Z] ---> dee0d07e14e6 [2021-05-10T01:30:09.600Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:30:09.600Z] ---> Using cache [2021-05-10T01:30:09.600Z] ---> dee0d07e14e6 [2021-05-10T01:30:09.600Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:30:09.600Z] ---> Using cache [2021-05-10T01:30:09.600Z] ---> Using cache [2021-05-10T01:30:09.600Z] ---> ca5d2e90c07d [2021-05-10T01:30:09.600Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T01:30:09.600Z] ---> ca5d2e90c07d [2021-05-10T01:30:09.600Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T01:30:09.600Z] Removing intermediate container e1c5928d4392 [2021-05-10T01:30:09.600Z] ---> 715121686f60 [2021-05-10T01:30:09.600Z] [2021-05-10T01:30:09.600Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T01:30:09.600Z] ---> 13621d1b12d4 [2021-05-10T01:30:09.600Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T01:30:09.896Z] ---> Running in 31dfed586676 [2021-05-10T01:30:09.896Z] ---> Running in 5b03bacb9fd3 [2021-05-10T01:30:09.896Z] ---> Running in bcb6cf229815 [2021-05-10T01:30:10.528Z] Removing intermediate container bcb6cf229815 [2021-05-10T01:30:10.528Z] ---> 392dcc350d0e [2021-05-10T01:30:10.528Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T01:30:10.528Z] Removing intermediate container 5b03bacb9fd3 [2021-05-10T01:30:10.528Z] ---> 5e0ce55a0282 [2021-05-10T01:30:10.528Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T01:30:10.809Z] ---> Running in 912ce4a773e1 [2021-05-10T01:30:10.809Z] ---> Running in 6a1288a548d3 [2021-05-10T01:30:11.444Z] Removing intermediate container 912ce4a773e1 [2021-05-10T01:30:11.444Z] ---> 991b7a709880 [2021-05-10T01:30:11.444Z] Step 15/23 : WORKDIR / [2021-05-10T01:30:11.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:11.758Z] Removing intermediate container 6a1288a548d3 [2021-05-10T01:30:11.758Z] ---> 8cfcdf45f1c1 [2021-05-10T01:30:11.758Z] Step 15/23 : WORKDIR / [2021-05-10T01:30:11.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:11.758Z] ---> Running in a877efaa622a [2021-05-10T01:30:12.064Z] ---> Running in 5079b92e30d6 [2021-05-10T01:30:12.064Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T01:30:12.064Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:30:12.064Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T01:30:12.064Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T01:30:12.064Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T01:30:12.350Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T01:30:12.351Z] OK: 7 MiB in 18 packages [2021-05-10T01:30:12.677Z] Removing intermediate container a877efaa622a [2021-05-10T01:30:12.677Z] ---> 11d0e14ace37 [2021-05-10T01:30:12.677Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:30:12.677Z] Removing intermediate container 5079b92e30d6 [2021-05-10T01:30:12.677Z] ---> 030fe6b66003 [2021-05-10T01:30:12.677Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T01:30:13.710Z] ---> 38f64c5ffaa2 [2021-05-10T01:30:13.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T01:30:13.710Z] ---> c04a5c2060e0 [2021-05-10T01:30:13.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T01:30:15.249Z] Removing intermediate container 31dfed586676 [2021-05-10T01:30:15.249Z] ---> 56ab5ccd9b69 [2021-05-10T01:30:15.249Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T01:30:15.249Z] ---> 60534cd3efc3 [2021-05-10T01:30:15.249Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T01:30:15.537Z] ---> 9152a3915c87 [2021-05-10T01:30:15.537Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T01:30:15.537Z] ---> Running in 828c7ad505f6 [2021-05-10T01:30:15.823Z] Removing intermediate container 828c7ad505f6 [2021-05-10T01:30:15.823Z] ---> 3ed0b209b2e9 [2021-05-10T01:30:15.823Z] Step 13/21 : WORKDIR /edgex [2021-05-10T01:30:16.107Z] ---> Running in 62bc98d1a478 [2021-05-10T01:30:16.107Z] ---> 4cd7b24e3acd [2021-05-10T01:30:16.107Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T01:30:16.107Z] ---> beca2769d8cc [2021-05-10T01:30:16.107Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T01:30:16.107Z] ---> Running in b162c3d70ffb [2021-05-10T01:30:16.107Z] ---> Running in 2131bf844c1d [2021-05-10T01:30:16.394Z] Removing intermediate container 62bc98d1a478 [2021-05-10T01:30:16.394Z] ---> 0db9fee37bc1 [2021-05-10T01:30:16.394Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T01:30:16.394Z] Removing intermediate container b162c3d70ffb [2021-05-10T01:30:16.394Z] ---> 20f87f41692b [2021-05-10T01:30:16.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:30:17.029Z] Removing intermediate container 2131bf844c1d [2021-05-10T01:30:17.029Z] ---> b64fa83555a2 [2021-05-10T01:30:17.029Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:30:17.029Z] ---> Running in 0512a6dcaa73 [2021-05-10T01:30:17.029Z] ---> 087195684a4e [2021-05-10T01:30:17.029Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T01:30:17.029Z] ---> Running in b77ade7dd2fd [2021-05-10T01:30:17.315Z] Removing intermediate container 0512a6dcaa73 [2021-05-10T01:30:17.315Z] ---> 82ae32a347fd [2021-05-10T01:30:17.315Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:30:17.645Z] ---> Running in dfe5d8ff860b [2021-05-10T01:30:18.028Z] Removing intermediate container b77ade7dd2fd [2021-05-10T01:30:18.028Z] ---> 1ef1b1e71cf0 [2021-05-10T01:30:18.028Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:30:18.354Z] ---> Running in 181d27bd45e8 [2021-05-10T01:30:18.354Z] Removing intermediate container dfe5d8ff860b [2021-05-10T01:30:18.354Z] ---> 98878baa8701 [2021-05-10T01:30:18.354Z] Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:30:18.354Z] ---> 39a773f3f671 [2021-05-10T01:30:18.354Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T01:30:18.354Z] ---> Running in 7c8820c18ed9 [2021-05-10T01:30:18.729Z] Removing intermediate container 181d27bd45e8 [2021-05-10T01:30:18.729Z] ---> 05f2761c8287 [2021-05-10T01:30:18.729Z] Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:30:19.543Z] ---> Running in 1f5b4f6eda92 [2021-05-10T01:30:19.543Z] Removing intermediate container 7c8820c18ed9 [2021-05-10T01:30:19.543Z] ---> b82baf5d0998 [2021-05-10T01:30:19.543Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:30:19.543Z] ---> Running in 7358225ae57f [2021-05-10T01:30:19.880Z] ---> 83f77ca15e6a [2021-05-10T01:30:19.880Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T01:30:20.164Z] Removing intermediate container 1f5b4f6eda92 [2021-05-10T01:30:20.164Z] ---> a47705003d1b [2021-05-10T01:30:20.164Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:30:20.164Z] ---> Running in 22359f6a38e3 [2021-05-10T01:30:20.164Z] Removing intermediate container 7358225ae57f [2021-05-10T01:30:20.164Z] ---> f326fae042d8 [2021-05-10T01:30:20.164Z] [2021-05-10T01:30:20.164Z] ---> Running in e26cda1729b2 [2021-05-10T01:30:20.493Z] Removing intermediate container 22359f6a38e3 [2021-05-10T01:30:20.493Z] ---> 07d89b74a84b [2021-05-10T01:30:20.493Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T01:30:20.792Z] Successfully built f326fae042d8 [2021-05-10T01:30:21.082Z] ---> Running in 5cf084fc95cc [2021-05-10T01:30:21.082Z] Successfully tagged docker-core-command-go:latest [2021-05-10T01:30:21.082Z]  Building docker-core-command-go ... done Removing intermediate container e26cda1729b2 [2021-05-10T01:30:21.082Z] ---> 1e5daa93d187 [2021-05-10T01:30:21.082Z] [2021-05-10T01:30:21.415Z] Removing intermediate container 5cf084fc95cc [2021-05-10T01:30:21.415Z] ---> 15f62a465c38 [2021-05-10T01:30:21.415Z] Step 19/21 : LABEL arch=x86_64 [2021-05-10T01:30:21.707Z] ---> Running in 995bbbaf94cc [2021-05-10T01:30:21.982Z] Successfully built 1e5daa93d187 [2021-05-10T01:30:21.982Z] Successfully tagged docker-core-metadata-go:latest [2021-05-10T01:30:22.265Z]  Building docker-core-metadata-go ... done Removing intermediate container 995bbbaf94cc [2021-05-10T01:30:22.265Z] ---> 0b5db7d5d5e4 [2021-05-10T01:30:22.265Z] Step 20/21 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:30:22.538Z] ---> Running in cdc9799d39e6 [2021-05-10T01:30:22.828Z] Removing intermediate container cdc9799d39e6 [2021-05-10T01:30:22.828Z] ---> 3fd6f7f68170 [2021-05-10T01:30:22.828Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T01:30:22.828Z] ---> Running in 6480921f894a [2021-05-10T01:30:23.103Z] Removing intermediate container 6480921f894a [2021-05-10T01:30:23.103Z] ---> 990c082835ed [2021-05-10T01:30:23.103Z] [2021-05-10T01:30:23.374Z] Successfully built 990c082835ed [2021-05-10T01:30:23.375Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-10T01:30:25.979Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 23772ec8435b [2021-05-10T01:30:25.979Z] ---> 2d42a791f8d4 [2021-05-10T01:30:25.979Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T01:30:26.252Z] ---> Running in 62fc89a1fc14 [2021-05-10T01:30:27.230Z] 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-05-10T01:30:28.678Z] Removing intermediate container 62fc89a1fc14 [2021-05-10T01:30:28.678Z] ---> 69df7977ea81 [2021-05-10T01:30:28.678Z] [2021-05-10T01:30:28.678Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T01:30:28.678Z] 20.10.0: Pulling from library/docker [2021-05-10T01:30:36.983Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T01:30:36.983Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T01:30:36.983Z] ---> aefe523efa57 [2021-05-10T01:30:36.983Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-10T01:30:36.983Z] ---> Running in f56a23c91714 [2021-05-10T01:30:36.983Z] Removing intermediate container f56a23c91714 [2021-05-10T01:30:36.983Z] ---> 06f817e03473 [2021-05-10T01:30:36.983Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T01:30:36.983Z] ---> Running in 49af0666fc42 [2021-05-10T01:30:37.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:37.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T01:30:37.864Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T01:30:37.864Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T01:30:37.864Z] Executing bash-5.0.17-r0.post-install [2021-05-10T01:30:37.864Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T01:30:37.864Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T01:30:37.864Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T01:30:37.864Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T01:30:37.864Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T01:30:37.864Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T01:30:37.864Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T01:30:37.864Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T01:30:37.864Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T01:30:37.864Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T01:30:37.864Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T01:30:39.371Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T01:30:39.371Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T01:30:39.371Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T01:30:39.371Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T01:30:39.371Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T01:30:39.371Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T01:30:39.656Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T01:30:39.657Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T01:30:39.657Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T01:30:39.657Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T01:30:39.657Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T01:30:39.657Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T01:30:39.932Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T01:30:39.932Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T01:30:39.932Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T01:30:39.932Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T01:30:39.932Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T01:30:39.932Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T01:30:39.932Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T01:30:39.932Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T01:30:40.211Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T01:30:40.211Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T01:30:40.211Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T01:30:40.211Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T01:30:40.211Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T01:30:40.211Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T01:30:40.211Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T01:30:40.211Z] OK: 72 MiB in 59 packages [2021-05-10T01:30:41.639Z] Collecting docker-compose==1.23.2 [2021-05-10T01:30:41.639Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T01:30:42.236Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T01:30:42.236Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T01:30:42.517Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T01:30:42.517Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T01:30:43.482Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T01:30:43.482Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T01:30:43.749Z] Collecting PyYAML<4,>=3.10 [2021-05-10T01:30:43.749Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T01:30:45.191Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T01:30:45.503Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T01:30:45.503Z] 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-05-10T01:30:45.503Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T01:30:45.796Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T01:30:45.796Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T01:30:45.796Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T01:30:46.092Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T01:30:46.092Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T01:30:47.061Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T01:30:47.061Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T01:30:47.646Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T01:30:47.646Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T01:30:47.646Z] 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-05-10T01:30:47.646Z] 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-05-10T01:30:47.646Z] Collecting idna<2.8,>=2.5 [2021-05-10T01:30:47.646Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T01:30:47.646Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T01:30:47.646Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T01:30:47.914Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T01:30:47.914Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T01:30:47.914Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T01:30:47.914Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T01:30:47.914Z] Installing collected packages: urllib3, idna, requests, dockerpty, websocket-client, PyYAML, docker-pycreds, docker, jsonschema, cached-property, docopt, texttable, docker-compose [2021-05-10T01:30:47.914Z] Attempting uninstall: urllib3 [2021-05-10T01:30:47.914Z] Found existing installation: urllib3 1.25.9 [2021-05-10T01:30:47.914Z] Uninstalling urllib3-1.25.9: [2021-05-10T01:30:48.187Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T01:30:48.187Z] Attempting uninstall: idna [2021-05-10T01:30:48.187Z] Found existing installation: idna 2.9 [2021-05-10T01:30:48.187Z] Uninstalling idna-2.9: [2021-05-10T01:30:48.455Z] Successfully uninstalled idna-2.9 [2021-05-10T01:30:49.426Z] Attempting uninstall: requests [2021-05-10T01:30:49.426Z] Found existing installation: requests 2.23.0 [2021-05-10T01:30:49.426Z] Uninstalling requests-2.23.0: [2021-05-10T01:30:49.426Z] Successfully uninstalled requests-2.23.0 [2021-05-10T01:30:49.426Z] Running setup.py install for dockerpty: started [2021-05-10T01:30:50.409Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T01:30:50.409Z] Running setup.py install for PyYAML: started [2021-05-10T01:30:51.395Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T01:30:51.684Z] Running setup.py install for docopt: started [2021-05-10T01:30:52.674Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T01:30:52.674Z] Running setup.py install for texttable: started [2021-05-10T01:30:53.265Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T01:30:53.531Z] 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.59.0 [2021-05-10T01:31:06.754Z] Removing intermediate container 49af0666fc42 [2021-05-10T01:31:06.754Z] ---> cf94743aa204 [2021-05-10T01:31:06.754Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T01:31:06.754Z] ---> Running in f59543ba456f [2021-05-10T01:31:06.754Z] Removing intermediate container f59543ba456f [2021-05-10T01:31:06.754Z] ---> abe6e3081b29 [2021-05-10T01:31:06.754Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T01:31:06.754Z] ---> Running in 3678eabcace3 [2021-05-10T01:31:06.754Z] Removing intermediate container 3678eabcace3 [2021-05-10T01:31:06.754Z] ---> 3f301336d64b [2021-05-10T01:31:06.754Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T01:31:06.754Z] ---> 82b2cd9168d8 [2021-05-10T01:31:06.754Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T01:31:06.754Z] ---> d74d8e309689 [2021-05-10T01:31:06.754Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T01:31:07.018Z] ---> 3f5845dde6d8 [2021-05-10T01:31:07.018Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T01:31:07.018Z] ---> Running in 7ffaa9602c38 [2021-05-10T01:31:07.996Z] Removing intermediate container 7ffaa9602c38 [2021-05-10T01:31:07.996Z] ---> 35ebef3308b6 [2021-05-10T01:31:07.996Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T01:31:08.264Z] ---> Running in 4f86293408a6 [2021-05-10T01:31:08.532Z] Removing intermediate container 4f86293408a6 [2021-05-10T01:31:08.532Z] ---> fdc2cd515ba9 [2021-05-10T01:31:08.532Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T01:31:08.532Z] ---> Running in 291c267fcd18 [2021-05-10T01:31:08.805Z] Removing intermediate container 291c267fcd18 [2021-05-10T01:31:08.805Z] ---> 986798385caf [2021-05-10T01:31:08.805Z] Step 22/23 : LABEL git_sha=443174265c6391e44f88c7a5d602ac2ffa57ae8c [2021-05-10T01:31:08.805Z] ---> Running in 7ade6074d7d0 [2021-05-10T01:31:09.089Z] Removing intermediate container 7ade6074d7d0 [2021-05-10T01:31:09.089Z] ---> b9e6a361c977 [2021-05-10T01:31:09.089Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T01:31:09.358Z] ---> Running in 310740b1e1b9 [2021-05-10T01:31:09.627Z] Removing intermediate container 310740b1e1b9 [2021-05-10T01:31:09.627Z] ---> cb1517b5659a [2021-05-10T01:31:09.627Z] [2021-05-10T01:31:09.908Z] Successfully built cb1517b5659a [2021-05-10T01:31:09.908Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-10T01:31:10.201Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-10T01:31:10.253Z] $ docker stop --time=1 1acef9f5c1035919f40596d0fea7b5f03397c85c353cd2534519a45a2dbc8bec [2021-05-10T01:31:12.370Z] $ docker rm -f 1acef9f5c1035919f40596d0fea7b5f03397c85c353cd2534519a45a2dbc8bec [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T01:31:13.089Z] + docker images [2021-05-10T01:31:13.089Z] + grep docker [2021-05-10T01:31:13.668Z] docker-sys-mgmt-agent-go latest cb1517b5659a 4 seconds ago 312MB [2021-05-10T01:31:13.668Z] docker-security-proxy-setup-go latest 990c082835ed 51 seconds ago 25.3MB [2021-05-10T01:31:13.668Z] docker-core-metadata-go latest 1e5daa93d187 53 seconds ago 18.6MB [2021-05-10T01:31:13.668Z] docker-core-command-go latest f326fae042d8 54 seconds ago 17MB [2021-05-10T01:31:13.668Z] docker-security-bootstrapper-go latest 8300d07849f7 2 minutes ago 18.2MB [2021-05-10T01:31:13.668Z] docker-core-data-go latest 445a0860f40b 2 minutes ago 21.5MB [2021-05-10T01:31:13.668Z] docker-security-secretstore-setup-go latest 23b92217566d 2 minutes ago 25.7MB [2021-05-10T01:31:13.668Z] docker-support-scheduler-go latest 8b7e870fc6db 2 minutes ago 17.1MB [2021-05-10T01:31:13.669Z] docker-support-notifications-go latest dff8b34e27d6 2 minutes ago 17.6MB [2021-05-10T01:31:13.669Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-10T01:31:29.005Z] Still waiting to schedule task [2021-05-10T01:31:29.005Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-10T01:32:27.823Z] Running on prd-ubuntu18.04-docker-8c-8g-3894 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws [2021-05-10T01:32:27.842Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-10T01:32:31.312Z] using credential edgex-jenkins-ssh [2021-05-10T01:32:31.329Z] Cloning the remote Git repository [2021-05-10T01:32:31.348Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:32:31.422Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-10T01:32:31.447Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:32:31.448Z] > git --version # timeout=10 [2021-05-10T01:32:31.454Z] > git --version # 'git version 2.17.1' [2021-05-10T01:32:31.455Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:32:31.476Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:32:51.200Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:32:51.208Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T01:32:51.219Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T01:32:51.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T01:32:51.234Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T01:32:51.239Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T01:32:51.935Z] Merging remotes/origin/master commit feccc1132204ea0a3421d61f23242004f0b740e5 into PR head commit 443174265c6391e44f88c7a5d602ac2ffa57ae8c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T01:32:52.079Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:32:53.019Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:32:51.944Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T01:32:51.949Z] > git checkout -f 443174265c6391e44f88c7a5d602ac2ffa57ae8c # timeout=10 [2021-05-10T01:32:54.321Z] ---> package-listing.sh [2021-05-10T01:32:54.321Z] ++ facter osfamily [2021-05-10T01:32:54.321Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T01:32:54.585Z] + OS_FAMILY=redhat [2021-05-10T01:32:54.585Z] + workspace=/w/workspace/edgex-go/2 [2021-05-10T01:32:54.585Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T01:32:54.585Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T01:32:54.585Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T01:32:54.585Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T01:32:54.585Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-10T01:32:54.585Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T01:32:54.585Z] + case "${OS_FAMILY}" in [2021-05-10T01:32:54.585Z] + rpm -qa [2021-05-10T01:32:54.585Z] + sort [2021-05-10T01:32:59.912Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T01:32:59.912Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T01:32:59.912Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T01:32:59.912Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-10T01:32:59.912Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-10T01:32:59.912Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-10T01:32:59.936Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T01:33:00.262Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:33:00.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:33:00.862Z] [2021-05-10T01:33:00.862Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T01:33:01.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:33:01.518Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T01:33:01.518Z] df20fa9351a1: Pulling fs layer [2021-05-10T01:33:01.518Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T01:33:01.518Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T01:33:01.518Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T01:33:01.518Z] 93b61091891f: Pulling fs layer [2021-05-10T01:33:01.518Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T01:33:01.518Z] 5e14af77c1be: Pulling fs layer [2021-05-10T01:33:01.518Z] 01666e4c0597: Pulling fs layer [2021-05-10T01:33:01.518Z] 46f8f816bc3b: Waiting [2021-05-10T01:33:01.518Z] 93b61091891f: Waiting [2021-05-10T01:33:01.518Z] aa168da1d23b: Pulling fs layer [2021-05-10T01:33:01.518Z] aa168da1d23b: Waiting [2021-05-10T01:33:01.518Z] 01666e4c0597: Waiting [2021-05-10T01:33:01.518Z] 5e14af77c1be: Waiting [2021-05-10T01:33:01.518Z] 93b9cdb0e59b: Waiting [2021-05-10T01:33:01.518Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T01:33:01.518Z] 36b3adc4ff6f: Download complete [2021-05-10T01:33:01.518Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T01:33:01.518Z] 46f8f816bc3b: Download complete [2021-05-10T01:33:01.801Z] df20fa9351a1: Verifying Checksum [2021-05-10T01:33:01.801Z] df20fa9351a1: Download complete [2021-05-10T01:33:01.801Z] 93b9cdb0e59b: Download complete [2021-05-10T01:33:01.801Z] 93b61091891f: Download complete [2021-05-10T01:33:01.802Z] 5e14af77c1be: Verifying Checksum [2021-05-10T01:33:01.802Z] 5e14af77c1be: Download complete [2021-05-10T01:33:02.079Z] 01666e4c0597: Verifying Checksum [2021-05-10T01:33:02.079Z] 01666e4c0597: Download complete [2021-05-10T01:33:02.358Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T01:33:02.359Z] 8ad3a11d3b57: Download complete [2021-05-10T01:33:02.626Z] df20fa9351a1: Pull complete [2021-05-10T01:33:03.212Z] 36b3adc4ff6f: Pull complete [2021-05-10T01:33:04.664Z] 8ad3a11d3b57: Pull complete [2021-05-10T01:33:05.253Z] aa168da1d23b: Verifying Checksum [2021-05-10T01:33:05.253Z] aa168da1d23b: Download complete [2021-05-10T01:33:05.520Z] 46f8f816bc3b: Pull complete [2021-05-10T01:33:06.102Z] 93b61091891f: Pull complete [2021-05-10T01:33:06.367Z] 93b9cdb0e59b: Pull complete [2021-05-10T01:33:06.367Z] 5e14af77c1be: Pull complete [2021-05-10T01:33:06.634Z] 01666e4c0597: Pull complete [2021-05-10T01:33:16.780Z] aa168da1d23b: Pull complete [2021-05-10T01:33:16.780Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T01:33:16.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T01:33:16.780Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T01:33:17.086Z] prd-centos7-docker-4c-2g-3876 does not seem to be running inside a container [2021-05-10T01:33:17.156Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T01:33:22.063Z] $ docker top a42e53ffe2b447ba4e2a7abe9a791ed7b4a3048d4518b56bcd06d5d0bf0b44ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T01:33:22.663Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T01:33:22.980Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T01:33:23.368Z] + ls /var/log/sa-host [2021-05-10T01:33:23.368Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T01:33:23.368Z] file_magic: OK [2021-05-10T01:33:23.368Z] HZ: Using current value: 100 [2021-05-10T01:33:23.368Z] file_header: OK [2021-05-10T01:33:23.368Z] 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-05-10T01:33:23.368Z] Statistics: [2021-05-10T01:33:23.368Z] 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... [2021-05-10T01:33:23.368Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T01:33:23.368Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T01:33:23.368Z] file_magic: OK [2021-05-10T01:33:23.368Z] HZ: Using current value: 100 [2021-05-10T01:33:23.368Z] file_header: OK [2021-05-10T01:33:23.368Z] 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-05-10T01:33:23.368Z] Statistics: [2021-05-10T01:33:23.368Z] Hnuu...uuuununununu... [2021-05-10T01:33:23.368Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T01:33:23.561Z] provisioning config files... [2021-05-10T01:33:23.588Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config503176301161400246tmp [Pipeline] { [Pipeline] echo [2021-05-10T01:33:23.623Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:33:23.942Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T01:33:23.955Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T01:33:23.979Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:33:24.309Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T01:33:24.324Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:33:24.642Z] ---> sudo-logs.sh [2021-05-10T01:33:24.642Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T01:33:24.680Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:33:25.041Z] ---> job-cost.sh [2021-05-10T01:33:25.041Z] lf-activate-venv: SKIPPING [2021-05-10T01:33:25.041Z] INFO: No Stack... [2021-05-10T01:33:26.007Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T01:33:26.585Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T01:33:26.602Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T01:33:26.909Z] ---> logs-deploy.sh [2021-05-10T01:33:26.909Z] lf-activate-venv: SKIPPING [2021-05-10T01:33:26.909Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3435/2 [2021-05-10T01:33:26.909Z] INFO: archiving workspace using pattern(s): [2021-05-10T01:33:28.844Z] Archives upload complete. [2021-05-10T01:33:29.107Z] INFO: archiving logs to Nexus [2021-05-10T01:33:30.529Z] ---> uname -a: [2021-05-10T01:33:30.529Z] Linux prd-centos7-docker-4c-2g-3876.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-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] ---> lscpu: [2021-05-10T01:33:30.529Z] Architecture: x86_64 [2021-05-10T01:33:30.529Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-10T01:33:30.529Z] Byte Order: Little Endian [2021-05-10T01:33:30.529Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-10T01:33:30.529Z] CPU(s): 4 [2021-05-10T01:33:30.529Z] On-line CPU(s) list: 0-3 [2021-05-10T01:33:30.529Z] Thread(s) per core: 1 [2021-05-10T01:33:30.529Z] Core(s) per socket: 1 [2021-05-10T01:33:30.529Z] Socket(s): 4 [2021-05-10T01:33:30.529Z] NUMA node(s): 1 [2021-05-10T01:33:30.529Z] Vendor ID: GenuineIntel [2021-05-10T01:33:30.529Z] CPU family: 6 [2021-05-10T01:33:30.529Z] Model: 44 [2021-05-10T01:33:30.529Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-10T01:33:30.529Z] Stepping: 1 [2021-05-10T01:33:30.529Z] CPU MHz: 2933.436 [2021-05-10T01:33:30.529Z] BogoMIPS: 5866.87 [2021-05-10T01:33:30.529Z] Virtualization: VT-x [2021-05-10T01:33:30.529Z] Hypervisor vendor: KVM [2021-05-10T01:33:30.529Z] Virtualization type: full [2021-05-10T01:33:30.529Z] L1d cache: 128 KiB [2021-05-10T01:33:30.529Z] L1i cache: 128 KiB [2021-05-10T01:33:30.529Z] L2 cache: 16 MiB [2021-05-10T01:33:30.529Z] L3 cache: 64 MiB [2021-05-10T01:33:30.529Z] NUMA node0 CPU(s): 0-3 [2021-05-10T01:33:30.529Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-10T01:33:30.529Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-10T01:33:30.529Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-10T01:33:30.529Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-10T01:33:30.529Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-10T01:33:30.529Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-10T01:33:30.529Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-10T01:33:30.529Z] Vulnerability Srbds: Not affected [2021-05-10T01:33:30.529Z] Vulnerability Tsx async abort: Not affected [2021-05-10T01:33:30.529Z] 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-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] ---> nproc: [2021-05-10T01:33:30.529Z] 4 [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] ---> df -h: [2021-05-10T01:33:30.529Z] Filesystem Size Used Available Use% Mounted on [2021-05-10T01:33:30.529Z] overlay 50.0G 11.4G 38.6G 23% / [2021-05-10T01:33:30.529Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-10T01:33:30.529Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-10T01:33:30.529Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2 [2021-05-10T01:33:30.529Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/2@tmp [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] ---> free -m: [2021-05-10T01:33:30.529Z] total used free shared buff/cache available [2021-05-10T01:33:30.529Z] Mem: 1837 715 139 0 982 1039 [2021-05-10T01:33:30.529Z] Swap: 1023 66 957 [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] ---> ip addr: [2021-05-10T01:33:30.529Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-10T01:33:30.529Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-10T01:33:30.529Z] inet 127.0.0.1/8 scope host lo [2021-05-10T01:33:30.529Z] valid_lft forever preferred_lft forever [2021-05-10T01:33:30.529Z] inet6 ::1/128 scope host [2021-05-10T01:33:30.529Z] valid_lft forever preferred_lft forever [2021-05-10T01:33:30.529Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-10T01:33:30.529Z] link/ether fa:16:3e:10:65:82 brd ff:ff:ff:ff:ff:ff [2021-05-10T01:33:30.529Z] inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-10T01:33:30.529Z] valid_lft 85456sec preferred_lft 85456sec [2021-05-10T01:33:30.529Z] inet6 fe80::f816:3eff:fe10:6582/64 scope link [2021-05-10T01:33:30.529Z] valid_lft forever preferred_lft forever [2021-05-10T01:33:30.529Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-10T01:33:30.529Z] link/ether 02:42:5c:da:b5:2d brd ff:ff:ff:ff:ff:ff [2021-05-10T01:33:30.529Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-10T01:33:30.529Z] valid_lft forever preferred_lft forever [2021-05-10T01:33:30.529Z] inet6 fe80::42:5cff:feda:b52d/64 scope link [2021-05-10T01:33:30.529Z] valid_lft forever preferred_lft forever [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] ---> sar -b -r -n DEV: [2021-05-10T01:33:30.529Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] 01:17:33 LINUX RESTART (4 CPU) [2021-05-10T01:33:30.529Z] [2021-05-10T01:33:30.529Z] 01:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-10T01:33:30.529Z] 01:19:02 114.71 45.22 69.50 0.00 8152.77 17303.04 0.00 [2021-05-10T01:33:30.529Z] 01:20:01 210.70 101.84 108.86 0.00 7494.71 44181.94 0.00 [2021-05-10T01:33:30.529Z] 01:21:01 239.24 103.47 135.77 0.00 4007.70 18129.45 0.00 [2021-05-10T01:33:30.529Z] 01:22:01 113.56 34.19 79.37 0.00 1325.46 12548.51 0.00 [2021-05-10T01:33:30.529Z] 01:23:02 89.40 46.81 42.59 0.00 1844.15 4120.22 0.00 [2021-05-10T01:33:30.529Z] 01:24:01 78.19 27.94 50.25 0.00 1607.99 7312.81 0.00 [2021-05-10T01:33:30.529Z] 01:25:02 208.05 50.21 157.84 0.00 16005.13 89609.12 0.00 [2021-05-10T01:33:30.529Z] 01:26:09 1174.94 989.79 185.15 0.00 92548.44 93938.66 0.00 [2021-05-10T01:33:30.529Z] 01:27:01 2516.35 2265.45 250.90 0.00 133269.67 145047.50 0.00 [2021-05-10T01:33:30.529Z] 01:28:01 240.69 138.14 102.55 0.00 16074.42 23055.30 0.00 [2021-05-10T01:33:30.529Z] 01:29:02 681.38 367.24 314.15 0.00 72635.08 116983.11 0.00 [2021-05-10T01:33:30.529Z] 01:30:02 1168.06 983.33 184.73 0.00 60522.18 59337.99 0.00 [2021-05-10T01:33:30.529Z] 01:31:01 181.12 23.30 157.82 0.00 2789.33 29151.49 0.00 [2021-05-10T01:33:30.530Z] 01:32:01 48.48 14.51 33.97 0.00 2902.05 3589.28 0.00 [2021-05-10T01:33:30.530Z] 01:33:01 58.43 56.15 2.28 0.00 4897.34 43.33 0.00 [2021-05-10T01:33:30.530Z] Average: 462.97 338.36 124.60 0.00 28062.30 43919.27 0.00 [2021-05-10T01:33:30.530Z] [2021-05-10T01:33:30.530Z] 01:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-10T01:33:30.530Z] 01:19:02 77720 0 669964 35.61 2620 1131240 1352652 46.16 548128 1049232 100428 [2021-05-10T01:33:30.530Z] 01:20:01 77448 0 734520 39.04 2056 1067520 1477624 50.43 577164 984868 55768 [2021-05-10T01:33:30.530Z] 01:21:01 126520 0 790988 42.04 1492 962544 1537784 52.48 607740 865520 42796 [2021-05-10T01:33:30.530Z] 01:22:01 159820 0 839856 44.64 648 881220 1752364 59.81 715124 723048 27424 [2021-05-10T01:33:30.530Z] 01:23:02 114248 0 946648 50.31 572 820076 1937780 66.13 745300 726760 25868 [2021-05-10T01:33:30.530Z] 01:24:01 146008 0 801620 42.60 564 933352 1431636 48.86 636752 803156 23908 [2021-05-10T01:33:30.530Z] 01:25:02 83464 0 705996 37.52 56 1092028 1294748 44.19 722868 837928 56812 [2021-05-10T01:33:30.530Z] 01:26:09 67516 0 847024 45.02 0 967004 2355188 80.38 744480 848324 28080 [2021-05-10T01:33:30.530Z] 01:27:01 657884 0 769068 40.87 0 454592 2444264 83.42 400208 546628 80 [2021-05-10T01:33:30.530Z] 01:28:01 203292 0 832476 44.24 0 845776 2190268 74.75 640900 769776 32524 [2021-05-10T01:33:30.530Z] 01:29:02 85764 0 786860 41.82 0 1008920 2223456 75.88 773752 806340 12788 [2021-05-10T01:33:30.530Z] 01:30:02 350348 0 753800 40.06 0 777396 1977588 67.49 587532 695476 52416 [2021-05-10T01:33:30.530Z] 01:31:01 102016 0 701172 37.27 0 1078356 1384448 47.25 553616 960764 29988 [2021-05-10T01:33:30.530Z] 01:32:01 171824 0 641432 34.09 0 1068288 1223768 41.77 461104 999264 20 [2021-05-10T01:33:30.530Z] 01:33:01 68800 0 668452 35.53 0 1144292 1428036 48.74 488020 1073868 5040 [2021-05-10T01:33:30.530Z] Average: 166178 0 765992 40.71 534 948840 1734107 59.18 613513 846063 32929 [2021-05-10T01:33:30.530Z] [2021-05-10T01:33:30.530Z] 01:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-10T01:33:30.530Z] 01:19:02 veth52ba829 547.81 441.38 55.41 1719.73 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:19:02 eth0 1078.25 1007.87 5424.61 150.65 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:19:02 docker0 547.81 441.25 47.92 1719.72 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:20:01 veth017e7f4 65.21 106.91 4.95 298.72 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:20:01 eth0 613.73 585.33 4014.91 95.25 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:20:01 docker0 347.74 325.56 27.02 1272.54 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:21:01 vethdb2ecea 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:21:01 eth0 185.47 139.19 584.40 23.88 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:21:01 docker0 119.98 149.99 9.10 551.52 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:22:01 vethdb2ecea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:22:01 eth0 21.57 14.67 16.28 8.97 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:23:02 vethdb2ecea 2.22 2.22 0.18 0.18 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:23:02 eth0 34.05 28.98 16.37 83.41 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:23:02 docker0 2.22 2.22 0.15 0.18 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:24:01 vethdb2ecea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:24:01 eth0 14.13 9.70 11.48 6.38 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:25:02 eth0 182.38 145.33 1683.72 73.86 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:25:02 veth26d8c34 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:26:09 eth0 76.26 52.74 161.66 10.15 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:26:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:26:09 veth26d8c34 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:26:09 docker0 40.14 57.55 2.45 148.56 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:27:01 vethbfda32c 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:27:01 veth4c182d1 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:27:01 eth0 3.44 2.62 2.66 1.55 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:27:01 veth8dad4f6 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:28:01 veth4c182d1 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:28:01 eth0 14.97 11.41 54.42 4.82 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:28:01 veth26d8c34 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:29:02 eth0 94.41 70.54 209.87 98.48 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:29:02 veth26d8c34 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:29:02 docker0 1068.88 1003.68 86.95 3822.96 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:30:02 veth472991f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:30:02 eth0 34.51 26.51 48.28 9.12 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:30:02 veth26d8c34 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:31:01 eth0 207.60 154.73 1658.15 84.22 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:31:01 veth26d8c34 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:31:01 docker0 1138.20 1095.66 91.99 4351.57 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:32:01 eth0 12.46 8.24 8.53 12.01 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:33:01 eth0 20.35 13.93 93.76 4.93 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] Average: eth0 173.34 151.69 932.14 44.66 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] Average: docker0 74.92 72.12 6.06 286.44 0.00 0.00 0.00 0.00 [2021-05-10T01:33:30.530Z] [2021-05-10T01:33:30.530Z] [2021-05-10T01:33:30.530Z] ---> sar -P ALL: [2021-05-10T01:33:30.530Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) [2021-05-10T01:33:30.530Z] [2021-05-10T01:33:30.530Z] 01:17:33 LINUX RESTART (4 CPU) [2021-05-10T01:33:30.530Z] [2021-05-10T01:33:30.530Z] 01:18:01 CPU %user %nice %system %iowait %steal %idle [2021-05-10T01:33:30.530Z] 01:19:02 all 19.76 0.00 8.86 3.80 10.38 57.19 [2021-05-10T01:33:30.530Z] 01:19:02 0 23.57 0.00 10.27 1.69 9.60 54.87 [2021-05-10T01:33:30.530Z] 01:19:02 1 19.18 0.00 8.98 4.96 10.55 56.34 [2021-05-10T01:33:30.530Z] 01:19:02 2 18.46 0.00 8.40 3.39 10.74 59.01 [2021-05-10T01:33:30.530Z] 01:19:02 3 17.99 0.00 7.86 5.12 10.61 58.43 [2021-05-10T01:33:30.530Z] 01:20:01 all 13.12 0.00 7.53 1.86 5.74 71.76 [2021-05-10T01:33:30.530Z] 01:20:01 0 13.50 0.00 8.11 1.83 6.00 70.56 [2021-05-10T01:33:30.530Z] 01:20:01 1 10.44 0.00 7.27 2.94 5.80 73.55 [2021-05-10T01:33:30.530Z] 01:20:01 2 10.95 0.00 7.09 1.22 5.84 74.90 [2021-05-10T01:33:30.530Z] 01:20:01 3 17.65 0.00 7.66 1.44 5.31 67.93 [2021-05-10T01:33:30.530Z] 01:21:01 all 18.45 0.00 9.04 4.96 6.23 61.33 [2021-05-10T01:33:30.530Z] 01:21:01 0 19.90 0.00 9.30 4.18 6.10 60.52 [2021-05-10T01:33:30.530Z] 01:21:01 1 17.65 0.00 9.14 5.65 6.29 61.27 [2021-05-10T01:33:30.530Z] 01:21:01 2 16.58 0.00 8.90 5.04 6.35 63.14 [2021-05-10T01:33:30.530Z] 01:21:01 3 19.68 0.00 8.83 4.95 6.17 60.37 [2021-05-10T01:33:30.530Z] 01:22:01 all 52.62 0.00 15.03 4.41 12.67 15.27 [2021-05-10T01:33:30.530Z] 01:22:01 0 58.66 0.00 16.68 5.35 10.46 8.85 [2021-05-10T01:33:30.530Z] 01:22:01 1 51.09 0.00 13.96 4.44 12.86 17.65 [2021-05-10T01:33:30.530Z] 01:22:01 2 51.92 0.00 15.56 5.74 12.11 14.67 [2021-05-10T01:33:30.530Z] 01:22:01 3 49.00 0.00 14.00 2.16 15.14 19.70 [2021-05-10T01:33:30.530Z] 01:23:02 all 40.04 0.00 14.49 1.49 10.93 33.05 [2021-05-10T01:33:30.530Z] 01:23:02 0 41.01 0.00 15.15 2.01 11.26 30.57 [2021-05-10T01:33:30.530Z] 01:23:02 1 40.52 0.00 14.62 0.98 10.31 33.57 [2021-05-10T01:33:30.530Z] 01:23:02 2 41.39 0.00 15.04 1.57 10.27 31.72 [2021-05-10T01:33:30.530Z] 01:23:02 3 37.30 0.00 13.18 1.40 11.85 36.28 [2021-05-10T01:33:30.530Z] 01:24:01 all 36.06 0.00 13.52 2.45 12.18 35.79 [2021-05-10T01:33:30.530Z] 01:24:01 0 36.27 0.00 13.31 2.72 12.50 35.19 [2021-05-10T01:33:30.530Z] 01:24:01 1 37.18 0.00 14.99 3.07 11.26 33.50 [2021-05-10T01:33:30.530Z] 01:24:01 2 36.50 0.00 13.62 1.43 11.85 36.61 [2021-05-10T01:33:30.530Z] 01:24:01 3 34.33 0.00 12.18 2.57 13.08 37.83 [2021-05-10T01:33:30.530Z] 01:25:02 all 15.86 0.00 13.45 3.78 13.36 53.54 [2021-05-10T01:33:30.530Z] 01:25:02 0 16.15 0.00 13.91 3.11 13.31 53.51 [2021-05-10T01:33:30.530Z] 01:25:02 1 17.75 0.00 13.92 2.56 12.92 52.84 [2021-05-10T01:33:30.530Z] 01:25:02 2 14.62 0.00 13.19 3.67 13.71 54.82 [2021-05-10T01:33:30.530Z] 01:25:02 3 14.92 0.00 12.79 5.79 13.50 52.99 [2021-05-10T01:33:30.530Z] 01:26:09 all 15.10 0.00 17.65 14.04 24.00 29.21 [2021-05-10T01:33:30.530Z] 01:26:09 0 13.15 0.00 14.91 12.14 24.94 34.87 [2021-05-10T01:33:30.530Z] 01:26:09 1 14.64 0.00 17.02 13.17 24.38 30.79 [2021-05-10T01:33:30.530Z] 01:26:09 2 15.97 0.00 19.42 15.34 23.64 25.64 [2021-05-10T01:33:30.530Z] 01:26:09 3 16.75 0.00 19.42 15.64 22.97 25.22 [2021-05-10T01:33:30.530Z] 01:27:01 all 14.59 0.00 19.26 25.77 19.19 21.19 [2021-05-10T01:33:30.530Z] 01:27:01 0 12.81 0.00 18.11 23.90 19.39 25.79 [2021-05-10T01:33:30.530Z] 01:27:01 1 13.14 0.00 18.11 26.61 20.02 22.11 [2021-05-10T01:33:30.530Z] 01:27:01 2 15.34 0.00 19.44 25.60 18.87 20.75 [2021-05-10T01:33:30.530Z] 01:27:01 3 17.22 0.00 21.49 27.03 18.43 15.83 [2021-05-10T01:33:30.530Z] 01:28:01 all 74.25 0.00 15.56 2.41 5.79 1.99 [2021-05-10T01:33:30.530Z] 01:28:01 0 74.56 0.00 14.62 2.05 7.00 1.77 [2021-05-10T01:33:30.530Z] 01:28:01 1 74.76 0.00 16.22 2.65 4.57 1.79 [2021-05-10T01:33:30.530Z] 01:28:01 2 74.57 0.00 15.23 2.32 5.53 2.36 [2021-05-10T01:33:30.530Z] 01:28:01 3 73.11 0.00 16.14 2.61 6.08 2.05 [2021-05-10T01:33:30.530Z] 01:29:02 all 16.54 0.00 21.01 14.67 17.04 30.74 [2021-05-10T01:33:30.530Z] 01:29:02 0 17.01 0.00 19.60 10.22 16.56 36.61 [2021-05-10T01:33:30.530Z] 01:29:02 1 16.07 0.00 20.58 16.37 17.47 29.51 [2021-05-10T01:33:30.530Z] 01:29:02 2 15.55 0.00 21.17 14.09 17.56 31.62 [2021-05-10T01:33:30.530Z] 01:29:02 3 17.56 0.00 22.72 18.00 16.54 25.18 [2021-05-10T01:33:30.530Z] [2021-05-10T01:33:30.530Z] 01:29:02 CPU %user %nice %system %iowait %steal %idle [2021-05-10T01:33:30.530Z] 01:30:02 all 54.36 0.00 20.51 8.09 9.40 7.65 [2021-05-10T01:33:30.530Z] 01:30:02 0 55.13 0.00 19.12 7.57 9.73 8.45 [2021-05-10T01:33:30.530Z] 01:30:02 1 54.19 0.00 21.42 8.63 9.18 6.58 [2021-05-10T01:33:30.530Z] 01:30:02 2 54.62 0.00 19.38 8.00 10.51 7.49 [2021-05-10T01:33:30.530Z] 01:30:02 3 53.47 0.00 22.15 8.15 8.15 8.09 [2021-05-10T01:33:30.530Z] 01:31:01 all 24.02 0.00 12.17 5.52 9.42 48.87 [2021-05-10T01:33:30.530Z] 01:31:01 0 25.04 0.00 12.20 4.58 10.26 47.92 [2021-05-10T01:33:30.530Z] 01:31:01 1 21.51 0.00 11.76 5.42 9.17 52.13 [2021-05-10T01:33:30.530Z] 01:31:01 2 26.47 0.00 13.69 6.35 8.28 45.21 [2021-05-10T01:33:30.530Z] 01:31:01 3 23.10 0.00 11.05 5.71 9.98 50.15 [2021-05-10T01:33:30.531Z] 01:32:01 all 0.85 0.00 1.48 1.64 1.44 94.59 [2021-05-10T01:33:30.531Z] 01:32:01 0 1.10 0.00 1.58 0.86 1.35 95.11 [2021-05-10T01:33:30.531Z] 01:32:01 1 0.78 0.00 1.46 2.78 1.31 93.66 [2021-05-10T01:33:30.531Z] 01:32:01 2 0.87 0.00 1.38 2.61 1.18 93.96 [2021-05-10T01:33:30.531Z] 01:32:01 3 0.66 0.00 1.49 0.33 1.90 95.62 [2021-05-10T01:33:30.531Z] 01:33:01 all 1.21 0.00 0.78 1.34 0.72 95.95 [2021-05-10T01:33:30.531Z] 01:33:01 0 0.93 0.00 0.50 0.18 0.60 97.79 [2021-05-10T01:33:30.531Z] 01:33:01 1 2.18 0.00 1.17 2.62 0.80 93.24 [2021-05-10T01:33:30.531Z] 01:33:01 2 0.51 0.00 0.90 0.51 0.83 97.25 [2021-05-10T01:33:30.531Z] 01:33:01 3 1.21 0.00 0.57 2.06 0.65 95.51 [2021-05-10T01:33:30.531Z] Average: all 25.92 0.00 12.59 6.33 10.63 44.54 [2021-05-10T01:33:30.531Z] Average: 0 26.61 0.00 12.40 5.44 10.72 44.83 [2021-05-10T01:33:30.531Z] Average: 1 25.54 0.00 12.62 6.78 10.54 44.52 [2021-05-10T01:33:30.531Z] Average: 2 25.71 0.00 12.74 6.38 10.54 44.64 [2021-05-10T01:33:30.531Z] Average: 3 25.80 0.00 12.62 6.71 10.72 44.16 [2021-05-10T01:33:30.531Z] [2021-05-10T01:33:30.531Z] [2021-05-10T01:33:30.531Z]