Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3103214cdd745ba99e56243b14eeb2a0a0c23a57 rather than c3b38dae9b02349053f790cb97feb331a171bab0 Obtained Jenkinsfile from 3103214cdd745ba99e56243b14eeb2a0a0c23a57 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3436’ Running on prd-centos7-docker-4c-2g-3438 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit c3b38dae9b02349053f790cb97feb331a171bab0 > 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/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing b98365941b4d6324abbc4c916ff504fd0e3487e5 Checking out Revision b98365941b4d6324abbc4c916ff504fd0e3487e5 (PR-3422) > git checkout -f c3b38dae9b02349053f790cb97feb331a171bab0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b98365941b4d6324abbc4c916ff504fd0e3487e5 # timeout=10 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-07T01:27:20.223Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-07T01:27:20.319Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-07T01:27:20.346Z] ========================================================= [2021-05-07T01:27:20.346Z] EdgeX Global Pipelines Version Info [2021-05-07T01:27:20.346Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fc584e00c36bfab3d7b73a3e6a3e2538e35e7b1c # timeout=10 [2021-05-07T01:27:22.035Z] ------------------- [2021-05-07T01:27:22.035Z] stable info: [2021-05-07T01:27:22.035Z] ------------------- [2021-05-07T01:27:22.035Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-07T01:27:22.035Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T01:27:22.035Z] Message: update stable to v1.0.191 [2021-05-07T01:27:22.987Z] ------------------- [2021-05-07T01:27:22.987Z] experimental info: [2021-05-07T01:27:22.987Z] ------------------- [2021-05-07T01:27:22.987Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-07T01:27:22.987Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T01:27:22.987Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-07T01:27:23.241Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-07T01:27:23.264Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-07T01:27:23.285Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-07T01:27:23.307Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-07T01:27:23.328Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-07T01:27:23.350Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-07T01:27:23.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-07T01:27:23.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-07T01:27:23.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-07T01:27:23.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-07T01:27:23.467Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-07T01:27:23.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-07T01:27:23.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-07T01:27:23.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-07T01:27:23.555Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T01:27:23.577Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T01:27:23.625Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-07T01:27:23.667Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-07T01:27:23.690Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-07T01:27:23.713Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-07T01:27:23.736Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-07T01:27:23.758Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-07T01:27:23.781Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo [2021-05-07T01:27:23.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo [2021-05-07T01:27:23.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo [2021-05-07T01:27:23.854Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b98365941b4d6324abbc4c916ff504fd0e3487e5 [Pipeline] echo [2021-05-07T01:27:23.876Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b983659 [Pipeline] echo [2021-05-07T01:27:23.899Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T01:27:23.967Z] provisioning config files... [2021-05-07T01:27:24.000Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7517739849894964194tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:27:24.314Z] ---> docker-login.sh [2021-05-07T01:27:24.314Z] nexus3.edgexfoundry.org:10001 [2021-05-07T01:27:24.577Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:27:24.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:27:24.840Z] Configure a credential helper to remove this warning. See [2021-05-07T01:27:24.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:27:24.840Z] [2021-05-07T01:27:24.840Z] Login Succeeded [2021-05-07T01:27:24.840Z] nexus3.edgexfoundry.org:10002 [2021-05-07T01:27:25.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:27:25.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:27:25.102Z] Configure a credential helper to remove this warning. See [2021-05-07T01:27:25.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:27:25.102Z] [2021-05-07T01:27:25.102Z] Login Succeeded [2021-05-07T01:27:25.102Z] nexus3.edgexfoundry.org:10003 [2021-05-07T01:27:25.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:27:25.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:27:25.365Z] Configure a credential helper to remove this warning. See [2021-05-07T01:27:25.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:27:25.365Z] [2021-05-07T01:27:25.365Z] Login Succeeded [2021-05-07T01:27:25.365Z] nexus3.edgexfoundry.org:10004 [2021-05-07T01:27:25.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:27:25.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:27:25.365Z] Configure a credential helper to remove this warning. See [2021-05-07T01:27:25.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:27:25.365Z] [2021-05-07T01:27:25.365Z] Login Succeeded [2021-05-07T01:27:25.365Z] docker.io [2021-05-07T01:27:25.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:27:25.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:27:25.888Z] Configure a credential helper to remove this warning. See [2021-05-07T01:27:25.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:27:25.888Z] [2021-05-07T01:27:25.888Z] Login Succeeded [2021-05-07T01:27:25.888Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T01:27:25.898Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T01:27:26.231Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/core-command/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/core-data/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-07T01:27:26.231Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-07T01:27:26.231Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-07T01:27:26.231Z] ++ cut -d/ -f2 [2021-05-07T01:27:26.231Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-07T01:27:26.311Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:27:26.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T01:27:26.947Z] [2021-05-07T01:27:26.947Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:27:27.288Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T01:27:27.288Z] latest: Pulling from edgex-devops/git-semver [2021-05-07T01:27:27.288Z] 31603596830f: Pulling fs layer [2021-05-07T01:27:27.288Z] 54011a49482f: Pulling fs layer [2021-05-07T01:27:27.288Z] a6820b24f6d8: Pulling fs layer [2021-05-07T01:27:27.288Z] f581987b2513: Pulling fs layer [2021-05-07T01:27:27.288Z] f581987b2513: Waiting [2021-05-07T01:27:27.288Z] 54011a49482f: Verifying Checksum [2021-05-07T01:27:27.288Z] 54011a49482f: Download complete [2021-05-07T01:27:27.288Z] 31603596830f: Verifying Checksum [2021-05-07T01:27:27.288Z] 31603596830f: Download complete [2021-05-07T01:27:27.556Z] f581987b2513: Verifying Checksum [2021-05-07T01:27:27.556Z] f581987b2513: Download complete [2021-05-07T01:27:27.556Z] a6820b24f6d8: Verifying Checksum [2021-05-07T01:27:27.556Z] a6820b24f6d8: Download complete [2021-05-07T01:27:27.821Z] 31603596830f: Pull complete [2021-05-07T01:27:27.821Z] 54011a49482f: Pull complete [2021-05-07T01:27:28.774Z] a6820b24f6d8: Pull complete [2021-05-07T01:27:29.036Z] f581987b2513: Pull complete [2021-05-07T01:27:29.036Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-07T01:27:29.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T01:27:29.036Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-07T01:27:29.138Z] prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container [2021-05-07T01:27:29.190Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T01:27:31.864Z] $ docker top 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T01:27:32.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T01:27:32.009Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T01:27:32.227Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T01:27:32.231Z] $ docker exec 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent [2021-05-07T01:27:32.398Z] SSH_AUTH_SOCK=/tmp/ssh-aW8Z6nWD4Oii/agent.12 [2021-05-07T01:27:32.398Z] SSH_AGENT_PID=18 [2021-05-07T01:27:32.408Z] Running ssh-add (command line suppressed) [2021-05-07T01:27:32.529Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_4778920008711900111.key (/w/workspace/edgex-go/7@tmp/private_key_4778920008711900111.key) [2021-05-07T01:27:32.581Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T01:27:32.880Z] + git tag --points-at HEAD [Pipeline] } [2021-05-07T01:27:32.902Z] $ docker exec --env ******** --env ******** 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent -k [2021-05-07T01:27:33.020Z] unset SSH_AUTH_SOCK; [2021-05-07T01:27:33.020Z] unset SSH_AGENT_PID; [2021-05-07T01:27:33.020Z] echo Agent pid 18 killed; [2021-05-07T01:27:33.070Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-07T01:27:33.111Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T01:27:33.111Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T01:27:33.282Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T01:27:33.287Z] $ docker exec 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent [2021-05-07T01:27:33.454Z] SSH_AUTH_SOCK=/tmp/ssh-FTw9BHINv2ym/agent.47 [2021-05-07T01:27:33.454Z] SSH_AGENT_PID=52 [2021-05-07T01:27:33.461Z] Running ssh-add (command line suppressed) [2021-05-07T01:27:33.584Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_3158542839930477921.key (/w/workspace/edgex-go/7@tmp/private_key_3158542839930477921.key) [2021-05-07T01:27:33.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T01:27:33.941Z] + git semver init [2021-05-07T01:27:33.941Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T01:27:33.941Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-05-07T01:27:33.941Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-05-07T01:27:33.941Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T01:27:33.941Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T01:27:33.941Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T01:27:33.941Z] # $SEMVER_BRANCH = PR-3422 [2021-05-07T01:27:33.941Z] # $SEMVER_TEMP = /tmp/semver-728454723 [2021-05-07T01:27:33.941Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-07T01:27:52.113Z] # '/tmp/semver-728454723' -> '/w/workspace/edgex-go/7/.semver' [2021-05-07T01:27:53.072Z] # -> Force: false [2021-05-07T01:27:53.072Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-05-07T01:27:53.088Z] $ docker exec --env ******** --env ******** 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 ssh-agent -k [2021-05-07T01:27:53.439Z] unset SSH_AUTH_SOCK; [2021-05-07T01:27:53.440Z] unset SSH_AGENT_PID; [2021-05-07T01:27:53.440Z] echo Agent pid 52 killed; [2021-05-07T01:27:53.570Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T01:27:53.907Z] + git semver [Pipeline] } [2021-05-07T01:27:53.925Z] $ docker stop --time=1 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 [2021-05-07T01:27:55.496Z] $ docker rm -f 797263e5a6df5b623adc20e83f2514bcfb38d99888cec7693fafbf8849fd3cb8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T01:27:55.954Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-07T01:27:56.427Z] Stashed 1 file(s) [Pipeline] echo [2021-05-07T01:27:56.431Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T01:27:57.010Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:27:57.326Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:27:57.633Z] + sudo service docker restart [2021-05-07T01:27:57.633Z] + true [2021-05-07T01:27:57.633Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-07T01:27:58.227Z] ========================================================= [2021-05-07T01:27:58.227Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-07T01:27:58.227Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:27:58.549Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-07T01:28:01.896Z] Sending build context to Docker daemon 330.2MB [2021-05-07T01:28:01.896Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T01:28:01.896Z] Step 2/6 : FROM ${BASE} [2021-05-07T01:28:01.896Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-07T01:28:01.896Z] 540db60ca938: Pulling fs layer [2021-05-07T01:28:01.896Z] adcc1eea9eea: Pulling fs layer [2021-05-07T01:28:01.896Z] 4c4ab2625f07: Pulling fs layer [2021-05-07T01:28:01.896Z] 0510c868ecb4: Pulling fs layer [2021-05-07T01:28:01.896Z] afea3b2eda06: Pulling fs layer [2021-05-07T01:28:01.896Z] 7809a108b3ef: Pulling fs layer [2021-05-07T01:28:01.896Z] f706445af74f: Pulling fs layer [2021-05-07T01:28:01.896Z] afea3b2eda06: Waiting [2021-05-07T01:28:01.896Z] 7809a108b3ef: Waiting [2021-05-07T01:28:01.896Z] f706445af74f: Waiting [2021-05-07T01:28:01.896Z] 0510c868ecb4: Waiting [2021-05-07T01:28:02.167Z] 4c4ab2625f07: Verifying Checksum [2021-05-07T01:28:02.167Z] 4c4ab2625f07: Download complete [2021-05-07T01:28:02.167Z] adcc1eea9eea: Verifying Checksum [2021-05-07T01:28:02.167Z] adcc1eea9eea: Download complete [2021-05-07T01:28:02.167Z] afea3b2eda06: Verifying Checksum [2021-05-07T01:28:02.167Z] afea3b2eda06: Download complete [2021-05-07T01:28:02.167Z] 7809a108b3ef: Verifying Checksum [2021-05-07T01:28:02.167Z] 7809a108b3ef: Download complete [2021-05-07T01:28:02.167Z] 540db60ca938: Verifying Checksum [2021-05-07T01:28:02.167Z] 540db60ca938: Download complete [2021-05-07T01:28:02.430Z] 540db60ca938: Pull complete [2021-05-07T01:28:02.692Z] adcc1eea9eea: Pull complete [2021-05-07T01:28:02.956Z] 4c4ab2625f07: Pull complete [2021-05-07T01:28:04.351Z] f706445af74f: Verifying Checksum [2021-05-07T01:28:04.351Z] f706445af74f: Download complete [2021-05-07T01:28:05.305Z] 0510c868ecb4: Verifying Checksum [2021-05-07T01:28:05.305Z] 0510c868ecb4: Download complete [2021-05-07T01:28:10.659Z] 0510c868ecb4: Pull complete [2021-05-07T01:28:10.922Z] afea3b2eda06: Pull complete [2021-05-07T01:28:10.922Z] 7809a108b3ef: Pull complete [2021-05-07T01:28:11.572Z] Still waiting to schedule task [2021-05-07T01:28:11.573Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3437’ [2021-05-07T01:28:16.261Z] f706445af74f: Pull complete [2021-05-07T01:28:16.262Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-07T01:28:16.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-07T01:28:16.262Z] ---> b068be0155e3 [2021-05-07T01:28:16.262Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-07T01:28:16.262Z] ---> Running in eba3373d69f0 [2021-05-07T01:28:16.524Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:28:17.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:28:18.495Z] (1/12) Installing libmagic (5.39-r0) [2021-05-07T01:28:19.441Z] (2/12) Installing file (5.39-r0) [2021-05-07T01:28:19.704Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-07T01:28:19.704Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-07T01:28:27.866Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-07T01:28:27.866Z] (6/12) Installing patch (2.7.6-r6) [2021-05-07T01:28:27.866Z] (7/12) Installing build-base (0.5-r2) [2021-05-07T01:28:27.866Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-07T01:28:27.866Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-07T01:28:27.866Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-07T01:28:27.866Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-07T01:28:27.866Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-07T01:28:27.866Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T01:28:27.866Z] OK: 219 MiB in 52 packages [2021-05-07T01:28:32.089Z] Removing intermediate container eba3373d69f0 [2021-05-07T01:28:32.089Z] ---> e2dca78ceff9 [2021-05-07T01:28:32.089Z] Step 4/6 : WORKDIR /edgex-go [2021-05-07T01:28:32.089Z] ---> Running in 787fe2d0e6f8 [2021-05-07T01:28:32.089Z] Removing intermediate container 787fe2d0e6f8 [2021-05-07T01:28:32.089Z] ---> 0c85bb8e6922 [2021-05-07T01:28:32.089Z] Step 5/6 : COPY go.mod . [2021-05-07T01:28:32.089Z] ---> 1ff636c21edc [2021-05-07T01:28:32.089Z] Step 6/6 : RUN go mod download [2021-05-07T01:28:32.089Z] ---> Running in d97e03dc1693 [2021-05-07T01:28:54.091Z] Removing intermediate container d97e03dc1693 [2021-05-07T01:28:54.091Z] ---> 07decd3cd9ef [2021-05-07T01:28:54.091Z] Successfully built 07decd3cd9ef [2021-05-07T01:28:54.091Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:28:54.411Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T01:28:54.411Z] . [Pipeline] withDockerContainer [2021-05-07T01:28:54.514Z] prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container [2021-05-07T01:28:54.565Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-07T01:28:55.373Z] $ docker top ae1e40844879fa34c8dd468a2c63cf4fafd3b2314f686c6240931dc615c37a28 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:28:55.820Z] + go version [2021-05-07T01:28:55.820Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-07T01:28:55.838Z] $ docker stop --time=1 ae1e40844879fa34c8dd468a2c63cf4fafd3b2314f686c6240931dc615c37a28 [2021-05-07T01:28:57.205Z] $ docker rm -f ae1e40844879fa34c8dd468a2c63cf4fafd3b2314f686c6240931dc615c37a28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:28:57.753Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T01:28:57.753Z] . [Pipeline] withDockerContainer [2021-05-07T01:28:57.856Z] prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container [2021-05-07T01:28:57.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-07T01:28:58.647Z] $ docker top 69500a82b54d093897701071de3827b838b1e5ac5d1f77c3f5260e0001098cb3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T01:28:58.799Z] ========================================================= [2021-05-07T01:28:58.799Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-07T01:28:58.799Z] ========================================================= [Pipeline] sh [2021-05-07T01:28:59.098Z] + go mod tidy [Pipeline] sh [2021-05-07T01:29:00.354Z] + make test [2021-05-07T01:29:00.354Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-07T01:29:10.446Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-07T01:29:32.584Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-07T01:29:35.933Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-07T01:29:35.933Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-07T01:29:35.933Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-07T01:29:39.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-07T01:29:39.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-07T01:29:39.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-07T01:29:39.295Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-07T01:29:39.566Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-07T01:29:41.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-07T01:29:44.125Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-07T01:29:44.125Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-07T01:29:44.125Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-07T01:29:45.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 45.9% of statements [2021-05-07T01:29:45.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-07T01:29:45.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-07T01:29:45.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-07T01:29:45.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-07T01:29:45.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-07T01:29:45.570Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-07T01:29:45.570Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.067s coverage: 19.8% of statements [2021-05-07T01:29:46.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-05-07T01:29:48.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-07T01:29:48.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-07T01:29:48.124Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2021-05-07T01:29:48.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-07T01:29:48.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-07T01:29:48.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements [2021-05-07T01:29:48.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-07T01:29:48.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-07T01:29:48.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 87.7% of statements [2021-05-07T01:29:48.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-07T01:29:48.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:29:48.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-05-07T01:29:48.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-07T01:29:52.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-07T01:29:52.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-07T01:29:52.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-07T01:29:52.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-07T01:29:52.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-07T01:29:52.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.080s coverage: 78.3% of statements [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-07T01:29:52.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-07T01:29:55.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.391s coverage: 95.1% of statements [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-07T01:29:55.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-07T01:29:55.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.9% of statements [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-07T01:29:55.567Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.066s coverage: 22.0% of statements [2021-05-07T01:29:55.567Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-07T01:29:55.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements [2021-05-07T01:29:55.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-05-07T01:29:55.567Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-05-07T01:29:55.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-05-07T01:29:56.097Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-05-07T01:30:08.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.087s coverage: 94.4% of statements [2021-05-07T01:30:08.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements [2021-05-07T01:30:10.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.238s coverage: 81.8% of statements [2021-05-07T01:30:10.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.109s coverage: 92.9% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 76.0% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.0% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.095s coverage: 87.2% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.073s coverage: 85.4% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 91.2% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.358s coverage: 66.9% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.183s coverage: 43.4% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-07T01:30:18.741Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-07T01:30:18.741Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-07T01:30:20.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.087s coverage: 22.7% of statements [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-07T01:30:20.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 92.6% of statements [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-07T01:30:20.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.746s coverage: 28.7% of statements [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-07T01:30:20.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-07T01:30:20.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-07T01:30:20.166Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.061s coverage: 64.6% of statements [2021-05-07T01:30:20.166Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-07T01:30:21.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.123s coverage: 97.6% of statements [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-07T01:30:21.148Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-07T01:30:21.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-07T01:30:21.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-07T01:30:21.148Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-07T01:30:21.148Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-05-07T01:30:21.414Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 28.1% of statements [2021-05-07T01:30:21.414Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-07T01:30:21.414Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.039s coverage: 100.0% of statements [2021-05-07T01:30:21.991Z] GO111MODULE=on go vet ./... [2021-05-07T01:30:47.535Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3440 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-07T01:30:47.553Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-07T01:30:52.922Z] using credential edgex-jenkins-ssh [2021-05-07T01:30:52.943Z] Cloning the remote Git repository [2021-05-07T01:30:53.025Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:30:53.141Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-07T01:30:53.222Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:30:53.223Z] > git --version # timeout=10 [2021-05-07T01:30:53.248Z] > git --version # 'git version 2.17.1' [2021-05-07T01:30:53.251Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:30:53.320Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:31:00.894Z] gofmt -l . [2021-05-07T01:31:00.894Z] [ "`gofmt -l .`" = "" ] [2021-05-07T01:31:00.894Z] ./bin/test-go-mod-tidy.sh [2021-05-07T01:31:00.894Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-07T01:31:01.526Z] + ls -al . [2021-05-07T01:31:01.527Z] total 828 [2021-05-07T01:31:01.527Z] drwxrwxr-x 10 1001 1001 4096 May 7 01:30 . [2021-05-07T01:31:01.527Z] drwxr-xr-x 4 root root 28 May 7 01:28 .. [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 11 May 7 01:27 .dockerignore [2021-05-07T01:31:01.527Z] drwxrwxr-x 8 1001 1001 179 May 7 01:27 .git [2021-05-07T01:31:01.527Z] drwxrwxr-x 3 1001 1001 125 May 7 01:27 .github [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 818 May 7 01:27 .gitignore [2021-05-07T01:31:01.527Z] drwx------ 3 1001 1001 60 May 7 01:27 .semver [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 166 May 7 01:27 .sonarcloud.properties [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 8609 May 7 01:27 Attribution.txt [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 3804 May 7 01:27 CONTRIBUTING.md [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 931 May 7 01:27 Dockerfile.build [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 863 May 7 01:27 Jenkinsfile [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 10775 May 7 01:27 LICENSE [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 5774 May 7 01:27 Makefile [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 7978 May 7 01:27 README.md [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 6755 May 7 01:27 SECURITY.md [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 5 May 7 01:27 VERSION [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 4131 May 7 01:27 ZMQWindows.md [2021-05-07T01:31:01.527Z] drwxrwxr-x 2 1001 1001 117 May 7 01:27 bin [2021-05-07T01:31:01.527Z] drwxrwxr-x 14 1001 1001 4096 May 7 01:27 cmd [2021-05-07T01:31:01.527Z] -rw-r--r-- 1 root root 718073 May 7 01:30 coverage.out [2021-05-07T01:31:01.527Z] -rw-r--r-- 1 root root 1060 May 7 01:30 go.mod [2021-05-07T01:31:01.527Z] -rw-r--r-- 1 root root 21942 May 7 01:28 go.sum [2021-05-07T01:31:01.527Z] drwxrwxr-x 8 1001 1001 127 May 7 01:27 internal [2021-05-07T01:31:01.527Z] drwxrwxr-x 4 1001 1001 26 May 7 01:27 openapi [2021-05-07T01:31:01.527Z] drwxrwxr-x 4 1001 1001 71 May 7 01:27 snap [2021-05-07T01:31:01.527Z] -rw-rw-r-- 1 1001 1001 168 May 7 01:27 version.go [Pipeline] sh [2021-05-07T01:31:01.840Z] + '[' -e coverage.out ] [2021-05-07T01:31:01.840Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-07T01:31:02.587Z] Stashed 1 file(s) [Pipeline] sh [2021-05-07T01:31:02.890Z] + make build [2021-05-07T01:31:02.891Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-07T01:31:05.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-07T01:31:08.980Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:31:09.001Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:31:09.023Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:31:09.061Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:31:09.061Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:31:09.075Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T01:31:09.935Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit c3b38dae9b02349053f790cb97feb331a171bab0 [2021-05-07T01:31:10.719Z] Merge succeeded, producing 0238b3f6554a42a9b43eb85743cad3c53d712e94 [2021-05-07T01:31:10.719Z] Checking out Revision 0238b3f6554a42a9b43eb85743cad3c53d712e94 (PR-3422) [2021-05-07T01:31:09.964Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T01:31:09.980Z] > git checkout -f c3b38dae9b02349053f790cb97feb331a171bab0 # timeout=10 [2021-05-07T01:31:10.291Z] > git remote # timeout=10 [2021-05-07T01:31:10.319Z] > git config --get remote.origin.url # timeout=10 [2021-05-07T01:31:10.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:31:10.346Z] > git merge 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 [2021-05-07T01:31:10.714Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-07T01:31:10.734Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T01:31:10.749Z] > git checkout -f 0238b3f6554a42a9b43eb85743cad3c53d712e94 # timeout=10 [2021-05-07T01:31:15.075Z] Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" [2021-05-07T01:31:15.096Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T01:31:16.783Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:31:17.195Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T01:31:17.533Z] + true [2021-05-07T01:31:17.533Z] + sudo service docker restart [2021-05-07T01:31:17.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-07T01:31:18.426Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T01:31:20.198Z] provisioning config files... [2021-05-07T01:31:20.246Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8460399401297820288tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:31:20.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-07T01:31:20.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-07T01:31:20.622Z] ---> docker-login.sh [2021-05-07T01:31:20.622Z] nexus3.edgexfoundry.org:10001 [2021-05-07T01:31:21.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:31:21.761Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-07T01:31:21.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:31:21.822Z] Configure a credential helper to remove this warning. See [2021-05-07T01:31:21.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:31:21.822Z] [2021-05-07T01:31:21.822Z] Login Succeeded [2021-05-07T01:31:21.822Z] nexus3.edgexfoundry.org:10002 [2021-05-07T01:31:22.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:31:22.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:31:22.368Z] Configure a credential helper to remove this warning. See [2021-05-07T01:31:22.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:31:22.368Z] [2021-05-07T01:31:22.368Z] Login Succeeded [2021-05-07T01:31:22.368Z] nexus3.edgexfoundry.org:10003 [2021-05-07T01:31:22.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:31:22.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:31:22.916Z] Configure a credential helper to remove this warning. See [2021-05-07T01:31:22.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:31:22.916Z] [2021-05-07T01:31:22.916Z] Login Succeeded [2021-05-07T01:31:22.916Z] nexus3.edgexfoundry.org:10004 [2021-05-07T01:31:23.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:31:23.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:31:23.191Z] Configure a credential helper to remove this warning. See [2021-05-07T01:31:23.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:31:23.191Z] [2021-05-07T01:31:23.191Z] Login Succeeded [2021-05-07T01:31:23.191Z] docker.io [2021-05-07T01:31:23.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-07T01:31:23.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T01:31:24.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T01:31:24.061Z] Configure a credential helper to remove this warning. See [2021-05-07T01:31:24.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T01:31:24.061Z] [2021-05-07T01:31:24.061Z] Login Succeeded [2021-05-07T01:31:24.061Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T01:31:24.080Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-05-07T01:31:24.292Z] 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 [Pipeline] echo [2021-05-07T01:31:24.373Z] ========================================================= [2021-05-07T01:31:24.373Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-07T01:31:24.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:31:24.716Z] + 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-05-07T01:31:25.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-07T01:31:26.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-07T01:31:27.358Z] Sending build context to Docker daemon 167.7MB [2021-05-07T01:31:27.358Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T01:31:27.358Z] Step 2/6 : FROM ${BASE} [2021-05-07T01:31:27.358Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-07T01:31:27.358Z] 595b0fe564bb: Pulling fs layer [2021-05-07T01:31:27.358Z] 7186ed65a4f7: Pulling fs layer [2021-05-07T01:31:27.358Z] 316046926c0a: Pulling fs layer [2021-05-07T01:31:27.358Z] 4ebd0625c992: Pulling fs layer [2021-05-07T01:31:27.358Z] 207e8628e3a3: Pulling fs layer [2021-05-07T01:31:27.358Z] c791037a9be2: Pulling fs layer [2021-05-07T01:31:27.358Z] ffd874e62e21: Pulling fs layer [2021-05-07T01:31:27.358Z] 207e8628e3a3: Waiting [2021-05-07T01:31:27.358Z] c791037a9be2: Waiting [2021-05-07T01:31:27.358Z] ffd874e62e21: Waiting [2021-05-07T01:31:27.358Z] 4ebd0625c992: Waiting [2021-05-07T01:31:27.358Z] 316046926c0a: Verifying Checksum [2021-05-07T01:31:27.358Z] 316046926c0a: Download complete [2021-05-07T01:31:27.358Z] 7186ed65a4f7: Download complete [2021-05-07T01:31:27.358Z] 207e8628e3a3: Verifying Checksum [2021-05-07T01:31:27.358Z] 207e8628e3a3: Download complete [2021-05-07T01:31:27.634Z] 595b0fe564bb: Verifying Checksum [2021-05-07T01:31:27.634Z] 595b0fe564bb: Download complete [2021-05-07T01:31:27.634Z] c791037a9be2: Verifying Checksum [2021-05-07T01:31:27.634Z] c791037a9be2: Download complete [2021-05-07T01:31:28.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-07T01:31:28.228Z] 595b0fe564bb: Pull complete [2021-05-07T01:31:28.833Z] 7186ed65a4f7: Pull complete [2021-05-07T01:31:29.106Z] 316046926c0a: Pull complete [Pipeline] } [2021-05-07T01:31:30.055Z] $ docker stop --time=1 69500a82b54d093897701071de3827b838b1e5ac5d1f77c3f5260e0001098cb3 [2021-05-07T01:31:30.548Z] ffd874e62e21: Download complete [2021-05-07T01:31:31.527Z] 4ebd0625c992: Verifying Checksum [2021-05-07T01:31:31.527Z] 4ebd0625c992: Download complete [2021-05-07T01:31:32.895Z] $ docker rm -f 69500a82b54d093897701071de3827b838b1e5ac5d1f77c3f5260e0001098cb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:31:34.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:31:34.501Z] [2021-05-07T01:31:34.501Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:31:34.828Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:31:34.828Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-07T01:31:34.828Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-07T01:31:34.828Z] ca9280d653b3: Pulling fs layer [2021-05-07T01:31:34.828Z] 7e9c9ca2126c: Pulling fs layer [2021-05-07T01:31:34.828Z] cbdbe7a5bc2a: Download complete [2021-05-07T01:31:35.409Z] ca9280d653b3: Verifying Checksum [2021-05-07T01:31:35.409Z] ca9280d653b3: Download complete [2021-05-07T01:31:35.409Z] cbdbe7a5bc2a: Pull complete [2021-05-07T01:31:36.857Z] 7e9c9ca2126c: Verifying Checksum [2021-05-07T01:31:36.857Z] 7e9c9ca2126c: Download complete [2021-05-07T01:31:36.857Z] ca9280d653b3: Pull complete [2021-05-07T01:31:43.482Z] 7e9c9ca2126c: Pull complete [2021-05-07T01:31:43.482Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-07T01:31:43.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:31:43.482Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-07T01:31:43.665Z] prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container [2021-05-07T01:31:43.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-07T01:31:43.932Z] 4ebd0625c992: Pull complete [2021-05-07T01:31:43.932Z] 207e8628e3a3: Pull complete [2021-05-07T01:31:43.932Z] c791037a9be2: Pull complete [2021-05-07T01:31:46.561Z] ffd874e62e21: Pull complete [2021-05-07T01:31:46.561Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-07T01:31:46.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-07T01:31:46.561Z] ---> cfc18b08335c [2021-05-07T01:31:46.561Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-07T01:31:46.907Z] $ docker top e62df0f046192cd7cfc616ee7c4cbb1b60d689c2e394242fc4ae639e2dc6ac3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:31:47.360Z] + docker-compose build --help [2021-05-07T01:31:47.360Z] + grep parallel [2021-05-07T01:31:48.308Z] --parallel Build images in parallel. [Pipeline] } [2021-05-07T01:31:48.589Z] $ docker stop --time=1 e62df0f046192cd7cfc616ee7c4cbb1b60d689c2e394242fc4ae639e2dc6ac3a [2021-05-07T01:31:49.936Z] $ docker rm -f e62df0f046192cd7cfc616ee7c4cbb1b60d689c2e394242fc4ae639e2dc6ac3a [2021-05-07T01:31:49.974Z] ---> Running in e08c59511138 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:31:50.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-07T01:31:50.427Z] . [Pipeline] withDockerContainer [2021-05-07T01:31:50.540Z] prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container [2021-05-07T01:31:50.590Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-07T01:31:50.958Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:31:51.317Z] $ docker top 254ba401be313a47a4a7084a7a297de9de6722bef2144fab700429d24f8688f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:31:51.730Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-07T01:31:52.677Z] Building docker-core-command-go ... [2021-05-07T01:31:52.677Z] Building docker-core-data-go ... [2021-05-07T01:31:52.677Z] Building docker-core-metadata-go ... [2021-05-07T01:31:52.677Z] Building docker-security-bootstrapper-go ... [2021-05-07T01:31:52.677Z] Building docker-security-proxy-setup-go ... [2021-05-07T01:31:52.677Z] Building docker-security-secretstore-setup-go ... [2021-05-07T01:31:52.677Z] Building docker-support-notifications-go ... [2021-05-07T01:31:52.677Z] Building docker-support-scheduler-go ... [2021-05-07T01:31:52.677Z] Building docker-sys-mgmt-agent-go ... [2021-05-07T01:31:52.677Z] Building docker-support-notifications-go [2021-05-07T01:31:52.677Z] Building docker-core-command-go [2021-05-07T01:31:52.677Z] Building docker-core-data-go [2021-05-07T01:31:52.677Z] Building docker-support-scheduler-go [2021-05-07T01:31:52.677Z] Building docker-sys-mgmt-agent-go [2021-05-07T01:31:52.925Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:31:54.350Z] (1/12) Installing libmagic (5.39-r0) [2021-05-07T01:31:54.623Z] (2/12) Installing file (5.39-r0) [2021-05-07T01:31:54.623Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-07T01:31:54.895Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-07T01:32:09.974Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-07T01:32:09.974Z] (6/12) Installing patch (2.7.6-r6) [2021-05-07T01:32:09.974Z] (7/12) Installing build-base (0.5-r2) [2021-05-07T01:32:09.974Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-07T01:32:09.974Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-07T01:32:09.974Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-07T01:32:09.974Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-07T01:32:09.974Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-07T01:32:09.974Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T01:32:09.974Z] OK: 218 MiB in 52 packages [2021-05-07T01:32:13.363Z] Removing intermediate container e08c59511138 [2021-05-07T01:32:13.363Z] ---> c7f439d731eb [2021-05-07T01:32:13.363Z] Step 4/6 : WORKDIR /edgex-go [2021-05-07T01:32:13.636Z] ---> Running in 9b4dc2cd5906 [2021-05-07T01:32:13.912Z] Removing intermediate container 9b4dc2cd5906 [2021-05-07T01:32:13.912Z] ---> 217d82021cce [2021-05-07T01:32:13.912Z] Step 5/6 : COPY go.mod . [2021-05-07T01:32:14.897Z] ---> 37769f88e9c9 [2021-05-07T01:32:14.897Z] Step 6/6 : RUN go mod download [2021-05-07T01:32:14.897Z] ---> Running in a738739c162c [2021-05-07T01:32:31.705Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:32:31.705Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:32:31.705Z] ---> 07decd3cd9ef [2021-05-07T01:32:31.705Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:32:31.705Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:32:31.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:32:31.705Z] ---> 07decd3cd9ef [2021-05-07T01:32:31.705Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:32:31.705Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:32:31.705Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:32:31.705Z] ---> 07decd3cd9ef [2021-05-07T01:32:31.705Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:32:31.705Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:32:31.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:32:31.705Z] ---> 07decd3cd9ef [2021-05-07T01:32:31.705Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:32:31.705Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:32:31.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:32:31.705Z] ---> 07decd3cd9ef [2021-05-07T01:32:31.705Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:32:31.705Z] ---> Running in 2d68e4c09f41 [2021-05-07T01:32:31.705Z] ---> Running in 1fa7bc38992f [2021-05-07T01:32:31.705Z] ---> Running in b322cf12e9d2 [2021-05-07T01:32:31.705Z] ---> Running in 7d6ae3cc7e1e [2021-05-07T01:32:31.705Z] ---> Running in 9c5d09f76241 [2021-05-07T01:32:31.705Z] Removing intermediate container 7d6ae3cc7e1e [2021-05-07T01:32:31.705Z] ---> 9653c2c3dcaf [2021-05-07T01:32:31.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:32:31.705Z] Removing intermediate container 1fa7bc38992f [2021-05-07T01:32:31.705Z] ---> afac8a3645b9 [2021-05-07T01:32:31.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:32:31.705Z] Removing intermediate container b322cf12e9d2 [2021-05-07T01:32:31.705Z] ---> 444cf675403b [2021-05-07T01:32:31.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:32:31.705Z] Removing intermediate container 9c5d09f76241 [2021-05-07T01:32:31.705Z] ---> 4f6a3a88acce [2021-05-07T01:32:31.705Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:32:31.705Z] Removing intermediate container 2d68e4c09f41 [2021-05-07T01:32:31.705Z] ---> 648601c1dfe9 [2021-05-07T01:32:31.705Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:32:31.705Z] ---> Running in 2563690130a1 [2021-05-07T01:32:31.705Z] ---> Running in f0001decaaf4 [2021-05-07T01:32:31.705Z] ---> Running in bd4f790579ae [2021-05-07T01:32:31.705Z] ---> Running in 69b77229ee42 [2021-05-07T01:32:31.705Z] ---> Running in f51ceef98b91 [2021-05-07T01:32:34.268Z] Removing intermediate container f0001decaaf4 [2021-05-07T01:32:34.268Z] ---> 87c7d5138451 [2021-05-07T01:32:34.268Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-07T01:32:34.268Z] Removing intermediate container bd4f790579ae [2021-05-07T01:32:34.268Z] ---> bbb926ae9063 [2021-05-07T01:32:34.268Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:32:34.268Z] ---> Running in d52596958ed7 [2021-05-07T01:32:34.268Z] ---> Running in bf4788e2dfdc [2021-05-07T01:32:34.268Z] Removing intermediate container 69b77229ee42 [2021-05-07T01:32:34.268Z] ---> 72f7d8140f75 [2021-05-07T01:32:34.268Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-07T01:32:34.268Z] Removing intermediate container f51ceef98b91 [2021-05-07T01:32:34.268Z] ---> a176f607cf95 [2021-05-07T01:32:34.268Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-07T01:32:34.531Z] ---> Running in 5347f7dafab7 [2021-05-07T01:32:34.531Z] Removing intermediate container 2563690130a1 [2021-05-07T01:32:34.531Z] ---> 22d565c09623 [2021-05-07T01:32:34.531Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-07T01:32:34.531Z] ---> Running in ab8a20458f48 [2021-05-07T01:32:34.803Z] ---> Running in e2e7b9dcc384 [2021-05-07T01:32:35.388Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:35.388Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:35.388Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:35.650Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:35.650Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:36.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:36.596Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:36.859Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:37.446Z] OK: 219 MiB in 52 packages [2021-05-07T01:32:37.446Z] OK: 219 MiB in 52 packages [2021-05-07T01:32:37.714Z] OK: 219 MiB in 52 packages [2021-05-07T01:32:37.714Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:37.714Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:32:37.714Z] Removing intermediate container d52596958ed7 [2021-05-07T01:32:37.714Z] ---> 0a2b7043418d [2021-05-07T01:32:37.714Z] Step 6/23 : COPY go.mod . [2021-05-07T01:32:38.295Z] ---> 4450e5063662 [2021-05-07T01:32:38.295Z] Step 7/23 : RUN go mod download [2021-05-07T01:32:38.295Z] Removing intermediate container bf4788e2dfdc [2021-05-07T01:32:38.295Z] ---> efac70ec8d20 [2021-05-07T01:32:38.295Z] Step 6/23 : COPY go.mod . [2021-05-07T01:32:38.295Z] Removing intermediate container ab8a20458f48 [2021-05-07T01:32:38.295Z] ---> 425d045adadf [2021-05-07T01:32:38.295Z] Step 6/22 : COPY go.mod . [2021-05-07T01:32:38.295Z] ---> Running in 1200c16e5a0a [2021-05-07T01:32:38.569Z] ---> 890807857f32 [2021-05-07T01:32:38.569Z] Step 7/23 : RUN go mod download [2021-05-07T01:32:38.569Z] OK: 219 MiB in 52 packages [2021-05-07T01:32:38.569Z] ---> e3acef07533d [2021-05-07T01:32:38.569Z] Step 7/22 : RUN go mod download [2021-05-07T01:32:38.569Z] ---> Running in e33a859f68e5 [2021-05-07T01:32:38.569Z] ---> Running in 704e7f181c6f [2021-05-07T01:32:39.533Z] Removing intermediate container e2e7b9dcc384 [2021-05-07T01:32:39.533Z] ---> af317200660d [2021-05-07T01:32:39.533Z] Step 6/23 : COPY go.mod . [2021-05-07T01:32:39.797Z] ---> e479ec0ad86e [2021-05-07T01:32:39.797Z] Step 7/23 : RUN go mod download [2021-05-07T01:32:39.797Z] ---> Running in a3ac71f9bfc1 [2021-05-07T01:32:39.797Z] Removing intermediate container 1200c16e5a0a [2021-05-07T01:32:39.797Z] ---> d653b7f221e2 [2021-05-07T01:32:39.797Z] Step 8/23 : COPY . . [2021-05-07T01:32:40.061Z] OK: 219 MiB in 52 packages [2021-05-07T01:32:41.026Z] Removing intermediate container 704e7f181c6f [2021-05-07T01:32:41.026Z] ---> 546c419aa2be [2021-05-07T01:32:41.026Z] Step 8/22 : COPY . . [2021-05-07T01:32:41.689Z] Removing intermediate container a738739c162c [2021-05-07T01:32:41.689Z] ---> c860c0035411 [2021-05-07T01:32:41.689Z] Successfully built c860c0035411 [2021-05-07T01:32:41.689Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:32:42.010Z] Removing intermediate container e33a859f68e5 [2021-05-07T01:32:42.010Z] ---> 875b26e898ab [2021-05-07T01:32:42.010Z] Step 8/23 : COPY . . [2021-05-07T01:32:42.029Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T01:32:42.029Z] . [Pipeline] withDockerContainer [2021-05-07T01:32:42.297Z] prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container [2021-05-07T01:32:42.384Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-07T01:32:44.003Z] $ docker top 27da7a72918043e4f42373efb8ff2c4a38647263c4f9e61235b2f775b3a84e41 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:32:44.925Z] + go version [2021-05-07T01:32:44.926Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-07T01:32:44.957Z] $ docker stop --time=1 27da7a72918043e4f42373efb8ff2c4a38647263c4f9e61235b2f775b3a84e41 [2021-05-07T01:32:45.386Z] Removing intermediate container 5347f7dafab7 [2021-05-07T01:32:45.386Z] ---> ac40b6b4380e [2021-05-07T01:32:45.386Z] Step 6/22 : COPY go.mod . [2021-05-07T01:32:46.879Z] $ docker rm -f 27da7a72918043e4f42373efb8ff2c4a38647263c4f9e61235b2f775b3a84e41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:32:47.568Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T01:32:47.568Z] . [Pipeline] withDockerContainer [2021-05-07T01:32:47.831Z] prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container [2021-05-07T01:32:47.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-07T01:32:47.957Z] Removing intermediate container a3ac71f9bfc1 [2021-05-07T01:32:47.957Z] ---> 2af1ef5a69c5 [2021-05-07T01:32:47.957Z] Step 8/23 : COPY . . [2021-05-07T01:32:48.534Z] ---> 87304f7fdbbe [2021-05-07T01:32:48.534Z] Step 7/22 : RUN go mod download [2021-05-07T01:32:49.388Z] $ docker top fe614b443842ef8c1236300406c5ec14097e82c5dc1b195bd86684dfa3202e22 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T01:32:49.697Z] ========================================================= [2021-05-07T01:32:49.697Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-07T01:32:49.697Z] ========================================================= [Pipeline] sh [2021-05-07T01:32:49.968Z] ---> Running in a80ee28408e8 [2021-05-07T01:32:50.344Z] + go mod tidy [Pipeline] sh [2021-05-07T01:32:51.996Z] + make test [2021-05-07T01:32:51.996Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-07T01:33:08.279Z] Removing intermediate container a80ee28408e8 [2021-05-07T01:33:08.280Z] ---> 40e0547521b9 [2021-05-07T01:33:08.280Z] Step 8/22 : COPY . . [2021-05-07T01:33:18.794Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-07T01:33:26.511Z] ---> 78effff72184 [2021-05-07T01:33:26.511Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-07T01:33:26.511Z] ---> c620fdf88cb1 [2021-05-07T01:33:26.511Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-07T01:33:26.511Z] ---> Running in e66e08640cd9 [2021-05-07T01:33:26.511Z] ---> Running in 765e9661475d [2021-05-07T01:33:26.511Z] ---> b6a449ffe089 [2021-05-07T01:33:26.511Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-07T01:33:26.511Z] ---> da02e6bb1dc6 [2021-05-07T01:33:26.511Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-07T01:33:27.471Z] ---> Running in a04bcd2df6eb [2021-05-07T01:33:27.471Z] ---> Running in 97ae4609f118 [2021-05-07T01:33:28.903Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-07T01:33:28.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-07T01:33:28.903Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-07T01:33:29.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-07T01:33:37.444Z] ---> ba717bd9f5c4 [2021-05-07T01:33:37.444Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-07T01:33:37.444Z] ---> Running in 5bd5360f85bc [2021-05-07T01:33:38.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-07T01:34:15.385Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-07T01:34:17.408Z] Removing intermediate container a04bcd2df6eb [2021-05-07T01:34:17.408Z] ---> ec81fab6d105 [2021-05-07T01:34:17.408Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-07T01:34:17.408Z] Removing intermediate container e66e08640cd9 [2021-05-07T01:34:17.408Z] ---> e3493290c051 [2021-05-07T01:34:17.408Z] [2021-05-07T01:34:17.408Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:34:17.408Z] 3.12: Pulling from library/alpine [2021-05-07T01:34:17.408Z] Removing intermediate container 97ae4609f118 [2021-05-07T01:34:17.408Z] ---> e275539d6ce0 [2021-05-07T01:34:17.408Z] [2021-05-07T01:34:17.408Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:34:17.408Z] ---> Running in 6bae2c6b4585 [2021-05-07T01:34:17.408Z] 3.12: Pulling from library/alpine [2021-05-07T01:34:17.673Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:34:17.673Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:34:17.673Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T01:34:17.673Z] ---> 13621d1b12d4 [2021-05-07T01:34:17.673Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-07T01:34:17.673Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T01:34:17.673Z] ---> 13621d1b12d4 [2021-05-07T01:34:17.673Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:34:17.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-07T01:34:19.353Z] ---> Running in 0c63fded8b6d [2021-05-07T01:34:19.353Z] ---> Running in b1a6d06213a4 [2021-05-07T01:34:20.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:20.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:20.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:20.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:20.599Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-07T01:34:20.599Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:34:20.599Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-07T01:34:20.599Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:34:20.599Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:34:20.599Z] OK: 6 MiB in 15 packages [2021-05-07T01:34:20.599Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:34:20.599Z] OK: 6 MiB in 16 packages [2021-05-07T01:34:23.919Z] Removing intermediate container 6bae2c6b4585 [2021-05-07T01:34:23.919Z] ---> 8b1a6b8ba2c4 [2021-05-07T01:34:23.919Z] [2021-05-07T01:34:23.919Z] Step 11/23 : FROM docker:20.10.0 [2021-05-07T01:34:23.919Z] 20.10.0: Pulling from library/docker [2021-05-07T01:34:24.195Z] Removing intermediate container 5bd5360f85bc [2021-05-07T01:34:24.195Z] ---> 1d02634b2386 [2021-05-07T01:34:24.195Z] [2021-05-07T01:34:24.195Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:34:24.195Z] ---> 13621d1b12d4 [2021-05-07T01:34:24.195Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:34:24.776Z] Removing intermediate container 765e9661475d [2021-05-07T01:34:24.776Z] ---> e0dea57fe120 [2021-05-07T01:34:24.776Z] [2021-05-07T01:34:24.776Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:34:24.776Z] ---> 13621d1b12d4 [2021-05-07T01:34:24.776Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-07T01:34:25.351Z] ---> Running in 98303826474c [2021-05-07T01:34:25.622Z] Removing intermediate container 0c63fded8b6d [2021-05-07T01:34:25.622Z] ---> 25f37506638d [2021-05-07T01:34:25.622Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:34:25.622Z] ---> Running in 0de97afe3894 [2021-05-07T01:34:25.622Z] Removing intermediate container b1a6d06213a4 [2021-05-07T01:34:25.622Z] ---> 2b52a9e6cc65 [2021-05-07T01:34:25.622Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:34:26.199Z] ---> Running in e8e3449add19 [2021-05-07T01:34:27.163Z] ---> Running in e20d98934840 [2021-05-07T01:34:27.163Z] Removing intermediate container 0de97afe3894 [2021-05-07T01:34:27.163Z] ---> 95390ef447a3 [2021-05-07T01:34:27.163Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-07T01:34:27.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:27.163Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:27.163Z] ---> Running in fb1532d88fa4 [2021-05-07T01:34:27.163Z] Removing intermediate container e8e3449add19 [2021-05-07T01:34:27.163Z] ---> 778612bfc5a2 [2021-05-07T01:34:27.163Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-07T01:34:27.163Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-07T01:34:27.163Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:34:27.163Z] OK: 6 MiB in 15 packages [2021-05-07T01:34:27.163Z] ---> Running in 13a8c90b0723 [2021-05-07T01:34:27.163Z] Removing intermediate container e20d98934840 [2021-05-07T01:34:27.163Z] ---> 598244e0cc22 [2021-05-07T01:34:27.163Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-07T01:34:27.428Z] Removing intermediate container fb1532d88fa4 [2021-05-07T01:34:27.428Z] ---> b18e3fcf9106 [2021-05-07T01:34:27.428Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-07T01:34:27.428Z] ---> Running in 34051e4f4677 [2021-05-07T01:34:27.692Z] ---> Running in 1c6de2c79db2 [2021-05-07T01:34:27.692Z] Removing intermediate container 13a8c90b0723 [2021-05-07T01:34:27.692Z] ---> b84058e83f4b [2021-05-07T01:34:27.692Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:34:27.959Z] ---> Running in cb28562952f5 [2021-05-07T01:34:27.959Z] Removing intermediate container 34051e4f4677 [2021-05-07T01:34:27.959Z] ---> 2d9c48619af2 [2021-05-07T01:34:27.959Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:34:27.959Z] Removing intermediate container 1c6de2c79db2 [2021-05-07T01:34:27.959Z] ---> ae607b1eb8a9 [2021-05-07T01:34:27.959Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:34:28.226Z] ---> Running in e7f9b8e268a8 [2021-05-07T01:34:28.226Z] ---> Running in c82175edd2c4 [2021-05-07T01:34:28.226Z] Removing intermediate container 98303826474c [2021-05-07T01:34:28.226Z] ---> da2be14b42c6 [2021-05-07T01:34:28.226Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:34:28.226Z] Removing intermediate container cb28562952f5 [2021-05-07T01:34:28.226Z] ---> b7de5463d5f9 [2021-05-07T01:34:28.226Z] Step 15/23 : WORKDIR / [2021-05-07T01:34:28.494Z] ---> Running in d51153c9529d [2021-05-07T01:34:28.494Z] ---> Running in a96d50dca4e3 [2021-05-07T01:34:28.779Z] Removing intermediate container c82175edd2c4 [2021-05-07T01:34:28.779Z] ---> 2c715e6266d7 [2021-05-07T01:34:28.779Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:34:29.054Z] Removing intermediate container d51153c9529d [2021-05-07T01:34:29.054Z] ---> 6faa53972f2a [2021-05-07T01:34:29.054Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:34:29.054Z] Removing intermediate container a96d50dca4e3 [2021-05-07T01:34:29.054Z] ---> 6f72cd881be1 [2021-05-07T01:34:29.054Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-07T01:34:29.332Z] ---> Running in 5e52575afd30 [2021-05-07T01:34:29.332Z] ---> c2c7d5b1c505 [2021-05-07T01:34:29.332Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-07T01:34:29.600Z] ---> 95dae46b323c [2021-05-07T01:34:29.600Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-07T01:34:29.600Z] Removing intermediate container 5e52575afd30 [2021-05-07T01:34:29.600Z] ---> 8f777782e6e5 [2021-05-07T01:34:29.600Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:34:29.867Z] ---> Running in 5ffeed08f613 [2021-05-07T01:34:29.867Z] Removing intermediate container e7f9b8e268a8 [2021-05-07T01:34:29.867Z] ---> e2596aeee9b1 [2021-05-07T01:34:29.867Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-07T01:34:31.270Z] ---> 8b8fdbc93f75 [2021-05-07T01:34:31.270Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-07T01:34:31.270Z] ---> Running in 5f49f12b4cc9 [2021-05-07T01:34:31.270Z] Removing intermediate container 5ffeed08f613 [2021-05-07T01:34:31.270Z] ---> ee1fb1dfcce5 [2021-05-07T01:34:31.270Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:34:31.536Z] ---> b3f3930ef1ea [2021-05-07T01:34:31.536Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-07T01:34:31.799Z] ---> 2cc4e457a442 [2021-05-07T01:34:31.799Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-07T01:34:31.799Z] ---> 78ff07c8c857 [2021-05-07T01:34:31.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-07T01:34:32.062Z] ---> Running in efe8c031bbd0 [2021-05-07T01:34:32.062Z] ---> cb77cd88ca03 [2021-05-07T01:34:32.063Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-07T01:34:32.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:32.063Z] ---> Running in ebcb5aa51f61 [2021-05-07T01:34:32.328Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-07T01:34:32.328Z] Removing intermediate container efe8c031bbd0 [2021-05-07T01:34:32.328Z] ---> af14b55f79d9 [2021-05-07T01:34:32.328Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:34:32.328Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-07T01:34:32.328Z] ---> aefe523efa57 [2021-05-07T01:34:32.328Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:34:32.590Z] ---> Running in 264abce5e176 [2021-05-07T01:34:32.590Z] Removing intermediate container ebcb5aa51f61 [2021-05-07T01:34:32.590Z] ---> c2d8c408d842 [2021-05-07T01:34:32.590Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:34:32.590Z] ---> Running in 118bc1675b16 [2021-05-07T01:34:32.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:33.116Z] ---> 4ac6ec35b978 [2021-05-07T01:34:33.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-07T01:34:33.116Z] ---> Running in 3c5e3418b20a [2021-05-07T01:34:33.391Z] Removing intermediate container 118bc1675b16 [2021-05-07T01:34:33.391Z] ---> 502a892b65c3 [2021-05-07T01:34:33.391Z] Step 20/22 : LABEL arch=x86_64 [2021-05-07T01:34:33.391Z] Removing intermediate container 264abce5e176 [2021-05-07T01:34:33.391Z] ---> 29963f65d108 [2021-05-07T01:34:33.391Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-07T01:34:33.391Z] ---> Running in 9b3ed0b37db4 [2021-05-07T01:34:33.391Z] ---> 900d42120e9b [2021-05-07T01:34:33.391Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-07T01:34:33.391Z] ---> Running in 39d3b0340745 [2021-05-07T01:34:33.659Z] Removing intermediate container 3c5e3418b20a [2021-05-07T01:34:33.659Z] ---> 66c531f596d7 [2021-05-07T01:34:33.659Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:34:33.659Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:34:33.754Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-07T01:34:33.754Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-07T01:34:33.754Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-07T01:34:33.754Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-07T01:34:33.929Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-07T01:34:33.930Z] ---> Running in 4de4e67cace5 [2021-05-07T01:34:33.930Z] ---> Running in 6dbad32cc934 [2021-05-07T01:34:33.930Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-07T01:34:33.930Z] Removing intermediate container 9b3ed0b37db4 [2021-05-07T01:34:33.930Z] ---> fd122292d3d7 [2021-05-07T01:34:33.930Z] Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:34:34.204Z] ---> Running in 7068ccb10fdc [2021-05-07T01:34:34.204Z] Removing intermediate container 4de4e67cace5 [2021-05-07T01:34:34.204Z] ---> 609cc1e43a0f [2021-05-07T01:34:34.204Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:34:34.204Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-07T01:34:34.204Z] ---> Running in 96fd23d0f9e2 [2021-05-07T01:34:34.204Z] Removing intermediate container 6dbad32cc934 [2021-05-07T01:34:34.204Z] ---> c025c8266591 [2021-05-07T01:34:34.204Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:34:34.204Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-07T01:34:34.469Z] ---> Running in 154a8610c54c [2021-05-07T01:34:34.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:34.469Z] Removing intermediate container 7068ccb10fdc [2021-05-07T01:34:34.469Z] ---> cb931d1f1878 [2021-05-07T01:34:34.469Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:34:34.469Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-07T01:34:34.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:34:34.469Z] Removing intermediate container 96fd23d0f9e2 [2021-05-07T01:34:34.469Z] ---> d15748cf9c8a [2021-05-07T01:34:34.469Z] Step 20/22 : LABEL arch=x86_64 [2021-05-07T01:34:34.469Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:34:34.469Z] OK: 8 MiB in 20 packages [2021-05-07T01:34:34.736Z] ---> Running in 0d349666135f [2021-05-07T01:34:34.736Z] ---> Running in b1414d938342 [2021-05-07T01:34:34.736Z] Removing intermediate container 154a8610c54c [2021-05-07T01:34:34.736Z] ---> 93667bd52e09 [2021-05-07T01:34:34.736Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:34:34.736Z] (1/39) Installing readline (8.0.4-r0) [2021-05-07T01:34:34.736Z] (2/39) Installing bash (5.0.17-r0) [2021-05-07T01:34:34.736Z] Executing bash-5.0.17-r0.post-install [2021-05-07T01:34:34.736Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:34:34.736Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-07T01:34:34.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-07T01:34:34.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-07T01:34:34.749Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-07T01:34:34.999Z] (5/39) Installing curl (7.76.1-r0) [2021-05-07T01:34:34.999Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-07T01:34:34.999Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-07T01:34:34.999Z] ---> Running in 972455452b3a [2021-05-07T01:34:34.999Z] (8/39) Installing expat (2.2.9-r1) [2021-05-07T01:34:34.999Z] Removing intermediate container 0d349666135f [2021-05-07T01:34:34.999Z] ---> 908926ad23e1 [2021-05-07T01:34:34.999Z] [2021-05-07T01:34:34.999Z] (9/39) Installing libffi (3.3-r2) [2021-05-07T01:34:34.999Z] (10/39) Installing gdbm (1.13-r1) [2021-05-07T01:34:34.999Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-07T01:34:34.999Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-07T01:34:34.999Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-07T01:34:35.266Z] Successfully built 908926ad23e1 [2021-05-07T01:34:35.843Z] Successfully tagged docker-support-notifications-go:latest [2021-05-07T01:34:35.843Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-05-07T01:34:35.843Z] Removing intermediate container b1414d938342 [2021-05-07T01:34:35.843Z] ---> 67fea8555a21 [2021-05-07T01:34:35.843Z] Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:34:37.390Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-07T01:34:38.396Z] Removing intermediate container 972455452b3a [2021-05-07T01:34:38.396Z] ---> 3a1090def551 [2021-05-07T01:34:38.396Z] [2021-05-07T01:34:38.396Z] ---> Running in 8de48b63b6ee [2021-05-07T01:34:39.388Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-07T01:34:40.323Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-07T01:34:40.323Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-07T01:34:40.323Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-07T01:34:40.323Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-07T01:34:40.323Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-07T01:34:40.323Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-07T01:34:40.323Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-07T01:34:41.269Z] Removing intermediate container 5f49f12b4cc9 [2021-05-07T01:34:41.269Z] ---> 464393760824 [2021-05-07T01:34:41.269Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:34:41.269Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-07T01:34:41.532Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-07T01:34:42.106Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-07T01:34:42.106Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-07T01:34:42.106Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-07T01:34:42.367Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-07T01:34:43.320Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-07T01:34:43.584Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-07T01:34:43.851Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-07T01:34:43.851Z] Removing intermediate container 8de48b63b6ee [2021-05-07T01:34:43.851Z] ---> 9d1df6b97eee [2021-05-07T01:34:43.851Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:34:43.851Z] Successfully built 3a1090def551 [2021-05-07T01:34:44.115Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-07T01:34:44.115Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-07T01:34:44.115Z] Successfully tagged docker-core-command-go:latest [2021-05-07T01:34:44.115Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-05-07T01:34:44.115Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-07T01:34:44.379Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-07T01:34:44.956Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-07T01:34:44.956Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-07T01:34:44.956Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-07T01:34:45.531Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-07T01:34:46.491Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-07T01:34:46.491Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-07T01:34:47.688Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-07T01:34:47.688Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-07T01:34:47.688Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-07T01:34:50.730Z] ---> 7fc69e7abf0e [2021-05-07T01:34:50.730Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-07T01:34:50.730Z] Executing busybox-1.31.1-r19.trigger [2021-05-07T01:34:50.730Z] ---> Running in 15b6b7f522d2 [2021-05-07T01:34:50.730Z] OK: 72 MiB in 59 packages [2021-05-07T01:34:51.683Z] Removing intermediate container 15b6b7f522d2 [2021-05-07T01:34:51.683Z] ---> 03e8008c68b0 [2021-05-07T01:34:51.683Z] [2021-05-07T01:34:52.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.284s coverage: 45.9% of statements [2021-05-07T01:34:52.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-07T01:34:52.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-07T01:34:52.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-07T01:34:52.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-07T01:34:52.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-07T01:34:52.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-07T01:34:52.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.149s coverage: 19.8% of statements [2021-05-07T01:34:53.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.202s coverage: 100.0% of statements [2021-05-07T01:34:53.077Z] Successfully built 03e8008c68b0 [2021-05-07T01:34:53.661Z] ---> 8300ec1f16f8 [2021-05-07T01:34:53.661Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-07T01:34:53.661Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-07T01:34:53.661Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-05-07T01:34:55.611Z] ---> 07295c6d15d2 [2021-05-07T01:34:55.611Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-07T01:34:56.197Z] ---> Running in fe218e330690 [2021-05-07T01:34:57.736Z] Collecting docker-compose==1.23.2 [2021-05-07T01:34:57.736Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-07T01:34:58.733Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-07T01:34:58.733Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-07T01:34:59.442Z] Removing intermediate container fe218e330690 [2021-05-07T01:34:59.442Z] ---> 7e5e9b62cfad [2021-05-07T01:34:59.442Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:34:59.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-07T01:34:59.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.128s coverage: 100.0% of statements [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-07T01:34:59.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.188s coverage: 100.0% of statements [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-07T01:34:59.791Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.429s coverage: 71.3% of statements [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-07T01:34:59.791Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-07T01:35:00.084Z] ---> Running in 0ef54b422e60 [2021-05-07T01:35:00.348Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:35:00.348Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:35:00.348Z] ---> 07decd3cd9ef [2021-05-07T01:35:00.348Z] Step 3/31 : WORKDIR /edgex-go [2021-05-07T01:35:00.612Z] ---> Using cache [2021-05-07T01:35:00.612Z] ---> 648601c1dfe9 [2021-05-07T01:35:00.612Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:35:00.612Z] ---> Using cache [2021-05-07T01:35:00.612Z] ---> a176f607cf95 [2021-05-07T01:35:00.612Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-07T01:35:02.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.487s coverage: 87.7% of statements [2021-05-07T01:35:02.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-07T01:35:02.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:35:02.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements [2021-05-07T01:35:02.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-07T01:35:03.178Z] ---> Running in 8b578fa7b732 [2021-05-07T01:35:03.178Z] Removing intermediate container 0ef54b422e60 [2021-05-07T01:35:03.178Z] ---> d322e8645248 [2021-05-07T01:35:03.178Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:35:03.178Z] Collecting PyYAML<4,>=3.10 [2021-05-07T01:35:03.178Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-07T01:35:05.740Z] ---> Running in 36da612ada15 [2021-05-07T01:35:05.740Z] Removing intermediate container 36da612ada15 [2021-05-07T01:35:05.740Z] ---> bbb31938476c [2021-05-07T01:35:05.740Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:35:06.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:35:06.318Z] Collecting cached-property<2,>=1.2.0 [2021-05-07T01:35:06.318Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-07T01:35:06.902Z] ---> Running in cf71ce8f323e [2021-05-07T01:35:06.902Z] Collecting texttable<0.10,>=0.9.0 [2021-05-07T01:35:06.902Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-07T01:35:07.482Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:35:07.746Z] Removing intermediate container cf71ce8f323e [2021-05-07T01:35:07.746Z] ---> bc27d5d44c18 [2021-05-07T01:35:07.746Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:35:08.010Z] Collecting jsonschema<3,>=2.5.1 [2021-05-07T01:35:08.010Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-07T01:35:08.597Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:35:08.597Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:35:08.597Z] ---> 07decd3cd9ef [2021-05-07T01:35:08.597Z] Step 3/21 : WORKDIR /edgex-go [2021-05-07T01:35:08.597Z] ---> Using cache [2021-05-07T01:35:08.597Z] ---> 648601c1dfe9 [2021-05-07T01:35:08.597Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:35:08.597Z] ---> Using cache [2021-05-07T01:35:08.597Z] ---> a176f607cf95 [2021-05-07T01:35:08.597Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-07T01:35:08.597Z] OK: 219 MiB in 52 packages [2021-05-07T01:35:08.597Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-07T01:35:08.597Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-07T01:35:09.552Z] ---> Running in e90857e6d343 [2021-05-07T01:35:09.819Z] ---> Running in cd693a30ec95 [2021-05-07T01:35:09.819Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-07T01:35:10.082Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-07T01:35:10.347Z] Collecting docopt<0.7,>=0.6.1 [2021-05-07T01:35:10.347Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-07T01:35:10.616Z] Removing intermediate container e90857e6d343 [2021-05-07T01:35:10.616Z] ---> 674db9944e65 [2021-05-07T01:35:10.616Z] [2021-05-07T01:35:11.575Z] Successfully built 674db9944e65 [2021-05-07T01:35:11.575Z] Collecting docker<4.0,>=3.6.0 [2021-05-07T01:35:11.575Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-07T01:35:12.153Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:35:12.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements [2021-05-07T01:35:12.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-07T01:35:12.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-07T01:35:12.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-07T01:35:12.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-07T01:35:12.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-07T01:35:12.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements [2021-05-07T01:35:12.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-07T01:35:12.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.149s coverage: 100.0% of statements [2021-05-07T01:35:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-07T01:35:12.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements [2021-05-07T01:35:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-07T01:35:12.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.446s coverage: 97.5% of statements [2021-05-07T01:35:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-07T01:35:12.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.223s coverage: 78.3% of statements [2021-05-07T01:35:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-07T01:35:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-07T01:35:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-07T01:35:12.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-07T01:35:12.733Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-07T01:35:13.006Z] Successfully tagged docker-core-data-go:latest [2021-05-07T01:35:13.006Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-05-07T01:35:13.006Z] Removing intermediate container 8b578fa7b732 [2021-05-07T01:35:13.006Z] ---> f045700dcf96 [2021-05-07T01:35:13.006Z] Step 6/31 : COPY go.mod . [2021-05-07T01:35:13.006Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-07T01:35:13.271Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-07T01:35:13.539Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:35:13.539Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-07T01:35:13.539Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-07T01:35:13.827Z] Collecting idna<2.8,>=2.5 [2021-05-07T01:35:13.827Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-07T01:35:14.408Z] Collecting docker-pycreds>=0.4.0 [2021-05-07T01:35:14.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-07T01:35:14.996Z] ---> 072a3633a02b [2021-05-07T01:35:14.996Z] Step 7/31 : RUN go mod download [2021-05-07T01:35:15.262Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-07T01:35:15.262Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-07T01:35:15.262Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-07T01:35:15.262Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-07T01:35:15.262Z] Installing collected packages: dockerpty, PyYAML, cached-property, texttable, jsonschema, urllib3, idna, requests, websocket-client, docopt, docker-pycreds, docker, docker-compose [2021-05-07T01:35:15.262Z] Running setup.py install for dockerpty: started [2021-05-07T01:35:15.528Z] ---> Running in 9b90eab9a58d [2021-05-07T01:35:16.496Z] OK: 219 MiB in 52 packages [2021-05-07T01:35:16.496Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-07T01:35:16.496Z] Running setup.py install for PyYAML: started [2021-05-07T01:35:17.453Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.188s coverage: 95.1% of statements [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.131s coverage: 58.8% of statements [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.268s coverage: 0.9% of statements [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.191s coverage: 22.0% of statements [2021-05-07T01:35:19.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.195s coverage: 47.1% of statements [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.179s coverage: 79.5% of statements [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements [2021-05-07T01:35:19.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.186s coverage: 96.3% of statements [2021-05-07T01:35:19.382Z] Running setup.py install for texttable: started [2021-05-07T01:35:19.383Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:35:19.383Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:35:19.383Z] ---> 07decd3cd9ef [2021-05-07T01:35:19.383Z] Step 3/25 : WORKDIR /edgex-go [2021-05-07T01:35:19.383Z] ---> Using cache [2021-05-07T01:35:19.383Z] ---> 648601c1dfe9 [2021-05-07T01:35:19.383Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:35:19.383Z] ---> Using cache [2021-05-07T01:35:19.383Z] ---> a176f607cf95 [2021-05-07T01:35:19.383Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-07T01:35:19.383Z] ---> Using cache [2021-05-07T01:35:19.383Z] ---> f045700dcf96 [2021-05-07T01:35:19.383Z] Step 6/25 : COPY go.mod . [2021-05-07T01:35:19.383Z] ---> Using cache [2021-05-07T01:35:19.383Z] ---> 072a3633a02b [2021-05-07T01:35:19.383Z] Step 7/25 : RUN go mod download [2021-05-07T01:35:19.972Z] Running setup.py install for texttable: finished with status 'done' [2021-05-07T01:35:19.973Z] ---> Running in 5e115174bb10 [2021-05-07T01:35:19.973Z] Attempting uninstall: urllib3 [2021-05-07T01:35:19.973Z] Found existing installation: urllib3 1.25.9 [2021-05-07T01:35:19.973Z] Uninstalling urllib3-1.25.9: [2021-05-07T01:35:20.236Z] Successfully uninstalled urllib3-1.25.9 [2021-05-07T01:35:20.348Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.221s coverage: 87.5% of statements [2021-05-07T01:35:20.511Z] Removing intermediate container cd693a30ec95 [2021-05-07T01:35:20.511Z] ---> fc4aba9d6b38 [2021-05-07T01:35:20.511Z] Step 6/21 : COPY go.mod . [2021-05-07T01:35:21.462Z] Removing intermediate container 9b90eab9a58d [2021-05-07T01:35:21.462Z] ---> 7855c2d0d708 [2021-05-07T01:35:21.462Z] Step 8/31 : COPY . . [2021-05-07T01:35:21.462Z] Attempting uninstall: idna [2021-05-07T01:35:21.462Z] Found existing installation: idna 2.9 [2021-05-07T01:35:21.462Z] Uninstalling idna-2.9: [2021-05-07T01:35:21.462Z] Successfully uninstalled idna-2.9 [2021-05-07T01:35:22.411Z] ---> 148bbc9e9e7d [2021-05-07T01:35:22.411Z] Step 7/21 : RUN go mod download [2021-05-07T01:35:22.679Z] Attempting uninstall: requests [2021-05-07T01:35:22.679Z] Found existing installation: requests 2.23.0 [2021-05-07T01:35:22.679Z] Uninstalling requests-2.23.0: [2021-05-07T01:35:22.679Z] Successfully uninstalled requests-2.23.0 [2021-05-07T01:35:25.265Z] ---> Running in e5ad92aba53a [2021-05-07T01:35:27.202Z] Running setup.py install for docopt: started [2021-05-07T01:35:28.189Z] Running setup.py install for docopt: finished with status 'done' [2021-05-07T01:35:30.769Z] Removing intermediate container 5e115174bb10 [2021-05-07T01:35:30.769Z] ---> ff94296bf632 [2021-05-07T01:35:30.769Z] Step 8/25 : COPY . . [2021-05-07T01:35:32.692Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-07T01:35:32.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.222s coverage: 94.4% of statements [2021-05-07T01:35:32.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.154s coverage: 44.8% of statements [2021-05-07T01:35:34.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:35:34.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:35:34.624Z] ---> 07decd3cd9ef [2021-05-07T01:35:34.624Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:35:34.624Z] ---> Using cache [2021-05-07T01:35:34.624Z] ---> 648601c1dfe9 [2021-05-07T01:35:34.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:35:34.624Z] ---> Using cache [2021-05-07T01:35:34.624Z] ---> a176f607cf95 [2021-05-07T01:35:34.624Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:35:34.624Z] ---> Using cache [2021-05-07T01:35:34.624Z] ---> fc4aba9d6b38 [2021-05-07T01:35:34.624Z] Step 6/23 : COPY go.mod . [2021-05-07T01:35:34.624Z] ---> Using cache [2021-05-07T01:35:34.624Z] ---> 148bbc9e9e7d [2021-05-07T01:35:34.624Z] Step 7/23 : RUN go mod download [2021-05-07T01:35:36.554Z] ---> Running in e6e260e4b89a [2021-05-07T01:35:37.144Z] Removing intermediate container e5ad92aba53a [2021-05-07T01:35:37.144Z] ---> 277e48ffced9 [2021-05-07T01:35:37.144Z] Step 8/21 : COPY . . [2021-05-07T01:35:38.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.666s coverage: 81.8% of statements [2021-05-07T01:35:38.142Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.207s coverage: 92.9% of statements [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.158s coverage: 76.0% of statements [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.135s coverage: 80.0% of statements [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.199s coverage: 87.2% of statements [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.232s coverage: 85.4% of statements [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.2% of statements [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 64.4% of statements [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-07T01:35:46.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.147s coverage: 100.0% of statements [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.075s coverage: 91.3% of statements [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-05-07T01:35:46.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-05-07T01:35:49.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.976s coverage: 66.9% of statements [2021-05-07T01:35:49.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-07T01:35:49.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-07T01:35:49.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-07T01:35:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.681s coverage: 43.4% of statements [2021-05-07T01:35:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-07T01:35:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-07T01:35:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements [2021-05-07T01:35:51.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-07T01:35:51.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.099s coverage: 84.8% of statements [2021-05-07T01:35:57.295Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.428s coverage: 47.0% of statements [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-07T01:35:57.295Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-07T01:35:57.295Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-07T01:35:57.295Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-07T01:36:00.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.258s coverage: 22.7% of statements [2021-05-07T01:36:00.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-07T01:36:00.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.390s coverage: 92.6% of statements [2021-05-07T01:36:00.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-07T01:36:00.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:36:00.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-07T01:36:04.083Z] Removing intermediate container e6e260e4b89a [2021-05-07T01:36:04.083Z] ---> c92ecebbb7ab [2021-05-07T01:36:04.083Z] Step 8/23 : COPY . . [2021-05-07T01:36:06.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.596s coverage: 28.7% of statements [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-07T01:36:06.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-07T01:36:06.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-07T01:36:06.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.150s coverage: 64.6% of statements [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-07T01:36:06.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.419s coverage: 97.6% of statements [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-07T01:36:06.132Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-07T01:36:06.132Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-07T01:36:06.132Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-07T01:36:06.407Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements [2021-05-07T01:36:06.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-07T01:36:06.407Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-07T01:36:06.686Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-05-07T01:36:07.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements [2021-05-07T01:36:07.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-07T01:36:08.265Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-05-07T01:36:09.242Z] GO111MODULE=on go vet ./... [2021-05-07T01:36:12.253Z] ---> 6ef2e9001561 [2021-05-07T01:36:12.254Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-07T01:36:17.561Z] ---> Running in 50690a964dfd [2021-05-07T01:36:19.487Z] ---> 5577d0c59232 [2021-05-07T01:36:19.487Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-07T01:36:19.487Z] ---> aaa01ddec12b [2021-05-07T01:36:19.487Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-07T01:36:20.076Z] ---> Running in 1d922ef26443 [2021-05-07T01:36:20.076Z] ---> Running in 61bfa5b92127 [2021-05-07T01:36:20.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-07T01:36:20.353Z] Removing intermediate container 39d3b0340745 [2021-05-07T01:36:20.353Z] ---> 11bfc0715533 [2021-05-07T01:36:20.353Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-07T01:36:20.932Z] ---> Running in 421b5448663d [2021-05-07T01:36:22.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-07T01:36:22.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-07T01:36:23.874Z] Removing intermediate container 421b5448663d [2021-05-07T01:36:23.874Z] ---> 793aac762fc4 [2021-05-07T01:36:23.874Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-07T01:36:25.845Z] ---> Running in 615f40565f1e [2021-05-07T01:36:27.267Z] Removing intermediate container 615f40565f1e [2021-05-07T01:36:27.267Z] ---> 43973a244845 [2021-05-07T01:36:27.267Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-07T01:36:29.885Z] ---> 23e8206564a2 [2021-05-07T01:36:29.885Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-07T01:36:32.503Z] ---> e8e036b15d79 [2021-05-07T01:36:32.503Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-07T01:36:35.107Z] ---> 70bda8e8abf4 [2021-05-07T01:36:35.107Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-07T01:36:35.378Z] ---> 649ce83eec00 [2021-05-07T01:36:35.378Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-07T01:36:35.648Z] ---> Running in 154835a5f727 [2021-05-07T01:36:35.648Z] ---> Running in b72b8357c899 [2021-05-07T01:36:35.921Z] Removing intermediate container b72b8357c899 [2021-05-07T01:36:35.921Z] ---> b139c8db072c [2021-05-07T01:36:35.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:36:36.191Z] ---> Running in 1c47d5fcb73f [2021-05-07T01:36:36.460Z] Removing intermediate container 1c47d5fcb73f [2021-05-07T01:36:36.460Z] ---> 4bb5389103b6 [2021-05-07T01:36:36.460Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:36:36.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-07T01:36:36.863Z] ---> Running in d24aaf4bc59b [2021-05-07T01:36:36.863Z] Removing intermediate container d24aaf4bc59b [2021-05-07T01:36:36.863Z] ---> af22be8ea2e2 [2021-05-07T01:36:36.863Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:36:36.863Z] ---> Running in 2e5a2269aa22 [2021-05-07T01:36:37.389Z] Removing intermediate container 2e5a2269aa22 [2021-05-07T01:36:37.389Z] ---> db49fcc023de [2021-05-07T01:36:37.389Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:36:37.389Z] ---> Running in 5dc8bbbe6018 [2021-05-07T01:36:37.787Z] Removing intermediate container 5dc8bbbe6018 [2021-05-07T01:36:37.787Z] ---> 836a88fb7bf8 [2021-05-07T01:36:37.787Z] [2021-05-07T01:36:38.072Z] Successfully built 836a88fb7bf8 [2021-05-07T01:36:38.072Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-07T01:36:50.445Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-07T01:36:50.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-07T01:36:54.757Z] Removing intermediate container 50690a964dfd [2021-05-07T01:36:54.757Z] ---> c1d66234ebab [2021-05-07T01:36:54.757Z] [2021-05-07T01:36:54.757Z] Step 10/31 : FROM alpine:3.12 [2021-05-07T01:36:54.757Z] ---> 13621d1b12d4 [2021-05-07T01:36:54.757Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-07T01:36:55.032Z] ---> Running in 104c95547005 [2021-05-07T01:36:55.630Z] Removing intermediate container 104c95547005 [2021-05-07T01:36:55.630Z] ---> b91c983c6d80 [2021-05-07T01:36:55.630Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-07T01:36:56.241Z] ---> Running in e7c7dd70888e [2021-05-07T01:36:59.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:36:59.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:36:59.626Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:36:59.626Z] (2/2) Installing su-exec (0.2-r1) [2021-05-07T01:36:59.626Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:37:01.027Z] OK: 6 MiB in 16 packages [2021-05-07T01:37:01.313Z] Removing intermediate container 61bfa5b92127 [2021-05-07T01:37:01.313Z] ---> 245dc31dc4e0 [2021-05-07T01:37:01.313Z] [2021-05-07T01:37:01.313Z] Step 10/25 : FROM alpine:3.12 [2021-05-07T01:37:01.313Z] ---> 13621d1b12d4 [2021-05-07T01:37:01.313Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-07T01:37:01.313Z] Removing intermediate container 1d922ef26443 [2021-05-07T01:37:01.313Z] ---> 4e9833c0873f [2021-05-07T01:37:01.313Z] [2021-05-07T01:37:01.313Z] Step 10/21 : FROM alpine:3.12 [2021-05-07T01:37:01.313Z] ---> 13621d1b12d4 [2021-05-07T01:37:01.313Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-07T01:37:01.589Z] ---> Running in fad451143537 [2021-05-07T01:37:01.589Z] ---> Running in 29695bb01183 [2021-05-07T01:37:01.876Z] Removing intermediate container e7c7dd70888e [2021-05-07T01:37:01.876Z] ---> d9423fb1a8d2 [2021-05-07T01:37:01.876Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-07T01:37:02.161Z] ---> Running in 8770f26f44a9 [2021-05-07T01:37:02.436Z] Removing intermediate container 8770f26f44a9 [2021-05-07T01:37:02.436Z] ---> f053e20e9df7 [2021-05-07T01:37:02.436Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-07T01:37:02.720Z] ---> Running in 3715568e856a [2021-05-07T01:37:03.002Z] Removing intermediate container 3715568e856a [2021-05-07T01:37:03.002Z] ---> 3ab135fa824d [2021-05-07T01:37:03.002Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-07T01:37:03.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:37:03.002Z] ---> Running in 275efcfc1864 [2021-05-07T01:37:03.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T01:37:03.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:37:03.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T01:37:03.279Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-07T01:37:03.279Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-07T01:37:04.671Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:37:04.671Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-07T01:37:04.671Z] (4/4) Installing curl (7.76.1-r0) [2021-05-07T01:37:04.671Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:37:04.671Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:37:04.671Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:37:04.671Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-07T01:37:04.671Z] (4/6) Installing curl (7.76.1-r0) [2021-05-07T01:37:04.671Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:37:04.671Z] (6/6) Installing su-exec (0.2-r1) [2021-05-07T01:37:04.671Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:37:04.671Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:37:04.671Z] OK: 7 MiB in 18 packages [2021-05-07T01:37:04.671Z] OK: 7 MiB in 20 packages [2021-05-07T01:37:06.603Z] Removing intermediate container 275efcfc1864 [2021-05-07T01:37:06.603Z] ---> b09c2d291fe6 [2021-05-07T01:37:06.603Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-07T01:37:07.179Z] Removing intermediate container 29695bb01183 [2021-05-07T01:37:07.179Z] ---> 4d0728925c3a [2021-05-07T01:37:07.179Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:37:07.179Z] ---> Running in cf275b2e763d [2021-05-07T01:37:07.179Z] Removing intermediate container fad451143537 [2021-05-07T01:37:07.179Z] ---> 1717e69a90cc [2021-05-07T01:37:07.179Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:37:07.445Z] ---> Running in 2d24b7068e94 [2021-05-07T01:37:07.445Z] ---> Running in dc8b9729b143 [2021-05-07T01:37:07.445Z] Removing intermediate container cf275b2e763d [2021-05-07T01:37:07.445Z] ---> 84fee5422b8e [2021-05-07T01:37:07.445Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-07T01:37:07.710Z] Removing intermediate container dc8b9729b143 [2021-05-07T01:37:07.710Z] ---> 4238d18f2e1c [2021-05-07T01:37:07.710Z] Step 13/25 : WORKDIR / [2021-05-07T01:37:07.710Z] Removing intermediate container 2d24b7068e94 [2021-05-07T01:37:07.710Z] ---> 49a2c15c9c47 [2021-05-07T01:37:07.710Z] Step 13/21 : WORKDIR /edgex [2021-05-07T01:37:07.972Z] ---> Running in 57fa4a91b004 [2021-05-07T01:37:07.972Z] ---> Running in 6fe654cf621b [2021-05-07T01:37:08.236Z] ---> c65b155b6368 [2021-05-07T01:37:08.236Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-07T01:37:10.165Z] ---> Running in 92ed02f552d9 [2021-05-07T01:37:10.165Z] Removing intermediate container 6fe654cf621b [2021-05-07T01:37:10.165Z] ---> ae3dd23cc561 [2021-05-07T01:37:10.165Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-07T01:37:10.165Z] Removing intermediate container 57fa4a91b004 [2021-05-07T01:37:10.165Z] ---> 34559078c64b [2021-05-07T01:37:10.165Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-07T01:37:10.432Z] Removing intermediate container 154835a5f727 [2021-05-07T01:37:10.432Z] ---> 89b4cbe2c0b9 [2021-05-07T01:37:10.432Z] [2021-05-07T01:37:10.432Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:37:10.432Z] ---> 13621d1b12d4 [2021-05-07T01:37:10.432Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:37:10.432Z] ---> Using cache [2021-05-07T01:37:10.432Z] ---> da2be14b42c6 [2021-05-07T01:37:10.432Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:37:10.432Z] ---> Using cache [2021-05-07T01:37:10.432Z] ---> 6f72cd881be1 [2021-05-07T01:37:10.432Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-07T01:37:10.719Z] ---> 68127d0aa110 [2021-05-07T01:37:10.719Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-07T01:37:10.719Z] ---> Running in fc5be4a169e1 [2021-05-07T01:37:10.719Z] ---> 7cbed817eb88 [2021-05-07T01:37:10.719Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-07T01:37:10.990Z] Removing intermediate container fc5be4a169e1 [2021-05-07T01:37:10.990Z] ---> 6a0d3dc10a8a [2021-05-07T01:37:10.990Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:37:10.990Z] ---> Running in 619517b2ef98 [2021-05-07T01:37:10.990Z] ---> 0894080b4168 [2021-05-07T01:37:10.990Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-07T01:37:11.257Z] ---> 7506d7e2d6bb [2021-05-07T01:37:11.257Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-07T01:37:11.257Z] Removing intermediate container 619517b2ef98 [2021-05-07T01:37:11.257Z] ---> 81b02e8603b5 [2021-05-07T01:37:11.257Z] Step 15/23 : WORKDIR / [2021-05-07T01:37:11.525Z] ---> Running in 9df4c97e81a7 [2021-05-07T01:37:11.525Z] ---> 57fb56ceafe4 [2021-05-07T01:37:11.525Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-07T01:37:12.479Z] Removing intermediate container 9df4c97e81a7 [2021-05-07T01:37:12.479Z] ---> c6b459358512 [2021-05-07T01:37:12.479Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:37:12.479Z] Removing intermediate container 92ed02f552d9 [2021-05-07T01:37:12.479Z] ---> be330daa7db8 [2021-05-07T01:37:12.479Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:37:12.479Z] ---> 9c8ae32bbd90 [2021-05-07T01:37:12.479Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-07T01:37:12.479Z] ---> c8105b150c4d [2021-05-07T01:37:12.479Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-07T01:37:12.479Z] ---> Running in 02453056dd13 [2021-05-07T01:37:12.749Z] ---> 6bf4b88910fc [2021-05-07T01:37:12.750Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-07T01:37:13.012Z] Removing intermediate container 02453056dd13 [2021-05-07T01:37:13.012Z] ---> d1d2aedeaf00 [2021-05-07T01:37:13.012Z] Step 18/21 : CMD ["--init=true"] [2021-05-07T01:37:13.012Z] ---> 9eff9906d698 [2021-05-07T01:37:13.012Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-07T01:37:13.012Z] ---> Running in 3a170eae4d56 [2021-05-07T01:37:13.012Z] ---> e343242073e8 [2021-05-07T01:37:13.012Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-07T01:37:13.278Z] Removing intermediate container 3a170eae4d56 [2021-05-07T01:37:13.278Z] ---> 9a0ab576e96f [2021-05-07T01:37:13.278Z] Step 19/21 : LABEL arch=x86_64 [2021-05-07T01:37:13.542Z] ---> Running in 291826c43c57 [2021-05-07T01:37:13.542Z] ---> fdc958420c96 [2021-05-07T01:37:13.542Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-07T01:37:13.822Z] ---> 8b67d4e2eb69 [2021-05-07T01:37:13.822Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-07T01:37:13.822Z] Removing intermediate container 291826c43c57 [2021-05-07T01:37:13.822Z] ---> 87e3de844854 [2021-05-07T01:37:13.822Z] Step 20/21 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:37:13.822Z] ---> 38b9c5b758a1 [2021-05-07T01:37:13.822Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-07T01:37:13.822Z] ---> Running in 5c7559550768 [2021-05-07T01:37:14.087Z] ---> bf4a542ee607 [2021-05-07T01:37:14.087Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-07T01:37:14.087Z] ---> Running in fcbe06d20b9f [2021-05-07T01:37:14.087Z] ---> a310cc59af4c [2021-05-07T01:37:14.087Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-07T01:37:14.665Z] Removing intermediate container 5c7559550768 [2021-05-07T01:37:14.665Z] ---> ca25851974ad [2021-05-07T01:37:14.665Z] Step 21/21 : LABEL version=0.0.0 [2021-05-07T01:37:14.932Z] ---> b008e86099dc [2021-05-07T01:37:14.932Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-07T01:37:14.932Z] ---> Running in ee99768792d1 [2021-05-07T01:37:14.932Z] Removing intermediate container fcbe06d20b9f [2021-05-07T01:37:14.932Z] ---> 9dc98304a996 [2021-05-07T01:37:14.932Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:37:15.196Z] ---> 1ed469382676 [2021-05-07T01:37:15.196Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-07T01:37:15.196Z] ---> Running in 4467ad667e4b [2021-05-07T01:37:15.196Z] ---> Running in f80e6b062c3d [2021-05-07T01:37:15.461Z] Removing intermediate container ee99768792d1 [2021-05-07T01:37:15.461Z] ---> 6094d8e9b359 [2021-05-07T01:37:15.461Z] [2021-05-07T01:37:15.731Z] ---> 6fae812f34f5 [2021-05-07T01:37:15.731Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-07T01:37:15.731Z] Successfully built 6094d8e9b359 [2021-05-07T01:37:15.731Z] Removing intermediate container f80e6b062c3d [2021-05-07T01:37:15.731Z] ---> 76f7686db13a [2021-05-07T01:37:15.731Z] Step 21/23 : LABEL arch=x86_64 [2021-05-07T01:37:15.731Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-07T01:37:15.731Z]  Building docker-security-proxy-setup-go ... done  ---> Running in cb65b5201570 [2021-05-07T01:37:15.731Z] ---> Running in f67f1066efdf [2021-05-07T01:37:16.314Z] Removing intermediate container f67f1066efdf [2021-05-07T01:37:16.314Z] ---> bd0e31819467 [2021-05-07T01:37:16.314Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:37:16.314Z] Removing intermediate container cb65b5201570 [2021-05-07T01:37:16.314Z] ---> dce2ee80e703 [2021-05-07T01:37:16.314Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-07T01:37:16.577Z] ---> Running in 91796c793d92 [2021-05-07T01:37:16.847Z] Removing intermediate container 4467ad667e4b [2021-05-07T01:37:16.847Z] ---> 9414ef523072 [2021-05-07T01:37:16.847Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-07T01:37:16.847Z] Removing intermediate container 91796c793d92 [2021-05-07T01:37:16.847Z] ---> e4307f745d99 [2021-05-07T01:37:16.847Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:37:16.847Z] ---> 7f1a416aeb81 [2021-05-07T01:37:16.847Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-07T01:37:16.847Z] ---> Running in 27042e14618e [2021-05-07T01:37:16.847Z] ---> Running in b59d4cc233fc [2021-05-07T01:37:17.110Z] ---> Running in d0703c8ea5ab [2021-05-07T01:37:17.378Z] Removing intermediate container 27042e14618e [2021-05-07T01:37:17.378Z] ---> 73a8bf17da4d [2021-05-07T01:37:17.378Z] Step 23/25 : LABEL arch=x86_64 [2021-05-07T01:37:17.378Z] Removing intermediate container b59d4cc233fc [2021-05-07T01:37:17.378Z] ---> f2e4ef4706b2 [2021-05-07T01:37:17.378Z] [2021-05-07T01:37:17.378Z] ---> Running in ac31586f6381 [2021-05-07T01:37:17.643Z] Successfully built f2e4ef4706b2 [2021-05-07T01:37:17.643Z] Successfully tagged docker-core-metadata-go:latest [2021-05-07T01:37:17.643Z]  Building docker-core-metadata-go ... done Removing intermediate container ac31586f6381 [2021-05-07T01:37:17.643Z] ---> 95c4401537ea [2021-05-07T01:37:17.643Z] Step 24/25 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:37:17.643Z] ---> Running in d73eb537ae32 [2021-05-07T01:37:17.910Z] Removing intermediate container d73eb537ae32 [2021-05-07T01:37:17.910Z] ---> 427d8f45154a [2021-05-07T01:37:17.910Z] Step 25/25 : LABEL version=0.0.0 [2021-05-07T01:37:17.910Z] ---> Running in 4d4751c15092 [2021-05-07T01:37:18.175Z] Removing intermediate container 4d4751c15092 [2021-05-07T01:37:18.175Z] ---> 867efee450de [2021-05-07T01:37:18.175Z] [2021-05-07T01:37:18.437Z] Successfully built 867efee450de [2021-05-07T01:37:18.437Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-07T01:37:18.437Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d0703c8ea5ab [2021-05-07T01:37:18.438Z] ---> dfe741e900e2 [2021-05-07T01:37:18.438Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-07T01:37:18.700Z] ---> Running in 91600e297662 [2021-05-07T01:37:18.700Z] Removing intermediate container 91600e297662 [2021-05-07T01:37:18.700Z] ---> 6d1c15085eda [2021-05-07T01:37:18.700Z] Step 28/31 : CMD ["gate"] [2021-05-07T01:37:18.965Z] ---> Running in d0b2dfaa2a69 [2021-05-07T01:37:19.228Z] Removing intermediate container d0b2dfaa2a69 [2021-05-07T01:37:19.228Z] ---> dbd8bacac4ac [2021-05-07T01:37:19.228Z] Step 29/31 : LABEL arch=x86_64 [2021-05-07T01:37:19.228Z] ---> Running in 08b9e8ff2c4e [2021-05-07T01:37:19.489Z] Removing intermediate container 08b9e8ff2c4e [2021-05-07T01:37:19.489Z] ---> b9da4f797913 [2021-05-07T01:37:19.489Z] Step 30/31 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:37:19.489Z] ---> Running in 4a005b6508bf [2021-05-07T01:37:19.751Z] Removing intermediate container 4a005b6508bf [2021-05-07T01:37:19.751Z] ---> c1441b51dd78 [2021-05-07T01:37:19.751Z] Step 31/31 : LABEL version=0.0.0 [2021-05-07T01:37:20.021Z] ---> Running in 634fa7f110ff [2021-05-07T01:37:20.290Z] Removing intermediate container 634fa7f110ff [2021-05-07T01:37:20.290Z] ---> f5fb5e200536 [2021-05-07T01:37:20.290Z] [2021-05-07T01:37:20.554Z] Successfully built f5fb5e200536 [2021-05-07T01:37:20.554Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-07T01:37:20.835Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-05-07T01:37:20.875Z] $ docker stop --time=1 254ba401be313a47a4a7084a7a297de9de6722bef2144fab700429d24f8688f6 [2021-05-07T01:37:22.545Z] $ docker rm -f 254ba401be313a47a4a7084a7a297de9de6722bef2144fab700429d24f8688f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T01:37:23.008Z] + docker images [2021-05-07T01:37:23.008Z] + grep docker [2021-05-07T01:37:23.270Z] docker-security-bootstrapper-go latest f5fb5e200536 3 seconds ago 18.2MB [2021-05-07T01:37:23.270Z] docker-security-secretstore-setup-go latest 867efee450de 5 seconds ago 25.7MB [2021-05-07T01:37:23.270Z] docker-core-metadata-go latest f2e4ef4706b2 7 seconds ago 18.6MB [2021-05-07T01:37:23.270Z] docker-security-proxy-setup-go latest 6094d8e9b359 8 seconds ago 25.3MB [2021-05-07T01:37:23.270Z] docker-sys-mgmt-agent-go latest 836a88fb7bf8 46 seconds ago 312MB [2021-05-07T01:37:23.270Z] docker-core-data-go latest 674db9944e65 2 minutes ago 21.5MB [2021-05-07T01:37:23.270Z] docker-support-scheduler-go latest 03e8008c68b0 2 minutes ago 17.1MB [2021-05-07T01:37:23.270Z] docker-core-command-go latest 3a1090def551 2 minutes ago 17MB [2021-05-07T01:37:23.270Z] docker-support-notifications-go latest 908926ad23e1 2 minutes ago 17.7MB [2021-05-07T01:37:23.270Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-07T01:37:38.543Z] Still waiting to schedule task [2021-05-07T01:37:38.543Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-07T01:37:46.102Z] gofmt -l . [2021-05-07T01:37:46.102Z] [ "`gofmt -l .`" = "" ] [2021-05-07T01:37:46.698Z] ./bin/test-go-mod-tidy.sh [2021-05-07T01:37:47.711Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-07T01:37:50.353Z] + ls -al . [2021-05-07T01:37:50.353Z] total 856 [2021-05-07T01:37:50.353Z] drwxrwxr-x 9 1001 1001 4096 May 7 01:37 . [2021-05-07T01:37:50.353Z] drwxr-xr-x 4 root root 4096 May 7 01:32 .. [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 11 May 7 01:31 .dockerignore [2021-05-07T01:37:50.353Z] drwxrwxr-x 8 1001 1001 4096 May 7 01:31 .git [2021-05-07T01:37:50.353Z] drwxrwxr-x 3 1001 1001 4096 May 7 01:31 .github [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 818 May 7 01:31 .gitignore [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 166 May 7 01:31 .sonarcloud.properties [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 8609 May 7 01:31 Attribution.txt [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 3804 May 7 01:31 CONTRIBUTING.md [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 931 May 7 01:31 Dockerfile.build [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 863 May 7 01:31 Jenkinsfile [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 10775 May 7 01:31 LICENSE [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 5774 May 7 01:31 Makefile [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 7978 May 7 01:31 README.md [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 6755 May 7 01:31 SECURITY.md [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 5 May 7 01:27 VERSION [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 4131 May 7 01:31 ZMQWindows.md [2021-05-07T01:37:50.353Z] drwxrwxr-x 2 1001 1001 4096 May 7 01:31 bin [2021-05-07T01:37:50.353Z] drwxrwxr-x 14 1001 1001 4096 May 7 01:31 cmd [2021-05-07T01:37:50.353Z] -rw-r--r-- 1 root root 718073 May 7 01:36 coverage.out [2021-05-07T01:37:50.353Z] -rw-r--r-- 1 root root 1060 May 7 01:37 go.mod [2021-05-07T01:37:50.353Z] -rw-r--r-- 1 root root 21942 May 7 01:32 go.sum [2021-05-07T01:37:50.353Z] drwxrwxr-x 8 1001 1001 4096 May 7 01:31 internal [2021-05-07T01:37:50.353Z] drwxrwxr-x 4 1001 1001 4096 May 7 01:31 openapi [2021-05-07T01:37:50.353Z] drwxrwxr-x 4 1001 1001 4096 May 7 01:31 snap [2021-05-07T01:37:50.353Z] -rw-rw-r-- 1 1001 1001 168 May 7 01:31 version.go [Pipeline] sh [2021-05-07T01:37:51.028Z] + '[' -e coverage.out ] [2021-05-07T01:37:51.028Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-07T01:37:51.050Z] Warning: overwriting stash ‘coverage-report’ [2021-05-07T01:37:52.396Z] Stashed 1 file(s) [Pipeline] sh [2021-05-07T01:37:53.126Z] + make build [2021-05-07T01:37:53.126Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-07T01:38:00.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-07T01:38:26.887Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-07T01:38:28.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-07T01:38:32.258Z] Running on prd-ubuntu18.04-docker-8c-8g-3447 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-07T01:38:32.278Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-05-07T01:38:34.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-07T01:38:34.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-07T01:38:34.619Z] using credential edgex-jenkins-ssh [2021-05-07T01:38:34.630Z] Cloning the remote Git repository [2021-05-07T01:38:34.658Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:38:34.723Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-05-07T01:38:34.763Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:38:34.763Z] > git --version # timeout=10 [2021-05-07T01:38:34.777Z] > git --version # 'git version 2.17.1' [2021-05-07T01:38:34.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:38:34.805Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:38:38.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-07T01:38:41.602Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:38:41.613Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T01:38:41.626Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-07T01:38:41.637Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-07T01:38:41.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T01:38:41.641Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T01:38:42.260Z] Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit c3b38dae9b02349053f790cb97feb331a171bab0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-07T01:38:42.423Z] Failed in branch amd64 [2021-05-07T01:38:42.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-07T01:38:42.273Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T01:38:42.282Z] > git checkout -f c3b38dae9b02349053f790cb97feb331a171bab0 # timeout=10 [2021-05-07T01:38:45.585Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-07T01:38:49.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-07T01:38:51.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-07T01:38:55.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-07T01:39:00.490Z] $ docker stop --time=1 fe614b443842ef8c1236300406c5ec14097e82c5dc1b195bd86684dfa3202e22 [2021-05-07T01:39:03.156Z] $ docker rm -f fe614b443842ef8c1236300406c5ec14097e82c5dc1b195bd86684dfa3202e22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:39:04.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:39:04.789Z] [2021-05-07T01:39:04.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:39:05.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:39:05.140Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-07T01:39:05.140Z] 29e5d40040c1: Pulling fs layer [2021-05-07T01:39:05.140Z] 1ce36da41761: Pulling fs layer [2021-05-07T01:39:05.140Z] 25b303627fd3: Pulling fs layer [2021-05-07T01:39:06.122Z] 1ce36da41761: Verifying Checksum [2021-05-07T01:39:06.122Z] 1ce36da41761: Download complete [2021-05-07T01:39:06.122Z] 29e5d40040c1: Pull complete [2021-05-07T01:39:07.562Z] 1ce36da41761: Pull complete [2021-05-07T01:39:07.562Z] 25b303627fd3: Verifying Checksum [2021-05-07T01:39:07.562Z] 25b303627fd3: Download complete [2021-05-07T01:39:17.718Z] 25b303627fd3: Pull complete [2021-05-07T01:39:17.718Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-07T01:39:17.718Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:39:17.718Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-07T01:39:17.944Z] prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container [2021-05-07T01:39:18.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-07T01:39:21.135Z] $ docker top 34f1c17d2616d575032805c892001abf49d960e3121f386a6523422268c6cecc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:39:22.032Z] + docker-compose build --help [2021-05-07T01:39:22.032Z] + grep parallel [2021-05-07T01:39:25.389Z] --parallel Build images in parallel. [Pipeline] } [2021-05-07T01:39:25.699Z] $ docker stop --time=1 34f1c17d2616d575032805c892001abf49d960e3121f386a6523422268c6cecc [2021-05-07T01:39:27.555Z] $ docker rm -f 34f1c17d2616d575032805c892001abf49d960e3121f386a6523422268c6cecc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:39:28.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-07T01:39:28.169Z] . [Pipeline] withDockerContainer [2021-05-07T01:39:28.434Z] prd-ubuntu18.04-docker-arm64-4c-16g-3440 does not seem to be running inside a container [2021-05-07T01:39:28.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-07T01:39:29.962Z] $ docker top 6caa53584635abccdc6b7597ae3d2081b48dc5255a5b0e08dfea0ccd8f87f8f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:39:30.894Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-07T01:39:35.184Z] Building docker-core-command-go ... [2021-05-07T01:39:35.184Z] Building docker-core-data-go ... [2021-05-07T01:39:35.184Z] Building docker-core-metadata-go ... [2021-05-07T01:39:35.184Z] Building docker-security-bootstrapper-go ... [2021-05-07T01:39:35.184Z] Building docker-security-proxy-setup-go ... [2021-05-07T01:39:35.184Z] Building docker-security-secretstore-setup-go ... [2021-05-07T01:39:35.184Z] Building docker-support-notifications-go ... [2021-05-07T01:39:35.184Z] Building docker-support-scheduler-go ... [2021-05-07T01:39:35.184Z] Building docker-sys-mgmt-agent-go ... [2021-05-07T01:39:35.184Z] Building docker-security-secretstore-setup-go [2021-05-07T01:39:35.184Z] Building docker-sys-mgmt-agent-go [2021-05-07T01:39:35.184Z] Building docker-core-metadata-go [2021-05-07T01:39:35.184Z] Building docker-support-notifications-go [2021-05-07T01:39:35.184Z] Building docker-security-bootstrapper-go [2021-05-07T01:40:56.973Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:40:56.973Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:40:56.973Z] ---> c860c0035411 [2021-05-07T01:40:56.973Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:40:56.973Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:40:56.973Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:40:56.973Z] ---> c860c0035411 [2021-05-07T01:40:56.973Z] Step 3/31 : WORKDIR /edgex-go [2021-05-07T01:40:56.973Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:40:56.973Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:40:56.973Z] Step 2/25 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:40:56.973Z] [2021-05-07T01:40:56.973Z] ---> c860c0035411 [2021-05-07T01:40:56.973Z] ---> c860c0035411 [2021-05-07T01:40:56.973Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:40:56.973Z] Step 3/25 : WORKDIR /edgex-go [2021-05-07T01:40:56.973Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:40:56.973Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:40:56.973Z] ---> c860c0035411 [2021-05-07T01:40:56.973Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:40:56.973Z] ---> Running in 0299105ab32f [2021-05-07T01:40:56.973Z] ---> Running in a89c5af8a679 [2021-05-07T01:40:56.973Z] ---> Running in 3c3b1fa784ff [2021-05-07T01:40:56.973Z] ---> Running in 986bfd02b52d [2021-05-07T01:40:56.973Z] ---> Running in a8e04f0d207e [2021-05-07T01:40:56.973Z] Removing intermediate container a8e04f0d207e [2021-05-07T01:40:56.973Z] ---> ae7d66d1c98d [2021-05-07T01:40:56.973Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:40:56.973Z] Removing intermediate container 0299105ab32f [2021-05-07T01:40:56.973Z] ---> 9f02707a8aec [2021-05-07T01:40:56.973Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:40:56.973Z] Removing intermediate container 3c3b1fa784ff [2021-05-07T01:40:56.973Z] ---> 26b39dde3552 [2021-05-07T01:40:56.973Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:40:56.973Z] Removing intermediate container a89c5af8a679 [2021-05-07T01:40:56.973Z] ---> 6f9e5b5e4848 [2021-05-07T01:40:56.973Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:40:56.973Z] Removing intermediate container 986bfd02b52d [2021-05-07T01:40:56.973Z] ---> f2f3d4d3da42 [2021-05-07T01:40:56.973Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:40:56.973Z] ---> Running in 402ab644ec06 [2021-05-07T01:40:56.973Z] ---> Running in cd7089560f46 [2021-05-07T01:40:56.973Z] ---> Running in 6187658aec28 [2021-05-07T01:40:56.973Z] ---> Running in c96bc3228a05 [2021-05-07T01:40:56.973Z] ---> Running in a1141d5e7ff5 [2021-05-07T01:40:56.973Z] Removing intermediate container 402ab644ec06 [2021-05-07T01:40:56.973Z] ---> bf54ca33c5c0 [2021-05-07T01:40:56.973Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:40:56.973Z] ---> Running in 425e140356b1 [2021-05-07T01:40:56.973Z] Removing intermediate container cd7089560f46 [2021-05-07T01:40:56.973Z] ---> b471d01a44b2 [2021-05-07T01:40:56.973Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-07T01:40:56.973Z] ---> Running in 2948401d122d [2021-05-07T01:40:56.973Z] Removing intermediate container a1141d5e7ff5 [2021-05-07T01:40:56.973Z] ---> 12b5d2d94a57 [2021-05-07T01:40:56.973Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-07T01:40:56.973Z] Removing intermediate container 6187658aec28 [2021-05-07T01:40:56.973Z] ---> 0e3e7f25e2d1 [2021-05-07T01:40:56.973Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-07T01:40:56.973Z] Removing intermediate container c96bc3228a05 [2021-05-07T01:40:56.973Z] ---> 48312c490902 [2021-05-07T01:40:56.973Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-07T01:40:56.973Z] ---> Running in 4dde1099bb6a [2021-05-07T01:40:56.973Z] ---> Running in 740eae989431 [2021-05-07T01:40:56.973Z] ---> Running in b1a8c3636b20 [2021-05-07T01:40:57.249Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:57.852Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:58.122Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:58.396Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:58.396Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:58.993Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:59.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:59.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:40:59.863Z] OK: 218 MiB in 52 packages [2021-05-07T01:41:00.141Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:41:00.416Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:41:00.696Z] OK: 218 MiB in 52 packages [2021-05-07T01:41:00.974Z] OK: 218 MiB in 52 packages [2021-05-07T01:41:01.585Z] OK: 218 MiB in 52 packages [2021-05-07T01:41:01.585Z] Removing intermediate container 425e140356b1 [2021-05-07T01:41:01.585Z] ---> a695af6ae66d [2021-05-07T01:41:01.585Z] Step 6/23 : COPY go.mod . [2021-05-07T01:41:02.191Z] OK: 218 MiB in 52 packages [2021-05-07T01:41:02.191Z] Removing intermediate container 2948401d122d [2021-05-07T01:41:02.191Z] ---> 23efbd6c5255 [2021-05-07T01:41:02.191Z] Step 6/25 : COPY go.mod . [2021-05-07T01:41:02.790Z] Removing intermediate container 4dde1099bb6a [2021-05-07T01:41:02.790Z] ---> d2858da1b1c9 [2021-05-07T01:41:02.790Z] Step 6/23 : COPY go.mod . [2021-05-07T01:41:02.790Z] ---> 91719a2359d7 [2021-05-07T01:41:02.790Z] Step 7/23 : RUN go mod download [2021-05-07T01:41:03.067Z] ---> Running in d4fed39c2dde [2021-05-07T01:41:03.341Z] Removing intermediate container 740eae989431 [2021-05-07T01:41:03.341Z] ---> 691ca2f06380 [2021-05-07T01:41:03.341Z] Step 6/22 : COPY go.mod . [2021-05-07T01:41:03.341Z] ---> 8315eb2bf4bb [2021-05-07T01:41:03.341Z] Step 7/25 : RUN go mod download [2021-05-07T01:41:03.614Z] ---> Running in ec32f9f34f0a [2021-05-07T01:41:03.614Z] ---> 2c4e990b5155 [2021-05-07T01:41:03.614Z] Step 7/23 : RUN go mod download [2021-05-07T01:41:03.895Z] Removing intermediate container b1a8c3636b20 [2021-05-07T01:41:03.895Z] ---> 3a361f447b3a [2021-05-07T01:41:03.895Z] Step 6/31 : COPY go.mod . [2021-05-07T01:41:03.895Z] ---> Running in f060799c637e [2021-05-07T01:41:04.498Z] ---> f94a3d0341f4 [2021-05-07T01:41:04.498Z] Step 7/22 : RUN go mod download [2021-05-07T01:41:04.776Z] ---> Running in 5f6c63c30794 [2021-05-07T01:41:05.377Z] ---> 4437efabbea5 [2021-05-07T01:41:05.377Z] Step 7/31 : RUN go mod download [2021-05-07T01:41:05.652Z] ---> Running in fff30220c75e [2021-05-07T01:41:07.093Z] Removing intermediate container d4fed39c2dde [2021-05-07T01:41:07.093Z] ---> fa2df1203a2d [2021-05-07T01:41:07.093Z] Step 8/23 : COPY . . [2021-05-07T01:41:07.368Z] Removing intermediate container ec32f9f34f0a [2021-05-07T01:41:07.368Z] ---> 20d3ea334d41 [2021-05-07T01:41:07.368Z] Step 8/25 : COPY . . [2021-05-07T01:41:07.975Z] Removing intermediate container f060799c637e [2021-05-07T01:41:07.975Z] ---> 2ab39aa97c57 [2021-05-07T01:41:07.975Z] Step 8/23 : COPY . . [2021-05-07T01:41:08.958Z] Removing intermediate container 5f6c63c30794 [2021-05-07T01:41:08.958Z] ---> 8066e91d86b5 [2021-05-07T01:41:08.958Z] Step 8/22 : COPY . . [2021-05-07T01:41:11.613Z] Removing intermediate container fff30220c75e [2021-05-07T01:41:11.613Z] ---> e02aec15dfe5 [2021-05-07T01:41:11.613Z] Step 8/31 : COPY . . [2021-05-07T01:41:38.428Z] ---> e464469e019d [2021-05-07T01:41:38.428Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-07T01:41:38.428Z] ---> 7599acab8eaf [2021-05-07T01:41:38.428Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-07T01:41:38.428Z] ---> 6355e904464f [2021-05-07T01:41:38.428Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-07T01:41:38.428Z] ---> bf43ad55170d [2021-05-07T01:41:38.428Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-07T01:41:38.428Z] ---> d4060f4ab8f8 [2021-05-07T01:41:38.428Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-07T01:41:38.428Z] ---> Running in b719419f7ec7 [2021-05-07T01:41:38.428Z] ---> Running in c2a4b9234150 [2021-05-07T01:41:38.428Z] ---> Running in 84c751fea4b0 [2021-05-07T01:41:38.428Z] ---> Running in 9df72601cffe [2021-05-07T01:41:38.428Z] ---> Running in aff36c407905 [2021-05-07T01:41:38.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-07T01:41:38.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-07T01:41:38.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-07T01:41:38.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-07T01:41:38.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-07T01:43:30.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-07T01:43:45.508Z] Removing intermediate container aff36c407905 [2021-05-07T01:43:45.508Z] ---> 3f9954d96cab [2021-05-07T01:43:45.508Z] [2021-05-07T01:43:45.508Z] Step 10/25 : FROM alpine:3.12 [2021-05-07T01:43:45.508Z] 3.12: Pulling from library/alpine [2021-05-07T01:43:45.508Z] Removing intermediate container c2a4b9234150 [2021-05-07T01:43:45.508Z] ---> 263bbe7af434 [2021-05-07T01:43:45.508Z] [2021-05-07T01:43:45.508Z] Step 10/31 : FROM alpine:3.12 [2021-05-07T01:43:45.508Z] 3.12: Pulling from library/alpine [2021-05-07T01:43:45.784Z] Removing intermediate container b719419f7ec7 [2021-05-07T01:43:45.784Z] ---> da32385e69f6 [2021-05-07T01:43:45.784Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-07T01:43:46.386Z] ---> Running in 07714c9c882b [2021-05-07T01:43:46.664Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:43:46.664Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T01:43:46.664Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T01:43:46.664Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T01:43:46.664Z] ---> 9852663dfa18 [2021-05-07T01:43:46.664Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec ---> 9852663dfa18 [2021-05-07T01:43:46.664Z] [2021-05-07T01:43:46.664Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-07T01:43:47.268Z] ---> Running in fc481c435442 [2021-05-07T01:43:47.268Z] ---> Running in 25585614842b [2021-05-07T01:43:48.265Z] Removing intermediate container fc481c435442 [2021-05-07T01:43:48.265Z] ---> ef25cae72ac6 [2021-05-07T01:43:48.265Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-07T01:43:48.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-07T01:43:48.841Z] ---> Running in db2ad7241dab [2021-05-07T01:43:49.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:43:49.397Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:43:50.292Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-07T01:43:50.292Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:43:50.632Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-07T01:43:50.632Z] (4/6) Installing curl (7.76.1-r0) [2021-05-07T01:43:50.632Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:43:50.632Z] (6/6) Installing su-exec (0.2-r1) [2021-05-07T01:43:50.632Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:43:50.632Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:43:50.928Z] OK: 7 MiB in 20 packages [2021-05-07T01:43:51.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:43:51.529Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:43:52.725Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:43:52.725Z] (2/2) Installing su-exec (0.2-r1) [2021-05-07T01:43:52.725Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:43:52.725Z] OK: 5 MiB in 16 packages [2021-05-07T01:43:55.467Z] Removing intermediate container 9df72601cffe [2021-05-07T01:43:55.467Z] ---> c5acc3ae4fe0 [2021-05-07T01:43:55.467Z] [2021-05-07T01:43:55.467Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:43:55.467Z] ---> 9852663dfa18 [2021-05-07T01:43:55.467Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-07T01:43:55.467Z] Removing intermediate container 07714c9c882b [2021-05-07T01:43:55.467Z] ---> 753a58f30090 [2021-05-07T01:43:55.467Z] [2021-05-07T01:43:55.467Z] Step 11/23 : FROM docker:20.10.0 [2021-05-07T01:43:55.467Z] 20.10.0: Pulling from library/docker [2021-05-07T01:43:55.467Z] ---> Running in e44daf0cf747 [2021-05-07T01:43:55.742Z] Removing intermediate container db2ad7241dab [2021-05-07T01:43:55.742Z] ---> 320df9588af6 [2021-05-07T01:43:55.742Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-07T01:43:55.742Z] Removing intermediate container 25585614842b [2021-05-07T01:43:55.742Z] ---> 3d1357e06814 [2021-05-07T01:43:55.742Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:43:56.017Z] ---> Running in afc7978d3636 [2021-05-07T01:43:56.017Z] ---> Running in 042feea87751 [2021-05-07T01:43:57.990Z] Removing intermediate container afc7978d3636 [2021-05-07T01:43:57.990Z] ---> d8bfa4af9c0c [2021-05-07T01:43:57.990Z] Step 13/25 : WORKDIR / [2021-05-07T01:43:57.990Z] Removing intermediate container 042feea87751 [2021-05-07T01:43:57.990Z] ---> b88fc6bb2557 [2021-05-07T01:43:57.990Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-07T01:43:57.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:43:57.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:43:58.274Z] ---> Running in b4a0f4137943 [2021-05-07T01:43:58.274Z] ---> Running in 2ddf900b1b63 [2021-05-07T01:43:58.553Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-07T01:43:59.040Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-07T01:43:59.040Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:43:59.040Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:43:59.406Z] OK: 6 MiB in 16 packages [2021-05-07T01:44:00.003Z] Removing intermediate container b4a0f4137943 [2021-05-07T01:44:00.003Z] ---> 0d053ac97a82 [2021-05-07T01:44:00.003Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-07T01:44:00.003Z] Removing intermediate container 2ddf900b1b63 [2021-05-07T01:44:00.003Z] ---> 87c7ac5a3b80 [2021-05-07T01:44:00.003Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-07T01:44:00.277Z] ---> Running in 258a3a2b540a [2021-05-07T01:44:01.723Z] ---> 9c11855b9a2a [2021-05-07T01:44:01.723Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-07T01:44:01.999Z] Removing intermediate container e44daf0cf747 [2021-05-07T01:44:01.999Z] ---> b0bf26402fed [2021-05-07T01:44:01.999Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:44:02.599Z] ---> Running in ddccf15f3e19 [2021-05-07T01:44:03.200Z] ---> 2ff8a374be60 [2021-05-07T01:44:03.200Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-07T01:44:03.803Z] Removing intermediate container ddccf15f3e19 [2021-05-07T01:44:03.804Z] ---> a92aa8e09610 [2021-05-07T01:44:03.804Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-07T01:44:04.077Z] Removing intermediate container 258a3a2b540a [2021-05-07T01:44:04.077Z] ---> b371c45a0d23 [2021-05-07T01:44:04.077Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-07T01:44:04.350Z] ---> Running in 6358862507d0 [2021-05-07T01:44:04.643Z] ---> Running in 93145a96283f [2021-05-07T01:44:04.643Z] ---> c352be654a3e [2021-05-07T01:44:04.643Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-07T01:44:04.643Z] Removing intermediate container 84c751fea4b0 [2021-05-07T01:44:04.643Z] ---> 61ab0af6387d [2021-05-07T01:44:04.643Z] [2021-05-07T01:44:04.643Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:44:04.643Z] ---> 9852663dfa18 [2021-05-07T01:44:04.643Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:44:05.247Z] ---> Running in 5b861f1eb8a3 [2021-05-07T01:44:05.248Z] Removing intermediate container 6358862507d0 [2021-05-07T01:44:05.248Z] ---> 213a79372c54 [2021-05-07T01:44:05.248Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:44:05.523Z] Removing intermediate container 93145a96283f [2021-05-07T01:44:05.523Z] ---> 96aaed6531cc [2021-05-07T01:44:05.523Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-07T01:44:05.800Z] ---> Running in 80fe28b34566 [2021-05-07T01:44:06.072Z] ---> 5db57e52fbfd [2021-05-07T01:44:06.072Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-07T01:44:06.678Z] Removing intermediate container 80fe28b34566 [2021-05-07T01:44:06.678Z] ---> e577b9d0a580 [2021-05-07T01:44:06.678Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:44:07.295Z] ---> 29d4e17da2f6 [2021-05-07T01:44:07.296Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-07T01:44:07.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:44:07.570Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:44:07.570Z] ---> Running in 3cc43cc825b3 [2021-05-07T01:44:08.174Z] ---> 60252add87f5 [2021-05-07T01:44:08.174Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-07T01:44:08.465Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-07T01:44:08.465Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:44:08.465Z] OK: 5 MiB in 15 packages [2021-05-07T01:44:08.741Z] ---> 3a95bcd23e4a [2021-05-07T01:44:08.741Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-07T01:44:11.370Z] ---> f6d05444b6d6 [2021-05-07T01:44:11.370Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-07T01:44:11.370Z] Removing intermediate container 5b861f1eb8a3 [2021-05-07T01:44:11.370Z] ---> 1695884a0035 [2021-05-07T01:44:11.370Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:44:11.370Z] ---> 42ea437bde67 [2021-05-07T01:44:11.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-07T01:44:11.370Z] ---> Running in d033fb027a22 [2021-05-07T01:44:11.983Z] Removing intermediate container d033fb027a22 [2021-05-07T01:44:11.983Z] ---> 0d7a3f92b393 [2021-05-07T01:44:11.983Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-07T01:44:11.983Z] Removing intermediate container 3cc43cc825b3 [2021-05-07T01:44:11.983Z] ---> 631f275bf53a [2021-05-07T01:44:11.983Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:44:12.267Z] ---> 53c6caeb71db [2021-05-07T01:44:12.267Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-07T01:44:12.267Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-07T01:44:12.267Z] ---> Running in 3a834acbd3f3 [2021-05-07T01:44:12.267Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-07T01:44:12.267Z] ---> eeaf43b92773 [2021-05-07T01:44:12.267Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:44:12.548Z] ---> d7287ee02f9a [2021-05-07T01:44:12.548Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-07T01:44:12.548Z] ---> Running in b76802881e37 [2021-05-07T01:44:12.548Z] ---> Running in 971ef3d5d382 [2021-05-07T01:44:12.823Z] ---> Running in ccc5484e13fc [2021-05-07T01:44:13.097Z] Removing intermediate container 3a834acbd3f3 [2021-05-07T01:44:13.097Z] ---> 3af6ad126430 [2021-05-07T01:44:13.097Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:44:13.374Z] ---> Running in 7bb39a3de919 [2021-05-07T01:44:13.374Z] ---> f21d0bd860c4 [2021-05-07T01:44:13.374Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-07T01:44:13.374Z] Removing intermediate container 971ef3d5d382 [2021-05-07T01:44:13.374Z] ---> a89b6db0b04d [2021-05-07T01:44:13.374Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-07T01:44:13.658Z] Removing intermediate container ccc5484e13fc [2021-05-07T01:44:13.658Z] ---> 033fd3c65e4e [2021-05-07T01:44:13.658Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:44:13.658Z] ---> Running in 8bd75e386526 [2021-05-07T01:44:13.658Z] ---> Running in fadbacb7a937 [2021-05-07T01:44:14.263Z] Removing intermediate container 7bb39a3de919 [2021-05-07T01:44:14.263Z] ---> dcafc34b95e0 [2021-05-07T01:44:14.263Z] Step 15/23 : WORKDIR / [2021-05-07T01:44:14.263Z] ---> Running in 25a5e95b6590 [2021-05-07T01:44:14.555Z] Removing intermediate container fadbacb7a937 [2021-05-07T01:44:14.555Z] ---> 66c5ff6c83c4 [2021-05-07T01:44:14.555Z] Step 20/22 : LABEL arch=arm64 [2021-05-07T01:44:14.830Z] ---> Running in 9c99b64e3329 [2021-05-07T01:44:15.103Z] ---> dbf6bea9f23f [2021-05-07T01:44:15.103Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-07T01:44:15.388Z] Removing intermediate container 25a5e95b6590 [2021-05-07T01:44:15.388Z] ---> de35715c0157 [2021-05-07T01:44:15.388Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:44:15.388Z] Removing intermediate container 9c99b64e3329 [2021-05-07T01:44:15.388Z] ---> f422ef1fbea3 [2021-05-07T01:44:15.388Z] Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:44:15.388Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:44:15.664Z] ---> Running in 543af06832b0 [2021-05-07T01:44:15.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:44:15.942Z] ---> 0f337fbefd9c [2021-05-07T01:44:15.942Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-07T01:44:16.214Z] Removing intermediate container b76802881e37 [2021-05-07T01:44:16.214Z] ---> 6b9c3b1e80b8 [2021-05-07T01:44:16.214Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-07T01:44:16.214Z] Removing intermediate container 543af06832b0 [2021-05-07T01:44:16.214Z] ---> f6f17aa7870e [2021-05-07T01:44:16.214Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:44:16.214Z] (1/39) Installing readline (8.0.4-r0) [2021-05-07T01:44:16.485Z] (2/39) Installing bash (5.0.17-r0) [2021-05-07T01:44:16.485Z] ---> f11e792a21a2 [2021-05-07T01:44:16.485Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-07T01:44:16.485Z] Executing bash-5.0.17-r0.post-install [2021-05-07T01:44:16.485Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:44:16.485Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-07T01:44:16.485Z] (5/39) Installing curl (7.76.1-r0) [2021-05-07T01:44:16.485Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-07T01:44:16.485Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-07T01:44:16.485Z] (8/39) Installing expat (2.2.9-r1) [2021-05-07T01:44:16.485Z] ---> Running in a4797ca71c6a [2021-05-07T01:44:16.485Z] ---> Running in a27871560ab0 [2021-05-07T01:44:16.485Z] (9/39) Installing libffi (3.3-r2) [2021-05-07T01:44:16.485Z] (10/39) Installing gdbm (1.13-r1) [2021-05-07T01:44:16.485Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-07T01:44:16.485Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-07T01:44:16.485Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-07T01:44:17.916Z] ---> 3256e5c70415 [2021-05-07T01:44:17.916Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-07T01:44:18.192Z] Removing intermediate container a4797ca71c6a [2021-05-07T01:44:18.192Z] Removing intermediate container a27871560ab0 [2021-05-07T01:44:18.192Z] ---> 820387e71728 [2021-05-07T01:44:18.192Z] Step 23/25 : LABEL arch=arm64 [2021-05-07T01:44:18.192Z] ---> 6a400c005b0a [2021-05-07T01:44:18.192Z] [2021-05-07T01:44:18.468Z] ---> cc64201788a0 [2021-05-07T01:44:18.468Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-07T01:44:18.745Z] ---> Running in ead175baaf0d [2021-05-07T01:44:18.745Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-07T01:44:18.745Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-07T01:44:18.745Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-07T01:44:18.745Z] ---> eb2c09d98481 [2021-05-07T01:44:18.745Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-07T01:44:18.745Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-07T01:44:18.745Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-07T01:44:18.745Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-07T01:44:19.022Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-07T01:44:19.022Z] Successfully built 6a400c005b0a [2021-05-07T01:44:19.022Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-07T01:44:19.022Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-07T01:44:19.022Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-07T01:44:19.022Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-05-07T01:44:19.022Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-07T01:44:19.299Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-07T01:44:19.299Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-07T01:44:19.299Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-07T01:44:19.299Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-07T01:44:19.299Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-07T01:44:19.299Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-07T01:44:19.299Z] ---> Running in ce40d30b2654 [2021-05-07T01:44:19.299Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-07T01:44:19.299Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-07T01:44:19.299Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-07T01:44:19.299Z] Removing intermediate container ead175baaf0d [2021-05-07T01:44:19.299Z] ---> e8f4b2f674f4 [2021-05-07T01:44:19.299Z] Step 24/25 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:44:19.577Z] ---> dd01979ed143 [2021-05-07T01:44:19.577Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-07T01:44:19.577Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-07T01:44:19.577Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-07T01:44:19.577Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-07T01:44:19.577Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-07T01:44:19.577Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-07T01:44:19.577Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-07T01:44:19.577Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-07T01:44:19.852Z] ---> Running in 48a4e152b47b [2021-05-07T01:44:19.852Z] ---> Running in 0f58703103f0 [2021-05-07T01:44:19.852Z] Executing busybox-1.31.1-r19.trigger [2021-05-07T01:44:19.852Z] OK: 72 MiB in 59 packages [2021-05-07T01:44:20.136Z] Removing intermediate container ce40d30b2654 [2021-05-07T01:44:20.136Z] ---> fd3ca2fd4850 [2021-05-07T01:44:20.136Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-07T01:44:20.410Z] Removing intermediate container 0f58703103f0 [2021-05-07T01:44:20.410Z] ---> 402ac8a27d99 [2021-05-07T01:44:20.410Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:44:20.410Z] Removing intermediate container 48a4e152b47b [2021-05-07T01:44:20.410Z] ---> 6a4aeb32cf20 [2021-05-07T01:44:20.410Z] Step 25/25 : LABEL version=0.0.0 [2021-05-07T01:44:20.691Z] ---> Running in cd7c9c8c3e2d [2021-05-07T01:44:20.691Z] ---> Running in 30ff8f5c8c02 [2021-05-07T01:44:20.968Z] ---> 67dc0ed1bbce [2021-05-07T01:44:20.968Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-07T01:44:21.958Z] ---> Running in a86b64e69c1e [2021-05-07T01:44:21.958Z] Removing intermediate container 30ff8f5c8c02 [2021-05-07T01:44:21.958Z] ---> e5275ec8773c [2021-05-07T01:44:21.958Z] [2021-05-07T01:44:21.958Z] Removing intermediate container cd7c9c8c3e2d [2021-05-07T01:44:21.958Z] ---> 2fbcd1101687 [2021-05-07T01:44:21.958Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:44:22.951Z] Successfully built e5275ec8773c [2021-05-07T01:44:23.555Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-07T01:44:23.555Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-05-07T01:44:23.555Z] ---> Running in 0303a55a15c6 [2021-05-07T01:44:24.174Z] Removing intermediate container 0303a55a15c6 [2021-05-07T01:44:24.174Z] ---> ee8e9f355966 [2021-05-07T01:44:24.174Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:44:24.448Z] ---> Running in d8426f942be9 [2021-05-07T01:44:25.063Z] Removing intermediate container d8426f942be9 [2021-05-07T01:44:25.063Z] ---> 951e39c1e18f [2021-05-07T01:44:25.063Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:44:25.338Z] ---> Running in db055bbd388a [2021-05-07T01:44:25.946Z] Removing intermediate container db055bbd388a [2021-05-07T01:44:25.946Z] ---> 3507369b1f8c [2021-05-07T01:44:25.946Z] [2021-05-07T01:44:25.946Z] Removing intermediate container a86b64e69c1e [2021-05-07T01:44:25.946Z] ---> 6cb5b19d7ad2 [2021-05-07T01:44:25.946Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-07T01:44:26.216Z] Collecting docker-compose==1.23.2 [2021-05-07T01:44:26.216Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-07T01:44:26.216Z] Successfully built 3507369b1f8c [2021-05-07T01:44:26.494Z] ---> Running in 97d8aa7d1872 [2021-05-07T01:44:26.494Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-07T01:44:26.494Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-05-07T01:44:27.104Z] Removing intermediate container 97d8aa7d1872 [2021-05-07T01:44:27.104Z] ---> 3919d144c0f9 [2021-05-07T01:44:27.104Z] Step 28/31 : CMD ["gate"] [2021-05-07T01:44:27.703Z] ---> Running in 7c76c1c11cef [2021-05-07T01:44:28.302Z] Removing intermediate container 7c76c1c11cef [2021-05-07T01:44:28.302Z] ---> 63134552fbbd [2021-05-07T01:44:28.302Z] Step 29/31 : LABEL arch=arm64 [2021-05-07T01:44:28.574Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-07T01:44:28.574Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-07T01:44:28.855Z] ---> Running in 233babdebf75 [2021-05-07T01:44:29.450Z] Collecting cached-property<2,>=1.2.0 [2021-05-07T01:44:29.450Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-07T01:44:30.421Z] Removing intermediate container 233babdebf75 [2021-05-07T01:44:30.421Z] ---> fdb2c0b39402 [2021-05-07T01:44:30.421Z] Step 30/31 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:44:30.421Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-07T01:44:30.421Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-07T01:44:31.858Z] ---> Running in ef46b8d3fcff [2021-05-07T01:44:32.839Z] Removing intermediate container ef46b8d3fcff [2021-05-07T01:44:32.839Z] ---> 2a9bf3988f16 [2021-05-07T01:44:32.839Z] Step 31/31 : LABEL version=0.0.0 [2021-05-07T01:44:33.440Z] ---> Running in 4bb64951c2b7 [2021-05-07T01:44:33.726Z] Collecting texttable<0.10,>=0.9.0 [2021-05-07T01:44:33.726Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-07T01:44:34.325Z] Removing intermediate container 4bb64951c2b7 [2021-05-07T01:44:34.326Z] ---> 5a9984600c7c [2021-05-07T01:44:34.326Z] [2021-05-07T01:44:34.920Z] Successfully built 5a9984600c7c [2021-05-07T01:44:34.920Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-07T01:44:34.920Z] Building docker-support-scheduler-go [2021-05-07T01:44:36.354Z]  Building docker-security-bootstrapper-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-05-07T01:44:36.629Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-07T01:44:37.606Z] Collecting docker<4.0,>=3.6.0 [2021-05-07T01:44:37.606Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-07T01:44:37.878Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-07T01:44:39.312Z] Collecting PyYAML<4,>=3.10 [2021-05-07T01:44:39.312Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-07T01:44:43.603Z] Collecting docopt<0.7,>=0.6.1 [2021-05-07T01:44:43.603Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-07T01:44:46.227Z] Collecting jsonschema<3,>=2.5.1 [2021-05-07T01:44:46.227Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-07T01:44:46.503Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-07T01:44:47.493Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-07T01:44:47.493Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-07T01:44:47.769Z] Collecting idna<2.8,>=2.5 [2021-05-07T01:44:48.040Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-07T01:44:48.040Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-07T01:44:48.311Z] Collecting docker-pycreds>=0.4.0 [2021-05-07T01:44:48.311Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-07T01:44:48.582Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-07T01:44:48.582Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-07T01:44:48.582Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-07T01:44:48.582Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-07T01:44:49.560Z] Installing collected packages: urllib3, idna, requests, cached-property, dockerpty, texttable, websocket-client, docker-pycreds, docker, PyYAML, docopt, jsonschema, docker-compose [2021-05-07T01:44:49.560Z] Attempting uninstall: urllib3 [2021-05-07T01:44:49.560Z] Found existing installation: urllib3 1.25.9 [2021-05-07T01:44:49.560Z] Uninstalling urllib3-1.25.9: [2021-05-07T01:44:49.834Z] Successfully uninstalled urllib3-1.25.9 [2021-05-07T01:44:50.430Z] Attempting uninstall: idna [2021-05-07T01:44:50.430Z] Found existing installation: idna 2.9 [2021-05-07T01:44:50.430Z] Uninstalling idna-2.9: [2021-05-07T01:44:50.705Z] Successfully uninstalled idna-2.9 [2021-05-07T01:44:51.302Z] Attempting uninstall: requests [2021-05-07T01:44:51.302Z] Found existing installation: requests 2.23.0 [2021-05-07T01:44:51.302Z] Uninstalling requests-2.23.0: [2021-05-07T01:44:51.575Z] Successfully uninstalled requests-2.23.0 [2021-05-07T01:44:51.852Z] Running setup.py install for dockerpty: started [2021-05-07T01:44:54.465Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-07T01:44:54.738Z] Running setup.py install for texttable: started [2021-05-07T01:44:57.351Z] Running setup.py install for texttable: finished with status 'done' [2021-05-07T01:44:58.784Z] Running setup.py install for PyYAML: started [2021-05-07T01:45:01.404Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-07T01:45:01.679Z] Running setup.py install for docopt: started [2021-05-07T01:45:04.329Z] Running setup.py install for docopt: finished with status 'done' [2021-05-07T01:45:06.953Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:45:06.953Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:45:06.953Z] ---> c860c0035411 [2021-05-07T01:45:06.953Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:45:06.953Z] ---> Using cache [2021-05-07T01:45:06.953Z] ---> f2f3d4d3da42 [2021-05-07T01:45:06.953Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:45:06.953Z] ---> Using cache [2021-05-07T01:45:06.953Z] ---> 12b5d2d94a57 [2021-05-07T01:45:06.953Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-07T01:45:07.546Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-07T01:45:12.973Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:45:12.973Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:45:12.973Z] ---> c860c0035411 [2021-05-07T01:45:12.973Z] Step 3/23 : WORKDIR /edgex-go [2021-05-07T01:45:12.973Z] ---> Using cache [2021-05-07T01:45:12.973Z] ---> f2f3d4d3da42 [2021-05-07T01:45:12.973Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:45:12.973Z] ---> Using cache [2021-05-07T01:45:12.973Z] ---> 12b5d2d94a57 [2021-05-07T01:45:12.973Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-07T01:45:13.571Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:45:13.571Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:45:13.571Z] ---> c860c0035411 [2021-05-07T01:45:13.571Z] Step 3/21 : WORKDIR /edgex-go [2021-05-07T01:45:13.571Z] ---> Using cache [2021-05-07T01:45:13.571Z] ---> f2f3d4d3da42 [2021-05-07T01:45:13.571Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:45:13.571Z] ---> Using cache [2021-05-07T01:45:13.571Z] ---> 12b5d2d94a57 [2021-05-07T01:45:13.571Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-07T01:45:16.202Z] ---> Running in fe90fc1aa4bc [2021-05-07T01:45:16.202Z] ---> Running in 5f061a2a2c47 [2021-05-07T01:45:16.202Z] ---> Running in c3fd30210657 [2021-05-07T01:45:16.806Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-07T01:45:16.806Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-07T01:45:16.806Z] ---> c860c0035411 [2021-05-07T01:45:16.806Z] Step 3/22 : WORKDIR /edgex-go [2021-05-07T01:45:16.806Z] ---> Using cache [2021-05-07T01:45:16.806Z] ---> f2f3d4d3da42 [2021-05-07T01:45:16.807Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:45:16.807Z] ---> Using cache [2021-05-07T01:45:16.807Z] ---> 12b5d2d94a57 [2021-05-07T01:45:16.807Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-07T01:45:17.405Z] ---> Running in 1dd828fe5385 [2021-05-07T01:45:18.858Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:18.858Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:19.132Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:19.132Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:20.591Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:20.591Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:20.591Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:20.864Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:45:21.849Z] OK: 218 MiB in 52 packages [2021-05-07T01:45:22.121Z] OK: 218 MiB in 52 packages [2021-05-07T01:45:22.121Z] OK: 218 MiB in 52 packages [2021-05-07T01:45:22.731Z] OK: 218 MiB in 52 packages [2021-05-07T01:45:23.711Z] Removing intermediate container c3fd30210657 [2021-05-07T01:45:23.711Z] ---> 3860f99ee853 [2021-05-07T01:45:23.711Z] Step 6/23 : COPY go.mod . [2021-05-07T01:45:23.985Z] Removing intermediate container fe90fc1aa4bc [2021-05-07T01:45:23.985Z] ---> 68c42b0ed5d1 [2021-05-07T01:45:23.985Z] Step 6/23 : COPY go.mod . [2021-05-07T01:45:24.258Z] Removing intermediate container 8bd75e386526 [2021-05-07T01:45:24.258Z] ---> a0b35fcac565 [2021-05-07T01:45:24.258Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-07T01:45:24.258Z] Removing intermediate container 5f061a2a2c47 [2021-05-07T01:45:24.258Z] ---> 9c2c2648710b [2021-05-07T01:45:24.258Z] Step 6/21 : COPY go.mod . [2021-05-07T01:45:24.535Z] ---> Running in 6c165f889e08 [2021-05-07T01:45:24.535Z] Removing intermediate container 1dd828fe5385 [2021-05-07T01:45:24.535Z] ---> 35a23e7e612d [2021-05-07T01:45:24.535Z] Step 6/22 : COPY go.mod . [2021-05-07T01:45:24.808Z] ---> f112fac9c361 [2021-05-07T01:45:24.808Z] Step 7/23 : RUN go mod download [2021-05-07T01:45:25.080Z] ---> Running in 83dbf1846ad5 [2021-05-07T01:45:25.080Z] ---> daf4873882e4 [2021-05-07T01:45:25.080Z] Step 7/23 : RUN go mod download [2021-05-07T01:45:25.352Z] Removing intermediate container 6c165f889e08 [2021-05-07T01:45:25.352Z] ---> 060e5ba50751 [2021-05-07T01:45:25.352Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-07T01:45:25.352Z] ---> Running in 3191ec0e3735 [2021-05-07T01:45:25.352Z] ---> 6c39e2aa3471 [2021-05-07T01:45:25.352Z] Step 7/21 : RUN go mod download [2021-05-07T01:45:25.625Z] ---> a4b8802404c0 [2021-05-07T01:45:25.625Z] Step 7/22 : RUN go mod download [2021-05-07T01:45:25.625Z] ---> Running in 02961df32e22 [2021-05-07T01:45:25.625Z] ---> Running in a33eb28ed576 [2021-05-07T01:45:25.899Z] ---> Running in 988b7cd4257e [2021-05-07T01:45:26.497Z] Removing intermediate container 02961df32e22 [2021-05-07T01:45:26.497Z] ---> fe59ce4d7475 [2021-05-07T01:45:26.497Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-07T01:45:28.531Z] ---> 7d62aef918b8 [2021-05-07T01:45:28.531Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-07T01:45:29.133Z] Removing intermediate container 83dbf1846ad5 [2021-05-07T01:45:29.133Z] ---> 2bda786de878 [2021-05-07T01:45:29.133Z] Step 8/23 : COPY . . [2021-05-07T01:45:29.133Z] Removing intermediate container 3191ec0e3735 [2021-05-07T01:45:29.133Z] ---> 1b8f77feb68f [2021-05-07T01:45:29.133Z] Step 8/23 : COPY . . [2021-05-07T01:45:29.417Z] ---> 5e0efe75f014 [2021-05-07T01:45:29.417Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-07T01:45:29.697Z] Removing intermediate container a33eb28ed576 [2021-05-07T01:45:29.697Z] ---> c8da499eea69 [2021-05-07T01:45:29.697Z] Step 8/21 : COPY . . [2021-05-07T01:45:29.974Z] Removing intermediate container 988b7cd4257e [2021-05-07T01:45:29.974Z] ---> 0bf15779d078 [2021-05-07T01:45:29.974Z] Step 8/22 : COPY . . [2021-05-07T01:45:31.978Z] ---> 8eb9f3f54a8d [2021-05-07T01:45:31.978Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-07T01:45:32.992Z] ---> Running in 166f70fb2af4 [2021-05-07T01:45:35.018Z] Removing intermediate container 166f70fb2af4 [2021-05-07T01:45:35.018Z] ---> 7a163bc9d98a [2021-05-07T01:45:35.018Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:45:35.619Z] ---> Running in 5a4b17672a55 [2021-05-07T01:45:37.054Z] Removing intermediate container 5a4b17672a55 [2021-05-07T01:45:37.054Z] ---> 07940a51136a [2021-05-07T01:45:37.054Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:45:38.034Z] ---> Running in 4a3206c10ee1 [2021-05-07T01:45:39.022Z] Removing intermediate container 4a3206c10ee1 [2021-05-07T01:45:39.022Z] ---> 7726ee1c89a0 [2021-05-07T01:45:39.022Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:45:39.616Z] ---> Running in 1ea2d75544cd [2021-05-07T01:45:40.598Z] Removing intermediate container 1ea2d75544cd [2021-05-07T01:45:40.598Z] ---> e1ba3efb69bc [2021-05-07T01:45:40.598Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:45:41.193Z] ---> Running in 0f0c156a81a3 [2021-05-07T01:45:42.177Z] Removing intermediate container 0f0c156a81a3 [2021-05-07T01:45:42.177Z] ---> 15004ed17391 [2021-05-07T01:45:42.177Z] [2021-05-07T01:45:42.776Z] Successfully built 15004ed17391 [2021-05-07T01:45:42.776Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-07T01:45:52.923Z]  Building docker-sys-mgmt-agent-go ... done  ---> 61cac3cf5dbf [2021-05-07T01:45:52.923Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-07T01:45:52.923Z] ---> Running in d16a6fd15e38 [2021-05-07T01:45:52.923Z] ---> a1c01caff670 [2021-05-07T01:45:52.923Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-07T01:45:52.923Z] ---> 8577bf6443a0 [2021-05-07T01:45:52.923Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-07T01:45:52.923Z] ---> 33df1e875ad6 [2021-05-07T01:45:52.923Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-07T01:45:52.923Z] ---> Running in 322b2da5d369 [2021-05-07T01:45:52.923Z] ---> Running in a3e64c0f7091 [2021-05-07T01:45:52.923Z] ---> Running in 36715b636e20 [2021-05-07T01:45:53.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-07T01:45:53.791Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-07T01:45:54.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-07T01:45:54.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-07T01:47:31.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-07T01:47:41.474Z] Removing intermediate container 36715b636e20 [2021-05-07T01:47:41.474Z] ---> 507da614189d [2021-05-07T01:47:41.474Z] [2021-05-07T01:47:41.474Z] Step 10/21 : FROM alpine:3.12 [2021-05-07T01:47:41.474Z] ---> 9852663dfa18 [2021-05-07T01:47:41.474Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-07T01:47:41.474Z] ---> Running in e9aba266c14a [2021-05-07T01:47:44.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:47:44.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:47:44.996Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-07T01:47:45.272Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-07T01:47:45.272Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-07T01:47:45.272Z] (4/4) Installing curl (7.76.1-r0) [2021-05-07T01:47:45.272Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:47:45.272Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T01:47:45.549Z] OK: 7 MiB in 18 packages [2021-05-07T01:47:47.019Z] Removing intermediate container d16a6fd15e38 [2021-05-07T01:47:47.019Z] ---> 4663603c5127 [2021-05-07T01:47:47.019Z] [2021-05-07T01:47:47.019Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:47:47.019Z] ---> 9852663dfa18 [2021-05-07T01:47:47.019Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:47:47.019Z] ---> Using cache [2021-05-07T01:47:47.019Z] ---> 1695884a0035 [2021-05-07T01:47:47.019Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:47:47.019Z] ---> Using cache [2021-05-07T01:47:47.019Z] ---> 0d7a3f92b393 [2021-05-07T01:47:47.019Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-07T01:47:48.016Z] ---> Running in 61595d06cf5c [2021-05-07T01:47:48.016Z] Removing intermediate container e9aba266c14a [2021-05-07T01:47:48.016Z] ---> 8782d827074b [2021-05-07T01:47:48.016Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-07T01:47:48.623Z] ---> Running in 151b3935175f [2021-05-07T01:47:48.623Z] Removing intermediate container 61595d06cf5c [2021-05-07T01:47:48.623Z] ---> 5b9f70943cbf [2021-05-07T01:47:48.623Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-07T01:47:48.901Z] ---> Running in 71d3acb85587 [2021-05-07T01:47:49.888Z] Removing intermediate container 151b3935175f [2021-05-07T01:47:49.888Z] ---> 372714c05be7 [2021-05-07T01:47:49.888Z] Step 13/21 : WORKDIR /edgex [2021-05-07T01:47:49.888Z] Removing intermediate container 71d3acb85587 [2021-05-07T01:47:49.888Z] ---> 8aefd715fd0b [2021-05-07T01:47:49.888Z] Step 15/23 : WORKDIR / [2021-05-07T01:47:49.888Z] ---> Running in fde69c4608a5 [2021-05-07T01:47:50.167Z] ---> Running in 8b0d117ac36d [2021-05-07T01:47:50.460Z] Removing intermediate container a3e64c0f7091 [2021-05-07T01:47:50.460Z] ---> d5219a68d75f [2021-05-07T01:47:50.460Z] [2021-05-07T01:47:50.460Z] Step 10/22 : FROM alpine:3.12 [2021-05-07T01:47:50.460Z] ---> 9852663dfa18 [2021-05-07T01:47:50.460Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-07T01:47:50.460Z] ---> Using cache [2021-05-07T01:47:50.460Z] ---> 1695884a0035 [2021-05-07T01:47:50.460Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-07T01:47:50.460Z] ---> Using cache [2021-05-07T01:47:50.460Z] ---> 0d7a3f92b393 [2021-05-07T01:47:50.460Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-07T01:47:50.460Z] ---> Running in 8a5707c18788 [2021-05-07T01:47:50.460Z] Removing intermediate container fde69c4608a5 [2021-05-07T01:47:50.460Z] ---> d9899bcd8e49 [2021-05-07T01:47:50.460Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-07T01:47:50.730Z] Removing intermediate container 8b0d117ac36d [2021-05-07T01:47:50.731Z] ---> 50aa072f02eb [2021-05-07T01:47:50.731Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:47:51.324Z] Removing intermediate container 8a5707c18788 [2021-05-07T01:47:51.324Z] ---> be512fa7f56f [2021-05-07T01:47:51.324Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-07T01:47:51.324Z] ---> Running in 800f292664fc [2021-05-07T01:47:51.602Z] ---> 7e6a643beb77 [2021-05-07T01:47:51.602Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-07T01:47:51.873Z] ---> 714dee964fdd [2021-05-07T01:47:51.873Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-07T01:47:52.147Z] Removing intermediate container 800f292664fc [2021-05-07T01:47:52.147Z] ---> 6110598aec3c [2021-05-07T01:47:52.147Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:47:54.266Z] ---> cd502760acaa [2021-05-07T01:47:54.266Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-07T01:47:54.266Z] ---> c99137beb63f [2021-05-07T01:47:54.266Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-07T01:47:54.266Z] ---> c91abf6968c8 [2021-05-07T01:47:54.266Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-07T01:47:55.257Z] ---> 67fab87927d8 [2021-05-07T01:47:55.257Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-07T01:47:55.257Z] ---> Running in 18f2c5cb7ca0 [2021-05-07T01:47:55.257Z] ---> 156989cbe65c [2021-05-07T01:47:55.257Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-07T01:47:55.257Z] ---> 7737892742f9 [2021-05-07T01:47:55.257Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-07T01:47:55.531Z] ---> Running in 5cad698f7003 [2021-05-07T01:47:55.808Z] Removing intermediate container 18f2c5cb7ca0 [2021-05-07T01:47:55.808Z] ---> 2112fce901cf [2021-05-07T01:47:55.808Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:47:56.087Z] ---> Running in a6a9592f0b58 [2021-05-07T01:47:56.087Z] Removing intermediate container 5cad698f7003 [2021-05-07T01:47:56.087Z] ---> db567f1548f0 [2021-05-07T01:47:56.087Z] Step 18/21 : CMD ["--init=true"] [2021-05-07T01:47:56.369Z] ---> 10200879f8bf [2021-05-07T01:47:56.369Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-07T01:47:56.369Z] ---> Running in 2e6ebf8c81c6 [2021-05-07T01:47:56.644Z] ---> Running in ebd53513a225 [2021-05-07T01:47:56.644Z] Removing intermediate container a6a9592f0b58 [2021-05-07T01:47:56.644Z] ---> 4186d7b9a441 [2021-05-07T01:47:56.644Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:47:56.920Z] Removing intermediate container 2e6ebf8c81c6 [2021-05-07T01:47:56.920Z] ---> fc5b455525f3 [2021-05-07T01:47:56.920Z] Step 19/21 : LABEL arch=arm64 [2021-05-07T01:47:56.920Z] ---> Running in 1bd8b38c129d [2021-05-07T01:47:57.207Z] ---> Running in 19a3e71c5354 [2021-05-07T01:47:57.207Z] Removing intermediate container ebd53513a225 [2021-05-07T01:47:57.207Z] ---> 8c5cd73d1aad [2021-05-07T01:47:57.207Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:47:57.479Z] ---> Running in 639ff012dee5 [2021-05-07T01:47:57.479Z] Removing intermediate container 1bd8b38c129d [2021-05-07T01:47:57.479Z] ---> f1334cbe6627 [2021-05-07T01:47:57.479Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:47:57.751Z] ---> Running in 9f3573156ae7 [2021-05-07T01:47:57.751Z] Removing intermediate container 19a3e71c5354 [2021-05-07T01:47:57.751Z] ---> 97058c83fc78 [2021-05-07T01:47:57.751Z] Step 20/21 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:47:58.022Z] ---> Running in fd7e2ad3cb07 [2021-05-07T01:47:58.293Z] Removing intermediate container 639ff012dee5 [2021-05-07T01:47:58.293Z] ---> b2c2be01aec8 [2021-05-07T01:47:58.293Z] Step 20/22 : LABEL arch=arm64 [2021-05-07T01:47:58.564Z] Removing intermediate container 9f3573156ae7 [2021-05-07T01:47:58.564Z] ---> a95cd3352a65 [2021-05-07T01:47:58.564Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:47:58.564Z] ---> Running in 569f1e648f4b [2021-05-07T01:47:58.837Z] ---> Running in e5b500f89578 [2021-05-07T01:47:58.837Z] Removing intermediate container fd7e2ad3cb07 [2021-05-07T01:47:58.837Z] ---> 16a4e0cdea59 [2021-05-07T01:47:58.837Z] Step 21/21 : LABEL version=0.0.0 [2021-05-07T01:47:59.435Z] ---> Running in 93b8bc045f0b [2021-05-07T01:47:59.435Z] Removing intermediate container 569f1e648f4b [2021-05-07T01:47:59.435Z] ---> 7ca0d2403d3b [2021-05-07T01:47:59.435Z] Step 21/22 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:47:59.435Z] Removing intermediate container e5b500f89578 [2021-05-07T01:47:59.435Z] ---> 2f65d9bdde85 [2021-05-07T01:47:59.435Z] [2021-05-07T01:47:59.708Z] ---> Running in aa94aaa630f9 [2021-05-07T01:47:59.982Z] Removing intermediate container 93b8bc045f0b [2021-05-07T01:47:59.982Z] ---> 8a0091d3e9f9 [2021-05-07T01:47:59.982Z] [2021-05-07T01:47:59.982Z] Successfully built 2f65d9bdde85 [2021-05-07T01:48:00.295Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-07T01:48:00.295Z]  Building docker-core-command-go ... done Removing intermediate container aa94aaa630f9 [2021-05-07T01:48:00.295Z] ---> d5f3aff771a7 [2021-05-07T01:48:00.295Z] Step 22/22 : LABEL version=0.0.0 [2021-05-07T01:48:00.595Z] Removing intermediate container 322b2da5d369 [2021-05-07T01:48:00.595Z] ---> 5e20f565d16a [2021-05-07T01:48:00.595Z] [2021-05-07T01:48:00.596Z] Step 10/23 : FROM alpine:3.12 [2021-05-07T01:48:00.596Z] ---> 9852663dfa18 [2021-05-07T01:48:00.596Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-07T01:48:00.596Z] Successfully built 8a0091d3e9f9 [2021-05-07T01:48:00.596Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-07T01:48:00.919Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 67760fecdfdb [2021-05-07T01:48:00.919Z] ---> Running in a01b2a55e6b7 [2021-05-07T01:48:01.244Z] Removing intermediate container 67760fecdfdb [2021-05-07T01:48:01.244Z] ---> 3d5b34a747af [2021-05-07T01:48:01.244Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-07T01:48:01.244Z] Removing intermediate container a01b2a55e6b7 [2021-05-07T01:48:01.244Z] ---> 33072033f22c [2021-05-07T01:48:01.244Z] [2021-05-07T01:48:01.528Z] ---> Running in 7761846f0b2a [2021-05-07T01:48:01.818Z] Successfully built 33072033f22c [2021-05-07T01:48:01.818Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-07T01:48:02.107Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7761846f0b2a [2021-05-07T01:48:02.107Z] ---> 0a23ff9842ce [2021-05-07T01:48:02.107Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-07T01:48:02.107Z] ---> Running in 6c365d8b09f5 [2021-05-07T01:48:02.749Z] Removing intermediate container 6c365d8b09f5 [2021-05-07T01:48:02.749Z] ---> ed845de9ea57 [2021-05-07T01:48:02.749Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T01:48:02.749Z] ---> Running in 7bb871b5ac9b [2021-05-07T01:48:05.510Z] Removing intermediate container 7bb871b5ac9b [2021-05-07T01:48:05.510Z] ---> 7e9e42d7e791 [2021-05-07T01:48:05.510Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-07T01:48:05.510Z] ---> Running in ad1360ab8791 [2021-05-07T01:48:06.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T01:48:08.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T01:48:09.943Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-07T01:48:10.218Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-07T01:48:10.218Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-07T01:48:10.493Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-07T01:48:11.480Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-07T01:48:11.480Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-07T01:48:11.756Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T01:48:11.756Z] OK: 8 MiB in 20 packages [2021-05-07T01:48:13.202Z] Removing intermediate container ad1360ab8791 [2021-05-07T01:48:13.202Z] ---> 010bfba66364 [2021-05-07T01:48:13.202Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-07T01:48:13.803Z] ---> b7ac4afc93fb [2021-05-07T01:48:13.803Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-07T01:48:15.249Z] ---> ccccedf8af7b [2021-05-07T01:48:15.249Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-07T01:48:15.851Z] ---> c688a9f7d6c5 [2021-05-07T01:48:15.851Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-07T01:48:15.851Z] ---> Running in c6fddaf9ccd1 [2021-05-07T01:48:16.454Z] Removing intermediate container c6fddaf9ccd1 [2021-05-07T01:48:16.454Z] ---> ab7bd71da682 [2021-05-07T01:48:16.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T01:48:16.454Z] ---> Running in 2cf4fa3007e9 [2021-05-07T01:48:17.055Z] Removing intermediate container 2cf4fa3007e9 [2021-05-07T01:48:17.055Z] ---> 3b7e61f508a7 [2021-05-07T01:48:17.055Z] Step 21/23 : LABEL arch=arm64 [2021-05-07T01:48:17.331Z] ---> Running in a320e08487eb [2021-05-07T01:48:17.608Z] Removing intermediate container a320e08487eb [2021-05-07T01:48:17.608Z] ---> 29279d33b0ae [2021-05-07T01:48:17.608Z] Step 22/23 : LABEL git_sha=b98365941b4d6324abbc4c916ff504fd0e3487e5 [2021-05-07T01:48:17.883Z] ---> Running in ecd7a05726b1 [2021-05-07T01:48:18.481Z] Removing intermediate container ecd7a05726b1 [2021-05-07T01:48:18.481Z] ---> c25a0e32c679 [2021-05-07T01:48:18.481Z] Step 23/23 : LABEL version=0.0.0 [2021-05-07T01:48:18.481Z] ---> Running in aa4fa522470b [2021-05-07T01:48:19.081Z] Removing intermediate container aa4fa522470b [2021-05-07T01:48:19.081Z] ---> d741defe798d [2021-05-07T01:48:19.081Z] [2021-05-07T01:48:19.364Z] Successfully built d741defe798d [2021-05-07T01:48:19.364Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-07T01:48:19.981Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-05-07T01:48:20.007Z] $ docker stop --time=1 6caa53584635abccdc6b7597ae3d2081b48dc5255a5b0e08dfea0ccd8f87f8f9 [2021-05-07T01:48:22.061Z] $ docker rm -f 6caa53584635abccdc6b7597ae3d2081b48dc5255a5b0e08dfea0ccd8f87f8f9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T01:48:22.680Z] + docker images [2021-05-07T01:48:22.680Z] + grep docker [2021-05-07T01:48:22.951Z] docker-core-data-go-arm64 latest d741defe798d 4 seconds ago 20.3MB [2021-05-07T01:48:22.951Z] docker-support-scheduler-go-arm64 latest 33072033f22c 21 seconds ago 16.1MB [2021-05-07T01:48:22.951Z] docker-core-command-go-arm64 latest 2f65d9bdde85 23 seconds ago 16.1MB [2021-05-07T01:48:22.952Z] docker-security-proxy-setup-go-arm64 latest 8a0091d3e9f9 23 seconds ago 23.9MB [2021-05-07T01:48:22.952Z] docker-sys-mgmt-agent-go-arm64 latest 15004ed17391 2 minutes ago 299MB [2021-05-07T01:48:22.952Z] docker-security-bootstrapper-go-arm64 latest 5a9984600c7c 3 minutes ago 17.1MB [2021-05-07T01:48:22.952Z] docker-core-metadata-go-arm64 latest 3507369b1f8c 3 minutes ago 17.4MB [2021-05-07T01:48:22.952Z] docker-security-secretstore-setup-go-arm64 latest e5275ec8773c 4 minutes ago 24.3MB [2021-05-07T01:48:22.952Z] docker-support-notifications-go-arm64 latest 6a400c005b0a 4 minutes ago 16.6MB [2021-05-07T01:48:22.952Z] 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-05-07T01:48:23.529Z] ---> job-cost.sh [2021-05-07T01:48:23.529Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gHtr [2021-05-07T01:49:20.036Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T01:51:11.926Z] lf-activate-venv(): INFO: Adding /tmp/venv-gHtr/bin to PATH [2021-05-07T01:51:11.926Z] INFO: No Stack... [2021-05-07T01:51:11.926Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-07T01:51:11.926Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T01:51:12.263Z] + cat+ /w/workspace/edgex-go/7/archives/cost.csv [2021-05-07T01:51:12.263Z] cut -d, -f6 [Pipeline] lock [2021-05-07T01:51:12.378Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3422-7-stack-cost] [2021-05-07T01:51:12.388Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3422-7-stack-cost] did not exist. Created. [2021-05-07T01:51:12.388Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3422-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T01:51:12.747Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-07T01:51:13.033Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T01:51:13.048Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3422-7-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-05-07T01:51:14.315Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:51:15.200Z] ---> package-listing.sh [2021-05-07T01:51:15.200Z] ++ facter osfamily [2021-05-07T01:51:15.200Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-07T01:51:15.200Z] + OS_FAMILY=redhat [2021-05-07T01:51:15.200Z] + workspace=/w/workspace/edgex-go/7 [2021-05-07T01:51:15.200Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-07T01:51:15.200Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-07T01:51:15.200Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-07T01:51:15.200Z] + PACKAGES=/tmp/packages_start.txt [2021-05-07T01:51:15.200Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-07T01:51:15.200Z] + PACKAGES=/tmp/packages_end.txt [2021-05-07T01:51:15.200Z] + case "${OS_FAMILY}" in [2021-05-07T01:51:15.200Z] + rpm -qa [2021-05-07T01:51:15.200Z] + sort [2021-05-07T01:51:20.511Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-07T01:51:20.511Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-07T01:51:20.511Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-07T01:51:20.511Z] + '[' /w/workspace/edgex-go/7 ']' [2021-05-07T01:51:20.511Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-05-07T01:51:20.511Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-05-07T01:51:20.526Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-07T01:51:20.821Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:51:21.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T01:51:21.132Z] [2021-05-07T01:51:21.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-07T01:51:21.457Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T01:51:21.458Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-07T01:51:21.458Z] df20fa9351a1: Pulling fs layer [2021-05-07T01:51:21.458Z] 36b3adc4ff6f: Pulling fs layer [2021-05-07T01:51:21.458Z] 8ad3a11d3b57: Pulling fs layer [2021-05-07T01:51:21.458Z] 46f8f816bc3b: Pulling fs layer [2021-05-07T01:51:21.458Z] 93b61091891f: Pulling fs layer [2021-05-07T01:51:21.458Z] 93b9cdb0e59b: Pulling fs layer [2021-05-07T01:51:21.458Z] 5e14af77c1be: Pulling fs layer [2021-05-07T01:51:21.458Z] 01666e4c0597: Pulling fs layer [2021-05-07T01:51:21.458Z] aa168da1d23b: Pulling fs layer [2021-05-07T01:51:21.458Z] 93b61091891f: Waiting [2021-05-07T01:51:21.458Z] 93b9cdb0e59b: Waiting [2021-05-07T01:51:21.458Z] 5e14af77c1be: Waiting [2021-05-07T01:51:21.458Z] 01666e4c0597: Waiting [2021-05-07T01:51:21.458Z] aa168da1d23b: Waiting [2021-05-07T01:51:21.458Z] 46f8f816bc3b: Waiting [2021-05-07T01:51:21.458Z] 36b3adc4ff6f: Verifying Checksum [2021-05-07T01:51:21.458Z] 36b3adc4ff6f: Download complete [2021-05-07T01:51:21.458Z] 46f8f816bc3b: Verifying Checksum [2021-05-07T01:51:21.458Z] 46f8f816bc3b: Download complete [2021-05-07T01:51:21.728Z] df20fa9351a1: Verifying Checksum [2021-05-07T01:51:21.728Z] 93b9cdb0e59b: Verifying Checksum [2021-05-07T01:51:21.729Z] 93b9cdb0e59b: Download complete [2021-05-07T01:51:21.729Z] 5e14af77c1be: Verifying Checksum [2021-05-07T01:51:21.729Z] 5e14af77c1be: Download complete [2021-05-07T01:51:21.729Z] 01666e4c0597: Verifying Checksum [2021-05-07T01:51:21.729Z] 01666e4c0597: Download complete [2021-05-07T01:51:21.729Z] 93b61091891f: Verifying Checksum [2021-05-07T01:51:21.729Z] 93b61091891f: Download complete [2021-05-07T01:51:21.729Z] 8ad3a11d3b57: Verifying Checksum [2021-05-07T01:51:21.729Z] 8ad3a11d3b57: Download complete [2021-05-07T01:51:21.997Z] df20fa9351a1: Pull complete [2021-05-07T01:51:22.265Z] 36b3adc4ff6f: Pull complete [2021-05-07T01:51:23.229Z] 8ad3a11d3b57: Pull complete [2021-05-07T01:51:23.497Z] 46f8f816bc3b: Pull complete [2021-05-07T01:51:24.071Z] aa168da1d23b: Verifying Checksum [2021-05-07T01:51:24.071Z] aa168da1d23b: Download complete [2021-05-07T01:51:25.463Z] 93b61091891f: Pull complete [2021-05-07T01:51:25.463Z] 93b9cdb0e59b: Pull complete [2021-05-07T01:51:25.725Z] 5e14af77c1be: Pull complete [2021-05-07T01:51:25.725Z] 01666e4c0597: Pull complete [2021-05-07T01:51:35.903Z] aa168da1d23b: Pull complete [2021-05-07T01:51:35.903Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-07T01:51:35.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T01:51:35.903Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-07T01:51:36.182Z] prd-centos7-docker-4c-2g-3438 does not seem to be running inside a container [2021-05-07T01:51:36.263Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-07T01:51:40.115Z] $ docker top 23bd10290f6c53932820ab899bf321c81706a4ce1fcd0871b5f32086af46a158 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T01:51:40.616Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-07T01:51:40.917Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-07T01:51:41.218Z] + ls /var/log/sa-host [2021-05-07T01:51:41.218Z] + sadf -c /var/log/sa-host/sa07 [2021-05-07T01:51:41.218Z] file_magic: OK [2021-05-07T01:51:41.218Z] HZ: Using current value: 100 [2021-05-07T01:51:41.218Z] file_header: OK [2021-05-07T01:51:41.218Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-07T01:51:41.218Z] Statistics: [2021-05-07T01:51:41.218Z] 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-05-07T01:51:41.218Z] File successfully converted to sysstat format version 12.2.1 [2021-05-07T01:51:41.218Z] + sadf -c /var/log/sa-host/sa23 [2021-05-07T01:51:41.218Z] file_magic: OK [2021-05-07T01:51:41.218Z] HZ: Using current value: 100 [2021-05-07T01:51:41.218Z] file_header: OK [2021-05-07T01:51:41.218Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-07T01:51:41.218Z] Statistics: [2021-05-07T01:51:41.218Z] Hnuu...uuuununununu... [2021-05-07T01:51:41.218Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-07T01:51:41.429Z] provisioning config files... [2021-05-07T01:51:41.452Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config6813853110972676778tmp [Pipeline] { [Pipeline] echo [2021-05-07T01:51:41.482Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:51:41.782Z] ---> create-netrc.sh [Pipeline] } [2021-05-07T01:51:41.792Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-07T01:51:41.819Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:51:42.116Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-07T01:51:42.128Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:51:42.427Z] ---> sudo-logs.sh [2021-05-07T01:51:42.427Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-07T01:51:42.585Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:51:42.887Z] ---> job-cost.sh [2021-05-07T01:51:42.887Z] lf-activate-venv: SKIPPING [2021-05-07T01:51:42.887Z] DEBUG: total: 0.20999999344348907 [2021-05-07T01:51:42.887Z] INFO: Retrieving Stack Cost... [2021-05-07T01:51:43.833Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T01:51:44.407Z] INFO: Archiving Costs [Pipeline] echo [2021-05-07T01:51:44.422Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T01:51:44.722Z] ---> logs-deploy.sh [2021-05-07T01:51:44.722Z] lf-activate-venv: SKIPPING [2021-05-07T01:51:44.722Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/7 [2021-05-07T01:51:44.722Z] INFO: archiving workspace using pattern(s): [2021-05-07T01:51:46.112Z] Archives upload complete. [2021-05-07T01:51:46.373Z] INFO: archiving logs to Nexus [2021-05-07T01:51:47.320Z] ---> uname -a: [2021-05-07T01:51:47.320Z] Linux prd-centos7-docker-4c-2g-3438.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-07T01:51:47.320Z] [2021-05-07T01:51:47.320Z] [2021-05-07T01:51:47.320Z] ---> lscpu: [2021-05-07T01:51:47.320Z] Architecture: x86_64 [2021-05-07T01:51:47.320Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-07T01:51:47.320Z] Byte Order: Little Endian [2021-05-07T01:51:47.320Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-07T01:51:47.320Z] CPU(s): 4 [2021-05-07T01:51:47.320Z] On-line CPU(s) list: 0-3 [2021-05-07T01:51:47.320Z] Thread(s) per core: 1 [2021-05-07T01:51:47.320Z] Core(s) per socket: 1 [2021-05-07T01:51:47.320Z] Socket(s): 4 [2021-05-07T01:51:47.320Z] NUMA node(s): 1 [2021-05-07T01:51:47.320Z] Vendor ID: GenuineIntel [2021-05-07T01:51:47.320Z] CPU family: 6 [2021-05-07T01:51:47.320Z] Model: 44 [2021-05-07T01:51:47.320Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-07T01:51:47.320Z] Stepping: 1 [2021-05-07T01:51:47.320Z] CPU MHz: 2933.438 [2021-05-07T01:51:47.320Z] BogoMIPS: 5866.87 [2021-05-07T01:51:47.320Z] Virtualization: VT-x [2021-05-07T01:51:47.320Z] Hypervisor vendor: KVM [2021-05-07T01:51:47.320Z] Virtualization type: full [2021-05-07T01:51:47.320Z] L1d cache: 128 KiB [2021-05-07T01:51:47.320Z] L1i cache: 128 KiB [2021-05-07T01:51:47.320Z] L2 cache: 16 MiB [2021-05-07T01:51:47.320Z] L3 cache: 64 MiB [2021-05-07T01:51:47.320Z] NUMA node0 CPU(s): 0-3 [2021-05-07T01:51:47.320Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-07T01:51:47.321Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-07T01:51:47.321Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-07T01:51:47.321Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-07T01:51:47.321Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-07T01:51:47.321Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-07T01:51:47.321Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-07T01:51:47.321Z] Vulnerability Srbds: Not affected [2021-05-07T01:51:47.321Z] Vulnerability Tsx async abort: Not affected [2021-05-07T01:51:47.321Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] ---> nproc: [2021-05-07T01:51:47.321Z] 4 [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] ---> df -h: [2021-05-07T01:51:47.321Z] Filesystem Size Used Available Use% Mounted on [2021-05-07T01:51:47.321Z] overlay 50.0G 13.1G 36.9G 26% / [2021-05-07T01:51:47.321Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-07T01:51:47.321Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-07T01:51:47.321Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7@tmp [2021-05-07T01:51:47.321Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7 [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] ---> free -m: [2021-05-07T01:51:47.321Z] total used free shared buff/cache available [2021-05-07T01:51:47.321Z] Mem: 1837 719 104 0 1013 1036 [2021-05-07T01:51:47.321Z] Swap: 1023 72 951 [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] ---> ip addr: [2021-05-07T01:51:47.321Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-07T01:51:47.321Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-07T01:51:47.321Z] inet 127.0.0.1/8 scope host lo [2021-05-07T01:51:47.321Z] valid_lft forever preferred_lft forever [2021-05-07T01:51:47.321Z] inet6 ::1/128 scope host [2021-05-07T01:51:47.321Z] valid_lft forever preferred_lft forever [2021-05-07T01:51:47.321Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-07T01:51:47.321Z] link/ether fa:16:3e:5f:ca:9f brd ff:ff:ff:ff:ff:ff [2021-05-07T01:51:47.321Z] inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-07T01:51:47.321Z] valid_lft 84895sec preferred_lft 84895sec [2021-05-07T01:51:47.321Z] inet6 fe80::f816:3eff:fe5f:ca9f/64 scope link [2021-05-07T01:51:47.321Z] valid_lft forever preferred_lft forever [2021-05-07T01:51:47.321Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-07T01:51:47.321Z] link/ether 02:42:22:e7:e6:15 brd ff:ff:ff:ff:ff:ff [2021-05-07T01:51:47.321Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-07T01:51:47.321Z] valid_lft forever preferred_lft forever [2021-05-07T01:51:47.321Z] inet6 fe80::42:22ff:fee7:e615/64 scope link [2021-05-07T01:51:47.321Z] valid_lft forever preferred_lft forever [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] ---> sar -b -r -n DEV: [2021-05-07T01:51:47.321Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] 01:26:30 LINUX RESTART (4 CPU) [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] 01:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-07T01:51:47.321Z] 01:28:01 140.86 61.19 79.68 0.00 10645.54 27556.32 0.00 [2021-05-07T01:51:47.321Z] 01:29:01 317.51 121.19 196.32 0.00 5023.04 43372.62 0.00 [2021-05-07T01:51:47.321Z] 01:30:01 137.11 43.15 93.96 0.00 1806.05 13322.55 0.00 [2021-05-07T01:51:47.321Z] 01:31:02 137.69 70.88 66.82 0.00 3503.68 7061.46 0.00 [2021-05-07T01:51:47.321Z] 01:32:01 154.46 31.09 123.37 0.00 7783.05 54231.85 0.00 [2021-05-07T01:51:47.321Z] 01:33:02 2186.07 1851.83 334.24 0.00 151809.55 185493.20 0.00 [2021-05-07T01:51:47.321Z] 01:34:01 1547.42 1294.07 253.35 0.00 84722.18 97211.38 0.00 [2021-05-07T01:51:47.321Z] 01:35:01 1182.32 857.52 324.80 0.00 72129.63 96654.41 0.00 [2021-05-07T01:51:47.321Z] 01:36:03 2621.26 2267.05 354.21 0.00 134793.06 139808.25 0.00 [2021-05-07T01:51:47.321Z] 01:37:01 941.20 670.42 270.78 0.00 49068.31 65937.05 0.00 [2021-05-07T01:51:47.321Z] 01:38:01 135.88 26.12 109.77 0.00 3389.25 12255.32 0.00 [2021-05-07T01:51:47.321Z] 01:39:02 3.13 1.42 1.71 0.00 15.72 32.75 0.00 [2021-05-07T01:51:47.321Z] 01:40:01 0.30 0.03 0.27 0.00 0.27 2.64 0.00 [2021-05-07T01:51:47.321Z] 01:41:01 0.30 0.02 0.28 0.00 0.27 3.00 0.00 [2021-05-07T01:51:47.321Z] 01:42:01 1.80 1.50 0.30 0.00 52.34 4.23 0.00 [2021-05-07T01:51:47.321Z] 01:43:01 0.88 0.05 0.83 0.00 1.33 16.02 0.00 [2021-05-07T01:51:47.321Z] 01:44:01 0.27 0.02 0.25 0.00 0.13 2.56 0.00 [2021-05-07T01:51:47.321Z] 01:45:01 0.18 0.02 0.17 0.00 0.53 1.77 0.00 [2021-05-07T01:51:47.321Z] 01:46:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 [2021-05-07T01:51:47.321Z] 01:47:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 [2021-05-07T01:51:47.321Z] 01:48:01 0.37 0.05 0.32 0.00 0.80 3.58 0.00 [2021-05-07T01:51:47.321Z] 01:49:01 0.35 0.05 0.30 0.00 0.80 3.16 0.00 [2021-05-07T01:51:47.321Z] 01:50:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2021-05-07T01:51:47.321Z] 01:51:01 0.27 0.02 0.25 0.00 0.13 3.01 0.00 [2021-05-07T01:51:47.321Z] Average: 398.99 306.55 92.43 0.00 22023.25 31102.54 0.00 [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] 01:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-07T01:51:47.321Z] 01:28:01 72000 0 684944 36.40 2596 1122004 1491444 50.90 752628 848324 92500 [2021-05-07T01:51:47.321Z] 01:29:01 258176 0 733932 39.01 1496 887940 1323784 45.18 506184 833536 368 [2021-05-07T01:51:47.321Z] 01:30:01 139304 0 822176 43.70 624 919440 1854192 63.28 736356 720460 33900 [2021-05-07T01:51:47.321Z] 01:31:02 304812 0 729380 38.76 512 846840 1216500 41.52 532964 745688 8340 [2021-05-07T01:51:47.321Z] 01:32:01 76092 0 727308 38.65 72 1078072 1253724 42.79 721792 820092 81896 [2021-05-07T01:51:47.321Z] 01:33:02 67952 0 826648 43.93 4 986940 2118608 72.30 779464 801852 55260 [2021-05-07T01:51:47.321Z] 01:34:01 328904 0 1152384 61.25 4 400252 3454500 117.90 660044 621556 20824 [2021-05-07T01:51:47.321Z] 01:35:01 77476 0 771076 40.98 4 1032988 1734240 59.19 610024 953396 35316 [2021-05-07T01:51:47.321Z] 01:36:03 67304 0 809432 43.02 4 1004804 2161104 73.75 642576 929476 46552 [2021-05-07T01:51:47.321Z] 01:37:01 297240 0 798368 42.43 4 785932 1961324 66.94 625716 689508 428 [2021-05-07T01:51:47.321Z] 01:38:01 302720 0 650572 34.58 4 928248 1222508 41.72 584240 737264 8 [2021-05-07T01:51:47.321Z] 01:39:02 306316 0 646964 34.38 4 928260 1188572 40.56 581460 737348 8 [2021-05-07T01:51:47.321Z] 01:40:01 307368 0 645904 34.33 4 928268 1181160 40.31 581036 737348 8 [2021-05-07T01:51:47.321Z] 01:41:01 307288 0 645980 34.33 4 928272 1181160 40.31 580912 737356 8 [2021-05-07T01:51:47.321Z] 01:42:01 305660 0 646716 34.37 4 929164 1181316 40.32 581832 737676 16 [2021-05-07T01:51:47.321Z] 01:43:01 305552 0 646820 34.38 4 929168 1181256 40.31 581908 737680 8 [2021-05-07T01:51:47.321Z] 01:44:01 305528 0 646828 34.38 4 929184 1181292 40.32 582172 737692 12 [2021-05-07T01:51:47.321Z] 01:45:01 306124 0 646240 34.35 4 929176 1181160 40.31 581500 737692 12 [2021-05-07T01:51:47.321Z] 01:46:01 306008 0 646332 34.35 4 929200 1181160 40.31 581384 737708 8 [2021-05-07T01:51:47.321Z] 01:47:01 305844 0 646488 34.36 4 929208 1181160 40.31 581632 737712 8 [2021-05-07T01:51:47.321Z] 01:48:01 305456 0 646864 34.38 4 929220 1181328 40.32 582004 737732 8 [2021-05-07T01:51:47.321Z] 01:49:01 305464 0 646852 34.38 4 929224 1181328 40.32 581748 737752 8 [2021-05-07T01:51:47.321Z] 01:50:01 306040 0 646272 34.35 4 929228 1181160 40.31 581400 737756 8 [2021-05-07T01:51:47.321Z] 01:51:01 306220 0 646080 34.34 4 929240 1181160 40.31 581532 737760 8 [2021-05-07T01:51:47.321Z] Average: 248785 0 712940 37.89 224 919595 1464798 49.99 613021 762098 15646 [2021-05-07T01:51:47.321Z] [2021-05-07T01:51:47.321Z] 01:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-07T01:51:47.321Z] 01:28:01 eth0 1930.69 2033.41 6436.31 260.76 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:28:01 docker0 990.06 800.62 77.29 2696.31 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:29:01 veth481e624 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:29:01 eth0 574.75 445.64 3549.14 47.28 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:29:01 docker0 205.61 277.65 14.48 846.79 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:30:01 veth481e624 0.73 0.76 0.06 0.06 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:30:01 eth0 25.66 13.05 20.38 10.79 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:30:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:31:02 veth481e624 1.79 1.79 0.14 0.14 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:31:02 eth0 40.48 32.90 18.08 74.86 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:31:02 docker0 1.79 1.79 0.12 0.14 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:32:01 eth0 209.42 156.57 1728.91 78.72 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:32:01 veth8f15360 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:33:02 eth0 87.09 61.24 182.70 12.68 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:33:02 veth8f15360 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:33:02 docker0 50.13 61.59 3.20 163.90 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:34:01 veth944714a 0.05 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:34:01 vethcef71a3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:34:01 vethae0e470 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:34:01 eth0 15.58 8.06 12.93 6.77 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:35:01 veth8d81a20 21.53 45.95 1.54 328.59 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:35:01 eth0 241.78 167.87 1752.38 101.60 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:35:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:35:01 veth8f15360 0.00 1.22 0.00 0.06 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:36:03 eth0 66.03 44.49 106.38 16.32 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:36:03 veth8f15360 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:36:03 docker0 1286.20 1220.11 97.19 4149.25 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:37:01 vethc4aa63c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:37:01 veth02498ed 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:37:01 vetheb5716d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:37:01 vethc6fbe99 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:38:01 eth0 3306.85 3021.66 14018.61 696.06 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:38:01 docker0 1328.00 1268.44 100.18 4364.91 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:39:02 eth0 0.95 0.30 0.32 0.20 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:40:01 eth0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.321Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:41:01 eth0 0.87 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:42:01 eth0 1.20 0.28 0.33 0.20 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:43:01 eth0 0.38 0.22 0.15 0.07 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:44:01 eth0 1.52 0.55 0.59 0.36 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:45:01 eth0 0.07 0.05 0.00 0.04 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:46:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:47:01 eth0 0.62 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:48:01 eth0 0.67 0.52 0.40 0.27 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:49:01 eth0 0.85 0.35 0.31 0.20 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:50:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:51:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] Average: eth0 136.85 125.63 582.22 29.04 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] Average: docker0 55.43 52.94 4.18 182.19 0.00 0.00 0.00 0.00 [2021-05-07T01:51:47.322Z] [2021-05-07T01:51:47.322Z]