Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3718f1804264b4d9eff5b8dceaa8090d27be1d0a+d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf (97fbbdeb342689de01c19b23d69e17e959125ccc) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2477 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a > 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/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 Merge succeeded, producing 8a11d28a541891458d239b5548bb094d8fb9d9f1 Checking out Revision 8a11d28a541891458d239b5548bb094d8fb9d9f1 (PR-3404) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a11d28a541891458d239b5548bb094d8fb9d9f1 # timeout=10 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-30T08:30:52.391Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-30T08:30:52.478Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-30T08:30:52.503Z] ========================================================= [2021-04-30T08:30:52.503Z] EdgeX Global Pipelines Version Info [2021-04-30T08:30:52.503Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2e8c8e8081d8358bca3ace7d04e1e53d0a39a98c # timeout=10 [2021-04-30T08:30:54.307Z] ------------------- [2021-04-30T08:30:54.307Z] stable info: [2021-04-30T08:30:54.307Z] ------------------- [2021-04-30T08:30:54.307Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-30T08:30:54.307Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:30:54.307Z] Message: update stable to v1.0.191 [2021-04-30T08:30:55.259Z] ------------------- [2021-04-30T08:30:55.259Z] experimental info: [2021-04-30T08:30:55.259Z] ------------------- [2021-04-30T08:30:55.259Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-30T08:30:55.259Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-04-30T08:30:55.259Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-30T08:30:55.385Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-30T08:30:55.406Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-30T08:30:55.428Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-30T08:30:55.450Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-30T08:30:55.472Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-30T08:30:55.493Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-04-30T08:30:55.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-04-30T08:30:55.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-30T08:30:55.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-30T08:30:55.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-30T08:30:55.600Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-30T08:30:55.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-30T08:30:55.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-30T08:30:55.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-30T08:30:55.700Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:30:55.720Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-30T08:30:55.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-30T08:30:55.762Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-30T08:30:55.784Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-30T08:30:55.804Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-30T08:30:55.827Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-30T08:30:55.877Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-30T08:30:55.898Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3404 [Pipeline] echo [2021-04-30T08:30:55.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3404 [Pipeline] echo [2021-04-30T08:30:55.951Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3404 [Pipeline] echo [2021-04-30T08:30:55.972Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a11d28a541891458d239b5548bb094d8fb9d9f1 [Pipeline] echo [2021-04-30T08:30:55.994Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a11d28 [Pipeline] echo [2021-04-30T08:30:56.014Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:30:56.080Z] provisioning config files... [2021-04-30T08:30:56.124Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config356423187723361349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:30:56.478Z] ---> docker-login.sh [2021-04-30T08:30:56.479Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:30:57.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:57.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:57.066Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:57.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:57.066Z] [2021-04-30T08:30:57.066Z] Login Succeeded [2021-04-30T08:30:57.066Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:30:57.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:57.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:57.330Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:57.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:57.330Z] [2021-04-30T08:30:57.330Z] Login Succeeded [2021-04-30T08:30:57.330Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:30:57.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:57.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:57.602Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:57.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:57.602Z] [2021-04-30T08:30:57.602Z] Login Succeeded [2021-04-30T08:30:57.602Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:30:57.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:57.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:57.870Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:57.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:57.870Z] [2021-04-30T08:30:57.870Z] Login Succeeded [2021-04-30T08:30:57.870Z] docker.io [2021-04-30T08:30:57.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:30:58.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:30:58.137Z] Configure a credential helper to remove this warning. See [2021-04-30T08:30:58.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:30:58.137Z] [2021-04-30T08:30:58.137Z] Login Succeeded [2021-04-30T08:30:58.137Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:30:58.154Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:30:58.513Z] ++ 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-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/core-command/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/core-data/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-30T08:30:58.514Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-30T08:30:58.514Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-30T08:30:58.514Z] ++ cut -d/ -f2 [2021-04-30T08:30:58.514Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-30T08:30:58.664Z] 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-04-30T08:30:59.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:30:59.380Z] [2021-04-30T08:30:59.380Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:30:59.724Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:30:59.724Z] latest: Pulling from edgex-devops/git-semver [2021-04-30T08:30:59.724Z] 31603596830f: Pulling fs layer [2021-04-30T08:30:59.724Z] 54011a49482f: Pulling fs layer [2021-04-30T08:30:59.724Z] a6820b24f6d8: Pulling fs layer [2021-04-30T08:30:59.724Z] f581987b2513: Pulling fs layer [2021-04-30T08:30:59.724Z] f581987b2513: Waiting [2021-04-30T08:30:59.724Z] 54011a49482f: Verifying Checksum [2021-04-30T08:30:59.724Z] 54011a49482f: Download complete [2021-04-30T08:31:00.013Z] 31603596830f: Verifying Checksum [2021-04-30T08:31:00.013Z] 31603596830f: Download complete [2021-04-30T08:31:00.309Z] f581987b2513: Verifying Checksum [2021-04-30T08:31:00.309Z] f581987b2513: Download complete [2021-04-30T08:31:00.585Z] a6820b24f6d8: Verifying Checksum [2021-04-30T08:31:00.585Z] a6820b24f6d8: Download complete [2021-04-30T08:31:00.585Z] 31603596830f: Pull complete [2021-04-30T08:31:00.851Z] 54011a49482f: Pull complete [2021-04-30T08:31:02.312Z] a6820b24f6d8: Pull complete [2021-04-30T08:31:02.590Z] f581987b2513: Pull complete [2021-04-30T08:31:02.590Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-04-30T08:31:02.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-30T08:31:02.590Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-30T08:31:02.779Z] prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container [2021-04-30T08:31:02.893Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-30T08:31:05.154Z] $ docker top 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-30T08:31:05.335Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:31:05.335Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:31:05.776Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:31:05.784Z] $ docker exec 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent [2021-04-30T08:31:06.104Z] SSH_AUTH_SOCK=/tmp/ssh-7DxvZwddcS32/agent.11 [2021-04-30T08:31:06.104Z] SSH_AGENT_PID=16 [2021-04-30T08:31:06.120Z] Running ssh-add (command line suppressed) [2021-04-30T08:31:06.325Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6388074990171742107.key (/w/workspace/edgex-go/3@tmp/private_key_6388074990171742107.key) [2021-04-30T08:31:06.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:31:06.755Z] + git tag --points-at HEAD [Pipeline] } [2021-04-30T08:31:06.781Z] $ docker exec --env ******** --env ******** 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent -k [2021-04-30T08:31:06.934Z] unset SSH_AUTH_SOCK; [2021-04-30T08:31:06.935Z] unset SSH_AGENT_PID; [2021-04-30T08:31:06.935Z] echo Agent pid 16 killed; [2021-04-30T08:31:06.997Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-30T08:31:07.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-30T08:31:07.034Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-30T08:31:07.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-30T08:31:07.251Z] $ docker exec 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent [2021-04-30T08:31:07.495Z] SSH_AUTH_SOCK=/tmp/ssh-n7AHQYUJfPLn/agent.47 [2021-04-30T08:31:07.495Z] SSH_AGENT_PID=52 [2021-04-30T08:31:07.506Z] Running ssh-add (command line suppressed) [2021-04-30T08:31:07.718Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4228611162565680016.key (/w/workspace/edgex-go/3@tmp/private_key_4228611162565680016.key) [2021-04-30T08:31:07.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-30T08:31:08.083Z] + git semver init [2021-04-30T08:31:08.083Z] # -> Open(): unable to determine branch for HEAD [2021-04-30T08:31:08.083Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-30T08:31:08.083Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-30T08:31:08.083Z] # $SEMVER_REMOTE_NAME = origin [2021-04-30T08:31:08.083Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-30T08:31:08.083Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-30T08:31:08.083Z] # $SEMVER_BRANCH = PR-3404 [2021-04-30T08:31:08.083Z] # $SEMVER_TEMP = /tmp/semver-139122600 [2021-04-30T08:31:08.083Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-30T08:31:34.981Z] # '/tmp/semver-139122600' -> '/w/workspace/edgex-go/3/.semver' [2021-04-30T08:31:34.981Z] # -> Force: false [2021-04-30T08:31:34.981Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-30T08:31:35.010Z] $ docker exec --env ******** --env ******** 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent -k [2021-04-30T08:31:35.382Z] unset SSH_AUTH_SOCK; [2021-04-30T08:31:35.382Z] unset SSH_AGENT_PID; [2021-04-30T08:31:35.383Z] echo Agent pid 52 killed; [2021-04-30T08:31:35.507Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-30T08:31:35.857Z] + git semver [Pipeline] } [2021-04-30T08:31:35.879Z] $ docker stop --time=1 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 [2021-04-30T08:31:37.394Z] $ docker rm -f 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:31:37.865Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-30T08:31:38.409Z] Stashed 1 file(s) [Pipeline] echo [2021-04-30T08:31:38.413Z] [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-04-30T08:31:38.928Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:31:39.229Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:31:39.534Z] + sudo service docker restart [2021-04-30T08:31:39.535Z] + true [2021-04-30T08:31:39.535Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-30T08:31:40.503Z] ========================================================= [2021-04-30T08:31:40.503Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-04-30T08:31:40.503Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:31:40.823Z] + 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-04-30T08:31:45.111Z] Sending build context to Docker daemon 329.7MB [2021-04-30T08:31:45.111Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:31:45.111Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:31:45.379Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-30T08:31:45.379Z] 540db60ca938: Pulling fs layer [2021-04-30T08:31:45.379Z] adcc1eea9eea: Pulling fs layer [2021-04-30T08:31:45.379Z] 4c4ab2625f07: Pulling fs layer [2021-04-30T08:31:45.379Z] 0510c868ecb4: Pulling fs layer [2021-04-30T08:31:45.379Z] afea3b2eda06: Pulling fs layer [2021-04-30T08:31:45.379Z] 7809a108b3ef: Pulling fs layer [2021-04-30T08:31:45.379Z] f706445af74f: Pulling fs layer [2021-04-30T08:31:45.379Z] 0510c868ecb4: Waiting [2021-04-30T08:31:45.379Z] afea3b2eda06: Waiting [2021-04-30T08:31:45.379Z] 7809a108b3ef: Waiting [2021-04-30T08:31:45.379Z] f706445af74f: Waiting [2021-04-30T08:31:45.379Z] 4c4ab2625f07: Verifying Checksum [2021-04-30T08:31:45.379Z] 4c4ab2625f07: Download complete [2021-04-30T08:31:45.379Z] adcc1eea9eea: Verifying Checksum [2021-04-30T08:31:45.379Z] adcc1eea9eea: Download complete [2021-04-30T08:31:45.379Z] afea3b2eda06: Verifying Checksum [2021-04-30T08:31:45.379Z] afea3b2eda06: Download complete [2021-04-30T08:31:45.379Z] 7809a108b3ef: Verifying Checksum [2021-04-30T08:31:45.379Z] 7809a108b3ef: Download complete [2021-04-30T08:31:45.648Z] 540db60ca938: Verifying Checksum [2021-04-30T08:31:45.648Z] 540db60ca938: Download complete [2021-04-30T08:31:46.251Z] 540db60ca938: Pull complete [2021-04-30T08:31:46.517Z] adcc1eea9eea: Pull complete [2021-04-30T08:31:46.517Z] 4c4ab2625f07: Pull complete [2021-04-30T08:31:48.454Z] f706445af74f: Verifying Checksum [2021-04-30T08:31:48.454Z] f706445af74f: Download complete [2021-04-30T08:31:49.446Z] 0510c868ecb4: Verifying Checksum [2021-04-30T08:31:49.446Z] 0510c868ecb4: Download complete [2021-04-30T08:31:53.553Z] Still waiting to schedule task [2021-04-30T08:31:53.553Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline [2021-04-30T08:31:56.166Z] 0510c868ecb4: Pull complete [2021-04-30T08:31:56.166Z] afea3b2eda06: Pull complete [2021-04-30T08:31:56.166Z] 7809a108b3ef: Pull complete [2021-04-30T08:32:01.525Z] f706445af74f: Pull complete [2021-04-30T08:32:01.525Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-04-30T08:32:01.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-04-30T08:32:01.525Z] ---> b068be0155e3 [2021-04-30T08:32:01.525Z] 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-04-30T08:32:01.525Z] ---> Running in d04fbeb739f3 [2021-04-30T08:32:02.107Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:32:03.065Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:32:03.330Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:32:04.295Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:32:04.295Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:32:04.295Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:32:09.653Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:32:09.933Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:32:09.933Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:32:09.933Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:32:10.198Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:32:10.198Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:32:10.198Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:32:10.463Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:32:10.463Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:32:10.463Z] OK: 219 MiB in 52 packages [2021-04-30T08:32:14.714Z] Removing intermediate container d04fbeb739f3 [2021-04-30T08:32:14.714Z] ---> 6c011f508f3c [2021-04-30T08:32:14.714Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:32:14.714Z] ---> Running in 0a5fb3e126da [2021-04-30T08:32:14.714Z] Removing intermediate container 0a5fb3e126da [2021-04-30T08:32:14.714Z] ---> a22e0f51bc67 [2021-04-30T08:32:14.714Z] Step 5/6 : COPY go.mod . [2021-04-30T08:32:14.995Z] ---> d5dad30d881d [2021-04-30T08:32:14.995Z] Step 6/6 : RUN go mod download [2021-04-30T08:32:14.995Z] ---> Running in 003a511b5f1c [2021-04-30T08:32:41.870Z] Removing intermediate container 003a511b5f1c [2021-04-30T08:32:41.870Z] ---> ebdab4b281b1 [2021-04-30T08:32:41.870Z] Successfully built ebdab4b281b1 [2021-04-30T08:32:41.870Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:32:42.233Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:32:42.498Z] . [Pipeline] withDockerContainer [2021-04-30T08:32:42.638Z] prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container [2021-04-30T08:32:42.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-30T08:32:44.218Z] $ docker top e39e7f088581fb00b4f67520ab22447f9c1c9699f995cb0da4e2e43d13df4110 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:32:44.943Z] + go version [2021-04-30T08:32:44.943Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-04-30T08:32:44.967Z] $ docker stop --time=1 e39e7f088581fb00b4f67520ab22447f9c1c9699f995cb0da4e2e43d13df4110 [2021-04-30T08:32:47.123Z] $ docker rm -f e39e7f088581fb00b4f67520ab22447f9c1c9699f995cb0da4e2e43d13df4110 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:32:47.685Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-30T08:32:47.685Z] . [Pipeline] withDockerContainer [2021-04-30T08:32:47.805Z] prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container [2021-04-30T08:32:47.949Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-30T08:32:49.932Z] $ docker top 829634135d67ca6ec66cbde41bc933f7d5fed14d34852a3093f839d8c89ed3e6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-30T08:32:50.366Z] ========================================================= [2021-04-30T08:32:50.366Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:32:50.366Z] ========================================================= [Pipeline] sh [2021-04-30T08:32:51.160Z] + go mod tidy [Pipeline] sh [2021-04-30T08:32:55.405Z] + make test [2021-04-30T08:32:55.405Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:33:10.963Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:33:50.856Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:33:51.647Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:33:58.957Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:33:58.957Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:34:02.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:34:02.783Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:34:03.058Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:34:03.058Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:34:04.511Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:34:05.099Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:34:09.696Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:34:09.696Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:34:09.696Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:34:13.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.207s coverage: 45.9% of statements [2021-04-30T08:34:13.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:34:13.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:34:13.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:34:13.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:34:13.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:34:13.299Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:34:13.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.107s coverage: 19.8% of statements [2021-04-30T08:34:13.299Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements [2021-04-30T08:34:17.324Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2485 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws [2021-04-30T08:34:17.342Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-30T08:34:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.309s coverage: 27.1% of statements [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:34:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:34:17.773Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:34:17.773Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:34:18.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.208s coverage: 71.3% of statements [2021-04-30T08:34:18.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:34:18.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:34:18.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.218s coverage: 87.7% of statements [2021-04-30T08:34:18.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:34:18.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:34:18.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.108s coverage: 78.9% of statements [2021-04-30T08:34:18.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:34:22.927Z] using credential edgex-jenkins-ssh [2021-04-30T08:34:22.947Z] Cloning the remote Git repository [2021-04-30T08:34:23.019Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:34:23.217Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-30T08:34:23.622Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:34:23.623Z] > git --version # timeout=10 [2021-04-30T08:34:23.640Z] > git --version # 'git version 2.17.1' [2021-04-30T08:34:23.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:34:23.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:34:25.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.407s coverage: 28.6% of statements [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:34:25.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:34:25.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.150s coverage: 100.0% of statements [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:34:25.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:34:25.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.212s coverage: 97.5% of statements [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:34:25.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:34:25.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:34:29.701Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.026s coverage: 95.1% of statements [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:34:29.701Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.144s coverage: 58.8% of statements [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:34:29.701Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 0.9% of statements [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:34:29.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:34:29.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements [2021-04-30T08:34:29.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements [2021-04-30T08:34:29.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.097s coverage: 94.1% of statements [2021-04-30T08:34:29.996Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements [2021-04-30T08:34:30.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.175s coverage: 87.5% of statements [2021-04-30T08:34:42.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.201s coverage: 94.4% of statements [2021-04-30T08:34:42.921Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements [2021-04-30T08:34:45.086Z] Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a [2021-04-30T08:34:45.802Z] Merge succeeded, producing b35cb5348cb1a0b7d1d55228b2b9c950a697fdbd [2021-04-30T08:34:45.802Z] Checking out Revision b35cb5348cb1a0b7d1d55228b2b9c950a697fdbd (PR-3404) [2021-04-30T08:34:44.350Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:34:44.366Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-30T08:34:44.388Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-30T08:34:44.412Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-30T08:34:44.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:34:44.424Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-30T08:34:45.109Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:34:45.120Z] > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 [2021-04-30T08:34:45.426Z] > git remote # timeout=10 [2021-04-30T08:34:45.441Z] > git config --get remote.origin.url # timeout=10 [2021-04-30T08:34:45.452Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-30T08:34:45.461Z] > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 [2021-04-30T08:34:45.793Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-30T08:34:45.813Z] > git config core.sparsecheckout # timeout=10 [2021-04-30T08:34:45.828Z] > git checkout -f b35cb5348cb1a0b7d1d55228b2b9c950a697fdbd # timeout=10 [2021-04-30T08:34:46.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.850s coverage: 81.8% of statements [2021-04-30T08:34:46.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:34:50.195Z] Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" [2021-04-30T08:34:50.219Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-30T08:34:50.207Z] > git rev-list --no-walk 2e8c8e8081d8358bca3ace7d04e1e53d0a39a98c # timeout=10 [2021-04-30T08:34:51.676Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:34:52.094Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-30T08:34:52.439Z] + true [2021-04-30T08:34:52.439Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-30T08:34:54.452Z] provisioning config files... [2021-04-30T08:34:54.497Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1440549788914546245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:34:54.870Z] ---> docker-login.sh [2021-04-30T08:34:54.870Z] nexus3.edgexfoundry.org:10001 [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.282s coverage: 92.9% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.102s coverage: 87.2% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.6% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.6% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.764s coverage: 64.4% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.142s coverage: 100.0% of statements [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.263s coverage: 69.0% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 40.5% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.227s coverage: 89.5% of statements [2021-04-30T08:34:55.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:34:55.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.151s coverage: 84.8% of statements [2021-04-30T08:34:55.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:34:56.131Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:34:56.131Z] Configure a credential helper to remove this warning. See [2021-04-30T08:34:56.131Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:34:56.131Z] [2021-04-30T08:34:56.131Z] Login Succeeded [2021-04-30T08:34:56.131Z] nexus3.edgexfoundry.org:10002 [2021-04-30T08:34:56.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:34:56.677Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:34:56.677Z] Configure a credential helper to remove this warning. See [2021-04-30T08:34:56.677Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:34:56.677Z] [2021-04-30T08:34:56.677Z] Login Succeeded [2021-04-30T08:34:56.677Z] nexus3.edgexfoundry.org:10003 [2021-04-30T08:34:56.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:34:57.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:34:57.222Z] Configure a credential helper to remove this warning. See [2021-04-30T08:34:57.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:34:57.222Z] [2021-04-30T08:34:57.222Z] Login Succeeded [2021-04-30T08:34:57.222Z] nexus3.edgexfoundry.org:10004 [2021-04-30T08:34:57.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:34:57.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:34:57.817Z] Configure a credential helper to remove this warning. See [2021-04-30T08:34:57.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:34:57.817Z] [2021-04-30T08:34:57.817Z] Login Succeeded [2021-04-30T08:34:57.817Z] docker.io [2021-04-30T08:34:58.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-30T08:34:58.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-30T08:34:58.688Z] Configure a credential helper to remove this warning. See [2021-04-30T08:34:58.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-30T08:34:58.688Z] [2021-04-30T08:34:58.688Z] Login Succeeded [2021-04-30T08:34:58.688Z] ---> docker-login.sh ends [Pipeline] } [2021-04-30T08:34:58.705Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-30T08:34:59.030Z] ========================================================= [2021-04-30T08:34:59.030Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-04-30T08:34:59.030Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:34:59.374Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-04-30T08:35:00.127Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.484s coverage: 47.0% of statements [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:35:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:35:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:35:00.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements [2021-04-30T08:35:00.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:35:02.037Z] Sending build context to Docker daemon 167.4MB [2021-04-30T08:35:02.037Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-30T08:35:02.037Z] Step 2/6 : FROM ${BASE} [2021-04-30T08:35:02.037Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-30T08:35:02.037Z] 595b0fe564bb: Pulling fs layer [2021-04-30T08:35:02.037Z] 7186ed65a4f7: Pulling fs layer [2021-04-30T08:35:02.037Z] 316046926c0a: Pulling fs layer [2021-04-30T08:35:02.037Z] 4ebd0625c992: Pulling fs layer [2021-04-30T08:35:02.037Z] 207e8628e3a3: Pulling fs layer [2021-04-30T08:35:02.037Z] c791037a9be2: Pulling fs layer [2021-04-30T08:35:02.037Z] ffd874e62e21: Pulling fs layer [2021-04-30T08:35:02.037Z] 4ebd0625c992: Waiting [2021-04-30T08:35:02.037Z] 207e8628e3a3: Waiting [2021-04-30T08:35:02.037Z] c791037a9be2: Waiting [2021-04-30T08:35:02.037Z] ffd874e62e21: Waiting [2021-04-30T08:35:02.037Z] 316046926c0a: Download complete [2021-04-30T08:35:02.037Z] 7186ed65a4f7: Verifying Checksum [2021-04-30T08:35:02.037Z] 7186ed65a4f7: Download complete [2021-04-30T08:35:02.037Z] 207e8628e3a3: Verifying Checksum [2021-04-30T08:35:02.037Z] 207e8628e3a3: Download complete [2021-04-30T08:35:02.037Z] c791037a9be2: Download complete [2021-04-30T08:35:02.037Z] 595b0fe564bb: Verifying Checksum [2021-04-30T08:35:02.037Z] 595b0fe564bb: Download complete [2021-04-30T08:35:02.652Z] 595b0fe564bb: Pull complete [2021-04-30T08:35:02.761Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.820s coverage: 92.6% of statements [2021-04-30T08:35:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:35:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:35:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:35:04.100Z] 7186ed65a4f7: Pull complete [2021-04-30T08:35:04.100Z] 316046926c0a: Pull complete [2021-04-30T08:35:04.713Z] ffd874e62e21: Verifying Checksum [2021-04-30T08:35:04.713Z] ffd874e62e21: Download complete [2021-04-30T08:35:05.699Z] 4ebd0625c992: Verifying Checksum [2021-04-30T08:35:05.699Z] 4ebd0625c992: Download complete [2021-04-30T08:35:06.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.623s coverage: 28.7% of statements [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:35:06.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.143s coverage: 99.0% of statements [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:35:06.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.156s coverage: 100.0% of statements [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:35:06.528Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.311s coverage: 64.6% of statements [2021-04-30T08:35:06.528Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:35:08.036Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.255s coverage: 97.6% of statements [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:35:08.036Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:35:08.036Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:35:08.036Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:35:08.036Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:35:08.036Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-04-30T08:35:08.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 28.1% of statements [2021-04-30T08:35:09.341Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 100.0% of statements [2021-04-30T08:35:09.928Z] GO111MODULE=on go vet ./... [2021-04-30T08:35:15.848Z] 4ebd0625c992: Pull complete [2021-04-30T08:35:15.848Z] 207e8628e3a3: Pull complete [2021-04-30T08:35:15.848Z] c791037a9be2: Pull complete [2021-04-30T08:35:19.220Z] ffd874e62e21: Pull complete [2021-04-30T08:35:19.220Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-04-30T08:35:19.220Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-04-30T08:35:19.220Z] ---> cfc18b08335c [2021-04-30T08:35:19.220Z] 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-04-30T08:35:22.603Z] ---> Running in 19d965ec4409 [2021-04-30T08:35:23.594Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:35:24.593Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:35:25.570Z] (1/12) Installing libmagic (5.39-r0) [2021-04-30T08:35:25.570Z] (2/12) Installing file (5.39-r0) [2021-04-30T08:35:25.570Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-30T08:35:25.844Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-04-30T08:35:31.242Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-30T08:35:31.242Z] (6/12) Installing patch (2.7.6-r6) [2021-04-30T08:35:31.242Z] (7/12) Installing build-base (0.5-r2) [2021-04-30T08:35:31.242Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-30T08:35:31.242Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-04-30T08:35:31.242Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-30T08:35:31.242Z] (11/12) Installing libzmq (4.3.3-r1) [2021-04-30T08:35:31.242Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-04-30T08:35:31.242Z] Executing busybox-1.32.1-r6.trigger [2021-04-30T08:35:31.242Z] OK: 218 MiB in 52 packages [2021-04-30T08:35:35.549Z] Removing intermediate container 19d965ec4409 [2021-04-30T08:35:35.549Z] ---> 77632b5409c5 [2021-04-30T08:35:35.549Z] Step 4/6 : WORKDIR /edgex-go [2021-04-30T08:35:35.549Z] ---> Running in 0084fd399aa3 [2021-04-30T08:35:35.819Z] Removing intermediate container 0084fd399aa3 [2021-04-30T08:35:35.819Z] ---> dc189e8745ac [2021-04-30T08:35:35.819Z] Step 5/6 : COPY go.mod . [2021-04-30T08:35:36.424Z] ---> c7d12a92c38d [2021-04-30T08:35:36.424Z] Step 6/6 : RUN go mod download [2021-04-30T08:35:36.703Z] ---> Running in ae0bea9a4c7b [2021-04-30T08:36:03.506Z] Removing intermediate container ae0bea9a4c7b [2021-04-30T08:36:03.506Z] ---> cfc209d160fe [2021-04-30T08:36:03.506Z] Successfully built cfc209d160fe [2021-04-30T08:36:03.506Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:36:03.864Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:36:03.864Z] . [Pipeline] withDockerContainer [2021-04-30T08:36:04.100Z] prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container [2021-04-30T08:36:04.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T08:36:05.763Z] $ docker top 54ffa8f21c780bafb83390fce926dd29e9bac0ac4ccb57b0ed246847575d0047 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:36:06.745Z] + go version [2021-04-30T08:36:06.745Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-04-30T08:36:06.770Z] $ docker stop --time=1 54ffa8f21c780bafb83390fce926dd29e9bac0ac4ccb57b0ed246847575d0047 [2021-04-30T08:36:06.996Z] gofmt -l . [2021-04-30T08:36:08.425Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:36:08.741Z] $ docker rm -f 54ffa8f21c780bafb83390fce926dd29e9bac0ac4ccb57b0ed246847575d0047 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:36:09.382Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:36:09.465Z] + docker inspect -f . ci-base-image-arm64 [2021-04-30T08:36:09.465Z] . [Pipeline] withDockerContainer [2021-04-30T08:36:09.742Z] prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container [2021-04-30T08:36:09.829Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-30T08:36:10.041Z] ./bin/test-attribution-txt.sh [2021-04-30T08:36:11.349Z] $ docker top 999ac846d0b959cdee508963b339da228e3c7e7f54e736355136972fd3edc1c2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-04-30T08:36:11.728Z] ========================================================= [2021-04-30T08:36:11.728Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-30T08:36:11.728Z] ========================================================= [Pipeline] sh [2021-04-30T08:36:12.352Z] + ls -al . [2021-04-30T08:36:12.352Z] total 800 [2021-04-30T08:36:12.352Z] drwxrwxr-x 10 1001 1001 4096 Apr 30 08:36 . [2021-04-30T08:36:12.352Z] drwxr-xr-x 4 root root 28 Apr 30 08:32 .. [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:30 .dockerignore [2021-04-30T08:36:12.352Z] drwxrwxr-x 8 1001 1001 179 Apr 30 08:30 .git [2021-04-30T08:36:12.352Z] drwxrwxr-x 3 1001 1001 125 Apr 30 08:30 .github [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:30 .gitignore [2021-04-30T08:36:12.352Z] drwx------ 3 1001 1001 60 Apr 30 08:31 .semver [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:30 .sonarcloud.properties [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:30 Attribution.txt [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:30 CONTRIBUTING.md [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:30 Dockerfile.build [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:30 Jenkinsfile [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:30 LICENSE [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:30 Makefile [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:30 README.md [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:30 SECURITY.md [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:31 VERSION [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:30 ZMQWindows.md [2021-04-30T08:36:12.352Z] drwxrwxr-x 2 1001 1001 117 Apr 30 08:30 bin [2021-04-30T08:36:12.352Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:30 cmd [2021-04-30T08:36:12.352Z] -rw-r--r-- 1 root root 691485 Apr 30 08:35 coverage.out [2021-04-30T08:36:12.352Z] -rw-r--r-- 1 root root 1060 Apr 30 08:36 go.mod [2021-04-30T08:36:12.352Z] -rw-r--r-- 1 root root 21862 Apr 30 08:32 go.sum [2021-04-30T08:36:12.352Z] drwxrwxr-x 8 1001 1001 127 Apr 30 08:30 internal [2021-04-30T08:36:12.352Z] drwxrwxr-x 4 1001 1001 26 Apr 30 08:30 openapi [2021-04-30T08:36:12.352Z] drwxrwxr-x 4 1001 1001 71 Apr 30 08:30 snap [2021-04-30T08:36:12.352Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:30 version.go [2021-04-30T08:36:12.373Z] + go mod tidy [Pipeline] sh [2021-04-30T08:36:12.688Z] + '[' -e coverage.out ] [2021-04-30T08:36:12.688Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:36:12.971Z] Stashed 1 file(s) [Pipeline] sh [2021-04-30T08:36:13.276Z] + make build [2021-04-30T08:36:13.276Z] 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 [Pipeline] sh [2021-04-30T08:36:14.050Z] + make test [2021-04-30T08:36:14.050Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-30T08:36:16.628Z] 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-04-30T08:36:35.205Z] 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-04-30T08:36:37.933Z] 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-04-30T08:36:40.885Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-30T08:36:41.686Z] 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-04-30T08:36:42.696Z] 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-04-30T08:36:46.258Z] 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-04-30T08:36:48.902Z] 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-04-30T08:36:50.912Z] 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-04-30T08:36:53.591Z] 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-04-30T08:36:55.663Z] 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-04-30T08:36:58.467Z] 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-04-30T08:37:04.099Z] $ docker stop --time=1 829634135d67ca6ec66cbde41bc933f7d5fed14d34852a3093f839d8c89ed3e6 [2021-04-30T08:37:06.410Z] $ docker rm -f 829634135d67ca6ec66cbde41bc933f7d5fed14d34852a3093f839d8c89ed3e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:37:08.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:37:08.622Z] [2021-04-30T08:37:08.622Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:37:09.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:37:09.035Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-30T08:37:09.035Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-30T08:37:09.035Z] ca9280d653b3: Pulling fs layer [2021-04-30T08:37:09.035Z] 7e9c9ca2126c: Pulling fs layer [2021-04-30T08:37:09.624Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-30T08:37:09.624Z] cbdbe7a5bc2a: Download complete [2021-04-30T08:37:10.223Z] cbdbe7a5bc2a: Pull complete [2021-04-30T08:37:10.508Z] ca9280d653b3: Verifying Checksum [2021-04-30T08:37:10.508Z] ca9280d653b3: Download complete [2021-04-30T08:37:13.201Z] ca9280d653b3: Pull complete [2021-04-30T08:37:13.506Z] 7e9c9ca2126c: Download complete [2021-04-30T08:37:23.858Z] 7e9c9ca2126c: Pull complete [2021-04-30T08:37:23.858Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-30T08:37:23.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:37:23.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-30T08:37:24.079Z] prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container [2021-04-30T08:37:24.177Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-30T08:37:25.558Z] $ docker top c11243d0180a8945a90ed756342a6d46de50b45592a7defa63e61a5a2cb18862 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:37:26.565Z] + docker-compose build --help [2021-04-30T08:37:26.565Z] + grep parallel [2021-04-30T08:37:28.285Z] --parallel Build images in parallel. [Pipeline] } [2021-04-30T08:37:28.320Z] $ docker stop --time=1 c11243d0180a8945a90ed756342a6d46de50b45592a7defa63e61a5a2cb18862 [2021-04-30T08:37:30.000Z] $ docker rm -f c11243d0180a8945a90ed756342a6d46de50b45592a7defa63e61a5a2cb18862 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:37:30.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-30T08:37:30.609Z] . [Pipeline] withDockerContainer [2021-04-30T08:37:30.974Z] prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container [2021-04-30T08:37:31.114Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-30T08:37:32.060Z] $ docker top 16642938d228482a1f2f2e8031b9abeb721c4591b3313357275eb56b941fdc53 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:37:32.558Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:37:34.618Z] Building docker-core-command-go ... [2021-04-30T08:37:34.618Z] Building docker-core-data-go ... [2021-04-30T08:37:34.618Z] Building docker-core-metadata-go ... [2021-04-30T08:37:34.618Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:37:34.618Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:37:34.618Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:37:34.618Z] Building docker-support-notifications-go ... [2021-04-30T08:37:34.618Z] Building docker-support-scheduler-go ... [2021-04-30T08:37:34.618Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:37:34.618Z] Building docker-core-data-go [2021-04-30T08:37:34.618Z] Building docker-security-bootstrapper-go [2021-04-30T08:37:34.618Z] Building docker-security-secretstore-setup-go [2021-04-30T08:37:34.618Z] Building docker-security-proxy-setup-go [2021-04-30T08:37:34.618Z] Building docker-sys-mgmt-agent-go [2021-04-30T08:37:48.970Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-30T08:37:48.970Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-30T08:37:57.364Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-30T08:37:57.364Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-30T08:38:01.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-30T08:38:01.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-30T08:38:01.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-30T08:38:01.729Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-30T08:38:07.160Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-30T08:38:07.160Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-30T08:38:17.353Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-30T08:38:17.353Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-30T08:38:17.353Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-30T08:38:21.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.297s coverage: 45.9% of statements [2021-04-30T08:38:21.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-30T08:38:21.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-30T08:38:21.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-30T08:38:21.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-30T08:38:21.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-30T08:38:21.698Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-30T08:38:21.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.164s coverage: 19.8% of statements [2021-04-30T08:38:21.698Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.244s coverage: 100.0% of statements [2021-04-30T08:38:21.944Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:21.944Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:21.944Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:21.944Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:21.944Z] ---> ebdab4b281b1 [2021-04-30T08:38:21.944Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:38:21.944Z] ---> ebdab4b281b1 [2021-04-30T08:38:21.944Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:38:21.944Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:21.944Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:21.944Z] ---> ebdab4b281b1 [2021-04-30T08:38:21.944Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:38:21.944Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:21.944Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:21.944Z] ---> ebdab4b281b1 [2021-04-30T08:38:21.944Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:38:21.944Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:38:21.944Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:38:21.944Z] ---> ebdab4b281b1 [2021-04-30T08:38:21.944Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:38:21.944Z] ---> Running in f042c027f9a6 [2021-04-30T08:38:21.944Z] ---> Running in 1a3f15b85745 [2021-04-30T08:38:21.944Z] ---> Running in 98d89b1699b9 [2021-04-30T08:38:21.944Z] ---> Running in 8b5d0f8fe881 [2021-04-30T08:38:21.944Z] ---> Running in 3cbc3c93ce3f [2021-04-30T08:38:22.571Z] Removing intermediate container 8b5d0f8fe881 [2021-04-30T08:38:22.571Z] ---> d128ac92dc19 [2021-04-30T08:38:22.571Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:22.571Z] Removing intermediate container 98d89b1699b9 [2021-04-30T08:38:22.571Z] ---> ad33f67f338d [2021-04-30T08:38:22.571Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:22.571Z] Removing intermediate container 1a3f15b85745 [2021-04-30T08:38:22.571Z] ---> bf4ce7f7ca96 [2021-04-30T08:38:22.571Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:22.571Z] Removing intermediate container f042c027f9a6 [2021-04-30T08:38:22.571Z] ---> ad5bd892f815 [2021-04-30T08:38:22.571Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:22.571Z] Removing intermediate container 3cbc3c93ce3f [2021-04-30T08:38:22.571Z] ---> fc77b2a33edf [2021-04-30T08:38:22.571Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:38:22.571Z] ---> Running in f0d5cc15c145 [2021-04-30T08:38:22.571Z] ---> Running in 74ac5cc081cd [2021-04-30T08:38:22.868Z] ---> Running in 8cbebb2ee5f2 [2021-04-30T08:38:22.868Z] ---> Running in 0ebd5bbb89fa [2021-04-30T08:38:22.868Z] ---> Running in 93dd36114aac [2021-04-30T08:38:25.657Z] Removing intermediate container 74ac5cc081cd [2021-04-30T08:38:25.657Z] ---> f6b2ad867e5c [2021-04-30T08:38:25.657Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:38:25.657Z] ---> Running in 0d62f0564b4a [2021-04-30T08:38:25.657Z] Removing intermediate container 8cbebb2ee5f2 [2021-04-30T08:38:25.657Z] ---> 4e8680440ad0 [2021-04-30T08:38:25.657Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-30T08:38:25.930Z] ---> Running in 190fb2c2b4d8 [2021-04-30T08:38:25.930Z] Removing intermediate container f0d5cc15c145 [2021-04-30T08:38:25.930Z] ---> 7fb0bb6d5608 [2021-04-30T08:38:25.930Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:38:26.253Z] Removing intermediate container 93dd36114aac [2021-04-30T08:38:26.253Z] ---> 9d31eaabda7e [2021-04-30T08:38:26.253Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:38:26.253Z] Removing intermediate container 0ebd5bbb89fa [2021-04-30T08:38:26.253Z] ---> 6269b03d6857 [2021-04-30T08:38:26.253Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:38:26.253Z] ---> Running in 2183f70c4504 [2021-04-30T08:38:26.613Z] ---> Running in f6869a1a5e47 [2021-04-30T08:38:26.613Z] ---> Running in e208a8e39cd4 [2021-04-30T08:38:26.893Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:26.893Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:27.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:27.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:27.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:28.264Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:28.264Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:28.660Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:28.660Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:29.014Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:29.784Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:30.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements [2021-04-30T08:38:30.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-30T08:38:30.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-30T08:38:30.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-30T08:38:30.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-30T08:38:30.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-30T08:38:30.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-30T08:38:30.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements [2021-04-30T08:38:30.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-30T08:38:30.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.176s coverage: 100.0% of statements [2021-04-30T08:38:30.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-30T08:38:30.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-30T08:38:30.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 71.3% of statements [2021-04-30T08:38:30.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-30T08:38:30.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-30T08:38:30.175Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:30.556Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:30.880Z] Removing intermediate container 190fb2c2b4d8 [2021-04-30T08:38:30.880Z] ---> 6278ed86d701 [2021-04-30T08:38:30.880Z] Step 6/23 : COPY go.mod . [2021-04-30T08:38:31.234Z] Removing intermediate container 0d62f0564b4a [2021-04-30T08:38:31.234Z] ---> 52f68c677c41 [2021-04-30T08:38:31.234Z] Step 6/23 : COPY go.mod . [2021-04-30T08:38:31.568Z] Removing intermediate container 2183f70c4504 [2021-04-30T08:38:31.568Z] ---> 4e80d6319ac0 [2021-04-30T08:38:31.568Z] Step 6/31 : COPY go.mod . [2021-04-30T08:38:31.867Z] ---> 188993035f23 [2021-04-30T08:38:31.867Z] Step 7/23 : RUN go mod download [2021-04-30T08:38:31.867Z] ---> eaf6122c184d [2021-04-30T08:38:31.867Z] Step 7/23 : RUN go mod download [2021-04-30T08:38:31.867Z] Removing intermediate container e208a8e39cd4 [2021-04-30T08:38:31.867Z] ---> 9dd888e41ec9 [2021-04-30T08:38:31.867Z] Step 6/21 : COPY go.mod . [2021-04-30T08:38:31.867Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:38:31.867Z] ---> Running in 27dc796169b8 [2021-04-30T08:38:31.867Z] ---> Running in 461a9571eb36 [2021-04-30T08:38:32.166Z] ---> 12e727a723e2 [2021-04-30T08:38:32.166Z] Step 7/31 : RUN go mod download [2021-04-30T08:38:32.463Z] ---> Running in 107eb62d8eec [2021-04-30T08:38:32.463Z] ---> 870ff257c82b [2021-04-30T08:38:32.463Z] Step 7/21 : RUN go mod download [2021-04-30T08:38:32.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.498s coverage: 87.7% of statements [2021-04-30T08:38:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-30T08:38:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:38:32.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.201s coverage: 78.9% of statements [2021-04-30T08:38:32.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-30T08:38:32.787Z] ---> Running in 7335c107abad [2021-04-30T08:38:34.902Z] OK: 219 MiB in 52 packages [2021-04-30T08:38:35.509Z] Removing intermediate container 7335c107abad [2021-04-30T08:38:35.509Z] ---> 596cace4a409 [2021-04-30T08:38:35.509Z] Step 8/21 : COPY . . [2021-04-30T08:38:35.795Z] Removing intermediate container 27dc796169b8 [2021-04-30T08:38:35.795Z] ---> 668c836ad503 [2021-04-30T08:38:35.795Z] Step 8/23 : COPY . . [2021-04-30T08:38:36.430Z] Removing intermediate container 107eb62d8eec [2021-04-30T08:38:36.430Z] ---> 43bf3ac78a0b [2021-04-30T08:38:36.430Z] Step 8/31 : COPY . . [2021-04-30T08:38:37.892Z] Removing intermediate container 461a9571eb36 [2021-04-30T08:38:37.892Z] ---> c1bcbfcdbc3a [2021-04-30T08:38:37.892Z] Step 8/23 : COPY . . [2021-04-30T08:38:38.921Z] Removing intermediate container f6869a1a5e47 [2021-04-30T08:38:38.921Z] ---> d6116602e335 [2021-04-30T08:38:38.921Z] Step 6/24 : COPY go.mod . [2021-04-30T08:38:42.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.259s coverage: 28.6% of statements [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-30T08:38:42.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.328s coverage: 100.0% of statements [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-30T08:38:42.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.161s coverage: 100.0% of statements [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-30T08:38:42.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.363s coverage: 86.7% of statements [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-30T08:38:42.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.439s coverage: 97.5% of statements [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-30T08:38:42.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-30T08:38:42.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-30T08:38:43.344Z] ---> 8dec84f96c2b [2021-04-30T08:38:43.345Z] Step 7/24 : RUN go mod download [2021-04-30T08:38:45.342Z] ---> Running in 0578c16ebb14 [2021-04-30T08:38:49.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.383s coverage: 95.1% of statements [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-30T08:38:49.683Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-30T08:38:49.683Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.311s coverage: 0.9% of statements [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-30T08:38:49.683Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-30T08:38:49.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.138s coverage: 47.1% of statements [2021-04-30T08:38:49.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.173s coverage: 79.5% of statements [2021-04-30T08:38:49.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements [2021-04-30T08:38:49.683Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.157s coverage: 96.3% of statements [2021-04-30T08:38:50.288Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.170s coverage: 87.5% of statements [2021-04-30T08:38:58.216Z] Removing intermediate container 0578c16ebb14 [2021-04-30T08:38:58.216Z] ---> 7f129e44cb34 [2021-04-30T08:38:58.216Z] Step 8/24 : COPY . . [2021-04-30T08:39:02.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.200s coverage: 94.4% of statements [2021-04-30T08:39:02.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.132s coverage: 44.8% of statements [2021-04-30T08:39:07.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.498s coverage: 81.8% of statements [2021-04-30T08:39:07.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.220s coverage: 92.9% of statements [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.135s coverage: 80.8% of statements [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.223s coverage: 84.6% of statements [2021-04-30T08:39:15.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.256s coverage: 91.6% of statements [2021-04-30T08:39:15.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-30T08:39:15.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.750s coverage: 64.4% of statements [2021-04-30T08:39:15.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-30T08:39:15.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-30T08:39:15.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements [2021-04-30T08:39:15.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-04-30T08:39:15.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.118s coverage: 100.0% of statements [2021-04-30T08:39:16.272Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2021-04-30T08:39:17.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-04-30T08:39:21.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.021s coverage: 69.0% of statements [2021-04-30T08:39:21.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-30T08:39:21.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-30T08:39:21.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-30T08:39:22.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.665s coverage: 40.5% of statements [2021-04-30T08:39:22.600Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-30T08:39:22.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-30T08:39:22.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements [2021-04-30T08:39:22.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-30T08:39:22.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements [2021-04-30T08:39:29.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-30T08:39:29.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-30T08:39:29.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-30T08:39:29.371Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements [2021-04-30T08:39:29.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-30T08:39:29.974Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.517s coverage: 92.6% of statements [2021-04-30T08:39:29.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-30T08:39:29.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:39:29.974Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-30T08:39:31.030Z] ---> 6d9c532c3b78 [2021-04-30T08:39:31.030Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:39:31.030Z] ---> Running in 2d4ddb747e9d [2021-04-30T08:39:31.030Z] ---> bda7a81d8e36 [2021-04-30T08:39:31.030Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:39:31.030Z] ---> a022c6e49d6b [2021-04-30T08:39:31.030Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:39:31.030Z] ---> 13c24dbf2f58 [2021-04-30T08:39:31.030Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:39:32.288Z] ---> Running in 3ec44be33981 [2021-04-30T08:39:32.288Z] ---> Running in 66a5d9768dea [2021-04-30T08:39:32.288Z] ---> Running in da9cab388641 [2021-04-30T08:39:32.569Z] 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-04-30T08:39:33.559Z] 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-04-30T08:39:33.559Z] 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-04-30T08:39:33.559Z] 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-04-30T08:39:38.990Z] ---> fc6aa47c383b [2021-04-30T08:39:38.990Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.106s coverage: 28.7% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.233s coverage: 99.0% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.206s coverage: 64.6% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.408s coverage: 97.6% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-30T08:39:39.157Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-30T08:39:39.157Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-04-30T08:39:39.431Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.130s coverage: 28.1% of statements [2021-04-30T08:39:39.576Z] ---> Running in d6dab66867e8 [2021-04-30T08:39:40.406Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-04-30T08:39:41.387Z] GO111MODULE=on go vet ./... [2021-04-30T08:39:41.613Z] 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-04-30T08:40:20.915Z] 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-04-30T08:40:29.555Z] 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-04-30T08:40:31.067Z] Removing intermediate container 66a5d9768dea [2021-04-30T08:40:31.067Z] ---> 6ac429b04e32 [2021-04-30T08:40:31.067Z] [2021-04-30T08:40:31.067Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:40:31.355Z] 3.12: Pulling from library/alpine [2021-04-30T08:40:31.355Z] Removing intermediate container 2d4ddb747e9d [2021-04-30T08:40:31.355Z] ---> 57c03432af3e [2021-04-30T08:40:31.355Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:40:31.681Z] ---> Running in 4af7ec24b202 [2021-04-30T08:40:33.794Z] 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-04-30T08:40:34.063Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:40:34.063Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:40:34.063Z] ---> 13621d1b12d4 [2021-04-30T08:40:34.063Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:40:35.548Z] ---> Running in 689979d5a654 [2021-04-30T08:40:35.844Z] Removing intermediate container 3ec44be33981 [2021-04-30T08:40:35.844Z] ---> d3aec9be9d23 [2021-04-30T08:40:35.844Z] [2021-04-30T08:40:35.844Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:40:35.844Z] ---> 13621d1b12d4 [2021-04-30T08:40:35.844Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:40:35.844Z] ---> Running in c56d3502e839 [2021-04-30T08:40:36.177Z] Removing intermediate container 689979d5a654 [2021-04-30T08:40:36.177Z] ---> c8e58dc8d42a [2021-04-30T08:40:36.177Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:40:36.548Z] ---> Running in 1caf0a685910 [2021-04-30T08:40:39.279Z] Removing intermediate container 4af7ec24b202 [2021-04-30T08:40:39.279Z] ---> 04ebceed6874 [2021-04-30T08:40:39.279Z] [2021-04-30T08:40:39.279Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:40:39.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:39.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:39.602Z] 20.10.0: Pulling from library/docker [2021-04-30T08:40:39.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:39.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:39.602Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:40:39.602Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:40:39.602Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:40:39.602Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:40:39.602Z] OK: 6 MiB in 16 packages [2021-04-30T08:40:39.602Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:40:39.602Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:40:39.602Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:40:39.931Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:40:39.931Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:40:39.931Z] Removing intermediate container d6dab66867e8 [2021-04-30T08:40:39.931Z] ---> 332355c80da1 [2021-04-30T08:40:39.931Z] [2021-04-30T08:40:39.931Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:40:39.931Z] ---> 13621d1b12d4 [2021-04-30T08:40:39.931Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:40:39.931Z] OK: 7 MiB in 18 packages [2021-04-30T08:40:40.638Z] ---> Running in 7e226434c4ca [2021-04-30T08:40:40.638Z] Removing intermediate container da9cab388641 [2021-04-30T08:40:40.638Z] ---> aaf7ae7a5fb3 [2021-04-30T08:40:40.638Z] [2021-04-30T08:40:40.638Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:40:40.638Z] ---> 13621d1b12d4 [2021-04-30T08:40:40.638Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:40:40.934Z] ---> Running in 3d8761ed0281 [2021-04-30T08:40:42.437Z] Removing intermediate container 3d8761ed0281 [2021-04-30T08:40:42.437Z] ---> 8bc8b5c1ffe6 [2021-04-30T08:40:42.437Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:40:42.437Z] Removing intermediate container 1caf0a685910 [2021-04-30T08:40:42.437Z] ---> 6743ea7102ed [2021-04-30T08:40:42.437Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:40:42.823Z] ---> Running in 38cc7b916f12 [2021-04-30T08:40:42.823Z] ---> Running in 46a6904e2625 [2021-04-30T08:40:42.823Z] Removing intermediate container c56d3502e839 [2021-04-30T08:40:42.823Z] ---> e48f0183d6db [2021-04-30T08:40:42.823Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:40:42.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:42.823Z] ---> Running in 83de1359216a [2021-04-30T08:40:42.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:43.148Z] Removing intermediate container 38cc7b916f12 [2021-04-30T08:40:43.148Z] ---> 28a3808d49f7 [2021-04-30T08:40:43.148Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:40:43.148Z] Removing intermediate container 46a6904e2625 [2021-04-30T08:40:43.148Z] ---> 6423a2862b05 [2021-04-30T08:40:43.148Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:40:43.148Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:40:43.148Z] ---> Running in dea456c21e04 [2021-04-30T08:40:43.148Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:40:43.148Z] ---> Running in 5e7f3943b387 [2021-04-30T08:40:43.148Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:40:43.148Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:40:43.148Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:40:43.148Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:40:43.148Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:40:43.148Z] Removing intermediate container 83de1359216a [2021-04-30T08:40:43.148Z] ---> ef332bc83ec6 [2021-04-30T08:40:43.148Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:40:43.148Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:40:43.450Z] OK: 7 MiB in 20 packages [2021-04-30T08:40:44.451Z] ---> Running in 689544182e29 [2021-04-30T08:40:44.451Z] Removing intermediate container dea456c21e04 [2021-04-30T08:40:44.451Z] ---> 92a7c5f49e33 [2021-04-30T08:40:44.451Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:40:44.451Z] Removing intermediate container 5e7f3943b387 [2021-04-30T08:40:44.451Z] ---> 634c5d50e4df [2021-04-30T08:40:44.451Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:40:44.451Z] ---> Running in 47f2ad64a565 [2021-04-30T08:40:44.719Z] ---> Running in 561f76f50a4c [2021-04-30T08:40:45.020Z] Removing intermediate container 689544182e29 [2021-04-30T08:40:45.020Z] ---> d1b9a996d8bb [2021-04-30T08:40:45.020Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:40:45.317Z] Removing intermediate container 7e226434c4ca [2021-04-30T08:40:45.317Z] ---> 1bfbd126a673 [2021-04-30T08:40:45.317Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:40:45.591Z] ---> Running in 1eccc36f4339 [2021-04-30T08:40:45.894Z] ---> 608b1d04ed46 [2021-04-30T08:40:45.894Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:40:46.182Z] Removing intermediate container 1eccc36f4339 [2021-04-30T08:40:46.182Z] ---> ffab3020330a [2021-04-30T08:40:46.182Z] Step 13/24 : WORKDIR / [2021-04-30T08:40:46.463Z] ---> Running in 1cd31abdebf7 [2021-04-30T08:40:46.738Z] Removing intermediate container 1cd31abdebf7 [2021-04-30T08:40:46.738Z] ---> a943ef5dc194 [2021-04-30T08:40:46.738Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-30T08:40:47.007Z] ---> 174b58e36aff [2021-04-30T08:40:47.007Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:40:47.007Z] Removing intermediate container 47f2ad64a565 [2021-04-30T08:40:47.007Z] ---> 829e4d13713e [2021-04-30T08:40:47.007Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:40:47.283Z] ---> Running in 7035386e1b08 [2021-04-30T08:40:47.283Z] Removing intermediate container 561f76f50a4c [2021-04-30T08:40:47.283Z] ---> bfc08a294ddd [2021-04-30T08:40:47.283Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:40:47.580Z] ---> 51ca84ef6f42 [2021-04-30T08:40:47.580Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-30T08:40:47.580Z] ---> Running in 8bf1a732444e [2021-04-30T08:40:49.073Z] Removing intermediate container 7035386e1b08 [2021-04-30T08:40:49.073Z] ---> 005aa185c87a [2021-04-30T08:40:49.073Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:40:49.073Z] ---> 0248646f6aa9 [2021-04-30T08:40:49.073Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:40:49.073Z] ---> b2ee83c275a2 [2021-04-30T08:40:49.073Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:40:49.679Z] ---> Running in 1438da029c74 [2021-04-30T08:40:49.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:49.679Z] ---> a8d4a51f2201 [2021-04-30T08:40:49.679Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:40:49.953Z] ---> Running in 66b1978c54ec [2021-04-30T08:40:49.953Z] Removing intermediate container 1438da029c74 [2021-04-30T08:40:49.953Z] ---> 7d7bc872ce7c [2021-04-30T08:40:49.953Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:40:49.953Z] ---> 7f960ff8a43f [2021-04-30T08:40:49.953Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:40:50.225Z] ---> Running in c9a97a3174e5 [2021-04-30T08:40:50.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:50.541Z] Removing intermediate container c9a97a3174e5 [2021-04-30T08:40:50.541Z] ---> 4ba0bd9ee38c [2021-04-30T08:40:50.541Z] Step 19/21 : LABEL arch=x86_64 [2021-04-30T08:40:50.541Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:40:50.905Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:40:50.905Z] ---> aefe523efa57 [2021-04-30T08:40:50.905Z] 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-04-30T08:40:50.905Z] ---> Running in fb5a360afcd3 [2021-04-30T08:40:50.905Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:40:50.905Z] ---> Running in d7b67616fa5c [2021-04-30T08:40:50.905Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:40:50.905Z] ---> 8d8704b3740a [2021-04-30T08:40:50.905Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:40:51.212Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:40:51.212Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:40:51.212Z] Removing intermediate container fb5a360afcd3 [2021-04-30T08:40:51.212Z] ---> d7cee96d16fc [2021-04-30T08:40:51.212Z] Step 20/21 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:40:51.505Z] Removing intermediate container d7b67616fa5c [2021-04-30T08:40:51.505Z] ---> 694411ad98f1 [2021-04-30T08:40:51.505Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:40:51.505Z] ---> Running in b65c29434e5a [2021-04-30T08:40:51.505Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:40:51.813Z] ---> Running in 8462bf0f83f1 [2021-04-30T08:40:51.813Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:40:51.813Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:40:51.813Z] OK: 8 MiB in 20 packages [2021-04-30T08:40:52.109Z] ---> 2611eed05325 [2021-04-30T08:40:52.109Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:40:52.109Z] Removing intermediate container b65c29434e5a [2021-04-30T08:40:52.109Z] ---> 0cdb155457e2 [2021-04-30T08:40:52.109Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:40:52.394Z] Removing intermediate container 66b1978c54ec [2021-04-30T08:40:52.394Z] ---> f3e17a23877c [2021-04-30T08:40:52.394Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:40:52.394Z] ---> Running in 812905fd39ff [2021-04-30T08:40:52.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:53.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:40:53.262Z] ---> 203c46ddc7a4 [2021-04-30T08:40:53.262Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-30T08:40:53.262Z] ---> 6b1284396d3c [2021-04-30T08:40:53.262Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:40:53.262Z] Removing intermediate container 812905fd39ff [2021-04-30T08:40:53.262Z] ---> 3f19a52691f0 [2021-04-30T08:40:53.262Z] [2021-04-30T08:40:53.262Z] ---> Running in e17f84a5a1cd [2021-04-30T08:40:53.262Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:40:53.262Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:40:53.262Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:40:53.529Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:40:53.529Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:40:53.529Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:40:53.529Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:40:53.529Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:40:53.529Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:40:53.529Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:40:53.529Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:40:53.529Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:40:53.529Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:40:53.529Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:40:53.813Z] Removing intermediate container 8bf1a732444e [2021-04-30T08:40:53.813Z] ---> fc10739ef75d [2021-04-30T08:40:53.813Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:40:54.109Z] ERROR: Failed to create usr/lib/python3.8/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl: I/O error [2021-04-30T08:40:54.109Z] ERROR: python3-3.8.8-r0: IO ERROR [2021-04-30T08:40:54.109Z] Successfully built 3f19a52691f0 [2021-04-30T08:40:54.109Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-30T08:40:54.109Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-04-30T08:40:54.383Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:40:54.383Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:40:54.383Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:40:54.383Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:40:54.383Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:40:54.383Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:40:54.383Z] ---> c8bdd9ed4f60 [2021-04-30T08:40:54.383Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:40:54.383Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:40:54.671Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:40:55.072Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:40:55.072Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:40:55.072Z] ---> dcb28eaf80c8 [2021-04-30T08:40:55.072Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:40:55.072Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:40:55.369Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:40:55.369Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:40:55.369Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:40:55.653Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:40:55.653Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:40:56.275Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:40:56.543Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:40:57.187Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:40:57.792Z] ---> d5998c8ce66b [2021-04-30T08:40:57.792Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:40:57.792Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:40:57.792Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:40:57.792Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:40:57.792Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:40:58.060Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:40:58.060Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:40:58.060Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:40:58.660Z] ---> ba24caf1d528 [2021-04-30T08:40:58.660Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:41:00.660Z] Removing intermediate container e17f84a5a1cd [2021-04-30T08:41:00.660Z] ---> ef67825394e2 [2021-04-30T08:41:00.660Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:41:00.660Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:41:00.660Z] 1 error; 27 MiB in 58 packages [2021-04-30T08:41:00.925Z] ---> 9667ef29017e [2021-04-30T08:41:00.925Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:41:01.191Z] ---> Running in c6cc519e6eff [2021-04-30T08:41:02.224Z] ---> 5f8dfc0f27fe [2021-04-30T08:41:02.224Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:41:02.498Z] ---> d1ac7a8e5f30 [2021-04-30T08:41:02.498Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:41:02.781Z] ---> Running in b7efe40b76b5 [2021-04-30T08:41:03.055Z] Removing intermediate container c6cc519e6eff [2021-04-30T08:41:03.055Z] ---> cdf18717edd0 [2021-04-30T08:41:03.055Z] Step 22/24 : LABEL arch=x86_64 [2021-04-30T08:41:03.327Z] Building docker-support-notifications-go [2021-04-30T08:41:03.612Z] Removing intermediate container b7efe40b76b5 [2021-04-30T08:41:03.612Z] ---> 0ee06fd7e525 [2021-04-30T08:41:03.612Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:41:03.612Z] ---> Running in 7a62302baee1 [2021-04-30T08:41:03.612Z] ---> Running in 3c5d21e1b3e7 [2021-04-30T08:41:04.216Z] ---> Running in 800c2e1fdeb9 [2021-04-30T08:41:05.653Z] Removing intermediate container 3c5d21e1b3e7 [2021-04-30T08:41:05.653Z] ---> 0b9238d7288e [2021-04-30T08:41:05.653Z] Step 23/24 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:41:05.653Z] Removing intermediate container 7a62302baee1 [2021-04-30T08:41:05.653Z] ---> 7f654f59f56e [2021-04-30T08:41:05.653Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:41:05.653Z] Removing intermediate container 800c2e1fdeb9 [2021-04-30T08:41:05.653Z] ---> 77e8b2571738 [2021-04-30T08:41:05.653Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:41:06.277Z] ---> Running in b905b56405ab [2021-04-30T08:41:06.913Z] ---> Running in 85173ca3e6c5 [2021-04-30T08:41:07.197Z] ---> 63ac692c8c49 [2021-04-30T08:41:07.197Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:41:07.197Z] Removing intermediate container b905b56405ab [2021-04-30T08:41:07.197Z] ---> d649a9ae44b3 [2021-04-30T08:41:07.197Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:41:07.829Z] ---> Running in 2eb6dc794840 [2021-04-30T08:41:07.829Z] Removing intermediate container 85173ca3e6c5 [2021-04-30T08:41:07.829Z] ---> 1ffeb2cdbd55 [2021-04-30T08:41:07.829Z] Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:41:09.288Z] ---> Running in f2b7d693fed2 [2021-04-30T08:41:09.288Z] ---> Running in e54efc1cf3fd [2021-04-30T08:41:09.895Z] Removing intermediate container 2eb6dc794840 [2021-04-30T08:41:09.895Z] ---> d208c4e91df5 [2021-04-30T08:41:09.895Z] [2021-04-30T08:41:10.520Z] Removing intermediate container e54efc1cf3fd [2021-04-30T08:41:10.520Z] ---> 4f2bae115fb5 [2021-04-30T08:41:10.520Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:41:10.815Z] Successfully built d208c4e91df5 [2021-04-30T08:41:10.815Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-30T08:41:10.815Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-30T08:41:11.427Z] ---> Running in 262b2b3f2a03 [2021-04-30T08:41:12.434Z] Removing intermediate container 262b2b3f2a03 [2021-04-30T08:41:12.434Z] ---> f8438cc7f0b1 [2021-04-30T08:41:12.434Z] [2021-04-30T08:41:13.068Z] Successfully built f8438cc7f0b1 [2021-04-30T08:41:13.068Z] Successfully tagged docker-core-data-go:latest [2021-04-30T08:41:13.068Z] Building docker-core-command-go [2021-04-30T08:41:15.148Z]  Building docker-core-data-go ... done Removing intermediate container f2b7d693fed2 [2021-04-30T08:41:15.149Z] ---> ef274786686b [2021-04-30T08:41:15.149Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:41:15.460Z] ---> Running in d856f7de9c51 [2021-04-30T08:41:16.140Z] Removing intermediate container d856f7de9c51 [2021-04-30T08:41:16.140Z] ---> e3e5b0385d77 [2021-04-30T08:41:16.140Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:41:16.798Z] ---> Running in e418b1d4ccb6 [2021-04-30T08:41:17.787Z] Removing intermediate container e418b1d4ccb6 [2021-04-30T08:41:17.787Z] ---> 13abbc62dec9 [2021-04-30T08:41:17.787Z] Step 29/31 : LABEL arch=x86_64 [2021-04-30T08:41:18.073Z] ---> Running in 6594fcfe2b20 [2021-04-30T08:41:18.705Z] Removing intermediate container 6594fcfe2b20 [2021-04-30T08:41:18.705Z] ---> 253e0a741e99 [2021-04-30T08:41:18.705Z] Step 30/31 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:41:19.341Z] ---> Running in 66ef4776a367 [2021-04-30T08:41:20.367Z] Removing intermediate container 66ef4776a367 [2021-04-30T08:41:20.367Z] ---> ed53b59fce1f [2021-04-30T08:41:20.367Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:41:20.975Z] ---> Running in 28421459cc5b [2021-04-30T08:41:21.577Z] Removing intermediate container 28421459cc5b [2021-04-30T08:41:21.577Z] ---> bf5470893ce0 [2021-04-30T08:41:21.577Z] [2021-04-30T08:41:21.848Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:41:21.848Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:41:21.848Z] ---> ebdab4b281b1 [2021-04-30T08:41:21.848Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:41:21.848Z] ---> Using cache [2021-04-30T08:41:21.848Z] ---> ad5bd892f815 [2021-04-30T08:41:21.848Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:41:21.848Z] ---> Using cache [2021-04-30T08:41:21.848Z] ---> 4e8680440ad0 [2021-04-30T08:41:21.848Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:41:22.122Z] Successfully built bf5470893ce0 [2021-04-30T08:41:22.399Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-30T08:41:23.005Z]  Building docker-security-bootstrapper-go ... done  ---> Running in af5dcaeb57a1 [2021-04-30T08:41:25.798Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:41:26.768Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:41:27.388Z] OK: 219 MiB in 52 packages [2021-04-30T08:41:29.439Z] Removing intermediate container af5dcaeb57a1 [2021-04-30T08:41:29.439Z] ---> d79a47acd15e [2021-04-30T08:41:29.439Z] Step 6/22 : COPY go.mod . [2021-04-30T08:41:30.072Z] ---> 4f3a1049402a [2021-04-30T08:41:30.072Z] Step 7/22 : RUN go mod download [2021-04-30T08:41:30.703Z] ---> Running in fefbe7ac4493 [2021-04-30T08:41:33.285Z] gofmt -l . [2021-04-30T08:41:33.285Z] [ "`gofmt -l .`" = "" ] [2021-04-30T08:41:33.285Z] ./bin/test-go-mod-tidy.sh [2021-04-30T08:41:33.285Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-30T08:41:33.963Z] + ls -al . [2021-04-30T08:41:33.963Z] total 828 [2021-04-30T08:41:33.963Z] drwxrwxr-x 9 1001 1001 4096 Apr 30 08:41 . [2021-04-30T08:41:33.963Z] drwxr-xr-x 4 root root 4096 Apr 30 08:36 .. [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 11 Apr 30 08:34 .dockerignore [2021-04-30T08:41:33.963Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:34 .git [2021-04-30T08:41:33.963Z] drwxrwxr-x 3 1001 1001 4096 Apr 30 08:34 .github [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 818 Apr 30 08:34 .gitignore [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 166 Apr 30 08:34 .sonarcloud.properties [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:34 Attribution.txt [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:34 CONTRIBUTING.md [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 931 Apr 30 08:34 Dockerfile.build [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 863 Apr 30 08:34 Jenkinsfile [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:34 LICENSE [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:34 Makefile [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:34 README.md [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:34 SECURITY.md [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 5 Apr 30 08:31 VERSION [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:34 ZMQWindows.md [2021-04-30T08:41:33.963Z] drwxrwxr-x 2 1001 1001 4096 Apr 30 08:34 bin [2021-04-30T08:41:33.963Z] drwxrwxr-x 14 1001 1001 4096 Apr 30 08:34 cmd [2021-04-30T08:41:33.963Z] -rw-r--r-- 1 root root 691485 Apr 30 08:39 coverage.out [2021-04-30T08:41:33.963Z] -rw-r--r-- 1 root root 1060 Apr 30 08:41 go.mod [2021-04-30T08:41:33.963Z] -rw-r--r-- 1 root root 21862 Apr 30 08:36 go.sum [2021-04-30T08:41:33.963Z] drwxrwxr-x 8 1001 1001 4096 Apr 30 08:34 internal [2021-04-30T08:41:33.963Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:34 openapi [2021-04-30T08:41:33.963Z] drwxrwxr-x 4 1001 1001 4096 Apr 30 08:34 snap [2021-04-30T08:41:33.963Z] -rw-rw-r-- 1 1001 1001 168 Apr 30 08:34 version.go [Pipeline] sh [2021-04-30T08:41:34.639Z] + '[' -e coverage.out ] [2021-04-30T08:41:34.639Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-30T08:41:34.661Z] Warning: overwriting stash ‘coverage-report’ [2021-04-30T08:41:36.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:41:36.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:41:36.139Z] ---> ebdab4b281b1 [2021-04-30T08:41:36.139Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:41:36.139Z] ---> Using cache [2021-04-30T08:41:36.139Z] ---> ad5bd892f815 [2021-04-30T08:41:36.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:41:36.139Z] ---> Using cache [2021-04-30T08:41:36.139Z] ---> 4e8680440ad0 [2021-04-30T08:41:36.139Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:41:36.139Z] Removing intermediate container fefbe7ac4493 [2021-04-30T08:41:36.139Z] ---> b26addd6c825 [2021-04-30T08:41:36.139Z] Step 8/22 : COPY . . [2021-04-30T08:41:36.228Z] Stashed 1 file(s) [Pipeline] sh [2021-04-30T08:41:36.423Z] ---> Running in 66240c1412f1 [2021-04-30T08:41:36.961Z] + make build [2021-04-30T08:41:36.961Z] 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-04-30T08:41:39.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:41:40.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:41:40.849Z] OK: 219 MiB in 52 packages [2021-04-30T08:41:44.315Z] Removing intermediate container 66240c1412f1 [2021-04-30T08:41:44.315Z] ---> 5663f78a8be1 [2021-04-30T08:41:44.315Z] Step 6/22 : COPY go.mod . [2021-04-30T08:41:44.315Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:41:44.315Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:41:44.315Z] ---> ebdab4b281b1 [2021-04-30T08:41:44.315Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:41:44.315Z] ---> Using cache [2021-04-30T08:41:44.315Z] ---> ad5bd892f815 [2021-04-30T08:41:44.315Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:41:44.315Z] ---> Using cache [2021-04-30T08:41:44.315Z] ---> 4e8680440ad0 [2021-04-30T08:41:44.315Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:41:44.315Z] ---> Using cache [2021-04-30T08:41:44.315Z] ---> d79a47acd15e [2021-04-30T08:41:44.315Z] Step 6/23 : COPY go.mod . [2021-04-30T08:41:44.315Z] ---> Using cache [2021-04-30T08:41:44.315Z] ---> 4f3a1049402a [2021-04-30T08:41:44.315Z] Step 7/23 : RUN go mod download [2021-04-30T08:41:44.315Z] ---> Using cache [2021-04-30T08:41:44.316Z] ---> b26addd6c825 [2021-04-30T08:41:44.316Z] Step 8/23 : COPY . . [2021-04-30T08:41:44.618Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:41:44.618Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:41:44.618Z] ---> ebdab4b281b1 [2021-04-30T08:41:44.618Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:41:44.618Z] ---> Using cache [2021-04-30T08:41:44.618Z] ---> ad5bd892f815 [2021-04-30T08:41:44.618Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:41:44.618Z] ---> Using cache [2021-04-30T08:41:44.618Z] ---> 4e8680440ad0 [2021-04-30T08:41:44.618Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:41:44.618Z] ---> Using cache [2021-04-30T08:41:44.618Z] ---> d79a47acd15e [2021-04-30T08:41:44.618Z] Step 6/23 : COPY go.mod . [2021-04-30T08:41:44.618Z] ---> Using cache [2021-04-30T08:41:44.618Z] ---> 4f3a1049402a [2021-04-30T08:41:44.618Z] Step 7/23 : RUN go mod download [2021-04-30T08:41:44.618Z] ---> Using cache [2021-04-30T08:41:44.618Z] ---> b26addd6c825 [2021-04-30T08:41:44.618Z] Step 8/23 : COPY . . [2021-04-30T08:41:45.624Z] 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-04-30T08:41:46.081Z] ---> cfa0d15a764b [2021-04-30T08:41:46.081Z] Step 7/22 : RUN go mod download [2021-04-30T08:41:47.105Z] ---> Running in bdd3b02dda49 [2021-04-30T08:41:59.655Z] Removing intermediate container bdd3b02dda49 [2021-04-30T08:41:59.655Z] ---> bf7f93ff5e40 [2021-04-30T08:41:59.655Z] Step 8/22 : COPY . . [2021-04-30T08:42:18.038Z] 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-04-30T08:42:20.019Z] 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-04-30T08:42:22.050Z] ---> 23aee874539d [2021-04-30T08:42:22.050Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:42:22.050Z] ---> fcfee5237c32 [2021-04-30T08:42:22.050Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:42:22.314Z] ---> Running in 6eb8cce7f159 [2021-04-30T08:42:22.314Z] ---> Running in 4ca1cebd2beb [2021-04-30T08:42:22.314Z] ---> 88afdb28e0eb [2021-04-30T08:42:22.314Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:42:22.913Z] ---> Running in be75150250d1 [2021-04-30T08:42:25.452Z] 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-04-30T08:42:25.566Z] 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-04-30T08:42:25.566Z] 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-04-30T08:42:25.566Z] 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-04-30T08:42:26.047Z] 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-04-30T08:42:31.445Z] 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-04-30T08:42:32.748Z] ---> 39d67114b6a6 [2021-04-30T08:42:32.748Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:42:32.748Z] ---> Running in b6c7d9651ff8 [2021-04-30T08:42:34.351Z] 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-04-30T08:42:36.854Z] 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-04-30T08:42:39.478Z] 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-04-30T08:42:43.787Z] 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-04-30T08:42:46.421Z] 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-04-30T08:42:50.725Z] 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-04-30T08:42:56.125Z] $ docker stop --time=1 999ac846d0b959cdee508963b339da228e3c7e7f54e736355136972fd3edc1c2 [2021-04-30T08:42:59.058Z] $ docker rm -f 999ac846d0b959cdee508963b339da228e3c7e7f54e736355136972fd3edc1c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:43:01.473Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:43:01.473Z] [2021-04-30T08:43:01.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:43:02.095Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:43:02.095Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-30T08:43:02.095Z] 29e5d40040c1: Pulling fs layer [2021-04-30T08:43:02.095Z] 1ce36da41761: Pulling fs layer [2021-04-30T08:43:02.095Z] 25b303627fd3: Pulling fs layer [2021-04-30T08:43:02.365Z] 29e5d40040c1: Verifying Checksum [2021-04-30T08:43:02.365Z] 29e5d40040c1: Download complete [2021-04-30T08:43:02.964Z] 1ce36da41761: Verifying Checksum [2021-04-30T08:43:02.964Z] 1ce36da41761: Download complete [2021-04-30T08:43:02.964Z] 29e5d40040c1: Pull complete [2021-04-30T08:43:04.394Z] 1ce36da41761: Pull complete [2021-04-30T08:43:04.394Z] 25b303627fd3: Download complete [2021-04-30T08:43:14.544Z] 25b303627fd3: Pull complete [2021-04-30T08:43:14.544Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-30T08:43:14.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:43:14.544Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-30T08:43:14.759Z] prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container [2021-04-30T08:43:14.825Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-30T08:43:18.143Z] $ docker top a70df12e8738305beefa2bde967955ee11e9be7945ec2182b4c1888f70e20874 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:43:19.079Z] + docker-compose build --help [2021-04-30T08:43:19.079Z] + grep parallel [2021-04-30T08:43:21.833Z] Removing intermediate container 6eb8cce7f159 [2021-04-30T08:43:21.833Z] ---> 892d98c3e654 [2021-04-30T08:43:21.833Z] [2021-04-30T08:43:21.833Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:43:21.833Z] ---> 13621d1b12d4 [2021-04-30T08:43:21.833Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:43:21.833Z] Removing intermediate container 4ca1cebd2beb [2021-04-30T08:43:21.833Z] ---> f10a42b81e86 [2021-04-30T08:43:21.833Z] [2021-04-30T08:43:21.833Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:43:21.833Z] ---> 13621d1b12d4 [2021-04-30T08:43:21.833Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:43:21.833Z] ---> Running in d599bb324cc3 [2021-04-30T08:43:21.833Z] ---> Running in c32dcb75cb01 [2021-04-30T08:43:21.833Z] Removing intermediate container be75150250d1 [2021-04-30T08:43:21.833Z] ---> d85612ea4322 [2021-04-30T08:43:21.833Z] [2021-04-30T08:43:21.833Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:43:21.833Z] ---> 13621d1b12d4 [2021-04-30T08:43:21.833Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:43:21.833Z] ---> Running in 76ff70462639 [2021-04-30T08:43:21.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:21.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:21.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:21.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:21.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:21.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:21.833Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:43:21.833Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:43:21.833Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:43:21.833Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:43:21.833Z] OK: 6 MiB in 15 packages [2021-04-30T08:43:21.833Z] OK: 6 MiB in 15 packages [2021-04-30T08:43:21.833Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:43:21.833Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:43:21.833Z] OK: 6 MiB in 15 packages [2021-04-30T08:43:21.833Z] Removing intermediate container b6c7d9651ff8 [2021-04-30T08:43:21.833Z] ---> 6db32cb12081 [2021-04-30T08:43:21.833Z] [2021-04-30T08:43:21.833Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:43:21.833Z] ---> 13621d1b12d4 [2021-04-30T08:43:21.833Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:43:21.833Z] ---> Running in 5826a52f0113 [2021-04-30T08:43:21.833Z] Removing intermediate container 76ff70462639 [2021-04-30T08:43:21.833Z] ---> 11297b43eb9e [2021-04-30T08:43:21.833Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:43:21.833Z] Removing intermediate container d599bb324cc3 [2021-04-30T08:43:21.833Z] ---> e6dd3faf1e9b [2021-04-30T08:43:21.833Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:43:22.115Z] ---> Running in 76cc33a0069e [2021-04-30T08:43:22.115Z] Removing intermediate container c32dcb75cb01 [2021-04-30T08:43:22.115Z] ---> 1478fd1cd617 [2021-04-30T08:43:22.115Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:43:22.115Z] ---> Running in 619d66a9f8b1 [2021-04-30T08:43:22.115Z] ---> Running in 7c0ce6ee11fc [2021-04-30T08:43:22.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:22.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-30T08:43:22.401Z] Removing intermediate container 76cc33a0069e [2021-04-30T08:43:22.401Z] ---> d5deb46926e0 [2021-04-30T08:43:22.401Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:43:22.401Z] Removing intermediate container 619d66a9f8b1 [2021-04-30T08:43:22.401Z] ---> cedd7b9906bd [2021-04-30T08:43:22.401Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:43:22.401Z] Removing intermediate container 7c0ce6ee11fc [2021-04-30T08:43:22.401Z] ---> 0c1be4614064 [2021-04-30T08:43:22.401Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:43:22.401Z] ---> Running in b3cbc0aa30a7 [2021-04-30T08:43:22.401Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:43:22.670Z] ---> Running in 07ed5f2393b7 [2021-04-30T08:43:22.670Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:43:22.670Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:43:22.670Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:43:22.670Z] OK: 6 MiB in 16 packages [2021-04-30T08:43:22.944Z] ---> Running in 23570562df21 [2021-04-30T08:43:23.214Z] Removing intermediate container 07ed5f2393b7 [2021-04-30T08:43:23.214Z] ---> 72fcf9cecbd4 [2021-04-30T08:43:23.214Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:43:23.214Z] Removing intermediate container b3cbc0aa30a7 [2021-04-30T08:43:23.214Z] ---> 7097e0a70ad7 [2021-04-30T08:43:23.214Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:43:23.369Z] --parallel Build images in parallel. [Pipeline] } [2021-04-30T08:43:23.381Z] $ docker stop --time=1 a70df12e8738305beefa2bde967955ee11e9be7945ec2182b4c1888f70e20874 [2021-04-30T08:43:23.478Z] ---> Running in bf625eb9b153 [2021-04-30T08:43:23.478Z] ---> Running in 986aef46b6b8 [2021-04-30T08:43:23.478Z] Removing intermediate container 23570562df21 [2021-04-30T08:43:23.478Z] ---> c40b5f80c8e5 [2021-04-30T08:43:23.478Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:43:24.058Z] ---> Running in b2f2fc51901a [2021-04-30T08:43:24.058Z] Removing intermediate container bf625eb9b153 [2021-04-30T08:43:24.058Z] ---> 04e30288567b [2021-04-30T08:43:24.058Z] Step 15/23 : WORKDIR / [2021-04-30T08:43:24.058Z] Removing intermediate container 5826a52f0113 [2021-04-30T08:43:24.058Z] ---> 887903bc3b87 [2021-04-30T08:43:24.058Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:43:24.058Z] Removing intermediate container 986aef46b6b8 [2021-04-30T08:43:24.058Z] ---> 455ab543ce0d [2021-04-30T08:43:24.058Z] Step 15/23 : WORKDIR / [2021-04-30T08:43:24.332Z] ---> Running in 79742dec1aa2 [2021-04-30T08:43:24.332Z] ---> Running in 8e9773003deb [2021-04-30T08:43:24.332Z] ---> Running in e4a0ec995557 [2021-04-30T08:43:24.332Z] Removing intermediate container b2f2fc51901a [2021-04-30T08:43:24.332Z] ---> 24397d3f7801 [2021-04-30T08:43:24.332Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:43:24.613Z] Removing intermediate container 79742dec1aa2 [2021-04-30T08:43:24.613Z] ---> 8ac5f9bdf479 [2021-04-30T08:43:24.613Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:43:24.613Z] Removing intermediate container e4a0ec995557 [2021-04-30T08:43:24.613Z] ---> b663a320b876 [2021-04-30T08:43:24.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:43:24.613Z] Removing intermediate container 8e9773003deb [2021-04-30T08:43:24.613Z] ---> 628d33e2c814 [2021-04-30T08:43:24.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:43:24.882Z] ---> Running in e6d2bb3ef3fa [2021-04-30T08:43:24.882Z] ---> b3b9acda44b5 [2021-04-30T08:43:24.882Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:43:25.154Z] ---> cef7a43dd3f7 [2021-04-30T08:43:25.154Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:43:25.154Z] ---> 79a05669b4c9 [2021-04-30T08:43:25.154Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:43:25.154Z] Removing intermediate container e6d2bb3ef3fa [2021-04-30T08:43:25.154Z] ---> 63ad12f1e320 [2021-04-30T08:43:25.154Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:43:25.364Z] $ docker rm -f a70df12e8738305beefa2bde967955ee11e9be7945ec2182b4c1888f70e20874 [2021-04-30T08:43:25.425Z] ---> Running in 3110db96ff53 [Pipeline] // withDockerContainer [2021-04-30T08:43:25.696Z] ---> f4026a898348 [2021-04-30T08:43:25.696Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:43:25.973Z] Removing intermediate container 3110db96ff53 [2021-04-30T08:43:25.973Z] ---> a6db674abbd4 [2021-04-30T08:43:25.973Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:43:25.973Z] ---> c08adf4acd91 [2021-04-30T08:43:25.973Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:43:25.973Z] ---> 487f48418dff [2021-04-30T08:43:25.973Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:43:25.973Z] ---> 7f72ba9210dd [2021-04-30T08:43:25.973Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:43:26.060Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-30T08:43:26.060Z] . [Pipeline] withDockerContainer [2021-04-30T08:43:26.244Z] ---> Running in 926bf3ae1984 [2021-04-30T08:43:26.244Z] ---> 1b8b8280828a [2021-04-30T08:43:26.244Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:43:26.244Z] ---> 2866140c0b4f [2021-04-30T08:43:26.244Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:43:26.244Z] ---> b56025511bfa [2021-04-30T08:43:26.244Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-30T08:43:26.331Z] prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container [2021-04-30T08:43:26.398Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-30T08:43:26.828Z] ---> Running in a3622b9bf3e9 [2021-04-30T08:43:27.098Z] ---> Running in b64d8b738992 [2021-04-30T08:43:27.098Z] Removing intermediate container 926bf3ae1984 [2021-04-30T08:43:27.098Z] ---> 07b6b1ec2f14 [2021-04-30T08:43:27.098Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:43:27.365Z] ---> Running in ece1aa86516a [2021-04-30T08:43:27.365Z] Removing intermediate container a3622b9bf3e9 [2021-04-30T08:43:27.365Z] ---> cc2d1313ac44 [2021-04-30T08:43:27.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:43:27.365Z] ---> 6ebdf8c1a7a4 [2021-04-30T08:43:27.365Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:43:27.365Z] ---> Running in 4b6a86088e57 [2021-04-30T08:43:27.365Z] Removing intermediate container b64d8b738992 [2021-04-30T08:43:27.365Z] ---> 9f7d14317465 [2021-04-30T08:43:27.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:43:27.633Z] ---> Running in 5c0624f53203 [2021-04-30T08:43:27.633Z] Removing intermediate container ece1aa86516a [2021-04-30T08:43:27.633Z] ---> b82c96caef4e [2021-04-30T08:43:27.633Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:43:27.878Z] $ docker top 574fa39dfa86071e1c29f48c40b3898909b3970b9b75b60fdc3132395e3d5601 -eo pid,comm [2021-04-30T08:43:27.898Z] ---> Running in 0aba143a2250 [2021-04-30T08:43:27.898Z] Removing intermediate container 4b6a86088e57 [2021-04-30T08:43:27.898Z] ---> ad1fc94a3cd0 [2021-04-30T08:43:27.898Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:43:27.898Z] ---> 3ed702b140f6 [2021-04-30T08:43:27.898Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:43:27.898Z] Removing intermediate container 5c0624f53203 [2021-04-30T08:43:27.898Z] ---> c518e9aecb25 [2021-04-30T08:43:27.898Z] Step 21/23 : LABEL arch=x86_64 [2021-04-30T08:43:27.898Z] ---> Running in 4a0d24cc2125 [2021-04-30T08:43:27.898Z] ---> Running in fd3a2e629282 [2021-04-30T08:43:28.173Z] ---> Running in b13617b8925b [2021-04-30T08:43:28.173Z] Removing intermediate container 0aba143a2250 [2021-04-30T08:43:28.173Z] ---> 08a8c1118981 [2021-04-30T08:43:28.173Z] Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:43:28.173Z] ---> Running in 8ac661ee1cde [Pipeline] { [Pipeline] sh [2021-04-30T08:43:28.438Z] Removing intermediate container fd3a2e629282 [2021-04-30T08:43:28.438Z] ---> 223722db0406 [2021-04-30T08:43:28.438Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:43:28.438Z] Removing intermediate container 4a0d24cc2125 [2021-04-30T08:43:28.438Z] ---> de28599a202d [2021-04-30T08:43:28.439Z] Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:43:28.439Z] Removing intermediate container b13617b8925b [2021-04-30T08:43:28.439Z] ---> db08b4b84334 [2021-04-30T08:43:28.439Z] Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:43:28.703Z] ---> Running in 17295b868f5c [2021-04-30T08:43:28.703Z] ---> Running in 8589bb922634 [2021-04-30T08:43:28.703Z] ---> Running in 69947c97f676 [2021-04-30T08:43:28.703Z] Removing intermediate container 8ac661ee1cde [2021-04-30T08:43:28.703Z] ---> 5077e49f7ca8 [2021-04-30T08:43:28.703Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:43:28.838Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-30T08:43:28.973Z] ---> Running in b8932588a473 [2021-04-30T08:43:28.974Z] Removing intermediate container 8589bb922634 [2021-04-30T08:43:28.974Z] ---> 600d7c945090 [2021-04-30T08:43:28.974Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:43:28.974Z] Removing intermediate container 17295b868f5c [2021-04-30T08:43:28.974Z] ---> 84ee39c2c6da [2021-04-30T08:43:28.974Z] Step 20/22 : LABEL arch=x86_64 [2021-04-30T08:43:29.245Z] Removing intermediate container 69947c97f676 [2021-04-30T08:43:29.245Z] ---> f622cc34f764 [2021-04-30T08:43:29.245Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:43:29.245Z] Removing intermediate container b8932588a473 [2021-04-30T08:43:29.245Z] ---> 900626a6a16c [2021-04-30T08:43:29.245Z] [2021-04-30T08:43:29.245Z] ---> Running in b3ad5045010e [2021-04-30T08:43:29.245Z] ---> Running in 18db7b958bd7 [2021-04-30T08:43:29.245Z] ---> Running in ec920ed2689d [2021-04-30T08:43:29.516Z] Removing intermediate container b3ad5045010e [2021-04-30T08:43:29.516Z] ---> 29d083935481 [2021-04-30T08:43:29.516Z] [2021-04-30T08:43:29.516Z] Successfully built 900626a6a16c [2021-04-30T08:43:29.516Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-30T08:43:29.787Z]  Building docker-support-scheduler-go ... done Removing intermediate container ec920ed2689d [2021-04-30T08:43:29.787Z] ---> a919c011cd59 [2021-04-30T08:43:29.787Z] [2021-04-30T08:43:29.787Z] Successfully built 29d083935481 [2021-04-30T08:43:29.787Z] Removing intermediate container 18db7b958bd7 [2021-04-30T08:43:29.787Z] ---> a67ec48125fe [2021-04-30T08:43:29.787Z] Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:43:29.787Z] Successfully tagged docker-core-metadata-go:latest [2021-04-30T08:43:29.787Z]  Building docker-core-metadata-go ... done  ---> Running in d62c3685cc22 [2021-04-30T08:43:30.060Z] Successfully built a919c011cd59 [2021-04-30T08:43:30.060Z] Successfully tagged docker-core-command-go:latest [2021-04-30T08:43:30.060Z]  Building docker-core-command-go ... done Removing intermediate container d62c3685cc22 [2021-04-30T08:43:30.060Z] ---> d04c737fb6d1 [2021-04-30T08:43:30.060Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:43:30.060Z] ---> Running in 4cfb419c8c3e [2021-04-30T08:43:30.327Z] Removing intermediate container 4cfb419c8c3e [2021-04-30T08:43:30.327Z] ---> 1137ca0a6cee [2021-04-30T08:43:30.327Z] [2021-04-30T08:43:30.595Z] Successfully built 1137ca0a6cee [2021-04-30T08:43:30.595Z] Successfully tagged docker-support-notifications-go:latest [2021-04-30T08:43:30.595Z]  Building docker-support-notifications-go ... done  [2021-04-30T08:43:30.595Z] ERROR: for docker-sys-mgmt-agent-go (, "The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2' returned a non-zero code: 1") [2021-04-30T08:43:30.595Z] Service 'docker-sys-mgmt-agent-go' failed to build: The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2' returned a non-zero code: 1 [Pipeline] } [2021-04-30T08:43:30.908Z] $ docker stop --time=1 16642938d228482a1f2f2e8031b9abeb721c4591b3313357275eb56b941fdc53 [2021-04-30T08:43:32.696Z] $ docker rm -f 16642938d228482a1f2f2e8031b9abeb721c4591b3313357275eb56b941fdc53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-30T08:43:33.165Z] Failed in branch amd64 [2021-04-30T08:43:34.222Z] Building docker-core-command-go ... [2021-04-30T08:43:34.222Z] Building docker-core-data-go ... [2021-04-30T08:43:34.222Z] Building docker-core-metadata-go ... [2021-04-30T08:43:34.222Z] Building docker-security-bootstrapper-go ... [2021-04-30T08:43:34.222Z] Building docker-security-proxy-setup-go ... [2021-04-30T08:43:34.222Z] Building docker-security-secretstore-setup-go ... [2021-04-30T08:43:34.222Z] Building docker-support-notifications-go ... [2021-04-30T08:43:34.222Z] Building docker-support-scheduler-go ... [2021-04-30T08:43:34.222Z] Building docker-sys-mgmt-agent-go ... [2021-04-30T08:43:34.222Z] Building docker-core-command-go [2021-04-30T08:43:34.222Z] Building docker-security-proxy-setup-go [2021-04-30T08:43:34.222Z] Building docker-security-secretstore-setup-go [2021-04-30T08:43:34.222Z] Building docker-support-notifications-go [2021-04-30T08:43:34.222Z] Building docker-support-scheduler-go [2021-04-30T08:44:55.955Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:55.955Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:55.955Z] ---> cfc209d160fe [2021-04-30T08:44:55.955Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:44:55.955Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:55.955Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:55.955Z] ---> cfc209d160fe [2021-04-30T08:44:55.955Z] Step 3/21 : WORKDIR /edgex-go [2021-04-30T08:44:55.955Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:55.955Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:55.955Z] ---> cfc209d160fe [2021-04-30T08:44:55.955Z] Step 3/22 : WORKDIR /edgex-go [2021-04-30T08:44:55.955Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:55.955Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:55.955Z] ---> cfc209d160fe [2021-04-30T08:44:55.955Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:44:55.955Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:44:55.955Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:44:55.955Z] ---> cfc209d160fe [2021-04-30T08:44:55.955Z] Step 3/24 : WORKDIR /edgex-go [2021-04-30T08:44:55.955Z] ---> Running in 8163504f4262 [2021-04-30T08:44:55.955Z] ---> Running in d2a4238236b9 [2021-04-30T08:44:55.955Z] ---> Running in 80debe8322a4 [2021-04-30T08:44:55.955Z] ---> Running in b891aa754f2c [2021-04-30T08:44:55.955Z] ---> Running in b7c4ea79888d [2021-04-30T08:44:55.955Z] Removing intermediate container b7c4ea79888d [2021-04-30T08:44:55.955Z] ---> a71255946491 [2021-04-30T08:44:55.955Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:55.955Z] Removing intermediate container b891aa754f2c [2021-04-30T08:44:55.955Z] ---> 710a67ca56be [2021-04-30T08:44:55.955Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:55.955Z] Removing intermediate container 80debe8322a4 [2021-04-30T08:44:55.955Z] ---> 55875b333ea2 [2021-04-30T08:44:55.955Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:55.955Z] Removing intermediate container d2a4238236b9 [2021-04-30T08:44:55.955Z] ---> 357820d0eccc [2021-04-30T08:44:55.955Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:55.955Z] Removing intermediate container 8163504f4262 [2021-04-30T08:44:55.955Z] ---> 8ddd7d6d8abf [2021-04-30T08:44:55.955Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:44:55.955Z] ---> Running in b3d26ff9dc74 [2021-04-30T08:44:55.955Z] ---> Running in f400c7c5e1b3 [2021-04-30T08:44:55.955Z] ---> Running in 428fdd921d27 [2021-04-30T08:44:55.955Z] ---> Running in a9b86b273317 [2021-04-30T08:44:55.955Z] ---> Running in b65a952e52c1 [2021-04-30T08:44:55.955Z] Removing intermediate container f400c7c5e1b3 [2021-04-30T08:44:55.955Z] ---> b627eb5d8778 [2021-04-30T08:44:55.955Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-30T08:44:55.955Z] Removing intermediate container b3d26ff9dc74 [2021-04-30T08:44:55.955Z] ---> cc943ee9fb0f [2021-04-30T08:44:55.955Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-30T08:44:55.955Z] ---> Running in 90c7d6048403 [2021-04-30T08:44:55.955Z] ---> Running in 70c0da745da8 [2021-04-30T08:44:55.955Z] Removing intermediate container 428fdd921d27 [2021-04-30T08:44:55.955Z] ---> 7b15fac51b4e [2021-04-30T08:44:55.955Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:44:55.955Z] Removing intermediate container a9b86b273317 [2021-04-30T08:44:55.955Z] ---> 9a33a61e5d0c [2021-04-30T08:44:55.955Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-30T08:44:55.955Z] Removing intermediate container b65a952e52c1 [2021-04-30T08:44:55.955Z] ---> e5ec4df3a655 [2021-04-30T08:44:55.955Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-30T08:44:55.955Z] ---> Running in 9a877bff0406 [2021-04-30T08:44:55.955Z] ---> Running in a8071d720de0 [2021-04-30T08:44:55.955Z] ---> Running in 44dc50ab10ff [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:44:55.955Z] OK: 218 MiB in 52 packages [2021-04-30T08:44:56.231Z] OK: 218 MiB in 52 packages [2021-04-30T08:44:56.840Z] OK: 218 MiB in 52 packages [2021-04-30T08:44:56.840Z] OK: 218 MiB in 52 packages [2021-04-30T08:44:56.840Z] OK: 218 MiB in 52 packages [2021-04-30T08:44:58.297Z] Removing intermediate container 90c7d6048403 [2021-04-30T08:44:58.297Z] ---> 66ec56541547 [2021-04-30T08:44:58.297Z] Step 6/22 : COPY go.mod . [2021-04-30T08:44:58.297Z] Removing intermediate container 70c0da745da8 [2021-04-30T08:44:58.297Z] ---> 0b5521f0c776 [2021-04-30T08:44:58.297Z] Step 6/21 : COPY go.mod . [2021-04-30T08:44:58.898Z] Removing intermediate container 9a877bff0406 [2021-04-30T08:44:58.898Z] ---> 9d13c69a88dc [2021-04-30T08:44:58.898Z] Step 6/23 : COPY go.mod . [2021-04-30T08:44:58.898Z] Removing intermediate container a8071d720de0 [2021-04-30T08:44:58.898Z] ---> 3086720a5ea5 [2021-04-30T08:44:58.898Z] Step 6/22 : COPY go.mod . [2021-04-30T08:44:59.173Z] Removing intermediate container 44dc50ab10ff [2021-04-30T08:44:59.173Z] ---> c7a89788c3a2 [2021-04-30T08:44:59.173Z] Step 6/24 : COPY go.mod . [2021-04-30T08:44:59.173Z] ---> fd6264db07e5 [2021-04-30T08:44:59.173Z] Step 7/22 : RUN go mod download [2021-04-30T08:44:59.456Z] ---> Running in b84ba2ae844f [2021-04-30T08:44:59.731Z] ---> af2b5a8dc218 [2021-04-30T08:44:59.731Z] Step 7/21 : RUN go mod download [2021-04-30T08:45:00.011Z] ---> Running in 628a33a1cd50 [2021-04-30T08:45:00.011Z] ---> 84dd95ff6382 [2021-04-30T08:45:00.011Z] Step 7/23 : RUN go mod download [2021-04-30T08:45:00.288Z] ---> 0b1dcb1fb362 [2021-04-30T08:45:00.289Z] Step 7/24 : RUN go mod download [2021-04-30T08:45:00.289Z] ---> 3b569c8b6e8a [2021-04-30T08:45:00.289Z] Step 7/22 : RUN go mod download [2021-04-30T08:45:00.289Z] ---> Running in ae1c74e92aae [2021-04-30T08:45:00.564Z] ---> Running in dd74c822c14c [2021-04-30T08:45:00.564Z] ---> Running in c94f03d238bc [2021-04-30T08:45:03.976Z] Removing intermediate container b84ba2ae844f [2021-04-30T08:45:03.976Z] ---> d2906a8b496c [2021-04-30T08:45:03.976Z] Step 8/22 : COPY . . [2021-04-30T08:45:04.250Z] Removing intermediate container 628a33a1cd50 [2021-04-30T08:45:04.250Z] ---> e0f3f3a4abf7 [2021-04-30T08:45:04.250Z] Step 8/21 : COPY . . [2021-04-30T08:45:04.250Z] Removing intermediate container ae1c74e92aae [2021-04-30T08:45:04.250Z] ---> 9182dd76b594 [2021-04-30T08:45:04.250Z] Step 8/23 : COPY . . [2021-04-30T08:45:05.248Z] Removing intermediate container c94f03d238bc [2021-04-30T08:45:05.248Z] Removing intermediate container dd74c822c14c [2021-04-30T08:45:05.248Z] ---> 1e09adb21fd6 [2021-04-30T08:45:05.248Z] Step 8/22 : COPY . . [2021-04-30T08:45:05.248Z] ---> a2a2a6a93334 [2021-04-30T08:45:05.248Z] Step 8/24 : COPY . . [2021-04-30T08:45:32.072Z] ---> 27f9df4e84a9 [2021-04-30T08:45:32.072Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-30T08:45:32.072Z] ---> 2e8a115f5972 [2021-04-30T08:45:32.072Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-30T08:45:32.072Z] ---> 976ff2e86c1a [2021-04-30T08:45:32.072Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-30T08:45:32.072Z] ---> 816ce1b6980b [2021-04-30T08:45:32.072Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-30T08:45:32.072Z] ---> Running in 613647d854e0 [2021-04-30T08:45:32.072Z] ---> Running in 57cda6610721 [2021-04-30T08:45:32.072Z] ---> Running in bae12cc30860 [2021-04-30T08:45:32.072Z] ---> Running in 99bb43737dfc [2021-04-30T08:45:32.072Z] ---> 01f7baf3a3f0 [2021-04-30T08:45:32.072Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-30T08:45:32.072Z] ---> Running in 7398ca61815b [2021-04-30T08:45:32.676Z] 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-04-30T08:45:33.273Z] 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-04-30T08:45:33.273Z] 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-04-30T08:45:33.546Z] 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-04-30T08:45:33.823Z] 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-04-30T08:47:40.777Z] 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-04-30T08:47:40.777Z] 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-04-30T08:47:45.115Z] Removing intermediate container 7398ca61815b [2021-04-30T08:47:45.115Z] ---> 16fe3e70c4ed [2021-04-30T08:47:45.115Z] [2021-04-30T08:47:45.115Z] Step 10/24 : FROM alpine:3.12 [2021-04-30T08:47:45.115Z] 3.12: Pulling from library/alpine [2021-04-30T08:47:46.559Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-30T08:47:46.559Z] Status: Downloaded newer image for alpine:3.12 [2021-04-30T08:47:46.559Z] ---> 9852663dfa18 [2021-04-30T08:47:46.559Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-30T08:47:47.558Z] ---> Running in 3dfa2b9e4e9e [2021-04-30T08:47:49.009Z] Removing intermediate container 57cda6610721 [2021-04-30T08:47:49.009Z] ---> 11009a793d10 [2021-04-30T08:47:49.009Z] [2021-04-30T08:47:49.009Z] Step 10/21 : FROM alpine:3.12 [2021-04-30T08:47:49.009Z] ---> 9852663dfa18 [2021-04-30T08:47:49.009Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-30T08:47:49.009Z] ---> Running in 6d2cb85f941f [2021-04-30T08:47:49.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:47:49.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:47:50.554Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-30T08:47:50.554Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:47:50.554Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-30T08:47:50.554Z] (4/6) Installing curl (7.76.1-r0) [2021-04-30T08:47:50.554Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:47:50.554Z] (6/6) Installing su-exec (0.2-r1) [2021-04-30T08:47:50.554Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:47:50.554Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:47:50.832Z] OK: 7 MiB in 20 packages [2021-04-30T08:47:51.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:47:51.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:47:51.733Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-30T08:47:52.019Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:47:52.019Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-30T08:47:52.019Z] (4/4) Installing curl (7.76.1-r0) [2021-04-30T08:47:52.019Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:47:52.019Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:47:52.019Z] OK: 7 MiB in 18 packages [2021-04-30T08:47:54.013Z] Removing intermediate container 3dfa2b9e4e9e [2021-04-30T08:47:54.013Z] ---> 8df2ad85ef4a [2021-04-30T08:47:54.013Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:47:56.005Z] ---> Running in ed75a4baa1cb [2021-04-30T08:47:56.005Z] Removing intermediate container 6d2cb85f941f [2021-04-30T08:47:56.005Z] ---> dc3130fa9512 [2021-04-30T08:47:56.005Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-30T08:47:56.611Z] ---> Running in b94b33c11ace [2021-04-30T08:47:56.611Z] Removing intermediate container bae12cc30860 [2021-04-30T08:47:56.611Z] ---> c8f317f6b589 [2021-04-30T08:47:56.611Z] [2021-04-30T08:47:56.611Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:47:56.611Z] ---> 9852663dfa18 [2021-04-30T08:47:56.611Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:47:56.915Z] Removing intermediate container ed75a4baa1cb [2021-04-30T08:47:56.915Z] ---> a4b0b3995aaa [2021-04-30T08:47:56.915Z] Step 13/24 : WORKDIR / [2021-04-30T08:47:57.202Z] Removing intermediate container 613647d854e0 [2021-04-30T08:47:57.202Z] ---> e06d40daa023 [2021-04-30T08:47:57.202Z] [2021-04-30T08:47:57.202Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:47:57.202Z] ---> 9852663dfa18 [2021-04-30T08:47:57.202Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-30T08:47:57.202Z] Removing intermediate container 99bb43737dfc [2021-04-30T08:47:57.202Z] ---> b881030e439d [2021-04-30T08:47:57.202Z] [2021-04-30T08:47:57.202Z] Step 10/22 : FROM alpine:3.12 [2021-04-30T08:47:57.202Z] ---> 9852663dfa18 [2021-04-30T08:47:57.202Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:47:57.202Z] ---> Running in a8efbf9921bd [2021-04-30T08:47:57.510Z] ---> Running in 186185b0aebc [2021-04-30T08:47:57.510Z] ---> Running in 055f666aed6c [2021-04-30T08:47:57.510Z] ---> Running in 8d328fc1c2a3 [2021-04-30T08:47:57.510Z] Removing intermediate container b94b33c11ace [2021-04-30T08:47:57.510Z] ---> ec8ba404f480 [2021-04-30T08:47:57.510Z] Step 13/21 : WORKDIR /edgex [2021-04-30T08:47:58.236Z] ---> Running in 3c45a4c3b070 [2021-04-30T08:47:58.532Z] Removing intermediate container 186185b0aebc [2021-04-30T08:47:58.532Z] ---> 06f1d4434290 [2021-04-30T08:47:58.532Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-30T08:47:59.152Z] Removing intermediate container 3c45a4c3b070 [2021-04-30T08:47:59.152Z] ---> f83b94ac5290 [2021-04-30T08:47:59.152Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-30T08:48:00.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:00.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:00.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:00.462Z] ---> afe374a1f90c [2021-04-30T08:48:00.462Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-30T08:48:00.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:00.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:00.764Z] ---> ef5d4ccae69c [2021-04-30T08:48:00.764Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-30T08:48:00.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:48:01.399Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:01.399Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:48:01.399Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-30T08:48:01.399Z] OK: 5 MiB in 15 packages [2021-04-30T08:48:01.676Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:01.676Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:48:01.676Z] Executing ca-certificates-20191127-r4.trigger [2021-04-30T08:48:01.676Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-30T08:48:01.676Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:48:01.676Z] OK: 5 MiB in 15 packages [2021-04-30T08:48:01.954Z] OK: 6 MiB in 16 packages [2021-04-30T08:48:02.231Z] ---> 97b67fe7abc2 [2021-04-30T08:48:02.231Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:03.224Z] ---> 5cdafa15cc6f [2021-04-30T08:48:03.224Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-30T08:48:03.499Z] ---> f84cbaf87a2c [2021-04-30T08:48:03.499Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-30T08:48:03.499Z] Removing intermediate container a8efbf9921bd [2021-04-30T08:48:03.499Z] ---> 6ca4c918afb3 [2021-04-30T08:48:03.499Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:03.783Z] ---> Running in 24db638f30d2 [2021-04-30T08:48:03.784Z] Removing intermediate container 055f666aed6c [2021-04-30T08:48:03.784Z] ---> eb3d65256e81 [2021-04-30T08:48:03.784Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:04.055Z] ---> Running in 7cd702f624c5 [2021-04-30T08:48:04.650Z] Removing intermediate container 24db638f30d2 [2021-04-30T08:48:04.650Z] ---> 5513a7e24d93 [2021-04-30T08:48:04.650Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-30T08:48:04.650Z] Removing intermediate container 8d328fc1c2a3 [2021-04-30T08:48:04.650Z] ---> 3a8e9008a192 [2021-04-30T08:48:04.650Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:48:04.925Z] ---> Running in 360c787a21fa [2021-04-30T08:48:04.925Z] ---> Running in 08acbfdcdc0c [2021-04-30T08:48:04.925Z] ---> 27028828b38c [2021-04-30T08:48:04.925Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-30T08:48:05.199Z] Removing intermediate container 7cd702f624c5 [2021-04-30T08:48:05.199Z] ---> 800f9107c4d8 [2021-04-30T08:48:05.199Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-30T08:48:05.199Z] ---> 7dcc78fa8766 [2021-04-30T08:48:05.199Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-30T08:48:05.199Z] ---> Running in 11e57dec0b42 [2021-04-30T08:48:05.199Z] ---> Running in fbe7f069b844 [2021-04-30T08:48:05.472Z] Removing intermediate container 360c787a21fa [2021-04-30T08:48:05.472Z] ---> 611393603711 [2021-04-30T08:48:05.472Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-30T08:48:05.785Z] Removing intermediate container 08acbfdcdc0c [2021-04-30T08:48:05.785Z] ---> e473ddeadb85 [2021-04-30T08:48:05.785Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:48:05.785Z] ---> Running in 42b0e983c9ce [2021-04-30T08:48:06.065Z] ---> Running in fd897e014ca2 [2021-04-30T08:48:06.065Z] Removing intermediate container fbe7f069b844 [2021-04-30T08:48:06.065Z] ---> d8c9d810a4fc [2021-04-30T08:48:06.065Z] Step 18/21 : CMD ["--init=true"] [2021-04-30T08:48:06.065Z] Removing intermediate container 11e57dec0b42 [2021-04-30T08:48:06.065Z] ---> 3b47e4d39e85 [2021-04-30T08:48:06.065Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:48:06.349Z] ---> Running in 6ee59c779dd1 [2021-04-30T08:48:06.349Z] ---> Running in 06bd9e1379fa [2021-04-30T08:48:06.625Z] Removing intermediate container 42b0e983c9ce [2021-04-30T08:48:06.625Z] ---> a1323a218101 [2021-04-30T08:48:06.625Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-30T08:48:06.625Z] ---> 4f7e4a73a530 [2021-04-30T08:48:06.625Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-30T08:48:06.906Z] Removing intermediate container fd897e014ca2 [2021-04-30T08:48:06.906Z] ---> 5488b2a0f681 [2021-04-30T08:48:06.906Z] Step 15/23 : WORKDIR / [2021-04-30T08:48:06.906Z] ---> Running in 03b79992918f [2021-04-30T08:48:06.906Z] ---> Running in 84bcff371ef0 [2021-04-30T08:48:07.196Z] Removing intermediate container 6ee59c779dd1 [2021-04-30T08:48:07.196Z] ---> 7f3a416eebe9 [2021-04-30T08:48:07.196Z] Step 19/21 : LABEL arch=arm64 [2021-04-30T08:48:07.196Z] Removing intermediate container 06bd9e1379fa [2021-04-30T08:48:07.196Z] ---> 2b78e3855ef2 [2021-04-30T08:48:07.196Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:48:07.475Z] ---> Running in 9d5eb1c332e0 [2021-04-30T08:48:07.475Z] Removing intermediate container 03b79992918f [2021-04-30T08:48:07.475Z] ---> e8277a1d77c7 [2021-04-30T08:48:07.475Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:48:07.765Z] ---> b9c524d80c18 [2021-04-30T08:48:07.765Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-30T08:48:07.765Z] Removing intermediate container 84bcff371ef0 [2021-04-30T08:48:07.765Z] ---> a2741bd59d08 [2021-04-30T08:48:07.765Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:48:08.040Z] ---> Running in 81df14964838 [2021-04-30T08:48:08.040Z] Removing intermediate container 9d5eb1c332e0 [2021-04-30T08:48:08.040Z] ---> 84a0f3db0ae4 [2021-04-30T08:48:08.040Z] Step 20/21 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:48:08.318Z] ---> Running in 4315975e910e [2021-04-30T08:48:08.594Z] ---> 2a318abe418a [2021-04-30T08:48:08.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-30T08:48:08.868Z] ---> 3e3b10791c4f [2021-04-30T08:48:08.868Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-30T08:48:09.466Z] ---> 7c99fc8439c2 [2021-04-30T08:48:09.466Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-30T08:48:09.466Z] Removing intermediate container 4315975e910e [2021-04-30T08:48:09.466Z] ---> b5f989ee1028 [2021-04-30T08:48:09.466Z] Step 21/21 : LABEL version=0.0.0 [2021-04-30T08:48:09.741Z] ---> Running in 2485c2d3962d [2021-04-30T08:48:10.733Z] ---> 82cf05ac6d77 [2021-04-30T08:48:10.733Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:11.003Z] Removing intermediate container 2485c2d3962d [2021-04-30T08:48:11.003Z] ---> 5b47a0e0be59 [2021-04-30T08:48:11.003Z] [2021-04-30T08:48:11.003Z] ---> e03c7d5be37d [2021-04-30T08:48:11.003Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:11.276Z] ---> f5e1530ab30d [2021-04-30T08:48:11.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-30T08:48:11.879Z] Removing intermediate container 81df14964838 [2021-04-30T08:48:11.879Z] ---> fd9cdd5257d5 [2021-04-30T08:48:11.879Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-30T08:48:11.879Z] Successfully built 5b47a0e0be59 [2021-04-30T08:48:11.879Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-30T08:48:11.879Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-04-30T08:48:11.879Z] ---> a9b16ae6e818 [2021-04-30T08:48:11.879Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-30T08:48:11.879Z] ---> Running in d828ef4749e8 [2021-04-30T08:48:12.157Z] ---> 7754860c0296 [2021-04-30T08:48:12.157Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-30T08:48:12.157Z] ---> Running in ea4ff4b086e9 [2021-04-30T08:48:12.157Z] ---> 6835c8fd6670 [2021-04-30T08:48:12.157Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-30T08:48:12.429Z] ---> Running in bdcc92139338 [2021-04-30T08:48:12.429Z] ---> Running in d48fddd0877c [2021-04-30T08:48:12.429Z] Removing intermediate container d828ef4749e8 [2021-04-30T08:48:12.429Z] ---> 0377c0c9c7b9 [2021-04-30T08:48:12.429Z] Step 22/24 : LABEL arch=arm64 [2021-04-30T08:48:12.699Z] ---> Running in e749828e11ae [2021-04-30T08:48:12.699Z] Removing intermediate container ea4ff4b086e9 [2021-04-30T08:48:12.699Z] ---> e74c7f0c10d9 [2021-04-30T08:48:12.699Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:48:13.804Z] Removing intermediate container bdcc92139338 [2021-04-30T08:48:13.804Z] ---> 627c1b4e1810 [2021-04-30T08:48:13.804Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:48:13.804Z] ---> Running in fd264d2197aa [2021-04-30T08:48:13.804Z] Removing intermediate container d48fddd0877c [2021-04-30T08:48:13.804Z] ---> 14938b0a9d5a [2021-04-30T08:48:13.804Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:48:13.804Z] ---> Running in 12203cb8b805 [2021-04-30T08:48:13.804Z] Removing intermediate container e749828e11ae [2021-04-30T08:48:13.804Z] ---> ba3d3824b307 [2021-04-30T08:48:13.804Z] Step 23/24 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:48:13.804Z] ---> Running in 1cdc5d922ab5 [2021-04-30T08:48:14.431Z] ---> Running in 9e76e004dd73 [2021-04-30T08:48:14.431Z] Removing intermediate container 12203cb8b805 [2021-04-30T08:48:14.431Z] ---> 8f7a5b9921de [2021-04-30T08:48:14.431Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:48:14.714Z] Removing intermediate container fd264d2197aa [2021-04-30T08:48:14.998Z] ---> a585e26c7d82 [2021-04-30T08:48:14.998Z] Step 20/22 : LABEL arch=arm64 [2021-04-30T08:48:15.595Z] ---> Running in 94a966496252 [2021-04-30T08:48:15.595Z] Removing intermediate container 9e76e004dd73 [2021-04-30T08:48:15.596Z] ---> b1431ac46145 [2021-04-30T08:48:15.596Z] Step 24/24 : LABEL version=0.0.0 [2021-04-30T08:48:15.596Z] Removing intermediate container 1cdc5d922ab5 [2021-04-30T08:48:15.596Z] ---> 22bedd1e7d36 [2021-04-30T08:48:15.596Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:48:15.869Z] ---> Running in 3099027fd799 [2021-04-30T08:48:15.869Z] ---> Running in 0c1f90146c95 [2021-04-30T08:48:15.869Z] ---> Running in d02e11f89202 [2021-04-30T08:48:16.145Z] Removing intermediate container 94a966496252 [2021-04-30T08:48:16.145Z] ---> bc8418dd73c2 [2021-04-30T08:48:16.145Z] Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:48:16.748Z] ---> Running in 2f9161c94b93 [2021-04-30T08:48:16.748Z] Removing intermediate container 3099027fd799 [2021-04-30T08:48:16.748Z] ---> 5100a5cfd128 [2021-04-30T08:48:16.748Z] Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:48:17.352Z] Removing intermediate container d02e11f89202 [2021-04-30T08:48:17.352Z] ---> d26e1da8bf82 [2021-04-30T08:48:17.352Z] Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:48:17.352Z] Removing intermediate container 0c1f90146c95 [2021-04-30T08:48:17.352Z] ---> e51d6aa41d04 [2021-04-30T08:48:17.352Z] [2021-04-30T08:48:17.631Z] ---> Running in e65d859a724f [2021-04-30T08:48:17.906Z] Successfully built e51d6aa41d04 [2021-04-30T08:48:17.906Z] ---> Running in 1ff30d34d42a [2021-04-30T08:48:17.906Z] Removing intermediate container 2f9161c94b93 [2021-04-30T08:48:17.906Z] ---> 3a41e22b4a45 [2021-04-30T08:48:17.906Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:48:17.906Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-30T08:48:17.906Z] Building docker-core-metadata-go [2021-04-30T08:48:18.178Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in a263725b6281 [2021-04-30T08:48:18.178Z] Removing intermediate container e65d859a724f [2021-04-30T08:48:18.178Z] ---> fc0987620788 [2021-04-30T08:48:18.178Z] Step 22/22 : LABEL version=0.0.0 [2021-04-30T08:48:18.447Z] Removing intermediate container 1ff30d34d42a [2021-04-30T08:48:18.447Z] ---> 9bc15ed0b595 [2021-04-30T08:48:18.447Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:48:18.447Z] ---> Running in 65d2919e8da9 [2021-04-30T08:48:18.720Z] ---> Running in d5e2c7fc403f [2021-04-30T08:48:18.720Z] Removing intermediate container a263725b6281 [2021-04-30T08:48:18.720Z] ---> 5b8680c86ec0 [2021-04-30T08:48:18.720Z] [2021-04-30T08:48:18.998Z] Removing intermediate container 65d2919e8da9 [2021-04-30T08:48:18.998Z] ---> 06781698bb49 [2021-04-30T08:48:18.998Z] [2021-04-30T08:48:19.271Z] Successfully built 5b8680c86ec0 [2021-04-30T08:48:19.271Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-30T08:48:19.271Z] Building docker-security-bootstrapper-go [2021-04-30T08:48:19.271Z]  Building docker-support-notifications-go ... done Removing intermediate container d5e2c7fc403f [2021-04-30T08:48:19.271Z] ---> 9c6347bf504e [2021-04-30T08:48:19.271Z] [2021-04-30T08:48:19.542Z] Successfully built 06781698bb49 [2021-04-30T08:48:19.542Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-30T08:48:19.542Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-04-30T08:48:19.814Z] Successfully built 9c6347bf504e [2021-04-30T08:48:19.814Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-30T08:49:06.739Z]  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:06.739Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:06.739Z] ---> cfc209d160fe [2021-04-30T08:49:06.739Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:06.739Z] ---> Using cache [2021-04-30T08:49:06.739Z] ---> 8ddd7d6d8abf [2021-04-30T08:49:06.739Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:06.739Z] ---> Using cache [2021-04-30T08:49:06.739Z] ---> e5ec4df3a655 [2021-04-30T08:49:06.739Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-30T08:49:06.739Z] ---> Running in 5565837313fd [2021-04-30T08:49:06.739Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:07.342Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:08.330Z] OK: 218 MiB in 52 packages [2021-04-30T08:49:09.338Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:09.339Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:09.339Z] ---> cfc209d160fe [2021-04-30T08:49:09.339Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:09.339Z] ---> Using cache [2021-04-30T08:49:09.339Z] ---> 8ddd7d6d8abf [2021-04-30T08:49:09.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:09.339Z] ---> Using cache [2021-04-30T08:49:09.339Z] ---> e5ec4df3a655 [2021-04-30T08:49:09.339Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-30T08:49:09.339Z] ---> Using cache [2021-04-30T08:49:09.339Z] ---> c7a89788c3a2 [2021-04-30T08:49:09.339Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:09.339Z] ---> Using cache [2021-04-30T08:49:09.339Z] ---> 0b1dcb1fb362 [2021-04-30T08:49:09.339Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:09.339Z] ---> Using cache [2021-04-30T08:49:09.339Z] ---> a2a2a6a93334 [2021-04-30T08:49:09.339Z] Step 8/23 : COPY . . [2021-04-30T08:49:09.339Z] ---> Using cache [2021-04-30T08:49:09.339Z] ---> 01f7baf3a3f0 [2021-04-30T08:49:09.339Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-30T08:49:09.626Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:09.626Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:09.626Z] ---> cfc209d160fe [2021-04-30T08:49:09.626Z] Step 3/23 : WORKDIR /edgex-go [2021-04-30T08:49:09.626Z] ---> Using cache [2021-04-30T08:49:09.626Z] ---> 8ddd7d6d8abf [2021-04-30T08:49:09.626Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:09.626Z] ---> Using cache [2021-04-30T08:49:09.626Z] ---> e5ec4df3a655 [2021-04-30T08:49:09.626Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-30T08:49:09.626Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-30T08:49:09.626Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-30T08:49:09.626Z] ---> cfc209d160fe [2021-04-30T08:49:09.626Z] Step 3/31 : WORKDIR /edgex-go [2021-04-30T08:49:09.626Z] ---> Using cache [2021-04-30T08:49:09.626Z] ---> 8ddd7d6d8abf [2021-04-30T08:49:09.626Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:49:09.626Z] ---> Using cache [2021-04-30T08:49:09.626Z] ---> e5ec4df3a655 [2021-04-30T08:49:09.626Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-30T08:49:09.626Z] ---> Using cache [2021-04-30T08:49:09.626Z] ---> c7a89788c3a2 [2021-04-30T08:49:09.626Z] Step 6/31 : COPY go.mod . [2021-04-30T08:49:09.626Z] ---> Using cache [2021-04-30T08:49:09.626Z] ---> 0b1dcb1fb362 [2021-04-30T08:49:09.626Z] Step 7/31 : RUN go mod download [2021-04-30T08:49:09.626Z] ---> Using cache [2021-04-30T08:49:09.626Z] ---> a2a2a6a93334 [2021-04-30T08:49:09.626Z] Step 8/31 : COPY . . [2021-04-30T08:49:09.899Z] ---> Using cache [2021-04-30T08:49:09.899Z] ---> 01f7baf3a3f0 [2021-04-30T08:49:09.899Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-30T08:49:10.511Z] ---> Running in eff272a0428b [2021-04-30T08:49:10.511Z] ---> Running in 8143a0ec7c6b [2021-04-30T08:49:10.511Z] ---> Running in dc4b9cbc7d58 [2021-04-30T08:49:11.106Z] Removing intermediate container 5565837313fd [2021-04-30T08:49:11.106Z] ---> 466ec54fe528 [2021-04-30T08:49:11.106Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:12.090Z] ---> e98c0b14f953 [2021-04-30T08:49:12.090Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:12.365Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:12.366Z] ---> Running in a45939390297 [2021-04-30T08:49:12.366Z] 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-04-30T08:49:12.644Z] 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-04-30T08:49:13.629Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:49:14.613Z] OK: 218 MiB in 52 packages [2021-04-30T08:49:16.054Z] Removing intermediate container a45939390297 [2021-04-30T08:49:16.054Z] ---> aeda8f8e1109 [2021-04-30T08:49:16.054Z] Step 8/23 : COPY . . [2021-04-30T08:49:16.339Z] Removing intermediate container eff272a0428b [2021-04-30T08:49:16.339Z] ---> c70905dfadbb [2021-04-30T08:49:16.339Z] Step 6/23 : COPY go.mod . [2021-04-30T08:49:18.327Z] ---> 43b250ec0b04 [2021-04-30T08:49:18.327Z] Step 7/23 : RUN go mod download [2021-04-30T08:49:18.625Z] ---> Running in f0e995ba8dcc [2021-04-30T08:49:25.407Z] Removing intermediate container f0e995ba8dcc [2021-04-30T08:49:25.407Z] ---> d36b4e10a380 [2021-04-30T08:49:25.407Z] Step 8/23 : COPY . . [2021-04-30T08:49:43.722Z] ---> ceba9599cff2 [2021-04-30T08:49:43.722Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-30T08:49:43.722Z] ---> Running in 426602bd8c46 [2021-04-30T08:49:45.158Z] 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-04-30T08:49:49.515Z] ---> b4876d14af65 [2021-04-30T08:49:49.515Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-30T08:49:49.515Z] ---> Running in 1d926471ca2b [2021-04-30T08:49:51.501Z] 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-04-30T08:50:48.061Z] Removing intermediate container 8143a0ec7c6b [2021-04-30T08:50:48.061Z] ---> e3879bdd5df5 [2021-04-30T08:50:48.061Z] [2021-04-30T08:50:48.061Z] Step 10/31 : FROM alpine:3.12 [2021-04-30T08:50:48.061Z] ---> 9852663dfa18 [2021-04-30T08:50:48.061Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-30T08:50:48.061Z] ---> Running in 09bd0c4830fd [2021-04-30T08:50:48.061Z] Removing intermediate container 09bd0c4830fd [2021-04-30T08:50:48.061Z] ---> 84017907baca [2021-04-30T08:50:48.061Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-30T08:50:48.061Z] ---> Running in 32ae9e58d7eb [2021-04-30T08:50:48.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:50:48.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:50:48.061Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-30T08:50:48.061Z] (2/2) Installing su-exec (0.2-r1) [2021-04-30T08:50:48.061Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:50:48.061Z] OK: 5 MiB in 16 packages [2021-04-30T08:50:50.047Z] Removing intermediate container 32ae9e58d7eb [2021-04-30T08:50:50.047Z] ---> a87330a0bfe0 [2021-04-30T08:50:50.047Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-30T08:50:50.325Z] ---> Running in bee5515c7718 [2021-04-30T08:50:51.312Z] Removing intermediate container bee5515c7718 [2021-04-30T08:50:51.312Z] ---> 0935199fb49c [2021-04-30T08:50:51.312Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-30T08:50:51.312Z] ---> Running in af1c10caa150 [2021-04-30T08:50:51.921Z] Removing intermediate container af1c10caa150 [2021-04-30T08:50:51.921Z] ---> d170dc6a99a0 [2021-04-30T08:50:51.921Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-30T08:50:52.196Z] ---> Running in 1970cee13fdf [2021-04-30T08:50:55.627Z] Removing intermediate container 1970cee13fdf [2021-04-30T08:50:55.627Z] ---> 7e4f35287823 [2021-04-30T08:50:55.627Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-30T08:50:55.899Z] ---> Running in 7ed1aea06526 [2021-04-30T08:50:56.880Z] Removing intermediate container 7ed1aea06526 [2021-04-30T08:50:56.880Z] ---> a34133dd1c78 [2021-04-30T08:50:56.880Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-30T08:50:57.871Z] ---> 72faa5739689 [2021-04-30T08:50:57.871Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-30T08:50:58.145Z] ---> Running in 2f1a31dbcb64 [2021-04-30T08:51:02.485Z] Removing intermediate container 2f1a31dbcb64 [2021-04-30T08:51:02.485Z] ---> 05630ae270b7 [2021-04-30T08:51:02.485Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:51:03.488Z] ---> fe6e2072c5d4 [2021-04-30T08:51:03.488Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-30T08:51:05.479Z] ---> 3bb11c68e51a [2021-04-30T08:51:05.479Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-30T08:51:06.492Z] ---> 4918d7753abd [2021-04-30T08:51:06.492Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-30T08:51:07.931Z] ---> 0b310574c692 [2021-04-30T08:51:07.931Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-30T08:51:09.400Z] ---> ab9f84fb403d [2021-04-30T08:51:09.400Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-30T08:51:10.004Z] ---> Running in 38063cbc5444 [2021-04-30T08:51:11.452Z] Removing intermediate container 38063cbc5444 [2021-04-30T08:51:11.452Z] ---> c2b77379b45a [2021-04-30T08:51:11.452Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-30T08:51:14.090Z] ---> e6da66ec3c93 [2021-04-30T08:51:14.090Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-30T08:51:14.365Z] ---> Running in 70b3aab46b6c [2021-04-30T08:51:14.991Z] Removing intermediate container dc4b9cbc7d58 [2021-04-30T08:51:14.991Z] ---> 5a37b874d722 [2021-04-30T08:51:14.991Z] [2021-04-30T08:51:14.991Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:51:14.991Z] ---> 9852663dfa18 [2021-04-30T08:51:14.991Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-30T08:51:14.992Z] ---> Using cache [2021-04-30T08:51:14.992Z] ---> eb3d65256e81 [2021-04-30T08:51:14.992Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-30T08:51:14.992Z] ---> Using cache [2021-04-30T08:51:14.992Z] ---> 800f9107c4d8 [2021-04-30T08:51:14.992Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-30T08:51:15.270Z] ---> Running in df599f2e3dd8 [2021-04-30T08:51:15.884Z] Removing intermediate container df599f2e3dd8 [2021-04-30T08:51:15.884Z] ---> 26a11ce3118e [2021-04-30T08:51:15.884Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-30T08:51:16.160Z] ---> Running in a321e659f794 [2021-04-30T08:51:17.144Z] Removing intermediate container a321e659f794 [2021-04-30T08:51:17.144Z] ---> 8b78c21b1c92 [2021-04-30T08:51:17.144Z] Step 15/23 : WORKDIR / [2021-04-30T08:51:17.422Z] ---> Running in 618ce1b83180 [2021-04-30T08:51:18.417Z] Removing intermediate container 70b3aab46b6c [2021-04-30T08:51:18.417Z] ---> 9a476ed6860e [2021-04-30T08:51:18.417Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-30T08:51:18.417Z] Removing intermediate container 618ce1b83180 [2021-04-30T08:51:18.417Z] ---> 155bbbe50157 [2021-04-30T08:51:18.417Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:51:19.015Z] ---> Running in 205b20783d87 [2021-04-30T08:51:20.002Z] Removing intermediate container 205b20783d87 [2021-04-30T08:51:20.002Z] ---> 77829a8e23f3 [2021-04-30T08:51:20.002Z] Step 28/31 : CMD ["gate"] [2021-04-30T08:51:20.002Z] ---> d88957dcabc6 [2021-04-30T08:51:20.002Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-30T08:51:20.280Z] ---> Running in af8afbe68c98 [2021-04-30T08:51:21.277Z] Removing intermediate container af8afbe68c98 [2021-04-30T08:51:21.277Z] ---> c855080818a8 [2021-04-30T08:51:21.277Z] Step 29/31 : LABEL arch=arm64 [2021-04-30T08:51:22.263Z] ---> Running in 7899fd58ba51 [2021-04-30T08:51:22.544Z] ---> 53088e7e1083 [2021-04-30T08:51:22.544Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-30T08:51:23.148Z] Removing intermediate container 7899fd58ba51 [2021-04-30T08:51:23.148Z] ---> 8e7e1d371a37 [2021-04-30T08:51:23.148Z] Step 30/31 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:51:24.133Z] ---> Running in 035510c774b6 [2021-04-30T08:51:24.133Z] ---> 8bd0cbd252a9 [2021-04-30T08:51:24.133Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-30T08:51:24.412Z] ---> Running in aa2f854bfb7d [2021-04-30T08:51:25.015Z] Removing intermediate container 035510c774b6 [2021-04-30T08:51:25.015Z] ---> fa73062cabd1 [2021-04-30T08:51:25.015Z] Step 31/31 : LABEL version=0.0.0 [2021-04-30T08:51:26.005Z] ---> Running in 72022bab11d4 [2021-04-30T08:51:26.005Z] Removing intermediate container aa2f854bfb7d [2021-04-30T08:51:26.005Z] ---> c428698619fa [2021-04-30T08:51:26.005Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:51:26.280Z] ---> Running in 5dfe30c7b1c7 [2021-04-30T08:51:26.890Z] Removing intermediate container 72022bab11d4 [2021-04-30T08:51:26.890Z] ---> 48249a88c27b [2021-04-30T08:51:26.890Z] [2021-04-30T08:51:27.165Z] Removing intermediate container 5dfe30c7b1c7 [2021-04-30T08:51:27.165Z] ---> 0ce206785ad8 [2021-04-30T08:51:27.165Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:51:27.769Z] Successfully built 48249a88c27b [2021-04-30T08:51:27.769Z] ---> Running in 2a19aeb272c3 [2021-04-30T08:51:27.769Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-30T08:51:28.375Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 426602bd8c46 [2021-04-30T08:51:28.375Z] ---> 17e1054b6fe9 [2021-04-30T08:51:28.375Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-30T08:51:28.375Z] ---> Running in 2e514ddf9107 [2021-04-30T08:51:28.656Z] Removing intermediate container 2a19aeb272c3 [2021-04-30T08:51:28.656Z] ---> 61cb20aa9a0c [2021-04-30T08:51:28.656Z] Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:51:28.931Z] ---> Running in b3d1746afc55 [2021-04-30T08:51:29.528Z] Removing intermediate container b3d1746afc55 [2021-04-30T08:51:29.528Z] ---> 0c6c8dab3127 [2021-04-30T08:51:29.528Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:51:29.801Z] ---> Running in d846c0002fba [2021-04-30T08:51:30.074Z] 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-04-30T08:51:30.349Z] Removing intermediate container d846c0002fba [2021-04-30T08:51:30.349Z] ---> 33faf88a1c03 [2021-04-30T08:51:30.349Z] [2021-04-30T08:51:30.952Z] Successfully built 33faf88a1c03 [2021-04-30T08:51:30.952Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-30T08:51:32.924Z]  Building docker-core-metadata-go ... done Removing intermediate container 2e514ddf9107 [2021-04-30T08:51:32.924Z] ---> da164cab1f4b [2021-04-30T08:51:32.924Z] [2021-04-30T08:51:32.924Z] Step 11/23 : FROM docker:20.10.0 [2021-04-30T08:51:33.196Z] 20.10.0: Pulling from library/docker [2021-04-30T08:51:43.374Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-30T08:51:43.374Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-30T08:51:43.374Z] ---> eeaf43b92773 [2021-04-30T08:51:43.374Z] 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-04-30T08:51:43.374Z] ---> Running in 3c22f79551df [2021-04-30T08:51:43.374Z] Removing intermediate container 1d926471ca2b [2021-04-30T08:51:43.374Z] ---> a2431259c426 [2021-04-30T08:51:43.374Z] [2021-04-30T08:51:43.374Z] Step 10/23 : FROM alpine:3.12 [2021-04-30T08:51:43.374Z] ---> 9852663dfa18 [2021-04-30T08:51:43.374Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-30T08:51:43.374Z] ---> Running in 971f43cf50d8 [2021-04-30T08:51:43.374Z] Removing intermediate container 3c22f79551df [2021-04-30T08:51:43.374Z] ---> d2b978d46857 [2021-04-30T08:51:43.374Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-30T08:51:43.651Z] ---> Running in 2ad63b651b29 [2021-04-30T08:51:43.925Z] Removing intermediate container 971f43cf50d8 [2021-04-30T08:51:43.925Z] ---> 3f1628614de7 [2021-04-30T08:51:43.925Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-30T08:51:43.925Z] ---> Running in a7efe3563443 [2021-04-30T08:51:44.517Z] Removing intermediate container a7efe3563443 [2021-04-30T08:51:44.517Z] ---> f5821bf8068e [2021-04-30T08:51:44.517Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-30T08:51:44.790Z] ---> Running in 7f3cbcf48ace [2021-04-30T08:51:44.790Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:51:45.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:51:45.342Z] Removing intermediate container 7f3cbcf48ace [2021-04-30T08:51:45.343Z] ---> fceedd924716 [2021-04-30T08:51:45.343Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-30T08:51:45.343Z] ---> Running in 55ae1adaf546 [2021-04-30T08:51:45.617Z] (1/39) Installing readline (8.0.4-r0) [2021-04-30T08:51:45.617Z] (2/39) Installing bash (5.0.17-r0) [2021-04-30T08:51:45.617Z] Executing bash-5.0.17-r0.post-install [2021-04-30T08:51:45.617Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-30T08:51:45.617Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-30T08:51:45.617Z] (5/39) Installing curl (7.76.1-r0) [2021-04-30T08:51:45.617Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-30T08:51:45.617Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-30T08:51:45.617Z] (8/39) Installing expat (2.2.9-r1) [2021-04-30T08:51:45.617Z] (9/39) Installing libffi (3.3-r2) [2021-04-30T08:51:45.617Z] (10/39) Installing gdbm (1.13-r1) [2021-04-30T08:51:45.617Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-30T08:51:45.617Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-30T08:51:45.617Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-30T08:51:47.595Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-30T08:51:47.595Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-30T08:51:47.595Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-30T08:51:47.595Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-30T08:51:47.595Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-30T08:51:47.595Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-30T08:51:47.595Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-30T08:51:47.864Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-30T08:51:47.864Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-30T08:51:47.864Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-30T08:51:47.864Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-30T08:51:47.864Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-30T08:51:47.864Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-30T08:51:47.864Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-30T08:51:47.864Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-30T08:51:47.864Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-30T08:51:48.134Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-30T08:51:48.134Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-30T08:51:48.134Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-30T08:51:48.134Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-30T08:51:48.134Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-30T08:51:48.134Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-30T08:51:48.134Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-30T08:51:48.134Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-30T08:51:48.134Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-30T08:51:48.134Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-30T08:51:48.408Z] Executing busybox-1.31.1-r19.trigger [2021-04-30T08:51:48.408Z] OK: 72 MiB in 59 packages [2021-04-30T08:51:49.001Z] Removing intermediate container 55ae1adaf546 [2021-04-30T08:51:49.001Z] ---> 3839113cba8e [2021-04-30T08:51:49.001Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-30T08:51:49.272Z] ---> Running in 19f942f0729f [2021-04-30T08:51:50.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-30T08:51:51.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-30T08:51:51.902Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-30T08:51:51.902Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-30T08:51:51.902Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-30T08:51:52.173Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-30T08:51:52.443Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-30T08:51:52.443Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-30T08:51:52.443Z] Executing busybox-1.31.1-r20.trigger [2021-04-30T08:51:52.716Z] OK: 8 MiB in 20 packages [2021-04-30T08:51:53.714Z] Collecting docker-compose==1.23.2 [2021-04-30T08:51:53.714Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-30T08:51:54.000Z] Removing intermediate container 19f942f0729f [2021-04-30T08:51:54.000Z] ---> 9cf83cecc199 [2021-04-30T08:51:54.000Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-30T08:51:54.273Z] Collecting texttable<0.10,>=0.9.0 [2021-04-30T08:51:54.543Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-30T08:51:54.543Z] ---> e74857d77858 [2021-04-30T08:51:54.543Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-30T08:51:55.968Z] ---> 34d8eb4f0b13 [2021-04-30T08:51:55.968Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-30T08:51:56.948Z] ---> 607482e1f7f5 [2021-04-30T08:51:56.948Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-30T08:51:56.948Z] ---> Running in 1d05f364414e [2021-04-30T08:51:57.542Z] Removing intermediate container 1d05f364414e [2021-04-30T08:51:57.542Z] ---> 1d1c773f4542 [2021-04-30T08:51:57.542Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:51:57.542Z] ---> Running in 1961322a6735 [2021-04-30T08:51:57.542Z] Collecting docker<4.0,>=3.6.0 [2021-04-30T08:51:57.542Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-30T08:51:58.137Z] Removing intermediate container 1961322a6735 [2021-04-30T08:51:58.137Z] ---> efc680ea122f [2021-04-30T08:51:58.137Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:51:58.408Z] ---> Running in 07751474327b [2021-04-30T08:51:58.680Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-30T08:51:58.680Z] Removing intermediate container 07751474327b [2021-04-30T08:51:58.680Z] ---> 521c040bcc2c [2021-04-30T08:51:58.680Z] Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:51:58.680Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-30T08:51:58.956Z] ---> Running in 1a192af597c0 [2021-04-30T08:51:59.228Z] Collecting docopt<0.7,>=0.6.1 [2021-04-30T08:51:59.228Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-30T08:51:59.519Z] Removing intermediate container 1a192af597c0 [2021-04-30T08:51:59.520Z] ---> 651504bdce36 [2021-04-30T08:51:59.520Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:51:59.520Z] ---> Running in 3539e7a0b4e4 [2021-04-30T08:52:00.113Z] Removing intermediate container 3539e7a0b4e4 [2021-04-30T08:52:00.113Z] ---> c94bff581abe [2021-04-30T08:52:00.113Z] [2021-04-30T08:52:00.383Z] Successfully built c94bff581abe [2021-04-30T08:52:00.383Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-30T08:52:01.813Z]  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 [2021-04-30T08:52:01.813Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-30T08:52:02.404Z] Collecting cached-property<2,>=1.2.0 [2021-04-30T08:52:02.404Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-30T08:52:02.404Z] 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-04-30T08:52:03.377Z] Collecting PyYAML<4,>=3.10 [2021-04-30T08:52:03.377Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-30T08:52:07.663Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-30T08:52:07.663Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-30T08:52:07.935Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-30T08:52:07.935Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-30T08:52:10.548Z] Collecting docker-pycreds>=0.4.0 [2021-04-30T08:52:10.548Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-30T08:52:10.548Z] 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-04-30T08:52:11.143Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-30T08:52:11.144Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-30T08:52:11.416Z] 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-04-30T08:52:11.416Z] Collecting idna<2.8,>=2.5 [2021-04-30T08:52:11.689Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-30T08:52:11.689Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-30T08:52:11.689Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-30T08:52:11.689Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-30T08:52:11.689Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-30T08:52:12.664Z] Installing collected packages: texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, jsonschema, cached-property, PyYAML, dockerpty, docker-compose [2021-04-30T08:52:12.664Z] Running setup.py install for texttable: started [2021-04-30T08:52:15.274Z] Running setup.py install for texttable: finished with status 'done' [2021-04-30T08:52:15.274Z] Attempting uninstall: urllib3 [2021-04-30T08:52:15.274Z] Found existing installation: urllib3 1.25.9 [2021-04-30T08:52:15.274Z] Uninstalling urllib3-1.25.9: [2021-04-30T08:52:15.274Z] Successfully uninstalled urllib3-1.25.9 [2021-04-30T08:52:15.870Z] Attempting uninstall: idna [2021-04-30T08:52:15.870Z] Found existing installation: idna 2.9 [2021-04-30T08:52:15.870Z] Uninstalling idna-2.9: [2021-04-30T08:52:15.870Z] Successfully uninstalled idna-2.9 [2021-04-30T08:52:16.464Z] Attempting uninstall: requests [2021-04-30T08:52:16.464Z] Found existing installation: requests 2.23.0 [2021-04-30T08:52:16.464Z] Uninstalling requests-2.23.0: [2021-04-30T08:52:16.774Z] Successfully uninstalled requests-2.23.0 [2021-04-30T08:52:18.276Z] Running setup.py install for docopt: started [2021-04-30T08:52:20.984Z] Running setup.py install for docopt: finished with status 'done' [2021-04-30T08:52:21.284Z] Running setup.py install for PyYAML: started [2021-04-30T08:52:24.003Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-30T08:52:24.003Z] Running setup.py install for dockerpty: started [2021-04-30T08:52:26.623Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-30T08:52:27.599Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-30T08:52:37.726Z] Removing intermediate container 2ad63b651b29 [2021-04-30T08:52:37.726Z] ---> 7155c16eef07 [2021-04-30T08:52:37.726Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-30T08:52:37.726Z] ---> Running in d3694b5d91f2 [2021-04-30T08:52:37.726Z] Removing intermediate container d3694b5d91f2 [2021-04-30T08:52:37.726Z] ---> 8b9f9e351b50 [2021-04-30T08:52:37.726Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-30T08:52:37.726Z] ---> Running in 824d757ab62d [2021-04-30T08:52:37.726Z] Removing intermediate container 824d757ab62d [2021-04-30T08:52:37.726Z] ---> 52f39bd720ee [2021-04-30T08:52:37.726Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-30T08:52:38.700Z] ---> 352109d06343 [2021-04-30T08:52:38.700Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-30T08:52:39.300Z] ---> b312bdc95f5b [2021-04-30T08:52:39.300Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-30T08:52:40.278Z] ---> 55f24c38026f [2021-04-30T08:52:40.278Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-30T08:52:40.551Z] ---> Running in 69c18e3a9b42 [2021-04-30T08:52:40.823Z] Removing intermediate container 69c18e3a9b42 [2021-04-30T08:52:40.823Z] ---> c6c871efa532 [2021-04-30T08:52:40.823Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-30T08:52:41.097Z] ---> Running in a6c7852f4ced [2021-04-30T08:52:41.691Z] Removing intermediate container a6c7852f4ced [2021-04-30T08:52:41.691Z] ---> 159730ea36e5 [2021-04-30T08:52:41.691Z] Step 21/23 : LABEL arch=arm64 [2021-04-30T08:52:41.691Z] ---> Running in c11278b4a9cc [2021-04-30T08:52:42.286Z] Removing intermediate container c11278b4a9cc [2021-04-30T08:52:42.286Z] ---> 9e90381dfa70 [2021-04-30T08:52:42.286Z] Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 [2021-04-30T08:52:42.286Z] ---> Running in ac7bf99b4c49 [2021-04-30T08:52:42.886Z] Removing intermediate container ac7bf99b4c49 [2021-04-30T08:52:42.886Z] ---> 596607364795 [2021-04-30T08:52:42.886Z] Step 23/23 : LABEL version=0.0.0 [2021-04-30T08:52:42.886Z] ---> Running in 99d14b5ee768 [2021-04-30T08:52:43.482Z] Removing intermediate container 99d14b5ee768 [2021-04-30T08:52:43.482Z] ---> 11f8b1ed1405 [2021-04-30T08:52:43.482Z] [2021-04-30T08:52:43.759Z] Successfully built 11f8b1ed1405 [2021-04-30T08:52:43.759Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-30T08:52:44.371Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-30T08:52:44.360Z] $ docker stop --time=1 574fa39dfa86071e1c29f48c40b3898909b3970b9b75b60fdc3132395e3d5601 [2021-04-30T08:52:46.366Z] $ docker rm -f 574fa39dfa86071e1c29f48c40b3898909b3970b9b75b60fdc3132395e3d5601 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-30T08:52:47.031Z] + docker images [2021-04-30T08:52:47.031Z] + grep docker [2021-04-30T08:52:47.302Z] docker-sys-mgmt-agent-go-arm64 latest 11f8b1ed1405 4 seconds ago 299MB [2021-04-30T08:52:47.302Z] docker-core-data-go-arm64 latest c94bff581abe 48 seconds ago 20.3MB [2021-04-30T08:52:47.302Z] docker-core-metadata-go-arm64 latest 33faf88a1c03 About a minute ago 17.4MB [2021-04-30T08:52:47.302Z] docker-security-bootstrapper-go-arm64 latest 48249a88c27b About a minute ago 17.1MB [2021-04-30T08:52:47.302Z] docker-core-command-go-arm64 latest 9c6347bf504e 4 minutes ago 16.1MB [2021-04-30T08:52:47.302Z] docker-support-notifications-go-arm64 latest 5b8680c86ec0 4 minutes ago 16.6MB [2021-04-30T08:52:47.302Z] docker-support-scheduler-go-arm64 latest 06781698bb49 4 minutes ago 16.1MB [2021-04-30T08:52:47.302Z] docker-security-secretstore-setup-go-arm64 latest e51d6aa41d04 4 minutes ago 24.1MB [2021-04-30T08:52:47.302Z] docker-security-proxy-setup-go-arm64 latest 5b47a0e0be59 4 minutes ago 23.9MB [2021-04-30T08:52:47.302Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:52:47.859Z] ---> job-cost.sh [2021-04-30T08:52:47.859Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sAOW [2021-04-30T08:53:34.774Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-30T08:55:11.508Z] lf-activate-venv(): INFO: Adding /tmp/venv-sAOW/bin to PATH [2021-04-30T08:55:11.508Z] INFO: No Stack... [2021-04-30T08:55:11.508Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-30T08:55:11.508Z] INFO: Archiving Costs [Pipeline] sh [2021-04-30T08:55:11.843Z] + + cutcat -d, -f6 [2021-04-30T08:55:11.844Z] /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock [2021-04-30T08:55:11.957Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] [2021-04-30T08:55:11.975Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] did not exist. Created. [2021-04-30T08:55:11.976Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-30T08:55:12.330Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-30T08:55:12.605Z] Stashed 1 file(s) [Pipeline] } [2021-04-30T08:55:12.618Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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-04-30T08:55:13.570Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:14.881Z] ---> package-listing.sh [2021-04-30T08:55:14.881Z] ++ facter osfamily [2021-04-30T08:55:14.881Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-30T08:55:15.154Z] + OS_FAMILY=redhat [2021-04-30T08:55:15.154Z] + workspace=/w/workspace/edgex-go/3 [2021-04-30T08:55:15.154Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-30T08:55:15.154Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-30T08:55:15.154Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-30T08:55:15.154Z] + PACKAGES=/tmp/packages_start.txt [2021-04-30T08:55:15.154Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-30T08:55:15.154Z] + PACKAGES=/tmp/packages_end.txt [2021-04-30T08:55:15.154Z] + case "${OS_FAMILY}" in [2021-04-30T08:55:15.154Z] + rpm -qa [2021-04-30T08:55:15.154Z] + sort [2021-04-30T08:55:20.501Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-30T08:55:20.501Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-30T08:55:20.501Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-30T08:55:20.501Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-30T08:55:20.501Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-30T08:55:20.501Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-30T08:55:20.525Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-30T08:55:20.842Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:55:21.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:55:21.708Z] [2021-04-30T08:55:21.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-30T08:55:22.056Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:55:22.056Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-30T08:55:22.056Z] df20fa9351a1: Pulling fs layer [2021-04-30T08:55:22.056Z] 36b3adc4ff6f: Pulling fs layer [2021-04-30T08:55:22.056Z] 8ad3a11d3b57: Pulling fs layer [2021-04-30T08:55:22.056Z] 46f8f816bc3b: Pulling fs layer [2021-04-30T08:55:22.056Z] 93b61091891f: Pulling fs layer [2021-04-30T08:55:22.056Z] 93b9cdb0e59b: Pulling fs layer [2021-04-30T08:55:22.056Z] 5e14af77c1be: Pulling fs layer [2021-04-30T08:55:22.056Z] 01666e4c0597: Pulling fs layer [2021-04-30T08:55:22.056Z] aa168da1d23b: Pulling fs layer [2021-04-30T08:55:22.056Z] 93b9cdb0e59b: Waiting [2021-04-30T08:55:22.056Z] 5e14af77c1be: Waiting [2021-04-30T08:55:22.056Z] 01666e4c0597: Waiting [2021-04-30T08:55:22.056Z] aa168da1d23b: Waiting [2021-04-30T08:55:22.056Z] 46f8f816bc3b: Waiting [2021-04-30T08:55:22.056Z] 93b61091891f: Waiting [2021-04-30T08:55:22.056Z] 36b3adc4ff6f: Download complete [2021-04-30T08:55:22.340Z] 46f8f816bc3b: Download complete [2021-04-30T08:55:22.340Z] df20fa9351a1: Verifying Checksum [2021-04-30T08:55:22.340Z] df20fa9351a1: Download complete [2021-04-30T08:55:22.340Z] 93b61091891f: Verifying Checksum [2021-04-30T08:55:22.340Z] 93b61091891f: Download complete [2021-04-30T08:55:22.340Z] 93b9cdb0e59b: Verifying Checksum [2021-04-30T08:55:22.340Z] 93b9cdb0e59b: Download complete [2021-04-30T08:55:22.340Z] 01666e4c0597: Verifying Checksum [2021-04-30T08:55:22.340Z] 01666e4c0597: Download complete [2021-04-30T08:55:22.340Z] 5e14af77c1be: Verifying Checksum [2021-04-30T08:55:22.340Z] 5e14af77c1be: Download complete [2021-04-30T08:55:22.340Z] 8ad3a11d3b57: Verifying Checksum [2021-04-30T08:55:22.340Z] 8ad3a11d3b57: Download complete [2021-04-30T08:55:22.928Z] df20fa9351a1: Pull complete [2021-04-30T08:55:23.212Z] 36b3adc4ff6f: Pull complete [2021-04-30T08:55:24.670Z] 8ad3a11d3b57: Pull complete [2021-04-30T08:55:24.670Z] 46f8f816bc3b: Pull complete [2021-04-30T08:55:26.180Z] 93b61091891f: Pull complete [2021-04-30T08:55:26.180Z] aa168da1d23b: Verifying Checksum [2021-04-30T08:55:26.180Z] aa168da1d23b: Download complete [2021-04-30T08:55:26.451Z] 93b9cdb0e59b: Pull complete [2021-04-30T08:55:26.722Z] 5e14af77c1be: Pull complete [2021-04-30T08:55:26.999Z] 01666e4c0597: Pull complete [2021-04-30T08:55:37.185Z] aa168da1d23b: Pull complete [2021-04-30T08:55:37.185Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-30T08:55:37.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-30T08:55:37.185Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-30T08:55:37.462Z] prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container [2021-04-30T08:55:37.521Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-30T08:55:43.049Z] $ docker top e857f71278575606aa0fb14874837aa960636e4283c14d3250d2dad934962a18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-30T08:55:43.549Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-30T08:55:43.869Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-30T08:55:44.179Z] + ls /var/log/sa-host [2021-04-30T08:55:44.179Z] + sadf -c /var/log/sa-host/sa23 [2021-04-30T08:55:44.179Z] file_magic: OK [2021-04-30T08:55:44.179Z] HZ: Using current value: 100 [2021-04-30T08:55:44.179Z] file_header: OK [2021-04-30T08:55:44.179Z] 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-04-30T08:55:44.179Z] Statistics: [2021-04-30T08:55:44.179Z] Hnuu...uuuununununu... [2021-04-30T08:55:44.179Z] File successfully converted to sysstat format version 12.2.1 [2021-04-30T08:55:44.179Z] + sadf -c /var/log/sa-host/sa30 [2021-04-30T08:55:44.179Z] file_magic: OK [2021-04-30T08:55:44.179Z] HZ: Using current value: 100 [2021-04-30T08:55:44.179Z] file_header: OK [2021-04-30T08:55:44.179Z] 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-04-30T08:55:44.180Z] Statistics: [2021-04-30T08:55:44.180Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-30T08:55:44.180Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-30T08:55:44.347Z] provisioning config files... [2021-04-30T08:55:44.378Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2737611755398604934tmp [Pipeline] { [Pipeline] echo [2021-04-30T08:55:44.407Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:44.716Z] ---> create-netrc.sh [Pipeline] } [2021-04-30T08:55:44.728Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-30T08:55:44.755Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:45.162Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-30T08:55:45.199Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:45.558Z] ---> sudo-logs.sh [2021-04-30T08:55:45.558Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-30T08:55:45.752Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:46.064Z] ---> job-cost.sh [2021-04-30T08:55:46.064Z] lf-activate-venv: SKIPPING [2021-04-30T08:55:46.064Z] DEBUG: total: 0.20999999344348907 [2021-04-30T08:55:46.064Z] INFO: Retrieving Stack Cost... [2021-04-30T08:55:47.022Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-30T08:55:47.609Z] INFO: Archiving Costs [Pipeline] echo [2021-04-30T08:55:47.628Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-30T08:55:47.956Z] ---> logs-deploy.sh [2021-04-30T08:55:47.956Z] lf-activate-venv: SKIPPING [2021-04-30T08:55:47.956Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3404/3 [2021-04-30T08:55:47.956Z] INFO: archiving workspace using pattern(s): [2021-04-30T08:55:49.919Z] Archives upload complete. [2021-04-30T08:55:50.186Z] INFO: archiving logs to Nexus [2021-04-30T08:55:51.591Z] ---> uname -a: [2021-04-30T08:55:51.591Z] Linux prd-centos7-docker-4c-2g-2477.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-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] ---> lscpu: [2021-04-30T08:55:51.591Z] Architecture: x86_64 [2021-04-30T08:55:51.591Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-30T08:55:51.591Z] Byte Order: Little Endian [2021-04-30T08:55:51.591Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-30T08:55:51.591Z] CPU(s): 4 [2021-04-30T08:55:51.591Z] On-line CPU(s) list: 0-3 [2021-04-30T08:55:51.591Z] Thread(s) per core: 1 [2021-04-30T08:55:51.591Z] Core(s) per socket: 1 [2021-04-30T08:55:51.591Z] Socket(s): 4 [2021-04-30T08:55:51.591Z] NUMA node(s): 1 [2021-04-30T08:55:51.591Z] Vendor ID: GenuineIntel [2021-04-30T08:55:51.591Z] CPU family: 6 [2021-04-30T08:55:51.591Z] Model: 44 [2021-04-30T08:55:51.591Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-30T08:55:51.591Z] Stepping: 1 [2021-04-30T08:55:51.591Z] CPU MHz: 2933.436 [2021-04-30T08:55:51.591Z] BogoMIPS: 5866.87 [2021-04-30T08:55:51.591Z] Virtualization: VT-x [2021-04-30T08:55:51.591Z] Hypervisor vendor: KVM [2021-04-30T08:55:51.591Z] Virtualization type: full [2021-04-30T08:55:51.591Z] L1d cache: 128 KiB [2021-04-30T08:55:51.591Z] L1i cache: 128 KiB [2021-04-30T08:55:51.591Z] L2 cache: 16 MiB [2021-04-30T08:55:51.591Z] L3 cache: 64 MiB [2021-04-30T08:55:51.591Z] NUMA node0 CPU(s): 0-3 [2021-04-30T08:55:51.591Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-30T08:55:51.591Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-30T08:55:51.591Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-30T08:55:51.591Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-30T08:55:51.591Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-30T08:55:51.591Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-30T08:55:51.591Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-30T08:55:51.591Z] Vulnerability Srbds: Not affected [2021-04-30T08:55:51.591Z] Vulnerability Tsx async abort: Not affected [2021-04-30T08:55:51.591Z] 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-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] ---> nproc: [2021-04-30T08:55:51.591Z] 4 [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] ---> df -h: [2021-04-30T08:55:51.591Z] Filesystem Size Used Available Use% Mounted on [2021-04-30T08:55:51.591Z] overlay 50.0G 12.6G 37.4G 25% / [2021-04-30T08:55:51.591Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-30T08:55:51.591Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-30T08:55:51.591Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3 [2021-04-30T08:55:51.591Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3@tmp [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] ---> free -m: [2021-04-30T08:55:51.591Z] total used free shared buff/cache available [2021-04-30T08:55:51.591Z] Mem: 1837 703 102 0 1031 1050 [2021-04-30T08:55:51.591Z] Swap: 1023 81 942 [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] [2021-04-30T08:55:51.591Z] ---> ip addr: [2021-04-30T08:55:51.591Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-30T08:55:51.591Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-30T08:55:51.591Z] inet 127.0.0.1/8 scope host lo [2021-04-30T08:55:51.591Z] valid_lft forever preferred_lft forever [2021-04-30T08:55:51.591Z] inet6 ::1/128 scope host [2021-04-30T08:55:51.591Z] valid_lft forever preferred_lft forever [2021-04-30T08:55:51.591Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-30T08:55:51.591Z] link/ether fa:16:3e:06:60:64 brd ff:ff:ff:ff:ff:ff [2021-04-30T08:55:51.591Z] inet 10.30.122.8/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-30T08:55:51.592Z] valid_lft 84847sec preferred_lft 84847sec [2021-04-30T08:55:51.592Z] inet6 fe80::f816:3eff:fe06:6064/64 scope link [2021-04-30T08:55:51.592Z] valid_lft forever preferred_lft forever [2021-04-30T08:55:51.592Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-30T08:55:51.592Z] link/ether 02:42:0f:da:6c:89 brd ff:ff:ff:ff:ff:ff [2021-04-30T08:55:51.592Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-30T08:55:51.592Z] valid_lft forever preferred_lft forever [2021-04-30T08:55:51.592Z] inet6 fe80::42:fff:feda:6c89/64 scope link [2021-04-30T08:55:51.592Z] valid_lft forever preferred_lft forever [2021-04-30T08:55:51.592Z] [2021-04-30T08:55:51.592Z] [2021-04-30T08:55:51.592Z] ---> sar -b -r -n DEV: [2021-04-30T08:55:51.592Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) [2021-04-30T08:55:51.592Z] [2021-04-30T08:55:51.592Z] 08:29:45 LINUX RESTART (4 CPU) [2021-04-30T08:55:51.592Z] [2021-04-30T08:55:51.592Z] 08:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-30T08:55:51.592Z] 08:32:01 225.60 103.26 122.33 0.00 8033.14 46448.27 0.00 [2021-04-30T08:55:51.592Z] 08:33:01 227.04 103.17 123.87 0.00 3854.77 17860.12 0.00 [2021-04-30T08:55:51.592Z] 08:34:01 91.00 29.25 61.75 0.00 1150.39 9588.39 0.00 [2021-04-30T08:55:51.592Z] 08:35:02 57.63 10.68 46.95 0.00 466.64 5319.08 0.00 [2021-04-30T08:55:51.592Z] 08:36:01 89.71 36.60 53.11 0.00 1861.35 4077.33 0.00 [2021-04-30T08:55:51.592Z] 08:37:01 69.76 27.78 41.97 0.00 1733.87 9219.71 0.00 [2021-04-30T08:55:51.592Z] 08:38:02 295.54 117.02 178.52 0.00 48042.53 114376.41 0.00 [2021-04-30T08:55:51.592Z] 08:39:02 1970.88 1712.86 258.02 0.00 115419.28 120346.43 0.00 [2021-04-30T08:55:51.592Z] 08:40:02 1509.40 1295.18 214.22 0.00 79688.25 88441.67 0.00 [2021-04-30T08:55:51.592Z] 08:41:01 399.92 158.87 241.05 0.00 27353.74 51723.54 0.00 [2021-04-30T08:55:51.592Z] 08:42:03 2208.06 1846.85 361.22 0.00 155789.45 171022.53 0.00 [2021-04-30T08:55:51.592Z] 08:43:02 1055.53 878.25 177.28 0.00 54400.69 67884.78 0.00 [2021-04-30T08:55:51.592Z] 08:44:01 175.08 37.62 137.47 0.00 6945.74 19274.04 0.00 [2021-04-30T08:55:51.592Z] 08:45:01 2.96 1.71 1.25 0.00 54.08 18.55 0.00 [2021-04-30T08:55:51.592Z] 08:46:01 0.85 0.05 0.80 0.00 0.93 15.70 0.00 [2021-04-30T08:55:51.592Z] 08:47:01 0.32 0.03 0.28 0.00 0.27 2.90 0.00 [2021-04-30T08:55:51.592Z] 08:48:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 [2021-04-30T08:55:51.592Z] 08:49:01 0.23 0.02 0.22 0.00 0.53 2.46 0.00 [2021-04-30T08:55:51.592Z] 08:50:01 0.22 0.02 0.20 0.00 0.27 2.33 0.00 [2021-04-30T08:55:51.592Z] 08:51:01 0.32 0.02 0.30 0.00 0.27 3.30 0.00 [2021-04-30T08:55:51.592Z] 08:52:01 0.30 0.02 0.28 0.00 0.13 3.06 0.00 [2021-04-30T08:55:51.592Z] 08:53:01 0.32 0.02 0.30 0.00 0.13 3.51 0.00 [2021-04-30T08:55:51.592Z] 08:54:01 0.28 0.03 0.25 0.00 0.27 2.33 0.00 [2021-04-30T08:55:51.592Z] 08:55:01 0.18 0.02 0.17 0.00 0.13 1.55 0.00 [2021-04-30T08:55:51.592Z] Average: 351.35 266.89 84.45 0.00 21223.58 30428.83 0.00 [2021-04-30T08:55:51.592Z] [2021-04-30T08:55:51.592Z] 08:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-30T08:55:51.592Z] 08:32:01 168776 0 714976 38.00 1808 995984 1334064 45.53 548616 923312 28 [2021-04-30T08:55:51.592Z] 08:33:01 140352 0 851048 45.23 1492 888652 1514912 51.70 637776 828288 6136 [2021-04-30T08:55:51.592Z] 08:34:01 230912 0 779668 41.44 708 870256 1535636 52.41 632036 735688 11356 [2021-04-30T08:55:51.592Z] 08:35:02 112280 0 850928 45.22 548 917788 1846696 63.02 749148 732072 37220 [2021-04-30T08:55:51.592Z] 08:36:01 156752 0 828664 44.04 508 895620 1712660 58.45 670336 759604 86804 [2021-04-30T08:55:51.592Z] 08:37:01 114384 0 767256 40.78 476 999428 1438604 49.10 635996 836376 24684 [2021-04-30T08:55:51.592Z] 08:38:02 71188 0 854440 45.41 48 955868 2265352 77.31 749864 846256 74392 [2021-04-30T08:55:51.592Z] 08:39:02 74632 0 870468 46.26 0 936444 2331804 79.58 760156 806548 63564 [2021-04-30T08:55:51.592Z] 08:40:02 122244 0 1285500 68.32 0 473800 3813748 130.16 884944 603020 18768 [2021-04-30T08:55:51.592Z] 08:41:01 65372 0 754052 40.08 0 1062120 1570916 53.61 586900 969472 34428 [2021-04-30T08:55:51.592Z] 08:42:03 73480 0 780336 41.47 0 1027728 2167232 73.96 706376 875344 89284 [2021-04-30T08:55:51.592Z] 08:43:02 244672 0 896932 47.67 0 739940 3453780 117.87 686760 685160 68068 [2021-04-30T08:55:51.592Z] 08:44:01 343008 0 626652 33.31 0 911884 1194460 40.76 529872 765288 20 [2021-04-30T08:55:51.592Z] 08:45:01 345232 0 623508 33.14 0 912804 1162580 39.68 528088 765220 28 [2021-04-30T08:55:51.592Z] 08:46:01 345612 0 623116 33.12 0 912816 1162676 39.68 528040 765228 8 [2021-04-30T08:55:51.592Z] 08:47:01 345316 0 623400 33.13 0 912828 1162796 39.68 528584 765244 12 [2021-04-30T08:55:51.592Z] 08:48:01 345572 0 623140 33.12 0 912832 1162580 39.68 528196 765244 12 [2021-04-30T08:55:51.592Z] 08:49:01 345472 0 623244 33.12 0 912828 1162580 39.68 528088 765244 16 [2021-04-30T08:55:51.592Z] 08:50:01 345396 0 623304 33.13 0 912844 1162580 39.68 528068 765260 8 [2021-04-30T08:55:51.592Z] 08:51:01 345284 0 623408 33.13 0 912852 1162652 39.68 528176 765268 8 [2021-04-30T08:55:51.592Z] 08:52:01 345512 0 623168 33.12 0 912864 1162580 39.68 528080 765276 16 [2021-04-30T08:55:51.592Z] 08:53:01 345380 0 623288 33.13 0 912876 1162580 39.68 528092 765284 8 [2021-04-30T08:55:51.592Z] 08:54:01 345792 0 622872 33.10 0 912880 1162580 39.68 528108 765288 8 [2021-04-30T08:55:51.592Z] 08:55:01 345496 0 623156 33.12 0 912892 1162580 39.68 528100 765292 8 [2021-04-30T08:55:51.592Z] Average: 238255 0 738188 39.23 233 904868 1623693 55.41 607850 782678 21454 [2021-04-30T08:55:51.592Z] [2021-04-30T08:55:51.592Z] 08:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-30T08:55:51.592Z] 08:32:01 veth2d7eac1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:32:01 veth5a37b54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:32:01 eth0 1132.95 1395.64 5490.13 174.90 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:33:01 veth42e75c3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:33:01 eth0 269.34 192.56 875.90 28.05 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:33:01 docker0 1255.62 1015.89 93.82 3526.28 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:34:01 veth42e75c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:34:01 eth0 13.32 9.30 9.66 5.16 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:35:02 veth42e75c3 1.84 1.84 0.15 0.15 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:35:02 eth0 40.99 35.74 23.19 67.90 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:35:02 docker0 1.84 1.84 0.12 0.15 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:36:01 veth42e75c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:36:01 eth0 15.81 10.59 9.65 22.93 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:37:01 veth42e75c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:37:01 eth0 32.07 24.91 26.78 14.76 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:38:02 eth0 197.17 151.85 1678.58 76.97 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:38:02 vethf042d80 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:39:02 eth0 86.57 55.79 183.40 13.33 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:39:02 vethf042d80 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:39:02 docker0 37.55 58.25 2.27 163.88 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:40:02 veth1738e2d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:40:02 vethcfd4387 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:40:02 vethb30d249 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:40:02 eth0 13.50 10.12 10.75 5.83 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:41:01 veth8adc413 12.10 30.42 0.87 234.94 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:41:01 eth0 229.86 168.23 1698.83 90.21 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:41:01 veth220b67b 30.42 12.10 234.94 0.87 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:42:03 eth0 65.36 44.54 96.39 18.58 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:42:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:42:03 vethf042d80 0.00 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:42:03 docker0 1308.06 1137.04 96.51 4022.29 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:43:02 veth63538dc 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:43:02 veth767d3ef 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:43:02 veth393af32 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:43:02 eth0 34.28 29.96 13.02 76.31 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:44:01 eth0 32.04 17.79 134.04 6.02 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:44:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:44:01 docker0 1381.17 1211.05 101.72 4342.40 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:45:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:46:01 eth0 0.58 0.23 0.17 0.07 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:47:01 eth0 0.68 0.40 0.29 0.21 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:48:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:49:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:50:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.592Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:51:01 eth0 0.35 0.27 0.15 0.08 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:52:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:53:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:54:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:55:01 eth0 0.57 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] Average: eth0 89.71 88.78 424.23 24.90 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] Average: docker0 56.71 49.73 4.18 178.31 0.00 0.00 0.00 0.00 [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z] ---> sar -P ALL: [2021-04-30T08:55:51.593Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z] 08:29:45 LINUX RESTART (4 CPU) [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z] 08:31:02 CPU %user %nice %system %iowait %steal %idle [2021-04-30T08:55:51.593Z] 08:32:01 all 16.19 0.00 9.60 2.05 5.05 67.11 [2021-04-30T08:55:51.593Z] 08:32:01 0 15.09 0.00 11.63 2.65 4.55 66.07 [2021-04-30T08:55:51.593Z] 08:32:01 1 12.85 0.00 8.44 1.72 5.30 71.69 [2021-04-30T08:55:51.593Z] 08:32:01 2 15.41 0.00 9.89 1.77 5.31 67.62 [2021-04-30T08:55:51.593Z] 08:32:01 3 21.41 0.00 8.52 2.09 5.00 62.98 [2021-04-30T08:55:51.593Z] 08:33:01 all 8.63 0.00 8.12 5.20 7.72 70.33 [2021-04-30T08:55:51.593Z] 08:33:01 0 9.30 0.00 8.85 4.62 8.01 69.23 [2021-04-30T08:55:51.593Z] 08:33:01 1 7.16 0.00 7.39 4.15 6.98 74.32 [2021-04-30T08:55:51.593Z] 08:33:01 2 9.71 0.00 8.97 6.01 8.17 67.14 [2021-04-30T08:55:51.593Z] 08:33:01 3 8.37 0.00 7.27 6.02 7.71 70.64 [2021-04-30T08:55:51.593Z] 08:34:01 all 45.95 0.00 13.00 2.73 19.65 18.68 [2021-04-30T08:55:51.593Z] 08:34:01 0 46.47 0.00 12.91 1.93 20.00 18.70 [2021-04-30T08:55:51.593Z] 08:34:01 1 50.51 0.00 14.24 4.28 18.26 12.72 [2021-04-30T08:55:51.593Z] 08:34:01 2 38.50 0.00 11.14 1.97 23.02 25.37 [2021-04-30T08:55:51.593Z] 08:34:01 3 48.89 0.00 13.88 2.83 17.04 17.36 [2021-04-30T08:55:51.593Z] 08:35:02 all 36.21 0.00 11.92 2.15 17.87 31.84 [2021-04-30T08:55:51.593Z] 08:35:02 0 34.28 0.00 11.46 0.92 18.66 34.67 [2021-04-30T08:55:51.593Z] 08:35:02 1 34.84 0.00 10.78 3.11 19.48 31.79 [2021-04-30T08:55:51.593Z] 08:35:02 2 34.15 0.00 12.22 1.80 17.84 33.99 [2021-04-30T08:55:51.593Z] 08:35:02 3 41.86 0.00 13.31 2.78 15.35 26.70 [2021-04-30T08:55:51.593Z] 08:36:01 all 43.82 0.00 17.40 2.77 19.49 16.51 [2021-04-30T08:55:51.593Z] 08:36:01 0 43.30 0.00 16.70 3.66 20.11 16.23 [2021-04-30T08:55:51.593Z] 08:36:01 1 41.39 0.00 17.27 2.65 19.68 19.01 [2021-04-30T08:55:51.593Z] 08:36:01 2 39.99 0.00 16.53 3.06 21.08 19.33 [2021-04-30T08:55:51.593Z] 08:36:01 3 51.04 0.00 19.22 1.68 16.94 11.12 [2021-04-30T08:55:51.593Z] 08:37:01 all 27.24 0.00 13.75 1.68 16.26 41.06 [2021-04-30T08:55:51.593Z] 08:37:01 0 25.42 0.00 12.74 1.59 16.36 43.88 [2021-04-30T08:55:51.593Z] 08:37:01 1 28.50 0.00 14.17 1.70 15.81 39.81 [2021-04-30T08:55:51.593Z] 08:37:01 2 27.23 0.00 13.59 1.89 16.49 40.80 [2021-04-30T08:55:51.593Z] 08:37:01 3 27.82 0.00 14.53 1.54 16.39 39.73 [2021-04-30T08:55:51.593Z] 08:38:02 all 13.84 0.00 15.93 2.77 15.68 51.77 [2021-04-30T08:55:51.593Z] 08:38:02 0 12.70 0.00 15.97 2.83 16.41 52.08 [2021-04-30T08:55:51.593Z] 08:38:02 1 12.90 0.00 15.70 2.98 16.17 52.26 [2021-04-30T08:55:51.593Z] 08:38:02 2 15.20 0.00 16.27 2.77 14.88 50.88 [2021-04-30T08:55:51.593Z] 08:38:02 3 14.60 0.00 15.80 2.51 15.23 51.87 [2021-04-30T08:55:51.593Z] 08:39:02 all 14.52 0.00 21.26 20.57 19.92 23.74 [2021-04-30T08:55:51.593Z] 08:39:02 0 15.16 0.00 20.51 20.33 20.94 23.07 [2021-04-30T08:55:51.593Z] 08:39:02 1 13.41 0.00 20.70 20.59 20.52 24.78 [2021-04-30T08:55:51.593Z] 08:39:02 2 14.62 0.00 22.30 21.20 19.14 22.73 [2021-04-30T08:55:51.593Z] 08:39:02 3 14.93 0.00 21.55 20.16 19.02 24.35 [2021-04-30T08:55:51.593Z] 08:40:02 all 46.71 0.00 17.02 12.92 11.70 11.65 [2021-04-30T08:55:51.593Z] 08:40:02 0 47.21 0.00 17.03 13.50 12.11 10.16 [2021-04-30T08:55:51.593Z] 08:40:02 1 47.59 0.00 15.58 12.57 12.12 12.14 [2021-04-30T08:55:51.593Z] 08:40:02 2 45.86 0.00 17.39 13.93 11.26 11.56 [2021-04-30T08:55:51.593Z] 08:40:02 3 46.19 0.00 18.11 11.68 11.29 12.73 [2021-04-30T08:55:51.593Z] 08:41:01 all 45.27 0.00 19.80 11.43 8.73 14.76 [2021-04-30T08:55:51.593Z] 08:41:01 0 44.47 0.00 19.20 9.26 9.28 17.79 [2021-04-30T08:55:51.593Z] 08:41:01 1 44.88 0.00 19.56 12.43 9.19 13.94 [2021-04-30T08:55:51.593Z] 08:41:01 2 46.83 0.00 18.63 12.28 7.91 14.35 [2021-04-30T08:55:51.593Z] 08:41:01 3 44.88 0.00 21.86 11.75 8.54 12.96 [2021-04-30T08:55:51.593Z] 08:42:03 all 18.78 0.00 28.69 17.15 12.35 23.03 [2021-04-30T08:55:51.593Z] 08:42:03 0 17.11 0.00 27.66 16.75 12.73 25.75 [2021-04-30T08:55:51.593Z] 08:42:03 1 18.14 0.00 28.30 16.17 12.16 25.21 [2021-04-30T08:55:51.593Z] 08:42:03 2 20.05 0.00 29.66 18.25 12.41 19.63 [2021-04-30T08:55:51.593Z] 08:42:03 3 19.82 0.00 29.13 17.44 12.09 21.52 [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z] 08:42:03 CPU %user %nice %system %iowait %steal %idle [2021-04-30T08:55:51.593Z] 08:43:02 all 56.62 0.00 17.15 10.37 5.55 10.31 [2021-04-30T08:55:51.593Z] 08:43:02 0 56.31 0.00 17.48 9.47 5.69 11.05 [2021-04-30T08:55:51.593Z] 08:43:02 1 55.10 0.00 16.44 11.15 6.01 11.30 [2021-04-30T08:55:51.593Z] 08:43:02 2 57.41 0.00 17.62 10.31 5.16 9.50 [2021-04-30T08:55:51.593Z] 08:43:02 3 57.68 0.00 17.05 10.56 5.32 9.39 [2021-04-30T08:55:51.593Z] 08:44:01 all 13.94 0.00 7.71 8.77 1.04 68.54 [2021-04-30T08:55:51.593Z] 08:44:01 0 14.56 0.00 8.48 7.10 0.95 68.91 [2021-04-30T08:55:51.593Z] 08:44:01 1 13.34 0.00 7.51 7.49 1.16 70.49 [2021-04-30T08:55:51.593Z] 08:44:01 2 13.73 0.00 7.79 10.01 0.97 67.49 [2021-04-30T08:55:51.593Z] 08:44:01 3 14.12 0.00 7.05 10.47 1.07 67.29 [2021-04-30T08:55:51.593Z] 08:45:01 all 0.13 0.00 0.08 0.02 0.30 99.46 [2021-04-30T08:55:51.593Z] 08:45:01 0 0.02 0.00 0.12 0.00 0.13 99.73 [2021-04-30T08:55:51.593Z] 08:45:01 1 0.45 0.00 0.03 0.02 0.17 99.33 [2021-04-30T08:55:51.593Z] 08:45:01 2 0.02 0.00 0.10 0.08 0.13 99.67 [2021-04-30T08:55:51.593Z] 08:45:01 3 0.05 0.00 0.08 0.00 0.78 99.09 [2021-04-30T08:55:51.593Z] 08:46:01 all 0.13 0.00 0.07 0.00 0.46 99.33 [2021-04-30T08:55:51.593Z] 08:46:01 0 0.03 0.00 0.02 0.00 0.37 99.58 [2021-04-30T08:55:51.593Z] 08:46:01 1 0.40 0.00 0.08 0.02 0.46 99.04 [2021-04-30T08:55:51.593Z] 08:46:01 2 0.03 0.00 0.10 0.00 0.13 99.73 [2021-04-30T08:55:51.593Z] 08:46:01 3 0.05 0.00 0.10 0.00 0.88 98.97 [2021-04-30T08:55:51.593Z] 08:47:01 all 0.13 0.00 0.04 0.00 0.17 99.66 [2021-04-30T08:55:51.593Z] 08:47:01 0 0.02 0.00 0.03 0.00 0.20 99.75 [2021-04-30T08:55:51.593Z] 08:47:01 1 0.45 0.00 0.03 0.00 0.13 99.38 [2021-04-30T08:55:51.593Z] 08:47:01 2 0.05 0.00 0.07 0.00 0.28 99.60 [2021-04-30T08:55:51.593Z] 08:47:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2021-04-30T08:55:51.593Z] 08:48:01 all 0.14 0.00 0.30 0.00 0.66 98.90 [2021-04-30T08:55:51.593Z] 08:48:01 0 0.02 0.00 0.43 0.00 0.38 99.17 [2021-04-30T08:55:51.593Z] 08:48:01 1 0.30 0.00 0.38 0.00 0.68 98.64 [2021-04-30T08:55:51.593Z] 08:48:01 2 0.07 0.00 0.28 0.00 0.85 98.81 [2021-04-30T08:55:51.593Z] 08:48:01 3 0.17 0.00 0.12 0.00 0.71 99.00 [2021-04-30T08:55:51.593Z] 08:49:01 all 0.14 0.00 0.03 0.00 0.16 99.66 [2021-04-30T08:55:51.593Z] 08:49:01 0 0.03 0.00 0.03 0.00 0.05 99.88 [2021-04-30T08:55:51.593Z] 08:49:01 1 0.05 0.00 0.07 0.00 0.42 99.47 [2021-04-30T08:55:51.593Z] 08:49:01 2 0.02 0.00 0.02 0.02 0.03 99.92 [2021-04-30T08:55:51.593Z] 08:49:01 3 0.45 0.00 0.02 0.00 0.15 99.38 [2021-04-30T08:55:51.593Z] 08:50:01 all 0.15 0.00 0.03 0.00 0.21 99.60 [2021-04-30T08:55:51.593Z] 08:50:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2021-04-30T08:55:51.593Z] 08:50:01 1 0.07 0.00 0.05 0.00 0.45 99.43 [2021-04-30T08:55:51.593Z] 08:50:01 2 0.07 0.00 0.03 0.00 0.13 99.77 [2021-04-30T08:55:51.593Z] 08:50:01 3 0.47 0.00 0.03 0.00 0.17 99.33 [2021-04-30T08:55:51.593Z] 08:51:01 all 0.14 0.00 0.03 0.00 0.22 99.61 [2021-04-30T08:55:51.593Z] 08:51:01 0 0.03 0.00 0.02 0.00 0.40 99.55 [2021-04-30T08:55:51.593Z] 08:51:01 1 0.03 0.00 0.05 0.00 0.17 99.75 [2021-04-30T08:55:51.593Z] 08:51:01 2 0.02 0.00 0.02 0.00 0.17 99.80 [2021-04-30T08:55:51.593Z] 08:51:01 3 0.47 0.00 0.05 0.00 0.15 99.33 [2021-04-30T08:55:51.593Z] 08:52:01 all 0.12 0.00 0.04 0.00 0.52 99.32 [2021-04-30T08:55:51.593Z] 08:52:01 0 0.03 0.00 0.03 0.00 0.76 99.17 [2021-04-30T08:55:51.593Z] 08:52:01 1 0.23 0.00 0.03 0.00 0.65 99.09 [2021-04-30T08:55:51.593Z] 08:52:01 2 0.03 0.00 0.05 0.00 0.40 99.52 [2021-04-30T08:55:51.593Z] 08:52:01 3 0.17 0.00 0.05 0.00 0.28 99.50 [2021-04-30T08:55:51.593Z] 08:53:01 all 0.15 0.00 0.02 0.00 0.11 99.73 [2021-04-30T08:55:51.593Z] 08:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-04-30T08:55:51.593Z] 08:53:01 1 0.48 0.00 0.02 0.00 0.12 99.38 [2021-04-30T08:55:51.593Z] 08:53:01 2 0.05 0.00 0.03 0.00 0.20 99.72 [2021-04-30T08:55:51.593Z] 08:53:01 3 0.03 0.00 0.02 0.00 0.10 99.85 [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z] 08:53:01 CPU %user %nice %system %iowait %steal %idle [2021-04-30T08:55:51.593Z] 08:54:01 all 0.14 0.00 0.03 0.00 0.21 99.62 [2021-04-30T08:55:51.593Z] 08:54:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2021-04-30T08:55:51.593Z] 08:54:01 1 0.50 0.00 0.03 0.00 0.33 99.14 [2021-04-30T08:55:51.593Z] 08:54:01 2 0.02 0.00 0.03 0.00 0.10 99.85 [2021-04-30T08:55:51.593Z] 08:54:01 3 0.02 0.00 0.03 0.00 0.37 99.58 [2021-04-30T08:55:51.593Z] 08:55:01 all 0.14 0.00 0.03 0.00 0.15 99.68 [2021-04-30T08:55:51.593Z] 08:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-30T08:55:51.593Z] 08:55:01 1 0.47 0.00 0.03 0.00 0.07 99.43 [2021-04-30T08:55:51.593Z] 08:55:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-30T08:55:51.593Z] 08:55:01 3 0.05 0.00 0.03 0.00 0.50 99.42 [2021-04-30T08:55:51.593Z] Average: all 15.77 0.00 8.28 4.10 6.80 65.05 [2021-04-30T08:55:51.593Z] Average: 0 15.48 0.00 8.26 3.86 6.99 65.42 [2021-04-30T08:55:51.593Z] Average: 1 15.56 0.00 8.10 4.13 6.92 65.29 [2021-04-30T08:55:51.593Z] Average: 2 15.44 0.00 8.32 4.28 6.92 65.04 [2021-04-30T08:55:51.593Z] Average: 3 16.62 0.00 8.45 4.12 6.36 64.45 [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z] [2021-04-30T08:55:51.593Z]