Branch indexing 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 27e67a26db9587a799bf14cca6c65a65d4396aa9 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 27e67a26db9587a799bf14cca6c65a65d4396aa9 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25366 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/59 [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/59 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 Checking out Revision 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 (PR-2858) > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 2b5a858accb71dd25b37634092f458ed29d8f943 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-07T00:31:53.638Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-07T00:31:53.879Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-07T00:31:53.975Z] ========================================================= [2021-02-07T00:31:53.976Z] EdgeX Global Pipelines Version Info [2021-02-07T00:31:53.976Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:31:55.598Z] ------------------- [2021-02-07T00:31:55.598Z] stable info: [2021-02-07T00:31:55.598Z] ------------------- [2021-02-07T00:31:55.598Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:31:55.598Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:31:55.598Z] Message: update stable to v1.0.179 [2021-02-07T00:31:56.548Z] ------------------- [2021-02-07T00:31:56.549Z] experimental info: [2021-02-07T00:31:56.549Z] ------------------- [2021-02-07T00:31:56.549Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:31:56.549Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:31:56.549Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-07T00:31:56.829Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-07T00:31:56.911Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-07T00:31:56.994Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-07T00:31:57.071Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-07T00:31:57.152Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-07T00:31:57.232Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-07T00:31:57.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-07T00:31:57.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-07T00:31:57.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-07T00:31:57.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-07T00:31:57.680Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-07T00:31:57.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-07T00:31:57.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-07T00:31:57.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-07T00:31:58.082Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:58.177Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:58.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-07T00:31:58.394Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-07T00:31:58.513Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-07T00:31:58.605Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-07T00:31:58.697Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-07T00:31:58.782Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-07T00:31:58.877Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-07T00:31:58.968Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-07T00:31:59.094Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-07T00:31:59.184Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-07T00:31:59.275Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [Pipeline] echo [2021-02-07T00:31:59.365Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e13ca1 [Pipeline] echo [2021-02-07T00:31:59.458Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:31:59.627Z] provisioning config files... [2021-02-07T00:31:59.679Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/59@tmp/config2773198479409248851tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:32:00.025Z] ---> docker-login.sh [2021-02-07T00:32:00.025Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:32:00.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:32:00.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:32:00.557Z] Configure a credential helper to remove this warning. See [2021-02-07T00:32:00.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:32:00.557Z] [2021-02-07T00:32:00.557Z] Login Succeeded [2021-02-07T00:32:00.557Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:32:00.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:32:00.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:32:00.819Z] Configure a credential helper to remove this warning. See [2021-02-07T00:32:00.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:32:00.819Z] [2021-02-07T00:32:00.819Z] Login Succeeded [2021-02-07T00:32:00.819Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:32:00.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:32:01.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:32:01.082Z] Configure a credential helper to remove this warning. See [2021-02-07T00:32:01.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:32:01.082Z] [2021-02-07T00:32:01.082Z] Login Succeeded [2021-02-07T00:32:01.082Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:32:01.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:32:01.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:32:01.082Z] Configure a credential helper to remove this warning. See [2021-02-07T00:32:01.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:32:01.082Z] [2021-02-07T00:32:01.082Z] Login Succeeded [2021-02-07T00:32:01.082Z] docker.io [2021-02-07T00:32:01.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:32:01.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:32:01.607Z] Configure a credential helper to remove this warning. See [2021-02-07T00:32:01.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:32:01.607Z] [2021-02-07T00:32:01.607Z] Login Succeeded [2021-02-07T00:32:01.607Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:32:01.617Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:32:02.138Z] ++ 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-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/core-command/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/core-data/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-07T00:32:02.138Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:32:02.138Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-07T00:32:02.138Z] ++ cut -d/ -f2 [2021-02-07T00:32:02.138Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-07T00:32:02.209Z] 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-02-07T00:32:03.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:32:03.065Z] [2021-02-07T00:32:03.065Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:03.434Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:32:03.434Z] latest: Pulling from edgex-devops/git-semver [2021-02-07T00:32:03.434Z] 31603596830f: Pulling fs layer [2021-02-07T00:32:03.434Z] 2a8b12db71e7: Pulling fs layer [2021-02-07T00:32:03.434Z] 6ca5941a6612: Pulling fs layer [2021-02-07T00:32:03.434Z] ecc8261a40a4: Pulling fs layer [2021-02-07T00:32:03.434Z] ecc8261a40a4: Waiting [2021-02-07T00:32:03.434Z] 2a8b12db71e7: Verifying Checksum [2021-02-07T00:32:03.434Z] 2a8b12db71e7: Download complete [2021-02-07T00:32:03.434Z] 31603596830f: Verifying Checksum [2021-02-07T00:32:03.434Z] 31603596830f: Download complete [2021-02-07T00:32:03.700Z] ecc8261a40a4: Verifying Checksum [2021-02-07T00:32:03.700Z] ecc8261a40a4: Download complete [2021-02-07T00:32:03.700Z] 6ca5941a6612: Verifying Checksum [2021-02-07T00:32:03.700Z] 6ca5941a6612: Download complete [2021-02-07T00:32:03.974Z] 31603596830f: Pull complete [2021-02-07T00:32:03.974Z] 2a8b12db71e7: Pull complete [2021-02-07T00:32:04.928Z] 6ca5941a6612: Pull complete [2021-02-07T00:32:05.192Z] ecc8261a40a4: Pull complete [2021-02-07T00:32:05.192Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-07T00:32:05.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:32:05.455Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-07T00:32:05.567Z] prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container [2021-02-07T00:32:05.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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-02-07T00:32:08.183Z] $ docker top 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:32:08.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:32:08.476Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:32:08.724Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:32:08.726Z] $ docker exec 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent [2021-02-07T00:32:08.914Z] SSH_AUTH_SOCK=/tmp/ssh-eNjZmcPeG8pr/agent.13 [2021-02-07T00:32:08.914Z] SSH_AGENT_PID=19 [2021-02-07T00:32:08.926Z] Running ssh-add (command line suppressed) [2021-02-07T00:32:09.050Z] Identity added: /w/workspace/edgex-go/59@tmp/private_key_8538858882387097073.key (/w/workspace/edgex-go/59@tmp/private_key_8538858882387097073.key) [2021-02-07T00:32:09.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:32:09.472Z] + git tag --points-at HEAD [Pipeline] } [2021-02-07T00:32:09.493Z] $ docker exec --env ******** --env ******** 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent -k [2021-02-07T00:32:09.620Z] unset SSH_AUTH_SOCK; [2021-02-07T00:32:09.621Z] unset SSH_AGENT_PID; [2021-02-07T00:32:09.621Z] echo Agent pid 19 killed; [2021-02-07T00:32:09.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-07T00:32:09.827Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:32:09.827Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:32:10.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:32:10.005Z] $ docker exec 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent [2021-02-07T00:32:10.183Z] SSH_AUTH_SOCK=/tmp/ssh-c19vg897NjVR/agent.49 [2021-02-07T00:32:10.183Z] SSH_AGENT_PID=55 [2021-02-07T00:32:10.194Z] Running ssh-add (command line suppressed) [2021-02-07T00:32:10.332Z] Identity added: /w/workspace/edgex-go/59@tmp/private_key_3111313507871365149.key (/w/workspace/edgex-go/59@tmp/private_key_3111313507871365149.key) [2021-02-07T00:32:10.389Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:32:10.714Z] + git semver init [2021-02-07T00:32:10.714Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:32:10.714Z] # $GIT_DIR = /w/workspace/edgex-go/59/.git [2021-02-07T00:32:10.714Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/59 [2021-02-07T00:32:10.714Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:32:10.714Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:32:10.714Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:32:10.714Z] # $SEMVER_BRANCH = PR-2858 [2021-02-07T00:32:10.714Z] # $SEMVER_TEMP = /tmp/semver-260755304 [2021-02-07T00:32:10.714Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-07T00:32:32.786Z] # '/tmp/semver-260755304' -> '/w/workspace/edgex-go/59/.semver' [2021-02-07T00:32:32.786Z] # -> Force: false [2021-02-07T00:32:32.786Z] # $SEMVER_DIR = /w/workspace/edgex-go/59/.semver [Pipeline] } [2021-02-07T00:32:32.798Z] $ docker exec --env ******** --env ******** 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd ssh-agent -k [2021-02-07T00:32:33.052Z] unset SSH_AUTH_SOCK; [2021-02-07T00:32:33.053Z] unset SSH_AGENT_PID; [2021-02-07T00:32:33.053Z] echo Agent pid 55 killed; [2021-02-07T00:32:33.169Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:32:33.631Z] + git semver [Pipeline] } [2021-02-07T00:32:33.647Z] $ docker stop --time=1 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd [2021-02-07T00:32:35.297Z] $ docker rm -f 2440a8cea0b4ceebdd3b31571dec5dc40114f12667cb9c28ba6938583a8bf0cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:32:35.845Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-07T00:32:36.376Z] Stashed 1 file(s) [Pipeline] echo [2021-02-07T00:32:36.379Z] [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-02-07T00:32:37.212Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:32:37.514Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:32:37.826Z] + sudo service docker restart [2021-02-07T00:32:37.826Z] + true [2021-02-07T00:32:37.826Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-07T00:32:38.417Z] ========================================================= [2021-02-07T00:32:38.417Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-07T00:32:38.417Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:38.779Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-07T00:32:43.021Z] Sending build context to Docker daemon 327.7MB [2021-02-07T00:32:43.021Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:32:43.021Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:32:43.021Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-07T00:32:43.021Z] 188c0c94c7c5: Pulling fs layer [2021-02-07T00:32:43.021Z] 0ef7d3d256c8: Pulling fs layer [2021-02-07T00:32:43.021Z] de9db76c5a1d: Pulling fs layer [2021-02-07T00:32:43.021Z] bca2f99d35d6: Pulling fs layer [2021-02-07T00:32:43.021Z] 93359f2a8cfa: Pulling fs layer [2021-02-07T00:32:43.021Z] 7c6f9722023f: Pulling fs layer [2021-02-07T00:32:43.021Z] a35cf1a2eb13: Pulling fs layer [2021-02-07T00:32:43.021Z] 93359f2a8cfa: Waiting [2021-02-07T00:32:43.021Z] 7c6f9722023f: Waiting [2021-02-07T00:32:43.021Z] a35cf1a2eb13: Waiting [2021-02-07T00:32:43.021Z] bca2f99d35d6: Waiting [2021-02-07T00:32:43.021Z] de9db76c5a1d: Verifying Checksum [2021-02-07T00:32:43.021Z] de9db76c5a1d: Download complete [2021-02-07T00:32:43.284Z] 0ef7d3d256c8: Verifying Checksum [2021-02-07T00:32:43.284Z] 0ef7d3d256c8: Download complete [2021-02-07T00:32:43.284Z] 93359f2a8cfa: Verifying Checksum [2021-02-07T00:32:43.284Z] 93359f2a8cfa: Download complete [2021-02-07T00:32:43.284Z] 7c6f9722023f: Verifying Checksum [2021-02-07T00:32:43.284Z] 7c6f9722023f: Download complete [2021-02-07T00:32:43.284Z] 188c0c94c7c5: Verifying Checksum [2021-02-07T00:32:43.284Z] 188c0c94c7c5: Download complete [2021-02-07T00:32:43.550Z] 188c0c94c7c5: Pull complete [2021-02-07T00:32:43.822Z] 0ef7d3d256c8: Pull complete [2021-02-07T00:32:44.085Z] de9db76c5a1d: Pull complete [2021-02-07T00:32:45.065Z] a35cf1a2eb13: Verifying Checksum [2021-02-07T00:32:45.065Z] a35cf1a2eb13: Download complete [2021-02-07T00:32:46.040Z] bca2f99d35d6: Verifying Checksum [2021-02-07T00:32:46.041Z] bca2f99d35d6: Download complete [2021-02-07T00:32:51.383Z] bca2f99d35d6: Pull complete [2021-02-07T00:32:51.645Z] 93359f2a8cfa: Pull complete [2021-02-07T00:32:51.717Z] Still waiting to schedule task [2021-02-07T00:32:51.717Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ [2021-02-07T00:32:51.912Z] 7c6f9722023f: Pull complete [2021-02-07T00:32:56.196Z] a35cf1a2eb13: Pull complete [2021-02-07T00:32:56.196Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-07T00:32:56.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-07T00:32:56.196Z] ---> a62c8e92a672 [2021-02-07T00:32:56.196Z] 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-02-07T00:32:56.471Z] ---> Running in 633eb27e3263 [2021-02-07T00:32:57.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:58.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:59.855Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:33:00.118Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:33:00.381Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:33:00.381Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:33:15.311Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:33:15.311Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:33:15.574Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:33:15.574Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:33:15.836Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:33:15.836Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:33:16.098Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:33:16.098Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:33:16.360Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:33:16.360Z] OK: 233 MiB in 51 packages [2021-02-07T00:33:20.586Z] Removing intermediate container 633eb27e3263 [2021-02-07T00:33:20.586Z] ---> f727c5178792 [2021-02-07T00:33:20.586Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:33:20.586Z] ---> Running in 4b003ad57d3e [2021-02-07T00:33:20.586Z] Removing intermediate container 4b003ad57d3e [2021-02-07T00:33:20.586Z] ---> 414df9effea8 [2021-02-07T00:33:20.586Z] Step 5/6 : COPY go.mod . [2021-02-07T00:33:20.586Z] ---> 032fede6a947 [2021-02-07T00:33:20.586Z] Step 6/6 : RUN go mod download [2021-02-07T00:33:20.586Z] ---> Running in c299c4933cc9 [2021-02-07T00:33:42.653Z] Removing intermediate container c299c4933cc9 [2021-02-07T00:33:42.653Z] ---> 47113bd50a1d [2021-02-07T00:33:42.653Z] Successfully built 47113bd50a1d [2021-02-07T00:33:42.653Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:33:42.976Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:33:42.976Z] . [Pipeline] withDockerContainer [2021-02-07T00:33:43.089Z] prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container [2021-02-07T00:33:43.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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-02-07T00:33:44.099Z] $ docker top daee9f42dddc6c1ba589bb4c454dd7731b6d06a186503ad9c3652f152cd309d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:33:44.621Z] + go version [2021-02-07T00:33:44.621Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-07T00:33:44.670Z] $ docker stop --time=1 daee9f42dddc6c1ba589bb4c454dd7731b6d06a186503ad9c3652f152cd309d8 [2021-02-07T00:33:46.253Z] $ docker rm -f daee9f42dddc6c1ba589bb4c454dd7731b6d06a186503ad9c3652f152cd309d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:33:47.091Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:33:47.091Z] . [Pipeline] withDockerContainer [2021-02-07T00:33:47.197Z] prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container [2021-02-07T00:33:47.249Z] $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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-02-07T00:33:47.915Z] $ docker top b4c6961a7682388761563e88ca5fd8beed28a4a1c867417f7526f9d55452c371 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:33:48.100Z] ========================================================= [2021-02-07T00:33:48.100Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:33:48.100Z] ========================================================= [Pipeline] sh [2021-02-07T00:33:48.392Z] + make test [2021-02-07T00:33:48.392Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:33:58.975Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:34:21.229Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:34:21.825Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:34:25.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:34:25.185Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:34:25.185Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:34:26.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:34:26.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:34:26.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:34:26.654Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:34:26.654Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:34:28.066Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:34:30.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:34:30.023Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:34:30.023Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:34:33.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.141s coverage: 45.6% of statements [2021-02-07T00:34:33.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:34:33.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:34:33.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:34:33.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:34:33.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:34:33.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:34:33.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:34:33.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-07T00:34:36.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.1% of statements [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:34:36.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:34:36.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:34:36.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.152s coverage: 65.8% of statements [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:34:36.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:34:37.395Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.454s coverage: 82.3% of statements [2021-02-07T00:34:37.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:37.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:37.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:34:37.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:34:40.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:34:40.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:34:40.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:34:40.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:34:40.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:34:40.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:34:40.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.429s coverage: 92.8% of statements [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:34:42.820Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.055s coverage: 79.5% of statements [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-02-07T00:34:42.820Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-02-07T00:34:55.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.046s coverage: 94.4% of statements [2021-02-07T00:34:55.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 63.5% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 68.9% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.138s coverage: 37.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.368s coverage: 84.0% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.084s coverage: 87.7% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.810s coverage: 29.1% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:35:07.678Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-02-07T00:35:07.678Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-07T00:35:07.678Z] GO111MODULE=on go vet ./... [2021-02-07T00:35:40.042Z] gofmt -l . [2021-02-07T00:35:40.042Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:35:40.042Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:35:40.042Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-07T00:35:40.363Z] + ls -al . [2021-02-07T00:35:40.363Z] total 696 [2021-02-07T00:35:40.363Z] drwxrwxr-x 10 1001 1001 4096 Feb 7 00:35 . [2021-02-07T00:35:40.363Z] drwxr-xr-x 4 root root 30 Feb 7 00:33 .. [2021-02-07T00:35:40.363Z] -rw-rw-r-- 1 1001 1001 11 Feb 7 00:31 .dockerignore [2021-02-07T00:35:40.363Z] drwxrwxr-x 8 1001 1001 179 Feb 7 00:31 .git [2021-02-07T00:35:40.363Z] drwxrwxr-x 3 1001 1001 125 Feb 7 00:31 .github [2021-02-07T00:35:40.363Z] -rw-rw-r-- 1 1001 1001 872 Feb 7 00:31 .gitignore [2021-02-07T00:35:40.363Z] drwx------ 3 1001 1001 60 Feb 7 00:32 .semver [2021-02-07T00:35:40.363Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 00:31 .sonarcloud.properties [2021-02-07T00:35:40.363Z] -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:31 Attribution.txt [2021-02-07T00:35:40.363Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:31 CONTRIBUTING.md [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 931 Feb 7 00:31 Dockerfile.build [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 863 Feb 7 00:31 Jenkinsfile [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:31 LICENSE [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:31 Makefile [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:31 README.md [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:31 SECURITY.md [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 00:32 VERSION [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:31 ZMQWindows.md [2021-02-07T00:35:40.364Z] drwxrwxr-x 2 1001 1001 117 Feb 7 00:31 bin [2021-02-07T00:35:40.364Z] drwxrwxr-x 15 1001 1001 4096 Feb 7 00:31 cmd [2021-02-07T00:35:40.364Z] -rw-r--r-- 1 root root 590503 Feb 7 00:35 coverage.out [2021-02-07T00:35:40.364Z] -rw-r--r-- 1 root root 1054 Feb 7 00:35 go.mod [2021-02-07T00:35:40.364Z] -rw-r--r-- 1 root root 19290 Feb 7 00:35 go.sum [2021-02-07T00:35:40.364Z] drwxrwxr-x 8 1001 1001 127 Feb 7 00:31 internal [2021-02-07T00:35:40.364Z] drwxrwxr-x 4 1001 1001 26 Feb 7 00:31 openapi [2021-02-07T00:35:40.364Z] drwxrwxr-x 4 1001 1001 71 Feb 7 00:31 snap [2021-02-07T00:35:40.364Z] -rw-rw-r-- 1 1001 1001 168 Feb 7 00:31 version.go [Pipeline] sh [2021-02-07T00:35:40.685Z] + '[' -e coverage.out ] [2021-02-07T00:35:40.685Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-07T00:35:40.909Z] Stashed 1 file(s) [Pipeline] sh [2021-02-07T00:35:41.215Z] + make build [2021-02-07T00:35:41.215Z] 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-02-07T00:35:45.451Z] 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-02-07T00:35:55.559Z] 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-02-07T00:35:55.612Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25374 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-07T00:35:55.665Z] Running in /w/workspace/edgex-go/59 [Pipeline] { [Pipeline] checkout [2021-02-07T00:35:56.167Z] 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-02-07T00:35:57.576Z] 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-02-07T00:35:58.152Z] 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-02-07T00:36:00.080Z] 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-02-07T00:36:01.485Z] 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-02-07T00:36:01.529Z] using credential edgex-jenkins-ssh [2021-02-07T00:36:01.590Z] Cloning the remote Git repository [2021-02-07T00:36:01.661Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:36:01.785Z] > git init /w/workspace/edgex-go/59 # timeout=10 [2021-02-07T00:36:01.865Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:36:01.866Z] > git --version # timeout=10 [2021-02-07T00:36:01.899Z] > git --version # 'git version 2.17.1' [2021-02-07T00:36:01.901Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:36:01.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:36:02.898Z] 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-02-07T00:36:04.292Z] 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-02-07T00:36:05.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-07T00:36:06.200Z] 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-02-07T00:36:07.619Z] 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-02-07T00:36:09.035Z] $ docker stop --time=1 b4c6961a7682388761563e88ca5fd8beed28a4a1c867417f7526f9d55452c371 [2021-02-07T00:36:10.762Z] $ docker rm -f b4c6961a7682388761563e88ca5fd8beed28a4a1c867417f7526f9d55452c371 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:12.700Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:12.700Z] [2021-02-07T00:36:12.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:13.062Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:13.062Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-07T00:36:13.062Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-07T00:36:13.062Z] ca9280d653b3: Pulling fs layer [2021-02-07T00:36:13.062Z] 7e9c9ca2126c: Pulling fs layer [2021-02-07T00:36:13.062Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-07T00:36:13.062Z] cbdbe7a5bc2a: Download complete [2021-02-07T00:36:13.645Z] cbdbe7a5bc2a: Pull complete [2021-02-07T00:36:13.645Z] ca9280d653b3: Verifying Checksum [2021-02-07T00:36:13.645Z] ca9280d653b3: Download complete [2021-02-07T00:36:14.605Z] 7e9c9ca2126c: Verifying Checksum [2021-02-07T00:36:14.605Z] 7e9c9ca2126c: Download complete [2021-02-07T00:36:14.868Z] ca9280d653b3: Pull complete [2021-02-07T00:36:21.516Z] 7e9c9ca2126c: Pull complete [2021-02-07T00:36:21.516Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-07T00:36:21.516Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:21.516Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-07T00:36:21.661Z] prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container [2021-02-07T00:36:21.716Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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-02-07T00:36:24.626Z] $ docker top ae7c49d2b38a8ae22df5f8f58543c17db3937c02caab0f9a6733e5a171835a33 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:36:25.172Z] + grep parallel [2021-02-07T00:36:25.172Z] + docker-compose build --help [2021-02-07T00:36:26.124Z] --parallel Build images in parallel. [Pipeline] } [2021-02-07T00:36:26.403Z] $ docker stop --time=1 ae7c49d2b38a8ae22df5f8f58543c17db3937c02caab0f9a6733e5a171835a33 [2021-02-07T00:36:27.784Z] $ docker rm -f ae7c49d2b38a8ae22df5f8f58543c17db3937c02caab0f9a6733e5a171835a33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:28.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-07T00:36:28.576Z] . [Pipeline] withDockerContainer [2021-02-07T00:36:28.746Z] prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container [2021-02-07T00:36:28.897Z] $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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-02-07T00:36:29.275Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:36:29.306Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:36:29.332Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:36:29.373Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:36:29.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:36:29.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:36:29.879Z] $ docker top 9f4788eb373999cfc1e0735cbf5e9e9c0d7552ae0d9b6e024123d53fb17926e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:36:30.230Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-07T00:36:30.373Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:36:31.497Z] Merge succeeded, producing fb20a192c7552c9e2fc3cbb32a47a39c83e148eb [2021-02-07T00:36:31.497Z] Checking out Revision fb20a192c7552c9e2fc3cbb32a47a39c83e148eb (PR-2858) [2021-02-07T00:36:31.800Z] Building docker-core-command-go ... [2021-02-07T00:36:31.801Z] Building docker-core-data-go ... [2021-02-07T00:36:31.801Z] Building docker-core-metadata-go ... [2021-02-07T00:36:31.801Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:36:31.801Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:36:31.801Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:36:31.801Z] Building docker-support-notifications-go ... [2021-02-07T00:36:31.801Z] Building docker-support-scheduler-go ... [2021-02-07T00:36:31.801Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:36:31.801Z] Building docker-support-scheduler-go [2021-02-07T00:36:31.801Z] Building docker-security-proxy-setup-go [2021-02-07T00:36:31.801Z] Building docker-security-bootstrapper-go [2021-02-07T00:36:31.801Z] Building docker-core-data-go [2021-02-07T00:36:31.801Z] Building docker-sys-mgmt-agent-go [2021-02-07T00:36:30.250Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:36:30.262Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-07T00:36:30.565Z] > git remote # timeout=10 [2021-02-07T00:36:30.583Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:36:30.606Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:36:30.616Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:36:31.467Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:36:31.505Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:36:31.577Z] > git checkout -f fb20a192c7552c9e2fc3cbb32a47a39c83e148eb # timeout=10 [2021-02-07T00:36:35.926Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [2021-02-07T00:36:35.957Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-07T00:36:37.368Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:36:37.770Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:36:35.934Z] > git rev-list --no-walk 2b5a858accb71dd25b37634092f458ed29d8f943 # timeout=10 [2021-02-07T00:36:38.106Z] + sudo+ servicetrue [2021-02-07T00:36:38.107Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:36:40.170Z] provisioning config files... [2021-02-07T00:36:40.217Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/59@tmp/config3421338515851692594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:36:40.712Z] ---> docker-login.sh [2021-02-07T00:36:40.712Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:36:41.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:41.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:41.978Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:41.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:41.978Z] [2021-02-07T00:36:41.978Z] Login Succeeded [2021-02-07T00:36:41.978Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:36:42.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:42.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:42.258Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:42.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:42.258Z] [2021-02-07T00:36:42.258Z] Login Succeeded [2021-02-07T00:36:42.533Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:36:42.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:42.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:42.807Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:42.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:42.807Z] [2021-02-07T00:36:42.807Z] Login Succeeded [2021-02-07T00:36:43.082Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:36:43.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:43.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:43.355Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:43.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:43.355Z] [2021-02-07T00:36:43.355Z] Login Succeeded [2021-02-07T00:36:43.355Z] docker.io [2021-02-07T00:36:43.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:36:44.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:36:44.250Z] Configure a credential helper to remove this warning. See [2021-02-07T00:36:44.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:36:44.250Z] [2021-02-07T00:36:44.250Z] Login Succeeded [2021-02-07T00:36:44.250Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:36:44.274Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-07T00:36:44.691Z] ========================================================= [2021-02-07T00:36:44.691Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-07T00:36:44.691Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:45.076Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-07T00:36:47.708Z] Sending build context to Docker daemon 166.3MB [2021-02-07T00:36:47.708Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:36:47.708Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:36:47.708Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-07T00:36:47.708Z] 5f621e34cdf4: Pulling fs layer [2021-02-07T00:36:47.708Z] a4357932f1b6: Pulling fs layer [2021-02-07T00:36:47.708Z] 18c013af1878: Pulling fs layer [2021-02-07T00:36:47.708Z] 00ac8860ef70: Pulling fs layer [2021-02-07T00:36:47.708Z] 63d7cb157983: Pulling fs layer [2021-02-07T00:36:47.708Z] b116817d02f9: Pulling fs layer [2021-02-07T00:36:47.708Z] 745a02a5169b: Pulling fs layer [2021-02-07T00:36:47.708Z] 00ac8860ef70: Waiting [2021-02-07T00:36:47.708Z] 63d7cb157983: Waiting [2021-02-07T00:36:47.708Z] b116817d02f9: Waiting [2021-02-07T00:36:47.708Z] 745a02a5169b: Waiting [2021-02-07T00:36:47.708Z] 18c013af1878: Download complete [2021-02-07T00:36:47.708Z] a4357932f1b6: Verifying Checksum [2021-02-07T00:36:47.708Z] a4357932f1b6: Download complete [2021-02-07T00:36:47.708Z] 5f621e34cdf4: Verifying Checksum [2021-02-07T00:36:47.708Z] 5f621e34cdf4: Download complete [2021-02-07T00:36:47.987Z] b116817d02f9: Verifying Checksum [2021-02-07T00:36:47.987Z] b116817d02f9: Download complete [2021-02-07T00:36:47.987Z] 63d7cb157983: Verifying Checksum [2021-02-07T00:36:47.987Z] 63d7cb157983: Download complete [2021-02-07T00:36:48.599Z] 5f621e34cdf4: Pull complete [2021-02-07T00:36:49.200Z] a4357932f1b6: Pull complete [2021-02-07T00:36:49.476Z] 18c013af1878: Pull complete [2021-02-07T00:36:50.920Z] 745a02a5169b: Download complete [2021-02-07T00:36:52.364Z] 00ac8860ef70: Verifying Checksum [2021-02-07T00:36:52.364Z] 00ac8860ef70: Download complete [2021-02-07T00:37:02.529Z] 00ac8860ef70: Pull complete [2021-02-07T00:37:02.802Z] 63d7cb157983: Pull complete [2021-02-07T00:37:03.075Z] b116817d02f9: Pull complete [2021-02-07T00:37:07.408Z] 745a02a5169b: Pull complete [2021-02-07T00:37:07.408Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-07T00:37:07.408Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-07T00:37:07.408Z] ---> b7e6874047d6 [2021-02-07T00:37:07.408Z] 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-02-07T00:37:10.838Z] ---> Running in 3a25da7f3282 [2021-02-07T00:37:10.897Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:10.897Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:10.897Z] ---> 47113bd50a1d [2021-02-07T00:37:10.897Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:37:10.897Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:10.897Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:10.897Z] ---> 47113bd50a1d [2021-02-07T00:37:10.897Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:37:10.897Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:10.897Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:10.897Z] ---> 47113bd50a1d [2021-02-07T00:37:10.897Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:37:10.897Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:10.897Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:10.897Z] ---> 47113bd50a1d [2021-02-07T00:37:10.897Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:37:10.897Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:37:10.897Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:37:10.897Z] ---> 47113bd50a1d [2021-02-07T00:37:10.897Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:37:10.897Z] ---> Running in 64990efc11a0 [2021-02-07T00:37:10.897Z] ---> Running in 7e10348f608a [2021-02-07T00:37:10.897Z] ---> Running in 790a8ced660e [2021-02-07T00:37:10.897Z] ---> Running in 22106375b7b9 [2021-02-07T00:37:10.897Z] ---> Running in b17f6f83f6db [2021-02-07T00:37:10.897Z] Removing intermediate container 7e10348f608a [2021-02-07T00:37:10.897Z] ---> f7a5d58bf990 [2021-02-07T00:37:10.897Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:10.897Z] Removing intermediate container 790a8ced660e [2021-02-07T00:37:10.897Z] ---> 9a6592e887b0 [2021-02-07T00:37:10.897Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:10.897Z] Removing intermediate container 64990efc11a0 [2021-02-07T00:37:10.897Z] ---> 755cf8b16d11 [2021-02-07T00:37:10.897Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:10.897Z] Removing intermediate container 22106375b7b9 [2021-02-07T00:37:10.897Z] ---> 7f5fbd87c3bb [2021-02-07T00:37:10.897Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:10.897Z] Removing intermediate container b17f6f83f6db [2021-02-07T00:37:10.897Z] ---> 9c1f93da11d0 [2021-02-07T00:37:10.897Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:37:10.897Z] ---> Running in 9b2202ea021e [2021-02-07T00:37:10.897Z] ---> Running in 7d5ec1ec732f [2021-02-07T00:37:10.897Z] ---> Running in ab35a97e75d5 [2021-02-07T00:37:10.897Z] ---> Running in 1d2c6ecc2180 [2021-02-07T00:37:10.897Z] ---> Running in 52b5c29ba9b0 [2021-02-07T00:37:11.821Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:11.867Z] Removing intermediate container 7d5ec1ec732f [2021-02-07T00:37:11.867Z] ---> 68aa6296e084 [2021-02-07T00:37:11.867Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:37:12.131Z] ---> Running in 74e2ad359b4b [2021-02-07T00:37:12.394Z] Removing intermediate container 9b2202ea021e [2021-02-07T00:37:12.394Z] ---> d097f892a07d [2021-02-07T00:37:12.394Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:37:12.394Z] Removing intermediate container ab35a97e75d5 [2021-02-07T00:37:12.394Z] ---> 13e5e5a94baa [2021-02-07T00:37:12.394Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:37:12.394Z] Removing intermediate container 52b5c29ba9b0 [2021-02-07T00:37:12.394Z] ---> 302e7307cadb [2021-02-07T00:37:12.394Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:37:12.670Z] Removing intermediate container 1d2c6ecc2180 [2021-02-07T00:37:12.670Z] ---> a6174317814d [2021-02-07T00:37:12.670Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:37:12.670Z] ---> Running in f8432d4c5564 [2021-02-07T00:37:12.670Z] ---> Running in c0e0f15ccd44 [2021-02-07T00:37:12.670Z] ---> Running in e8b60d904dd5 [2021-02-07T00:37:12.670Z] ---> Running in 2fa5f4186d4c [2021-02-07T00:37:13.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:37:13.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:13.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:13.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:13.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:13.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:14.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:15.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:16.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:16.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:16.038Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:16.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:37:16.652Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:37:16.881Z] Removing intermediate container 74e2ad359b4b [2021-02-07T00:37:16.881Z] ---> 9be74ffee2c2 [2021-02-07T00:37:16.881Z] Step 6/26 : COPY go.mod . [2021-02-07T00:37:17.144Z] ---> 63340878795e [2021-02-07T00:37:17.144Z] Step 7/26 : RUN go mod download [2021-02-07T00:37:17.407Z] ---> Running in e0bd153c73e3 [2021-02-07T00:37:18.076Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:37:18.076Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:37:18.076Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:37:19.341Z] Removing intermediate container e0bd153c73e3 [2021-02-07T00:37:19.341Z] ---> f696205c2552 [2021-02-07T00:37:19.341Z] Step 8/26 : COPY . . [2021-02-07T00:37:19.341Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:19.605Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:20.206Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:21.625Z] OK: 233 MiB in 51 packages [2021-02-07T00:37:23.039Z] Removing intermediate container f8432d4c5564 [2021-02-07T00:37:23.039Z] ---> 74c7ca765c0a [2021-02-07T00:37:23.039Z] Step 6/22 : COPY go.mod . [2021-02-07T00:37:23.991Z] Removing intermediate container e8b60d904dd5 [2021-02-07T00:37:23.991Z] ---> 02050c608373 [2021-02-07T00:37:23.991Z] Step 6/23 : COPY go.mod . [2021-02-07T00:37:25.925Z] ---> 3649134e81a0 [2021-02-07T00:37:25.925Z] Step 7/22 : RUN go mod download [2021-02-07T00:37:25.925Z] Removing intermediate container c0e0f15ccd44 [2021-02-07T00:37:25.925Z] ---> c482607d8e72 [2021-02-07T00:37:25.925Z] Step 6/31 : COPY go.mod . [2021-02-07T00:37:26.189Z] Removing intermediate container 2fa5f4186d4c [2021-02-07T00:37:26.189Z] ---> 57df556eee59 [2021-02-07T00:37:26.189Z] Step 6/21 : COPY go.mod . [2021-02-07T00:37:26.466Z] ---> 50308f20ee29 [2021-02-07T00:37:26.466Z] Step 7/23 : RUN go mod download [2021-02-07T00:37:26.466Z] ---> Running in 544f5c5e5794 [2021-02-07T00:37:28.419Z] ---> d582fc180cb9 [2021-02-07T00:37:28.419Z] Step 7/31 : RUN go mod download [2021-02-07T00:37:29.001Z] ---> Running in d2c95e4ccdb7 [2021-02-07T00:37:29.273Z] ---> d4518b0e3508 [2021-02-07T00:37:29.273Z] Step 7/21 : RUN go mod download [2021-02-07T00:37:31.207Z] ---> Running in d66936012a27 [2021-02-07T00:37:31.207Z] ---> Running in 8ca3bad492a2 [2021-02-07T00:37:33.189Z] Removing intermediate container 544f5c5e5794 [2021-02-07T00:37:33.189Z] ---> 90bdfac5e773 [2021-02-07T00:37:33.189Z] Step 8/22 : COPY . . [2021-02-07T00:37:35.768Z] Removing intermediate container d2c95e4ccdb7 [2021-02-07T00:37:35.768Z] ---> c3e56ebf1d50 [2021-02-07T00:37:35.768Z] Step 8/23 : COPY . . [2021-02-07T00:37:40.004Z] Removing intermediate container 8ca3bad492a2 [2021-02-07T00:37:40.004Z] ---> 3420febd9b9e [2021-02-07T00:37:40.004Z] Step 8/21 : COPY . . [2021-02-07T00:37:40.252Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:37:40.253Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:37:40.253Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:37:40.253Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:37:40.253Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:37:40.253Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:37:40.253Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:37:40.253Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:37:40.253Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:37:40.253Z] OK: 217 MiB in 51 packages [2021-02-07T00:37:42.227Z] Removing intermediate container 3a25da7f3282 [2021-02-07T00:37:42.227Z] ---> 37b354e246cd [2021-02-07T00:37:42.227Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:37:42.227Z] ---> Running in ce7aad10dbd4 [2021-02-07T00:37:42.825Z] Removing intermediate container ce7aad10dbd4 [2021-02-07T00:37:42.825Z] ---> 0c3acdf147d4 [2021-02-07T00:37:42.825Z] Step 5/6 : COPY go.mod . [2021-02-07T00:37:43.429Z] ---> e2fac6d07dae [2021-02-07T00:37:43.429Z] Step 6/6 : RUN go mod download [2021-02-07T00:37:43.429Z] ---> Running in 9672a3c5a658 [2021-02-07T00:37:45.348Z] Removing intermediate container d66936012a27 [2021-02-07T00:37:45.348Z] ---> fbc4ad81baca [2021-02-07T00:37:45.348Z] Step 8/31 : COPY . . [2021-02-07T00:37:47.312Z] ---> e0f5ee34db12 [2021-02-07T00:37:47.312Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:37:51.658Z] ---> Running in be6d916a27f0 [2021-02-07T00:37:58.332Z] 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-02-07T00:38:05.095Z] ---> a9375c1a335f [2021-02-07T00:38:05.095Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:38:05.095Z] ---> Running in 789a71835b3b [2021-02-07T00:38:09.572Z] 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-02-07T00:38:09.573Z] ---> e12f75412ca4 [2021-02-07T00:38:09.573Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:38:09.851Z] ---> Running in f4b2c6b1f74e [2021-02-07T00:38:10.222Z] Removing intermediate container 9672a3c5a658 [2021-02-07T00:38:10.222Z] ---> 0fbf5df165a1 [2021-02-07T00:38:10.222Z] Successfully built 0fbf5df165a1 [2021-02-07T00:38:10.222Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:38:10.581Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:38:10.581Z] . [Pipeline] withDockerContainer [2021-02-07T00:38:10.832Z] prd-ubuntu18.04-docker-arm64-4c-16g-25374 does not seem to be running inside a container [2021-02-07T00:38:10.914Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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 ******** ci-base-image-arm64 cat [2021-02-07T00:38:12.559Z] $ docker top b266781700b001cc0cc4ed5e0b70fa4d75797974a24a60b76320439f80a4331a -eo pid,comm [2021-02-07T00:38:12.587Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] { [Pipeline] sh [2021-02-07T00:38:13.590Z] + go version [2021-02-07T00:38:13.591Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-07T00:38:13.615Z] $ docker stop --time=1 b266781700b001cc0cc4ed5e0b70fa4d75797974a24a60b76320439f80a4331a [2021-02-07T00:38:15.497Z] $ docker rm -f b266781700b001cc0cc4ed5e0b70fa4d75797974a24a60b76320439f80a4331a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:38:16.492Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:38:16.492Z] . [Pipeline] withDockerContainer [2021-02-07T00:38:16.723Z] prd-ubuntu18.04-docker-arm64-4c-16g-25374 does not seem to be running inside a container [2021-02-07T00:38:16.811Z] $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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 ******** ci-base-image-arm64 cat [2021-02-07T00:38:18.135Z] $ docker top 87a6ce5e2c6802ce186ec892bd0d94e830535c9cde4a081afd6633858a604d08 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:38:18.486Z] ========================================================= [2021-02-07T00:38:18.486Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:38:18.486Z] ========================================================= [Pipeline] sh [2021-02-07T00:38:19.126Z] + make test [2021-02-07T00:38:19.126Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:38:19.372Z] ---> 109fede83038 [2021-02-07T00:38:19.372Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:38:19.372Z] ---> Running in 47e30a804043 [2021-02-07T00:38:20.829Z] 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-02-07T00:38:25.189Z] ---> 76ae095271b6 [2021-02-07T00:38:25.189Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:38:25.189Z] ---> Running in 05bd5959fec4 [2021-02-07T00:38:26.199Z] 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-02-07T00:38:34.599Z] Removing intermediate container be6d916a27f0 [2021-02-07T00:38:34.599Z] ---> 9b7ae61daa64 [2021-02-07T00:38:34.599Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:38:34.599Z] ---> Running in d53e64bc0363 [2021-02-07T00:38:35.209Z] 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-02-07T00:38:40.677Z] Removing intermediate container d53e64bc0363 [2021-02-07T00:38:40.677Z] ---> 4565cfa7061f [2021-02-07T00:38:40.677Z] [2021-02-07T00:38:40.677Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:38:40.950Z] 20.10.0: Pulling from library/docker [2021-02-07T00:38:45.927Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:38:52.040Z] 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-02-07T00:38:57.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-07T00:38:57.385Z] Removing intermediate container 789a71835b3b [2021-02-07T00:38:57.385Z] ---> ae149b76b79d [2021-02-07T00:38:57.385Z] [2021-02-07T00:38:57.385Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:38:57.385Z] 3.12: Pulling from library/alpine [2021-02-07T00:38:57.992Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:38:57.992Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:38:57.992Z] ---> aefe523efa57 [2021-02-07T00:38:57.992Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:38:58.273Z] ---> Running in 84369ac8d31b [2021-02-07T00:38:58.553Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:38:58.554Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:38:58.554Z] ---> 389fef711851 [2021-02-07T00:38:58.554Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:38:59.160Z] ---> Running in 2942a9b3e121 [2021-02-07T00:38:59.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:59.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:38:59.723Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:38:59.723Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:38:59.990Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:38:59.990Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:38:59.990Z] OK: 12 MiB in 22 packages [2021-02-07T00:39:01.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:01.956Z] Removing intermediate container f4b2c6b1f74e [2021-02-07T00:39:01.956Z] ---> e61e518b0ffe [2021-02-07T00:39:01.956Z] [2021-02-07T00:39:01.956Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:39:01.956Z] ---> 389fef711851 [2021-02-07T00:39:01.956Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:39:01.956Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:01.956Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:01.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:01.956Z] OK: 6 MiB in 15 packages [2021-02-07T00:39:02.912Z] Removing intermediate container 47e30a804043 [2021-02-07T00:39:02.912Z] ---> 7a9f5c63cd50 [2021-02-07T00:39:02.912Z] [2021-02-07T00:39:02.912Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:39:02.912Z] ---> 389fef711851 [2021-02-07T00:39:02.912Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:39:02.912Z] ---> Running in 0d231f674448 [2021-02-07T00:39:02.912Z] Removing intermediate container 84369ac8d31b [2021-02-07T00:39:02.912Z] ---> 4e0b00dcf9b1 [2021-02-07T00:39:02.912Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:39:03.177Z] ---> Running in dbbce706c1be [2021-02-07T00:39:03.177Z] ---> Running in 17a7545ac492 [2021-02-07T00:39:03.177Z] Removing intermediate container 0d231f674448 [2021-02-07T00:39:03.177Z] ---> 48e00652aff6 [2021-02-07T00:39:03.177Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:39:03.443Z] ---> Running in a9e048cce5bd [2021-02-07T00:39:03.718Z] Removing intermediate container 17a7545ac492 [2021-02-07T00:39:03.718Z] ---> d0aad002f17e [2021-02-07T00:39:03.718Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:39:03.718Z] Removing intermediate container 2942a9b3e121 [2021-02-07T00:39:03.718Z] ---> 500d4f3cf4da [2021-02-07T00:39:03.718Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:39:04.682Z] ---> Running in 67f53fbe17e7 [2021-02-07T00:39:04.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:04.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:05.539Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:39:05.539Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:39:05.539Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:39:05.539Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:39:05.539Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:05.540Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:39:05.540Z] OK: 7 MiB in 18 packages [2021-02-07T00:39:05.804Z] ---> Running in 438185d7ad3c [2021-02-07T00:39:05.804Z] Removing intermediate container a9e048cce5bd [2021-02-07T00:39:05.804Z] ---> 15ee478b3b11 [2021-02-07T00:39:05.804Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:39:06.763Z] ---> Running in 72b9decab8c3 [2021-02-07T00:39:06.763Z] Removing intermediate container 67f53fbe17e7 [2021-02-07T00:39:06.763Z] ---> 6bf55c75f333 [2021-02-07T00:39:06.763Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:39:06.763Z] Removing intermediate container 05bd5959fec4 [2021-02-07T00:39:06.763Z] ---> 712af9523149 [2021-02-07T00:39:06.763Z] [2021-02-07T00:39:06.763Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:39:06.763Z] ---> 389fef711851 [2021-02-07T00:39:06.763Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:39:06.763Z] Removing intermediate container 438185d7ad3c [2021-02-07T00:39:06.763Z] ---> 1a0c2762cec0 [2021-02-07T00:39:06.763Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:39:06.763Z] ---> Running in 4011a5cd4dfb [2021-02-07T00:39:07.031Z] ---> Running in 7e94f0081032 [2021-02-07T00:39:07.031Z] ---> Running in 8678033b2952 [2021-02-07T00:39:07.989Z] Removing intermediate container 72b9decab8c3 [2021-02-07T00:39:07.989Z] ---> e1b87cb8bb71 [2021-02-07T00:39:07.989Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:07.989Z] Removing intermediate container 4011a5cd4dfb [2021-02-07T00:39:07.989Z] ---> 31767b69635a [2021-02-07T00:39:07.989Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:39:08.256Z] Removing intermediate container dbbce706c1be [2021-02-07T00:39:08.256Z] ---> e6456cdb91ec [2021-02-07T00:39:08.256Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:39:08.256Z] ---> Running in fab981e149f1 [2021-02-07T00:39:08.256Z] Removing intermediate container 7e94f0081032 [2021-02-07T00:39:08.256Z] ---> c1571ad7a03c [2021-02-07T00:39:08.256Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:39:08.256Z] Removing intermediate container 8678033b2952 [2021-02-07T00:39:08.256Z] ---> b35855455956 [2021-02-07T00:39:08.256Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:39:08.524Z] ---> Running in 0f7b74a2f1d0 [2021-02-07T00:39:08.524Z] ---> Running in 9177b40b4f65 [2021-02-07T00:39:08.524Z] ---> Running in 85c3204299e4 [2021-02-07T00:39:08.792Z] ---> b6cc14b1958d [2021-02-07T00:39:08.792Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:09.080Z] Removing intermediate container 0f7b74a2f1d0 [2021-02-07T00:39:09.081Z] ---> 09bc28e13ada [2021-02-07T00:39:09.081Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:39:09.081Z] Removing intermediate container 85c3204299e4 [2021-02-07T00:39:09.081Z] ---> b522dfe2f2a8 [2021-02-07T00:39:09.081Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:09.081Z] ---> Running in 5325a9bbd983 [2021-02-07T00:39:09.356Z] ---> 654392146e48 [2021-02-07T00:39:09.356Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:39:09.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:09.625Z] ---> a1c327bf4a9d [2021-02-07T00:39:09.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:39:09.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:09.625Z] Removing intermediate container 5325a9bbd983 [2021-02-07T00:39:09.625Z] ---> c01006301955 [2021-02-07T00:39:09.625Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:39:09.890Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:09.890Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:39:09.890Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:09.890Z] OK: 6 MiB in 16 packages [2021-02-07T00:39:09.890Z] ---> 3908c51ecd90 [2021-02-07T00:39:09.890Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:39:10.158Z] ---> Running in 389dcbfe47f2 [2021-02-07T00:39:10.158Z] ---> cd6f3ee07b8b [2021-02-07T00:39:10.158Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:39:11.150Z] ---> da0dddc56a37 [2021-02-07T00:39:11.150Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:11.150Z] Removing intermediate container fab981e149f1 [2021-02-07T00:39:11.150Z] ---> ccbe9893d82e [2021-02-07T00:39:11.150Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:39:11.150Z] ---> 344d8c90a4ac [2021-02-07T00:39:11.150Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:39:11.415Z] ---> Running in 387fabd43d13 [2021-02-07T00:39:11.679Z] Removing intermediate container 9177b40b4f65 [2021-02-07T00:39:11.679Z] ---> 84c48e90d672 [2021-02-07T00:39:11.679Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:39:11.679Z] ---> fdef0121aa6a [2021-02-07T00:39:11.679Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:39:11.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:11.679Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:11.958Z] ---> Running in 8d82de34f9af [2021-02-07T00:39:11.958Z] ---> Running in 176dfda3d78d [2021-02-07T00:39:11.958Z] ---> d352781be49b [2021-02-07T00:39:11.958Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:39:11.958Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:39:11.958Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:39:11.959Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:39:11.959Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:39:11.959Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:39:11.959Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:39:11.959Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:39:12.227Z] ---> Running in c5d9ec5e85e7 [2021-02-07T00:39:12.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:13.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:14.026Z] Removing intermediate container 8d82de34f9af [2021-02-07T00:39:14.026Z] ---> 4df573947cb9 [2021-02-07T00:39:14.026Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:14.288Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:39:14.288Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:39:14.288Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:39:14.550Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:39:14.812Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:39:15.388Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:39:15.388Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:15.388Z] OK: 8 MiB in 20 packages [2021-02-07T00:39:15.651Z] Removing intermediate container 176dfda3d78d [2021-02-07T00:39:15.651Z] ---> 61618c6780b9 [2021-02-07T00:39:15.651Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:39:15.651Z] ---> Running in bd71c94c9cab [2021-02-07T00:39:15.651Z] Removing intermediate container c5d9ec5e85e7 [2021-02-07T00:39:15.651Z] ---> 2f92a99ff576 [2021-02-07T00:39:15.651Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:39:15.914Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:39:15.914Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:39:15.914Z] ---> Running in 1d43e2fb45c8 [2021-02-07T00:39:15.914Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:39:15.914Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:39:15.914Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:39:15.914Z] ---> Running in d593f3849a66 [2021-02-07T00:39:15.914Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:39:15.914Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:39:16.177Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:39:16.177Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:39:16.788Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:39:17.737Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:39:17.737Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:39:18.000Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:39:18.000Z] Removing intermediate container bd71c94c9cab [2021-02-07T00:39:18.000Z] ---> b843f657e6f2 [2021-02-07T00:39:18.000Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:39:18.000Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:39:18.000Z] Removing intermediate container 1d43e2fb45c8 [2021-02-07T00:39:18.000Z] ---> e6156c4cf031 [2021-02-07T00:39:18.000Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:39:18.572Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:39:18.572Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:39:18.572Z] Removing intermediate container d593f3849a66 [2021-02-07T00:39:18.572Z] ---> b358829a4aa8 [2021-02-07T00:39:18.572Z] Step 19/21 : LABEL arch=x86_64 [2021-02-07T00:39:18.572Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:39:18.836Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:39:18.836Z] ---> Running in bf51f62e027f [2021-02-07T00:39:18.836Z] ---> Running in bc125609798f [2021-02-07T00:39:18.836Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:39:19.108Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:39:19.108Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:39:19.108Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:39:19.108Z] ---> Running in a8ebdd0471aa [2021-02-07T00:39:19.108Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:39:19.108Z] Removing intermediate container 387fabd43d13 [2021-02-07T00:39:19.108Z] ---> b226eca47331 [2021-02-07T00:39:19.108Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:19.375Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:39:19.375Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:39:19.375Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:39:19.648Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:39:19.648Z] Removing intermediate container bf51f62e027f [2021-02-07T00:39:19.648Z] ---> 3d5cbf5090e9 [2021-02-07T00:39:19.648Z] Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:39:19.648Z] OK: 71 MiB in 55 packages [2021-02-07T00:39:20.232Z] ---> Running in 849a0cf8ed7a [2021-02-07T00:39:20.232Z] Removing intermediate container a8ebdd0471aa [2021-02-07T00:39:20.232Z] ---> a0ecfbab8057 [2021-02-07T00:39:20.232Z] Step 20/21 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:39:20.232Z] ---> 6e261dee5628 [2021-02-07T00:39:20.232Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:39:20.499Z] ---> Running in 7c3669cd91d2 [2021-02-07T00:39:20.765Z] Removing intermediate container 849a0cf8ed7a [2021-02-07T00:39:20.765Z] ---> 569d77b11df7 [2021-02-07T00:39:20.765Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:39:21.036Z] ---> Running in 24c2c3e4550e [2021-02-07T00:39:21.036Z] Removing intermediate container 7c3669cd91d2 [2021-02-07T00:39:21.036Z] ---> 2d193ec4041b [2021-02-07T00:39:21.036Z] Step 21/21 : LABEL version=0.0.0 [2021-02-07T00:39:25.276Z] ---> 33f0086224dc [2021-02-07T00:39:25.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:39:25.276Z] ---> Running in e92e54d7bf15 [2021-02-07T00:39:25.276Z] Removing intermediate container bc125609798f [2021-02-07T00:39:25.276Z] ---> 02a7bc797ef6 [2021-02-07T00:39:25.276Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:39:25.276Z] Removing intermediate container 24c2c3e4550e [2021-02-07T00:39:25.276Z] ---> aead0ebd080d [2021-02-07T00:39:25.276Z] [2021-02-07T00:39:25.553Z] ---> Running in 50a9e5963c06 [2021-02-07T00:39:25.553Z] Removing intermediate container e92e54d7bf15 [2021-02-07T00:39:25.553Z] ---> 4f29ce739a62 [2021-02-07T00:39:25.553Z] [2021-02-07T00:39:25.819Z] ---> 6f170be796ff [2021-02-07T00:39:25.819Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:39:25.819Z] Successfully built aead0ebd080d [2021-02-07T00:39:25.819Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-07T00:39:25.819Z] Removing intermediate container 50a9e5963c06 [2021-02-07T00:39:25.819Z] ---> 6c77faf1c76a [2021-02-07T00:39:25.819Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:39:25.819Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-02-07T00:39:25.819Z] Removing intermediate container 389dcbfe47f2 [2021-02-07T00:39:25.819Z] ---> 417a158772a4 [2021-02-07T00:39:25.819Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:39:25.819Z] Successfully built 4f29ce739a62 [2021-02-07T00:39:26.395Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-07T00:39:26.395Z] Building docker-security-secretstore-setup-go [2021-02-07T00:39:26.395Z]  Building docker-security-proxy-setup-go ... done  ---> Running in c990624861e2 [2021-02-07T00:39:26.666Z] ---> Running in d2bd8fc54977 [2021-02-07T00:39:26.666Z] ---> 5a3c3b6cc5de [2021-02-07T00:39:26.666Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:39:28.609Z] ---> Running in 64e26163dae2 [2021-02-07T00:39:29.561Z] Removing intermediate container c990624861e2 [2021-02-07T00:39:29.561Z] ---> 83cc5cebf9d8 [2021-02-07T00:39:29.561Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:39:33.818Z] Collecting docker-compose==1.23.2 [2021-02-07T00:39:33.818Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:39:34.081Z] ---> Running in c4dbfd51b88d [2021-02-07T00:39:35.031Z] Removing intermediate container c4dbfd51b88d [2021-02-07T00:39:35.031Z] ---> 9e8f9f728336 [2021-02-07T00:39:35.031Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:39:35.031Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:39:35.031Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:39:35.031Z] ---> Running in ce6d767c20e7 [2021-02-07T00:39:35.989Z] Removing intermediate container ce6d767c20e7 [2021-02-07T00:39:35.989Z] ---> e10bb0db55cf [2021-02-07T00:39:35.989Z] Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:39:36.254Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:39:36.525Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:39:38.482Z] ---> Running in 3dd60c9be67c [2021-02-07T00:39:38.482Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:39:38.482Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:39:39.911Z] Removing intermediate container 3dd60c9be67c [2021-02-07T00:39:39.911Z] ---> dc19a4f0a261 [2021-02-07T00:39:39.911Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:39:40.514Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:39:40.514Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:39:41.129Z] 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-02-07T00:39:41.129Z] Removing intermediate container 64e26163dae2 [2021-02-07T00:39:41.129Z] ---> ca0ece1ac7e6 [2021-02-07T00:39:41.129Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:39:41.408Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:39:41.408Z] ---> Running in 59de9b974956 [2021-02-07T00:39:41.408Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:39:42.003Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:39:42.003Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:39:42.838Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:39:42.838Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:39:42.979Z] ---> 7fea6b85f1d3 [2021-02-07T00:39:42.979Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:39:42.979Z] Removing intermediate container 59de9b974956 [2021-02-07T00:39:42.979Z] ---> 2490c50ac807 [2021-02-07T00:39:42.979Z] [2021-02-07T00:39:42.979Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:39:42.979Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:39:43.599Z] Successfully built 2490c50ac807 [2021-02-07T00:39:43.599Z] Successfully tagged docker-core-data-go:latest [2021-02-07T00:39:43.599Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-02-07T00:39:43.599Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:39:43.599Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:39:44.606Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:39:44.606Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:39:45.216Z] ---> bbb82161d212 [2021-02-07T00:39:45.216Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:39:45.820Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:39:45.820Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:39:46.806Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:39:46.806Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:39:47.099Z] ---> 30009a830426 [2021-02-07T00:39:47.099Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:39:47.099Z] 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-02-07T00:39:47.377Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:39:47.377Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:39:47.663Z] 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-02-07T00:39:47.663Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:39:47.663Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:39:47.663Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:39:47.663Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:39:47.663Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:39:47.663Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:39:47.663Z] ---> 47113bd50a1d [2021-02-07T00:39:47.663Z] Step 3/24 : WORKDIR /edgex-go [2021-02-07T00:39:47.663Z] ---> Using cache [2021-02-07T00:39:47.663Z] ---> 9c1f93da11d0 [2021-02-07T00:39:47.663Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:47.943Z] ---> Using cache [2021-02-07T00:39:47.943Z] ---> 302e7307cadb [2021-02-07T00:39:47.943Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:39:47.943Z] Installing collected packages: texttable, PyYAML, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, jsonschema, docker-compose [2021-02-07T00:39:47.943Z] Running setup.py install for texttable: started [2021-02-07T00:39:48.528Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:39:48.528Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:39:48.528Z] ---> 47113bd50a1d [2021-02-07T00:39:48.528Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:39:48.528Z] ---> Using cache [2021-02-07T00:39:48.528Z] ---> 9c1f93da11d0 [2021-02-07T00:39:48.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:39:48.528Z] ---> Using cache [2021-02-07T00:39:48.528Z] ---> 302e7307cadb [2021-02-07T00:39:48.528Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:39:49.505Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:39:49.773Z] Running setup.py install for PyYAML: started [2021-02-07T00:39:50.042Z] ---> Running in 14b2adfe01e2 [2021-02-07T00:39:50.042Z] ---> Running in 7d18fd710373 [2021-02-07T00:39:51.008Z] ---> 2a9e75502b35 [2021-02-07T00:39:51.008Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:39:51.008Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:39:51.008Z] Running setup.py install for docopt: started [2021-02-07T00:39:51.606Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:39:52.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:52.824Z] Attempting uninstall: idna [2021-02-07T00:39:52.824Z] Found existing installation: idna 2.9 [2021-02-07T00:39:52.824Z] Uninstalling idna-2.9: [2021-02-07T00:39:52.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:53.076Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:39:53.076Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:39:53.076Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:39:53.106Z] Successfully uninstalled idna-2.9 [2021-02-07T00:39:53.106Z] ---> 6696b3444e81 [2021-02-07T00:39:53.106Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:39:53.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:53.373Z] Attempting uninstall: urllib3 [2021-02-07T00:39:53.373Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:39:53.373Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:39:53.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:39:53.931Z] OK: 233 MiB in 51 packages [2021-02-07T00:39:53.931Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:39:54.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:39:54.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:39:54.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:39:54.062Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:39:54.062Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:39:54.523Z] ---> Running in 6df16d94ca45 [2021-02-07T00:39:54.523Z] OK: 233 MiB in 51 packages [2021-02-07T00:39:54.523Z] Attempting uninstall: requests [2021-02-07T00:39:54.523Z] Found existing installation: requests 2.23.0 [2021-02-07T00:39:54.523Z] Uninstalling requests-2.23.0: [2021-02-07T00:39:54.792Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:39:55.510Z] Removing intermediate container 6df16d94ca45 [2021-02-07T00:39:55.510Z] ---> 7bac6ae2b8a2 [2021-02-07T00:39:55.510Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:39:56.325Z] Running setup.py install for dockerpty: started [2021-02-07T00:39:56.666Z] Removing intermediate container 7d18fd710373 [2021-02-07T00:39:56.666Z] ---> 9230f8a74c5d [2021-02-07T00:39:56.666Z] Step 6/24 : COPY go.mod . [2021-02-07T00:39:56.666Z] Removing intermediate container 14b2adfe01e2 [2021-02-07T00:39:56.666Z] ---> 8fba4bc074f1 [2021-02-07T00:39:56.666Z] Step 6/22 : COPY go.mod . [2021-02-07T00:39:56.666Z] ---> 36009820e193 [2021-02-07T00:39:56.666Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:39:56.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:39:57.415Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:39:57.691Z] ---> Running in 3f1440b602c7 [2021-02-07T00:39:57.985Z] ---> 2136f05a4e7c [2021-02-07T00:39:57.985Z] Step 7/24 : RUN go mod download [2021-02-07T00:39:57.985Z] ---> 8749e11a8f1f [2021-02-07T00:39:57.985Z] Step 7/22 : RUN go mod download [2021-02-07T00:39:58.569Z] ---> Running in 6b5fc42a0684 [2021-02-07T00:39:58.569Z] ---> Running in fda87eda2462 [2021-02-07T00:39:59.148Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-07T00:40:01.776Z] Removing intermediate container 3f1440b602c7 [2021-02-07T00:40:01.776Z] ---> 096c15a2b573 [2021-02-07T00:40:01.776Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:40:03.182Z] ---> Running in bb62928efe5d [2021-02-07T00:40:03.182Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:40:03.182Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:40:03.182Z] ---> 47113bd50a1d [2021-02-07T00:40:03.182Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:40:03.182Z] ---> Using cache [2021-02-07T00:40:03.182Z] ---> 9c1f93da11d0 [2021-02-07T00:40:03.182Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:40:03.182Z] ---> Using cache [2021-02-07T00:40:03.182Z] ---> 302e7307cadb [2021-02-07T00:40:03.182Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:40:03.182Z] ---> Using cache [2021-02-07T00:40:03.182Z] ---> 9230f8a74c5d [2021-02-07T00:40:03.182Z] Step 6/23 : COPY go.mod . [2021-02-07T00:40:03.182Z] ---> Using cache [2021-02-07T00:40:03.182Z] ---> 2136f05a4e7c [2021-02-07T00:40:03.182Z] Step 7/23 : RUN go mod download [2021-02-07T00:40:04.589Z] ---> Running in 077efff9b839 [2021-02-07T00:40:04.854Z] Removing intermediate container bb62928efe5d [2021-02-07T00:40:04.854Z] ---> dd7f96b7052d [2021-02-07T00:40:04.854Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:40:04.854Z] Removing intermediate container d2bd8fc54977 [2021-02-07T00:40:04.854Z] ---> 2f477e43dc0e [2021-02-07T00:40:04.854Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:40:05.019Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:40:05.020Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:40:05.020Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:40:05.134Z] ---> Running in c0edc7bc637e [2021-02-07T00:40:05.134Z] ---> Running in a0a3b8315ffc [2021-02-07T00:40:05.134Z] Removing intermediate container fda87eda2462 [2021-02-07T00:40:05.134Z] ---> 3bce5cac01f3 [2021-02-07T00:40:05.134Z] Step 8/22 : COPY . . [2021-02-07T00:40:05.418Z] Removing intermediate container 6b5fc42a0684 [2021-02-07T00:40:05.418Z] ---> 5e0607c71f34 [2021-02-07T00:40:05.418Z] Step 8/24 : COPY . . [2021-02-07T00:40:05.694Z] Removing intermediate container c0edc7bc637e [2021-02-07T00:40:05.694Z] ---> 6526d826e877 [2021-02-07T00:40:05.694Z] Step 29/31 : LABEL arch=x86_64 [2021-02-07T00:40:05.967Z] ---> Running in e775679001c5 [2021-02-07T00:40:06.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:06.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:40:06.516Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:40:06.516Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:40:06.807Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:40:06.807Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:40:07.082Z] OK: 72 MiB in 58 packages [2021-02-07T00:40:08.517Z] Removing intermediate container e775679001c5 [2021-02-07T00:40:08.517Z] ---> 8ff5a2a3dafd [2021-02-07T00:40:08.517Z] Step 30/31 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:40:11.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.6% of statements [2021-02-07T00:40:11.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:40:11.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:40:11.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:40:11.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:40:11.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:40:11.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:40:11.788Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:40:11.788Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.153s coverage: 100.0% of statements [2021-02-07T00:40:12.817Z] ---> Running in d22f7923c97e [2021-02-07T00:40:13.772Z] Removing intermediate container 077efff9b839 [2021-02-07T00:40:13.772Z] ---> 79fedcff716f [2021-02-07T00:40:13.772Z] Step 8/23 : COPY . . [2021-02-07T00:40:18.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.600s coverage: 27.1% of statements [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:40:18.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:40:18.512Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:40:18.512Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:40:19.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 65.8% of statements [2021-02-07T00:40:19.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:40:19.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:40:19.134Z] Removing intermediate container a0a3b8315ffc [2021-02-07T00:40:19.134Z] ---> 6112d6c53f18 [2021-02-07T00:40:19.134Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:40:19.722Z] Removing intermediate container d22f7923c97e [2021-02-07T00:40:19.722Z] ---> cc2fd2ee1dc0 [2021-02-07T00:40:19.722Z] Step 31/31 : LABEL version=0.0.0 [2021-02-07T00:40:21.779Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.716s coverage: 82.3% of statements [2021-02-07T00:40:21.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:40:21.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:40:21.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:40:21.779Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:40:24.012Z] ---> Running in f31596b08c36 [2021-02-07T00:40:26.041Z] ---> Running in 6607a689cd4d [2021-02-07T00:40:26.635Z] Removing intermediate container f31596b08c36 [2021-02-07T00:40:26.635Z] ---> 96bbbe9dbd2f [2021-02-07T00:40:26.635Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:40:28.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.274s coverage: 28.6% of statements [2021-02-07T00:40:28.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:40:28.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:40:28.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:40:28.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:40:28.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:40:28.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements [2021-02-07T00:40:28.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:40:28.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-02-07T00:40:28.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:40:28.601Z] ---> Running in 4112792559a4 [2021-02-07T00:40:28.884Z] Removing intermediate container 6607a689cd4d [2021-02-07T00:40:28.884Z] ---> 59325d7f5c84 [2021-02-07T00:40:28.884Z] [2021-02-07T00:40:29.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements [2021-02-07T00:40:29.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:40:29.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements [2021-02-07T00:40:29.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:40:30.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-02-07T00:40:30.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:40:30.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:40:30.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:40:30.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:40:30.875Z] Successfully built 59325d7f5c84 [2021-02-07T00:40:31.156Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-07T00:40:31.423Z] Building docker-core-command-go [2021-02-07T00:40:32.006Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4112792559a4 [2021-02-07T00:40:32.006Z] ---> 775a91e5e6c2 [2021-02-07T00:40:32.006Z] Step 24/26 : LABEL arch=x86_64 [2021-02-07T00:40:37.356Z] ---> Running in 9dc458dc8b59 [2021-02-07T00:40:38.752Z] ---> 97725e0ddbf3 [2021-02-07T00:40:38.752Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:40:38.752Z] ---> 87663fdb4829 [2021-02-07T00:40:38.752Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:40:39.346Z] Removing intermediate container 9dc458dc8b59 [2021-02-07T00:40:39.346Z] ---> 62ba035610fa [2021-02-07T00:40:39.346Z] Step 25/26 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:40:40.769Z] ---> Running in a3e77e25620a [2021-02-07T00:40:40.911Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.359s coverage: 92.8% of statements [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:40:40.911Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:40:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:40:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:40:40.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:40:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 45.5% of statements [2021-02-07T00:40:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.089s coverage: 79.5% of statements [2021-02-07T00:40:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-02-07T00:40:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-02-07T00:40:40.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-02-07T00:40:41.039Z] ---> Running in 258f515abc41 [2021-02-07T00:40:41.313Z] ---> Running in 5ba285899a29 [2021-02-07T00:40:42.282Z] 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-02-07T00:40:42.555Z] Removing intermediate container 5ba285899a29 [2021-02-07T00:40:42.555Z] ---> 96567a325cf1 [2021-02-07T00:40:42.555Z] Step 26/26 : LABEL version=0.0.0 [2021-02-07T00:40:43.959Z] 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-02-07T00:40:44.559Z] ---> Running in ce41f72f79f0 [2021-02-07T00:40:46.011Z] ---> 740c05ee9e96 [2021-02-07T00:40:46.012Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:40:46.287Z] Removing intermediate container ce41f72f79f0 [2021-02-07T00:40:46.287Z] ---> 5a02269ed6d1 [2021-02-07T00:40:46.287Z] [2021-02-07T00:40:46.566Z] ---> Running in 42fe3cac1155 [2021-02-07T00:40:47.171Z] Successfully built 5a02269ed6d1 [2021-02-07T00:40:47.442Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-07T00:40:49.405Z]  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/core-metadata/core-metadata ./cmd/core-metadata [2021-02-07T00:40:53.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-02-07T00:40:53.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.091s coverage: 44.8% of statements [2021-02-07T00:40:56.114Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:40:56.114Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:40:56.114Z] ---> 47113bd50a1d [2021-02-07T00:40:56.114Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:40:56.114Z] ---> Using cache [2021-02-07T00:40:56.114Z] ---> 9c1f93da11d0 [2021-02-07T00:40:56.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:40:56.114Z] ---> Using cache [2021-02-07T00:40:56.114Z] ---> 302e7307cadb [2021-02-07T00:40:56.114Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:40:56.114Z] ---> Using cache [2021-02-07T00:40:56.114Z] ---> 9230f8a74c5d [2021-02-07T00:40:56.114Z] Step 6/23 : COPY go.mod . [2021-02-07T00:40:56.114Z] ---> Using cache [2021-02-07T00:40:56.114Z] ---> 2136f05a4e7c [2021-02-07T00:40:56.114Z] Step 7/23 : RUN go mod download [2021-02-07T00:40:56.114Z] ---> Using cache [2021-02-07T00:40:56.114Z] ---> 79fedcff716f [2021-02-07T00:40:56.114Z] Step 8/23 : COPY . . [2021-02-07T00:40:56.114Z] ---> Using cache [2021-02-07T00:40:56.114Z] ---> 740c05ee9e96 [2021-02-07T00:40:56.114Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:40:57.111Z] ---> Running in d95fa77271f3 [2021-02-07T00:40:58.553Z] 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-02-07T00:41:06.773Z] 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-02-07T00:41:08.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.091s coverage: 87.2% of statements [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.522s coverage: 63.5% of statements [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-02-07T00:41:08.456Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.838s coverage: 68.9% of statements [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:41:08.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:41:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 37.0% of statements [2021-02-07T00:41:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:41:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:41:11.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.853s coverage: 84.0% of statements [2021-02-07T00:41:12.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.137s coverage: 100.0% of statements [2021-02-07T00:41:19.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.540s coverage: 47.0% of statements [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:41:19.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.184s coverage: 100.0% of statements [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:41:19.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.153s coverage: 100.0% of statements [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:41:19.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.270s coverage: 87.7% of statements [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:41:19.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:41:19.158Z] Removing intermediate container 258f515abc41 [2021-02-07T00:41:19.158Z] ---> 517374a23372 [2021-02-07T00:41:19.158Z] [2021-02-07T00:41:19.158Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:41:19.158Z] ---> 389fef711851 [2021-02-07T00:41:19.158Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:41:19.158Z] Removing intermediate container a3e77e25620a [2021-02-07T00:41:19.158Z] ---> 7819b2755cb6 [2021-02-07T00:41:19.158Z] [2021-02-07T00:41:19.158Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:41:19.158Z] ---> 389fef711851 [2021-02-07T00:41:19.158Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:41:19.158Z] ---> Running in c140c133e714 [2021-02-07T00:41:19.158Z] ---> Running in 6ba604493ae2 [2021-02-07T00:41:19.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:41:19.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:41:20.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:41:20.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:41:20.066Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:41:20.346Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:41:20.346Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:41:20.346Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:41:20.346Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:41:20.346Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:41:20.346Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:41:20.346Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:41:20.346Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:41:20.346Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:41:20.346Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:41:20.346Z] OK: 7 MiB in 19 packages [2021-02-07T00:41:20.346Z] OK: 6 MiB in 16 packages [2021-02-07T00:41:23.707Z] Removing intermediate container c140c133e714 [2021-02-07T00:41:23.707Z] ---> 6ba505a0feef [2021-02-07T00:41:23.707Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:41:23.707Z] Removing intermediate container 6ba604493ae2 [2021-02-07T00:41:23.707Z] ---> c422e4afe003 [2021-02-07T00:41:23.707Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:41:24.290Z] ---> Running in 2edd97a2bac8 [2021-02-07T00:41:24.290Z] ---> Running in 17f604836a41 [2021-02-07T00:41:24.554Z] Removing intermediate container 42fe3cac1155 [2021-02-07T00:41:24.554Z] ---> 452a16f84601 [2021-02-07T00:41:24.554Z] [2021-02-07T00:41:24.554Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:41:24.554Z] ---> 389fef711851 [2021-02-07T00:41:24.554Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:41:24.554Z] ---> Using cache [2021-02-07T00:41:24.554Z] ---> 500d4f3cf4da [2021-02-07T00:41:24.554Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:41:24.554Z] ---> Using cache [2021-02-07T00:41:24.554Z] ---> 1a0c2762cec0 [2021-02-07T00:41:24.554Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:41:24.554Z] ---> Running in ed1db43d44ca [2021-02-07T00:41:24.818Z] Removing intermediate container 2edd97a2bac8 [2021-02-07T00:41:24.818Z] ---> baff00e394f0 [2021-02-07T00:41:24.818Z] Step 13/24 : WORKDIR / [2021-02-07T00:41:24.818Z] Removing intermediate container 17f604836a41 [2021-02-07T00:41:24.818Z] ---> d3d73a22599d [2021-02-07T00:41:24.818Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:41:25.808Z] ---> Running in 9693da089eb7 [2021-02-07T00:41:25.808Z] ---> Running in a67cb1cc0f18 [2021-02-07T00:41:25.808Z] Removing intermediate container ed1db43d44ca [2021-02-07T00:41:25.808Z] ---> 3f0307f0c4b9 [2021-02-07T00:41:25.808Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:41:25.808Z] ---> Running in b1d64357e504 [2021-02-07T00:41:26.150Z] Removing intermediate container 9693da089eb7 [2021-02-07T00:41:26.150Z] ---> 73c4c42bf251 [2021-02-07T00:41:26.150Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-07T00:41:26.417Z] Removing intermediate container a67cb1cc0f18 [2021-02-07T00:41:26.417Z] ---> 308b2031d26b [2021-02-07T00:41:26.417Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:41:28.428Z] ---> d05afe0dca19 [2021-02-07T00:41:28.428Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-07T00:41:28.428Z] Removing intermediate container b1d64357e504 [2021-02-07T00:41:28.428Z] ---> 8d7951d1bbaa [2021-02-07T00:41:28.428Z] Step 15/23 : WORKDIR / [2021-02-07T00:41:28.428Z] ---> Running in 5981e1cb7bca [2021-02-07T00:41:28.428Z] ---> Running in cbffcea94348 [2021-02-07T00:41:28.694Z] Removing intermediate container d95fa77271f3 [2021-02-07T00:41:28.694Z] ---> 381353a56899 [2021-02-07T00:41:28.694Z] [2021-02-07T00:41:28.694Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:41:28.694Z] ---> 389fef711851 [2021-02-07T00:41:28.694Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:41:28.694Z] ---> Using cache [2021-02-07T00:41:28.694Z] ---> 500d4f3cf4da [2021-02-07T00:41:28.694Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:41:28.694Z] ---> Using cache [2021-02-07T00:41:28.694Z] ---> 1a0c2762cec0 [2021-02-07T00:41:28.694Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:41:28.694Z] ---> Running in d7f433d7d231 [2021-02-07T00:41:28.694Z] Removing intermediate container 5981e1cb7bca [2021-02-07T00:41:28.694Z] ---> 62b35504e44d [2021-02-07T00:41:28.694Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:41:28.694Z] ---> a88d14fee942 [2021-02-07T00:41:28.694Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:41:28.956Z] Removing intermediate container cbffcea94348 [2021-02-07T00:41:28.956Z] ---> e29bab194c00 [2021-02-07T00:41:28.956Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:41:28.956Z] Removing intermediate container d7f433d7d231 [2021-02-07T00:41:28.956Z] ---> 48ef240ee7c9 [2021-02-07T00:41:28.956Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:41:29.220Z] ---> Running in ef4a41473379 [2021-02-07T00:41:29.220Z] ---> 2fa2e6a56ba9 [2021-02-07T00:41:29.220Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:41:29.220Z] ---> 4fbf5e329316 [2021-02-07T00:41:29.220Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:41:29.220Z] ---> cd5b02093835 [2021-02-07T00:41:29.220Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.586s coverage: 29.1% of statements [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.192s coverage: 100.0% of statements [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:41:29.279Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-02-07T00:41:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-07T00:41:29.497Z] Removing intermediate container ef4a41473379 [2021-02-07T00:41:29.497Z] ---> aa245840267f [2021-02-07T00:41:29.497Z] Step 15/23 : WORKDIR / [2021-02-07T00:41:29.497Z] ---> Running in 4370aacd8f2a [2021-02-07T00:41:29.551Z] GO111MODULE=on go vet ./... [2021-02-07T00:41:29.774Z] Removing intermediate container 4370aacd8f2a [2021-02-07T00:41:29.774Z] ---> 7c0ef935dcc1 [2021-02-07T00:41:29.774Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:41:30.042Z] ---> 21aab2fdacb1 [2021-02-07T00:41:30.042Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:41:30.042Z] ---> c05179151636 [2021-02-07T00:41:30.042Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:41:30.042Z] ---> 6abbd85870f3 [2021-02-07T00:41:30.042Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:41:30.306Z] ---> 5238630c95ca [2021-02-07T00:41:30.306Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:41:30.306Z] ---> 3256ca4ad82e [2021-02-07T00:41:30.306Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:41:30.306Z] ---> 904706d599e9 [2021-02-07T00:41:30.306Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:41:30.568Z] ---> a515f6cbeeee [2021-02-07T00:41:30.568Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:41:30.568Z] ---> Running in 84e04ec5eae8 [2021-02-07T00:41:30.568Z] ---> Running in d7c708ba4ef1 [2021-02-07T00:41:31.159Z] ---> c391f64b79fc [2021-02-07T00:41:31.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:41:31.159Z] ---> 667ece188f46 [2021-02-07T00:41:31.159Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-07T00:41:31.422Z] ---> Running in 683e7aa72fac [2021-02-07T00:41:31.422Z] Removing intermediate container 84e04ec5eae8 [2021-02-07T00:41:31.422Z] ---> 1fa9fa476706 [2021-02-07T00:41:31.422Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:41:31.422Z] Removing intermediate container d7c708ba4ef1 [2021-02-07T00:41:31.422Z] ---> d57e97178540 [2021-02-07T00:41:31.422Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:41:31.689Z] ---> Running in d60787ab4c50 [2021-02-07T00:41:31.689Z] ---> Running in 3cf133f8babd [2021-02-07T00:41:31.689Z] ---> f09483d39f9f [2021-02-07T00:41:31.689Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:41:31.962Z] ---> Running in 7da0dc6a7435 [2021-02-07T00:41:31.962Z] Removing intermediate container d60787ab4c50 [2021-02-07T00:41:31.962Z] ---> f6a5ddf675e5 [2021-02-07T00:41:31.962Z] Step 20/22 : LABEL arch=x86_64 [2021-02-07T00:41:31.962Z] Removing intermediate container 3cf133f8babd [2021-02-07T00:41:31.962Z] ---> 6b909cf88d11 [2021-02-07T00:41:31.962Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:41:32.227Z] ---> Running in 4349704e8b30 [2021-02-07T00:41:32.227Z] ---> Running in 19a5ae8d6479 [2021-02-07T00:41:32.227Z] Removing intermediate container 7da0dc6a7435 [2021-02-07T00:41:32.227Z] ---> 9c3174401c99 [2021-02-07T00:41:32.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:41:32.489Z] ---> Running in ad0036d5fd18 [2021-02-07T00:41:32.489Z] Removing intermediate container 4349704e8b30 [2021-02-07T00:41:32.489Z] ---> 852863493c01 [2021-02-07T00:41:32.489Z] Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:41:32.751Z] Removing intermediate container 19a5ae8d6479 [2021-02-07T00:41:32.751Z] ---> f96ba9d57438 [2021-02-07T00:41:32.751Z] Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:41:32.751Z] ---> Running in d23be3c68754 [2021-02-07T00:41:32.751Z] Removing intermediate container ad0036d5fd18 [2021-02-07T00:41:32.751Z] ---> 144a2d1cf6e9 [2021-02-07T00:41:32.751Z] Step 21/23 : LABEL arch=x86_64 [2021-02-07T00:41:33.015Z] ---> Running in f987d68a8405 [2021-02-07T00:41:33.015Z] ---> Running in a27fd72945d3 [2021-02-07T00:41:33.015Z] Removing intermediate container d23be3c68754 [2021-02-07T00:41:33.015Z] ---> c58fdc809bdf [2021-02-07T00:41:33.015Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:41:33.015Z] Removing intermediate container 683e7aa72fac [2021-02-07T00:41:33.015Z] ---> dc56b1b28dc4 [2021-02-07T00:41:33.015Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-07T00:41:33.973Z] Removing intermediate container f987d68a8405 [2021-02-07T00:41:33.973Z] ---> 319145141e21 [2021-02-07T00:41:33.973Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:41:33.973Z] ---> Running in 02c2ff62d5a8 [2021-02-07T00:41:33.973Z] ---> Running in 06773b1ec7c0 [2021-02-07T00:41:33.973Z] Removing intermediate container a27fd72945d3 [2021-02-07T00:41:33.973Z] ---> 2d084cbb1692 [2021-02-07T00:41:33.973Z] Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:41:33.973Z] ---> Running in d2195784e064 [2021-02-07T00:41:34.235Z] ---> Running in 18b060bf7307 [2021-02-07T00:41:34.235Z] Removing intermediate container 02c2ff62d5a8 [2021-02-07T00:41:34.235Z] ---> 72baaa99b193 [2021-02-07T00:41:34.235Z] [2021-02-07T00:41:34.235Z] Removing intermediate container 06773b1ec7c0 [2021-02-07T00:41:34.235Z] ---> 9d09b78f58f7 [2021-02-07T00:41:34.235Z] Step 22/24 : LABEL arch=x86_64 [2021-02-07T00:41:34.235Z] Removing intermediate container d2195784e064 [2021-02-07T00:41:34.235Z] ---> 603c44ab4c51 [2021-02-07T00:41:34.235Z] [2021-02-07T00:41:34.496Z] Successfully built 72baaa99b193 [2021-02-07T00:41:34.496Z] ---> Running in 71097c17fbd5 [2021-02-07T00:41:34.496Z] Successfully tagged docker-support-notifications-go:latest [2021-02-07T00:41:34.496Z]  Building docker-support-notifications-go ... done Removing intermediate container 18b060bf7307 [2021-02-07T00:41:34.496Z] ---> a249aa3884a5 [2021-02-07T00:41:34.496Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:41:34.496Z] Successfully built 603c44ab4c51 [2021-02-07T00:41:34.759Z] Successfully tagged docker-core-metadata-go:latest [2021-02-07T00:41:34.759Z]  Building docker-core-metadata-go ... done  ---> Running in baa6bd2ed2d0 [2021-02-07T00:41:34.759Z] Removing intermediate container 71097c17fbd5 [2021-02-07T00:41:34.759Z] ---> 57e61d2f1194 [2021-02-07T00:41:34.759Z] Step 23/24 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:41:34.759Z] ---> Running in 9e272793ab5e [2021-02-07T00:41:34.759Z] Removing intermediate container baa6bd2ed2d0 [2021-02-07T00:41:34.759Z] ---> 219632366da2 [2021-02-07T00:41:34.759Z] [2021-02-07T00:41:35.022Z] Removing intermediate container 9e272793ab5e [2021-02-07T00:41:35.022Z] ---> 51511e40246d [2021-02-07T00:41:35.022Z] Step 24/24 : LABEL version=0.0.0 [2021-02-07T00:41:35.022Z] Successfully built 219632366da2 [2021-02-07T00:41:35.022Z] Successfully tagged docker-core-command-go:latest [2021-02-07T00:41:35.022Z]  Building docker-core-command-go ... done  ---> Running in 411dd2ca1e4a [2021-02-07T00:41:35.284Z] Removing intermediate container 411dd2ca1e4a [2021-02-07T00:41:35.284Z] ---> 38d60902eb3e [2021-02-07T00:41:35.284Z] [2021-02-07T00:41:35.546Z] Successfully built 38d60902eb3e [2021-02-07T00:41:35.546Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-07T00:41:35.817Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-02-07T00:41:35.832Z] $ docker stop --time=1 9f4788eb373999cfc1e0735cbf5e9e9c0d7552ae0d9b6e024123d53fb17926e1 [2021-02-07T00:41:37.548Z] $ docker rm -f 9f4788eb373999cfc1e0735cbf5e9e9c0d7552ae0d9b6e024123d53fb17926e1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:41:38.082Z] + docker images [2021-02-07T00:41:38.082Z] + grep docker [2021-02-07T00:41:38.348Z] docker-security-secretstore-setup-go latest 38d60902eb3e 3 seconds ago 24.6MB [2021-02-07T00:41:38.348Z] docker-core-metadata-go latest 603c44ab4c51 4 seconds ago 18.8MB [2021-02-07T00:41:38.348Z] docker-core-command-go latest 219632366da2 4 seconds ago 16.9MB [2021-02-07T00:41:38.348Z] docker-support-notifications-go latest 72baaa99b193 5 seconds ago 17.6MB [2021-02-07T00:41:38.348Z] docker-sys-mgmt-agent-go latest 5a02269ed6d1 53 seconds ago 313MB [2021-02-07T00:41:38.348Z] docker-security-bootstrapper-go latest 59325d7f5c84 About a minute ago 23.8MB [2021-02-07T00:41:38.348Z] docker-core-data-go latest 2490c50ac807 About a minute ago 22.3MB [2021-02-07T00:41:38.348Z] docker-security-proxy-setup-go latest 4f29ce739a62 2 minutes ago 24.4MB [2021-02-07T00:41:38.348Z] docker-support-scheduler-go latest aead0ebd080d 2 minutes ago 17MB [2021-02-07T00:41:38.348Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-07T00:41:54.169Z] Still waiting to schedule task [2021-02-07T00:41:54.169Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25377’ [2021-02-07T00:42:51.344Z] gofmt -l . [2021-02-07T00:42:51.344Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:42:51.344Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:42:51.344Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-07T00:42:52.000Z] + ls -al . [2021-02-07T00:42:52.000Z] total 724 [2021-02-07T00:42:52.001Z] drwxrwxr-x 9 1001 1001 4096 Feb 7 00:42 . [2021-02-07T00:42:52.001Z] drwxr-xr-x 4 root root 4096 Feb 7 00:38 .. [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 11 Feb 7 00:36 .dockerignore [2021-02-07T00:42:52.001Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 .git [2021-02-07T00:42:52.001Z] drwxrwxr-x 3 1001 1001 4096 Feb 7 00:36 .github [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 872 Feb 7 00:36 .gitignore [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 166 Feb 7 00:36 .sonarcloud.properties [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 7859 Feb 7 00:36 Attribution.txt [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 3804 Feb 7 00:36 CONTRIBUTING.md [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 931 Feb 7 00:36 Dockerfile.build [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 863 Feb 7 00:36 Jenkinsfile [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 10775 Feb 7 00:36 LICENSE [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 6001 Feb 7 00:36 Makefile [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 6524 Feb 7 00:36 README.md [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 6755 Feb 7 00:36 SECURITY.md [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 5 Feb 7 00:32 VERSION [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 4131 Feb 7 00:36 ZMQWindows.md [2021-02-07T00:42:52.001Z] drwxrwxr-x 2 1001 1001 4096 Feb 7 00:36 bin [2021-02-07T00:42:52.001Z] drwxrwxr-x 15 1001 1001 4096 Feb 7 00:36 cmd [2021-02-07T00:42:52.001Z] -rw-r--r-- 1 root root 590503 Feb 7 00:41 coverage.out [2021-02-07T00:42:52.001Z] -rw-r--r-- 1 root root 1054 Feb 7 00:42 go.mod [2021-02-07T00:42:52.001Z] -rw-r--r-- 1 root root 19290 Feb 7 00:42 go.sum [2021-02-07T00:42:52.001Z] drwxrwxr-x 8 1001 1001 4096 Feb 7 00:36 internal [2021-02-07T00:42:52.001Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 openapi [2021-02-07T00:42:52.001Z] drwxrwxr-x 4 1001 1001 4096 Feb 7 00:36 snap [2021-02-07T00:42:52.001Z] -rw-rw-r-- 1 1001 1001 168 Feb 7 00:36 version.go [Pipeline] sh [2021-02-07T00:42:52.708Z] + '[' -e coverage.out ] [2021-02-07T00:42:52.708Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-07T00:42:52.779Z] Warning: overwriting stash ‘coverage-report’ [2021-02-07T00:42:53.998Z] Stashed 1 file(s) [Pipeline] sh [2021-02-07T00:42:54.679Z] + make build [2021-02-07T00:42:54.679Z] 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-02-07T00:43:04.806Z] 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-02-07T00:43:31.676Z] 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-02-07T00:43:31.807Z] Running on prd-ubuntu18.04-docker-8c-8g-25380 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-07T00:43:31.865Z] Running in /w/workspace/edgex-go/59 [Pipeline] { [Pipeline] checkout [2021-02-07T00:43:34.188Z] using credential edgex-jenkins-ssh [2021-02-07T00:43:34.244Z] Cloning the remote Git repository [2021-02-07T00:43:34.277Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:43:34.373Z] > git init /w/workspace/edgex-go/59 # timeout=10 [2021-02-07T00:43:34.401Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:43:34.401Z] > git --version # timeout=10 [2021-02-07T00:43:34.407Z] > git --version # 'git version 2.17.1' [2021-02-07T00:43:34.407Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:43:34.452Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:43:36.042Z] 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-02-07T00:43:41.428Z] 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-02-07T00:43:42.871Z] 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-02-07T00:43:48.293Z] 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-02-07T00:43:52.906Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-07T00:43:53.344Z] Merge succeeded, producing 6850b85b41054dbd4f209c7c38d82fad9e601b91 [2021-02-07T00:43:53.345Z] Checking out Revision 6850b85b41054dbd4f209c7c38d82fad9e601b91 (PR-2858) [2021-02-07T00:43:53.696Z] 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-02-07T00:43:52.256Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:43:52.265Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:43:52.277Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:43:52.295Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:43:52.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:43:52.302Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:43:52.939Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:43:52.944Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-07T00:43:53.093Z] > git remote # timeout=10 [2021-02-07T00:43:53.108Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:43:53.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:43:53.125Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:43:53.360Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:43:53.371Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:43:53.386Z] > git checkout -f 6850b85b41054dbd4f209c7c38d82fad9e601b91 # timeout=10 [2021-02-07T00:43:57.206Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [2021-02-07T00:43:57.224Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:43:58.015Z] 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-02-07T00:43:57.229Z] > git rev-list --no-walk 2b5a858accb71dd25b37634092f458ed29d8f943 # timeout=10 [2021-02-07T00:43:58.272Z] + echo snap-build.sh [2021-02-07T00:43:58.272Z] snap-build.sh [2021-02-07T00:43:58.272Z] + SNAP_BASE_DIR=. [2021-02-07T00:43:58.272Z] + '[' '!' -z /w/workspace/edgex-go/59 ']' [2021-02-07T00:43:58.272Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/59 [2021-02-07T00:43:58.272Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/59]' [2021-02-07T00:43:58.272Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/59] [2021-02-07T00:43:58.272Z] + cd /w/workspace/edgex-go/59 [2021-02-07T00:43:58.272Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-07T00:43:58.272Z] Reading package lists... [2021-02-07T00:43:58.536Z] Building dependency tree... [2021-02-07T00:43:58.536Z] Reading state information... [2021-02-07T00:43:58.798Z] The following packages were automatically installed and are no longer required: [2021-02-07T00:43:58.798Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-07T00:43:58.798Z] uidmap xdelta3 [2021-02-07T00:43:58.798Z] Use 'sudo apt autoremove' to remove them. [2021-02-07T00:43:58.798Z] The following packages will be REMOVED: [2021-02-07T00:43:58.798Z] lxd* lxd-client* [2021-02-07T00:43:59.372Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-07T00:43:59.372Z] After this operation, 31.7 MB disk space will be freed. [2021-02-07T00:44:00.694Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-07T00:44:00.694Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:44:02.111Z] Removing lxd dnsmasq configuration [2021-02-07T00:44:02.111Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:44:02.390Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-07T00:44:03.409Z] 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-02-07T00:44:03.955Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-07T00:44:04.223Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-07T00:44:04.223Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-07T00:44:06.158Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-07T00:44:06.158Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-07T00:44:06.794Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-07T00:44:08.083Z] + sudo snap remove --purge lxd [2021-02-07T00:44:08.083Z] snap "lxd" is not installed [2021-02-07T00:44:08.083Z] + sudo groupadd --force --system lxd [2021-02-07T00:44:08.083Z] ++ whoami [2021-02-07T00:44:08.083Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-07T00:44:08.083Z] + newgrp - lxd [2021-02-07T00:44:08.083Z] + sudo snap install lxd [2021-02-07T00:44:12.184Z] 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-02-07T00:44:16.258Z] 2021-02-07T00:44:13Z INFO Waiting for automatic snapd restart... [2021-02-07T00:44:16.493Z] 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-02-07T00:44:21.901Z] $ docker stop --time=1 87a6ce5e2c6802ce186ec892bd0d94e830535c9cde4a081afd6633858a604d08 [2021-02-07T00:44:24.529Z] $ docker rm -f 87a6ce5e2c6802ce186ec892bd0d94e830535c9cde4a081afd6633858a604d08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:26.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:26.949Z] [2021-02-07T00:44:26.949Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:27.343Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:27.616Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-07T00:44:27.616Z] 29e5d40040c1: Pulling fs layer [2021-02-07T00:44:27.616Z] 1ce36da41761: Pulling fs layer [2021-02-07T00:44:27.616Z] 25b303627fd3: Pulling fs layer [2021-02-07T00:44:27.889Z] 29e5d40040c1: Verifying Checksum [2021-02-07T00:44:27.889Z] 29e5d40040c1: Download complete [2021-02-07T00:44:28.163Z] 1ce36da41761: Verifying Checksum [2021-02-07T00:44:28.163Z] 1ce36da41761: Download complete [2021-02-07T00:44:28.761Z] 29e5d40040c1: Pull complete [2021-02-07T00:44:29.740Z] 1ce36da41761: Pull complete [2021-02-07T00:44:30.012Z] 25b303627fd3: Verifying Checksum [2021-02-07T00:44:30.012Z] 25b303627fd3: Download complete [2021-02-07T00:44:38.296Z] lxd 4.10 from Canonical* installed [2021-02-07T00:44:38.297Z] + sudo lxd init --auto [2021-02-07T00:44:40.157Z] 25b303627fd3: Pull complete [2021-02-07T00:44:40.157Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-07T00:44:40.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:40.157Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-07T00:44:40.440Z] prd-ubuntu18.04-docker-arm64-4c-16g-25374 does not seem to be running inside a container [2021-02-07T00:44:40.515Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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-02-07T00:44:43.769Z] $ docker top 89ea91e6f72304447e66fe6f432dbaa0684750891b36fab519f27140cf36bb73 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:44:44.834Z] + docker-compose build --help [2021-02-07T00:44:44.834Z] + grep parallel [2021-02-07T00:44:44.902Z] + sudo snap install --classic snapcraft [2021-02-07T00:44:50.212Z] --parallel Build images in parallel. [Pipeline] } [2021-02-07T00:44:50.491Z] $ docker stop --time=1 89ea91e6f72304447e66fe6f432dbaa0684750891b36fab519f27140cf36bb73 [2021-02-07T00:44:52.375Z] $ docker rm -f 89ea91e6f72304447e66fe6f432dbaa0684750891b36fab519f27140cf36bb73 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:44:53.064Z] snapcraft 4.4.4 from Canonical* installed [2021-02-07T00:44:53.064Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-07T00:44:53.064Z] + patch --verbose -p1 [2021-02-07T00:44:53.064Z] Hmm... Looks like a unified diff to me... [2021-02-07T00:44:53.064Z] The text leading up to this was: [2021-02-07T00:44:53.064Z] -------------------------- [2021-02-07T00:44:53.064Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-07T00:44:53.064Z] |From: Tony Espy [2021-02-07T00:44:53.064Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-07T00:44:53.064Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-07T00:44:53.064Z] | [2021-02-07T00:44:53.064Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-07T00:44:53.064Z] |optimize the snap CI check run for pull requests. When [2021-02-07T00:44:53.064Z] |applied, it essentially strips out everything (apps and [2021-02-07T00:44:53.064Z] |parts) from the snapcraft.yaml file except those required [2021-02-07T00:44:53.064Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-07T00:44:53.064Z] |catch changes to edgex-go that break the snap build. [2021-02-07T00:44:53.064Z] | [2021-02-07T00:44:53.064Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-07T00:44:53.064Z] |to update this patch file, otherwise it may fail to apply, [2021-02-07T00:44:53.064Z] |resulting in a failed snap build CI check in the associated [2021-02-07T00:44:53.064Z] |pull request. [2021-02-07T00:44:53.064Z] | [2021-02-07T00:44:53.064Z] |Note - in addition to applying this patch, the pipeline also [2021-02-07T00:44:53.064Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-07T00:44:53.064Z] |need to build the finally binary .snap file (and it won't [2021-02-07T00:44:53.064Z] |work with the patch applied). This further reduces the build [2021-02-07T00:44:53.064Z] |time. [2021-02-07T00:44:53.064Z] |--- [2021-02-07T00:44:53.064Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-07T00:44:53.064Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-07T00:44:53.064Z] | [2021-02-07T00:44:53.064Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-07T00:44:53.064Z] |index 1e537489..faf42425 100644 [2021-02-07T00:44:53.064Z] |--- a/snap/snapcraft.yaml [2021-02-07T00:44:53.064Z] |+++ b/snap/snapcraft.yaml [2021-02-07T00:44:53.064Z] -------------------------- [2021-02-07T00:44:53.064Z] patching file snap/snapcraft.yaml [2021-02-07T00:44:53.064Z] Using Plan A... [2021-02-07T00:44:53.064Z] Hunk #1 succeeded at 73. [2021-02-07T00:44:53.064Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-07T00:44:53.064Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-07T00:44:53.064Z] Hunk #4 FAILED at 223. [2021-02-07T00:44:53.064Z] Hunk #5 succeeded at 300. [2021-02-07T00:44:53.064Z] Hunk #6 succeeded at 327. [2021-02-07T00:44:53.064Z] Hunk #7 succeeded at 361. [2021-02-07T00:44:53.064Z] Hunk #8 FAILED at 412. [2021-02-07T00:44:53.064Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-07T00:44:53.064Z] Hmm... Ignoring the trailing garbage. [2021-02-07T00:44:53.064Z] done [Pipeline] } [2021-02-07T00:44:53.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-07T00:44:53.147Z] . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer [2021-02-07T00:44:53.441Z] prd-ubuntu18.04-docker-arm64-4c-16g-25374 does not seem to be running inside a container [2021-02-07T00:44:53.507Z] $ 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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-07T00:44:54.882Z] $ docker top 66b9fc882f59eac3e186b45eacf819f930f129fd2e3e21b33c1bb12a2e074a9f -eo pid,comm [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-07T00:44:55.848Z] Failed in branch amd64 [2021-02-07T00:44:56.029Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-07T00:45:01.475Z] Building docker-core-command-go ... [2021-02-07T00:45:01.475Z] Building docker-core-data-go ... [2021-02-07T00:45:01.475Z] Building docker-core-metadata-go ... [2021-02-07T00:45:01.475Z] Building docker-security-bootstrapper-go ... [2021-02-07T00:45:01.475Z] Building docker-security-proxy-setup-go ... [2021-02-07T00:45:01.475Z] Building docker-security-secretstore-setup-go ... [2021-02-07T00:45:01.475Z] Building docker-support-notifications-go ... [2021-02-07T00:45:01.475Z] Building docker-support-scheduler-go ... [2021-02-07T00:45:01.475Z] Building docker-sys-mgmt-agent-go ... [2021-02-07T00:45:01.475Z] Building docker-support-notifications-go [2021-02-07T00:45:01.475Z] Building docker-security-secretstore-setup-go [2021-02-07T00:45:01.475Z] Building docker-core-command-go [2021-02-07T00:45:01.475Z] Building docker-security-proxy-setup-go [2021-02-07T00:45:01.475Z] Building docker-core-data-go [2021-02-07T00:46:23.241Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:23.241Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:23.241Z] ---> 0fbf5df165a1 [2021-02-07T00:46:23.241Z] Step 3/21 : WORKDIR /edgex-go [2021-02-07T00:46:23.241Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:23.241Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:23.241Z] ---> 0fbf5df165a1 [2021-02-07T00:46:23.241Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:46:23.241Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:23.241Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:23.241Z] ---> 0fbf5df165a1 [2021-02-07T00:46:23.241Z] Step 3/24 : WORKDIR /edgex-go [2021-02-07T00:46:23.241Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:23.241Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:23.241Z] ---> 0fbf5df165a1 [2021-02-07T00:46:23.241Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:46:23.241Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:46:23.241Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:46:23.241Z] ---> 0fbf5df165a1 [2021-02-07T00:46:23.241Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:46:23.241Z] ---> Running in e4851baeb981 [2021-02-07T00:46:23.241Z] ---> Running in 7e30e9c317e3 [2021-02-07T00:46:23.241Z] ---> Running in c2b7bc68fa56 [2021-02-07T00:46:23.241Z] ---> Running in 4f5b73092477 [2021-02-07T00:46:23.241Z] ---> Running in 2c6617f0d302 [2021-02-07T00:46:23.241Z] Removing intermediate container c2b7bc68fa56 [2021-02-07T00:46:23.241Z] ---> 1e1f28cc6374 [2021-02-07T00:46:23.241Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container e4851baeb981 [2021-02-07T00:46:23.241Z] [2021-02-07T00:46:23.241Z] ---> d84f80121636 [2021-02-07T00:46:23.241Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:23.241Z] Removing intermediate container 4f5b73092477 [2021-02-07T00:46:23.241Z] ---> 2d3f9d5143db [2021-02-07T00:46:23.241Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:23.241Z] Removing intermediate container 2c6617f0d302 [2021-02-07T00:46:23.241Z] ---> 9d716db50c1b [2021-02-07T00:46:23.241Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:23.241Z] Removing intermediate container 7e30e9c317e3 [2021-02-07T00:46:23.241Z] ---> ed3c5c1cf501 [2021-02-07T00:46:23.241Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:46:23.241Z] ---> Running in 873321d03739 [2021-02-07T00:46:23.241Z] ---> Running in 09190b84e19c [2021-02-07T00:46:23.241Z] ---> Running in ee31c261c3a0 [2021-02-07T00:46:23.241Z] ---> Running in a125970568d2 [2021-02-07T00:46:23.241Z] ---> Running in ca720d437ce7 [2021-02-07T00:46:23.241Z] Removing intermediate container 873321d03739 [2021-02-07T00:46:23.241Z] ---> 536fa351bd54 [2021-02-07T00:46:23.241Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-07T00:46:23.519Z] ---> Running in 28053838a612 [2021-02-07T00:46:23.519Z] Removing intermediate container a125970568d2 [2021-02-07T00:46:23.519Z] ---> 8e9dafbb69de [2021-02-07T00:46:23.519Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-07T00:46:24.127Z] ---> Running in f3d6ec3f9867 [2021-02-07T00:46:24.127Z] Removing intermediate container ee31c261c3a0 [2021-02-07T00:46:24.127Z] ---> 01af359cf40d [2021-02-07T00:46:24.127Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:46:24.401Z] Removing intermediate container 09190b84e19c [2021-02-07T00:46:24.401Z] ---> 2b3ce4263a75 [2021-02-07T00:46:24.401Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-07T00:46:24.677Z] Removing intermediate container ca720d437ce7 [2021-02-07T00:46:24.677Z] ---> 145fe95b6693 [2021-02-07T00:46:24.677Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-07T00:46:24.952Z] ---> Running in ab06521a78a8 [2021-02-07T00:46:24.952Z] ---> Running in 0790b1e15eb1 [2021-02-07T00:46:24.952Z] ---> Running in 991b8cb22688 [2021-02-07T00:46:25.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:26.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:26.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.109Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:27.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:46:27.932Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:28.928Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:28.928Z] Removing intermediate container 28053838a612 [2021-02-07T00:46:28.928Z] ---> 5ee8f0099dbc [2021-02-07T00:46:28.928Z] Step 6/21 : COPY go.mod . [2021-02-07T00:46:28.928Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:28.928Z] OK: 217 MiB in 51 packages [2021-02-07T00:46:29.911Z] Removing intermediate container f3d6ec3f9867 [2021-02-07T00:46:29.911Z] ---> 7fe64430950e [2021-02-07T00:46:29.911Z] Step 6/22 : COPY go.mod . [2021-02-07T00:46:30.184Z] ---> 44c23dfaafad [2021-02-07T00:46:30.454Z] Step 7/21 : RUN go mod download [2021-02-07T00:46:30.727Z] Removing intermediate container 0790b1e15eb1 [2021-02-07T00:46:30.727Z] ---> 4f003ce7c3ba [2021-02-07T00:46:30.727Z] Step 6/23 : COPY go.mod . [2021-02-07T00:46:31.001Z] ---> Running in f9788f84ea4c [2021-02-07T00:46:31.272Z] ---> a06f18048648 [2021-02-07T00:46:31.272Z] Step 7/22 : RUN go mod download [2021-02-07T00:46:31.550Z] Removing intermediate container 991b8cb22688 [2021-02-07T00:46:31.550Z] ---> b4616a89e2e4 [2021-02-07T00:46:31.550Z] Step 6/24 : COPY go.mod . [2021-02-07T00:46:31.550Z] Removing intermediate container ab06521a78a8 [2021-02-07T00:46:31.550Z] ---> 9cfdb7b02860 [2021-02-07T00:46:31.550Z] Step 6/23 : COPY go.mod . [2021-02-07T00:46:31.823Z] ---> Running in bb2d79fd5b28 [2021-02-07T00:46:31.823Z] ---> 71c37935259e [2021-02-07T00:46:31.823Z] Step 7/23 : RUN go mod download [2021-02-07T00:46:32.425Z] ---> Running in 14495cab5475 [2021-02-07T00:46:32.698Z] ---> a658324e5874 [2021-02-07T00:46:32.698Z] Step 7/23 : RUN go mod download [2021-02-07T00:46:32.978Z] ---> eb221055578d [2021-02-07T00:46:32.978Z] Step 7/24 : RUN go mod download [2021-02-07T00:46:33.253Z] ---> Running in 5bcfe86c3b16 [2021-02-07T00:46:33.525Z] ---> Running in acd903f848c6 [2021-02-07T00:46:36.161Z] Removing intermediate container f9788f84ea4c [2021-02-07T00:46:36.161Z] ---> 4feee7835021 [2021-02-07T00:46:36.161Z] Step 8/21 : COPY . . [2021-02-07T00:46:36.437Z] Removing intermediate container bb2d79fd5b28 [2021-02-07T00:46:36.437Z] ---> e95803fda86d [2021-02-07T00:46:36.437Z] Step 8/22 : COPY . . [2021-02-07T00:46:39.843Z] Removing intermediate container 14495cab5475 [2021-02-07T00:46:39.843Z] ---> d9b740695ae0 [2021-02-07T00:46:39.843Z] Step 8/23 : COPY . . [2021-02-07T00:46:39.843Z] Removing intermediate container 5bcfe86c3b16 [2021-02-07T00:46:39.843Z] ---> ba38998f508f [2021-02-07T00:46:39.843Z] Step 8/23 : COPY . . [2021-02-07T00:46:40.440Z] Removing intermediate container acd903f848c6 [2021-02-07T00:46:40.440Z] ---> 6ec01ad6afe7 [2021-02-07T00:46:40.440Z] Step 8/24 : COPY . . [2021-02-07T00:47:07.285Z] ---> 0d59b4339f96 [2021-02-07T00:47:07.285Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-07T00:47:07.285Z] ---> a980b70063ca [2021-02-07T00:47:07.285Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-07T00:47:07.285Z] ---> 9d06ef10887e [2021-02-07T00:47:07.285Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-07T00:47:07.285Z] ---> e54758d5623f [2021-02-07T00:47:07.285Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-07T00:47:07.285Z] ---> 8ef1b1497c51 [2021-02-07T00:47:07.285Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-07T00:47:07.285Z] ---> Running in ccb80b981298 [2021-02-07T00:47:07.285Z] ---> Running in ccad386ea3b4 [2021-02-07T00:47:07.285Z] ---> Running in cff59bd4da93 [2021-02-07T00:47:07.285Z] ---> Running in a838a2ca5fc4 [2021-02-07T00:47:07.285Z] ---> Running in f3cb94380356 [2021-02-07T00:47:07.285Z] 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-02-07T00:47:07.285Z] 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-02-07T00:47:07.285Z] 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-02-07T00:47:07.285Z] 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-02-07T00:47:07.577Z] 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-02-07T00:48:44.415Z] 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-02-07T00:48:44.415Z] 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-02-07T00:48:56.863Z] Removing intermediate container f3cb94380356 [2021-02-07T00:48:56.863Z] ---> 29cf569ad7da [2021-02-07T00:48:56.863Z] [2021-02-07T00:48:56.863Z] Step 10/24 : FROM alpine:3.12 [2021-02-07T00:48:56.863Z] 3.12: Pulling from library/alpine [2021-02-07T00:48:56.863Z] Removing intermediate container cff59bd4da93 [2021-02-07T00:48:56.863Z] ---> 51d8bf9bf49d [2021-02-07T00:48:56.863Z] [2021-02-07T00:48:56.863Z] Step 10/21 : FROM alpine:3.12 [2021-02-07T00:48:56.863Z] 3.12: Pulling from library/alpine [2021-02-07T00:48:56.863Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:48:56.863Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-07T00:48:56.863Z] Status: Downloaded newer image for alpine:3.12 [2021-02-07T00:48:56.863Z] ---> afeebe901d6b [2021-02-07T00:48:56.863Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-07T00:48:56.863Z] Status: Image is up to date for alpine:3.12 [2021-02-07T00:48:56.863Z] ---> afeebe901d6b [2021-02-07T00:48:56.863Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-07T00:48:56.863Z] ---> Running in 8f1434877261 [2021-02-07T00:48:56.863Z] ---> Running in ef009487cb28 [2021-02-07T00:48:59.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:48:59.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:48:59.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:48:59.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:00.114Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-07T00:49:00.114Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:49:00.114Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-07T00:49:00.114Z] (4/4) Installing curl (7.69.1-r3) [2021-02-07T00:49:00.114Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:00.114Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:49:00.390Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-07T00:49:00.390Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:49:00.390Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-07T00:49:00.390Z] (4/5) Installing curl (7.69.1-r3) [2021-02-07T00:49:00.390Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:00.390Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:00.390Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:49:00.695Z] OK: 7 MiB in 18 packages [2021-02-07T00:49:00.975Z] OK: 7 MiB in 19 packages [2021-02-07T00:49:04.381Z] Removing intermediate container 8f1434877261 [2021-02-07T00:49:04.381Z] ---> e4161e2286c2 [2021-02-07T00:49:04.381Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:49:04.381Z] ---> Running in 347c28ed7ccc [2021-02-07T00:49:04.381Z] Removing intermediate container ef009487cb28 [2021-02-07T00:49:04.381Z] ---> 3935e718c4c4 [2021-02-07T00:49:04.381Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-07T00:49:04.995Z] ---> Running in baa70460ba57 [2021-02-07T00:49:04.995Z] Removing intermediate container 347c28ed7ccc [2021-02-07T00:49:04.995Z] ---> 928ff8967b0e [2021-02-07T00:49:04.995Z] Step 13/21 : WORKDIR /edgex [2021-02-07T00:49:05.695Z] ---> Running in 36e41ac63422 [2021-02-07T00:49:05.695Z] Removing intermediate container baa70460ba57 [2021-02-07T00:49:05.695Z] ---> b0ced44d91e8 [2021-02-07T00:49:05.695Z] Step 13/24 : WORKDIR / [2021-02-07T00:49:06.035Z] ---> Running in 59d61bdb6625 [2021-02-07T00:49:07.078Z] Removing intermediate container 36e41ac63422 [2021-02-07T00:49:07.078Z] ---> d92420c721f8 [2021-02-07T00:49:07.078Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-07T00:49:07.367Z] Removing intermediate container 59d61bdb6625 [2021-02-07T00:49:07.367Z] ---> 247e39d2bbe6 [2021-02-07T00:49:07.367Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-07T00:49:09.397Z] ---> 985b533dacb7 [2021-02-07T00:49:09.397Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-07T00:49:09.397Z] ---> aa37053d73d1 [2021-02-07T00:49:09.397Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-07T00:49:12.027Z] ---> 5a658387396e [2021-02-07T00:49:12.027Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:12.302Z] Removing intermediate container ccad386ea3b4 [2021-02-07T00:49:12.302Z] ---> 121517bfe8b1 [2021-02-07T00:49:12.302Z] [2021-02-07T00:49:12.302Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:49:12.302Z] ---> afeebe901d6b [2021-02-07T00:49:12.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:49:12.573Z] ---> 0988830a5362 [2021-02-07T00:49:12.573Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-07T00:49:12.846Z] ---> Running in d1350c32ff97 [2021-02-07T00:49:13.453Z] ---> d547da8b67d9 [2021-02-07T00:49:13.454Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-07T00:49:14.079Z] Removing intermediate container ccb80b981298 [2021-02-07T00:49:14.079Z] ---> 9d4f63f26dfd [2021-02-07T00:49:14.079Z] [2021-02-07T00:49:14.079Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:49:14.079Z] ---> afeebe901d6b [2021-02-07T00:49:14.079Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-07T00:49:14.682Z] ---> Running in 7997204df500 [2021-02-07T00:49:14.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:14.682Z] ---> 38d381d2522b [2021-02-07T00:49:14.682Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-07T00:49:14.958Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:15.232Z] ---> Running in cdb752474b3b [2021-02-07T00:49:15.232Z] ---> c1cbd683d079 [2021-02-07T00:49:15.232Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-07T00:49:15.515Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:15.515Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:15.836Z] OK: 5 MiB in 15 packages [2021-02-07T00:49:16.437Z] Removing intermediate container cdb752474b3b [2021-02-07T00:49:16.437Z] ---> 039d1c7401b0 [2021-02-07T00:49:16.437Z] Step 18/21 : CMD ["--init=true"] [2021-02-07T00:49:16.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:16.707Z] ---> Running in c811d1167516 [2021-02-07T00:49:16.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:17.594Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-07T00:49:17.594Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:17.594Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:17.594Z] Executing ca-certificates-20191127-r4.trigger [2021-02-07T00:49:17.594Z] ---> 68b3315eb43f [2021-02-07T00:49:17.594Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-07T00:49:17.875Z] OK: 6 MiB in 16 packages [2021-02-07T00:49:17.875Z] Removing intermediate container c811d1167516 [2021-02-07T00:49:17.875Z] ---> c70763368016 [2021-02-07T00:49:18.151Z] Step 19/21 : LABEL arch=arm64 [2021-02-07T00:49:18.151Z] Removing intermediate container d1350c32ff97 [2021-02-07T00:49:18.151Z] ---> d30765c60046 [2021-02-07T00:49:18.151Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:49:18.429Z] ---> Running in 7492e683df67 [2021-02-07T00:49:18.429Z] ---> Running in 7e3fac358826 [2021-02-07T00:49:19.031Z] ---> 7ee9c295f858 [2021-02-07T00:49:19.031Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-07T00:49:19.306Z] Removing intermediate container 7492e683df67 [2021-02-07T00:49:19.306Z] ---> 513321997737 [2021-02-07T00:49:19.306Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-07T00:49:19.306Z] Removing intermediate container 7e3fac358826 [2021-02-07T00:49:19.306Z] ---> cfa952012050 [2021-02-07T00:49:19.306Z] Step 20/21 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:49:19.306Z] ---> Running in 72b65e77b66d [2021-02-07T00:49:19.575Z] ---> Running in b59571ffe608 [2021-02-07T00:49:19.575Z] ---> Running in a69dd81bf5e1 [2021-02-07T00:49:20.171Z] Removing intermediate container b59571ffe608 [2021-02-07T00:49:20.171Z] ---> 15e8950c3c5b [2021-02-07T00:49:20.171Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:49:20.171Z] Removing intermediate container 7997204df500 [2021-02-07T00:49:20.171Z] ---> 75bb27fd6be6 [2021-02-07T00:49:20.171Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:49:20.768Z] ---> Running in d3cfecd483b9 [2021-02-07T00:49:20.768Z] ---> Running in 407bd069cd29 [2021-02-07T00:49:20.768Z] Removing intermediate container a69dd81bf5e1 [2021-02-07T00:49:20.768Z] ---> 7cfe15f3a1db [2021-02-07T00:49:20.768Z] Step 21/21 : LABEL version=0.0.0 [2021-02-07T00:49:21.040Z] ---> Running in c1a47d0afdd9 [2021-02-07T00:49:21.319Z] Removing intermediate container 407bd069cd29 [2021-02-07T00:49:21.319Z] ---> 73b11a5c3321 [2021-02-07T00:49:21.319Z] Step 15/23 : WORKDIR / [2021-02-07T00:49:21.319Z] Removing intermediate container d3cfecd483b9 [2021-02-07T00:49:21.319Z] ---> 51c352be0212 [2021-02-07T00:49:21.319Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-07T00:49:21.593Z] ---> Running in 99dc73022f71 [2021-02-07T00:49:21.593Z] ---> Running in 359417f3164e [2021-02-07T00:49:21.868Z] Removing intermediate container c1a47d0afdd9 [2021-02-07T00:49:21.868Z] ---> bfa5698df497 [2021-02-07T00:49:21.868Z] [2021-02-07T00:49:22.461Z] Removing intermediate container 99dc73022f71 [2021-02-07T00:49:22.461Z] ---> b022eaf5a73a [2021-02-07T00:49:22.461Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:49:22.461Z] Removing intermediate container 359417f3164e [2021-02-07T00:49:22.461Z] ---> 9fc5af7b7886 [2021-02-07T00:49:22.461Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:22.738Z] ---> Running in 269baa22007e [2021-02-07T00:49:22.738Z] Successfully built bfa5698df497 [2021-02-07T00:49:22.738Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-07T00:49:22.738Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-07T00:49:22.738Z] Removing intermediate container 72b65e77b66d [2021-02-07T00:49:22.738Z] ---> ccf7bac845c4 [2021-02-07T00:49:22.738Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-07T00:49:23.019Z] ---> Running in 321a77e39b53 [2021-02-07T00:49:23.295Z] Removing intermediate container 269baa22007e [2021-02-07T00:49:23.295Z] ---> ad3996db318a [2021-02-07T00:49:23.295Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:23.893Z] ---> a3fd52b5358e [2021-02-07T00:49:23.893Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-07T00:49:23.893Z] Removing intermediate container 321a77e39b53 [2021-02-07T00:49:23.893Z] ---> c69113b4443c [2021-02-07T00:49:23.893Z] Step 22/24 : LABEL arch=arm64 [2021-02-07T00:49:24.169Z] ---> Running in 2914badd6951 [2021-02-07T00:49:25.637Z] ---> b0ea2ef7e78c [2021-02-07T00:49:25.637Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-07T00:49:27.631Z] ---> a01d69fcfdb4 [2021-02-07T00:49:27.631Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:27.631Z] Removing intermediate container 2914badd6951 [2021-02-07T00:49:27.631Z] ---> 6217c309a947 [2021-02-07T00:49:27.631Z] Step 23/24 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:49:28.239Z] Removing intermediate container a838a2ca5fc4 [2021-02-07T00:49:28.239Z] ---> 65acfa8f473e [2021-02-07T00:49:28.239Z] [2021-02-07T00:49:28.239Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:49:28.239Z] ---> afeebe901d6b [2021-02-07T00:49:28.239Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-07T00:49:28.509Z] ---> 4cd5ba8ae75e [2021-02-07T00:49:28.509Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:28.791Z] ---> Running in d322cfc7456d [2021-02-07T00:49:29.081Z] ---> Running in 355d30cde7e0 [2021-02-07T00:49:29.081Z] ---> 1567d8134e6e [2021-02-07T00:49:29.081Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-07T00:49:29.353Z] Removing intermediate container d322cfc7456d [2021-02-07T00:49:29.353Z] ---> 503a2685fd13 [2021-02-07T00:49:29.353Z] Step 24/24 : LABEL version=0.0.0 [2021-02-07T00:49:29.353Z] ---> 0456879a1354 [2021-02-07T00:49:29.353Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-07T00:49:29.353Z] ---> Running in 4f72c088dfcc [2021-02-07T00:49:29.625Z] ---> Running in 99e67cf4c7f5 [2021-02-07T00:49:29.625Z] ---> Running in 2afbfa7a9175 [2021-02-07T00:49:29.901Z] Removing intermediate container 355d30cde7e0 [2021-02-07T00:49:29.902Z] ---> 8182ecb24b98 [2021-02-07T00:49:29.902Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-07T00:49:30.185Z] ---> Running in 1638d18512f4 [2021-02-07T00:49:30.185Z] Removing intermediate container 4f72c088dfcc [2021-02-07T00:49:30.185Z] ---> f0c1122780b6 [2021-02-07T00:49:30.185Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:30.464Z] Removing intermediate container 2afbfa7a9175 [2021-02-07T00:49:30.464Z] ---> 34b882c5c6aa [2021-02-07T00:49:30.464Z] [2021-02-07T00:49:30.464Z] ---> Running in 00caf1be6c29 [2021-02-07T00:49:30.464Z] Removing intermediate container 99e67cf4c7f5 [2021-02-07T00:49:30.464Z] ---> 1a1137c46546 [2021-02-07T00:49:30.464Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:31.069Z] ---> Running in 5d7a1fb95c15 [2021-02-07T00:49:31.069Z] Removing intermediate container 1638d18512f4 [2021-02-07T00:49:31.069Z] ---> d1d08bcb7024 [2021-02-07T00:49:31.069Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-07T00:49:31.069Z] Successfully built 34b882c5c6aa [2021-02-07T00:49:31.069Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-07T00:49:31.069Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-07T00:49:31.069Z] Removing intermediate container 00caf1be6c29 [2021-02-07T00:49:31.069Z] ---> f7f5240e28a4 [2021-02-07T00:49:31.069Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:49:31.356Z] ---> Running in f93a4708b8a7 [2021-02-07T00:49:31.356Z] ---> Running in 338ebd314c74 [2021-02-07T00:49:31.642Z] Removing intermediate container 5d7a1fb95c15 [2021-02-07T00:49:31.642Z] ---> 23a628e85858 [2021-02-07T00:49:31.642Z] Step 20/22 : LABEL arch=arm64 [2021-02-07T00:49:31.918Z] Removing intermediate container f93a4708b8a7 [2021-02-07T00:49:31.918Z] ---> eca4617e8f06 [2021-02-07T00:49:31.918Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:49:32.191Z] ---> Running in fe7e06b6d880 [2021-02-07T00:49:32.191Z] Removing intermediate container 338ebd314c74 [2021-02-07T00:49:32.191Z] ---> c0eb01016664 [2021-02-07T00:49:32.191Z] Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:49:32.191Z] ---> Running in e45b6eeefb20 [2021-02-07T00:49:32.467Z] ---> Running in 59c183df37ea [2021-02-07T00:49:32.740Z] Removing intermediate container fe7e06b6d880 [2021-02-07T00:49:32.740Z] ---> 25d93580d9d5 [2021-02-07T00:49:32.740Z] Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:49:33.735Z] ---> Running in 75b97c099f47 [2021-02-07T00:49:34.338Z] Removing intermediate container 59c183df37ea [2021-02-07T00:49:34.338Z] ---> 24792f741c2b [2021-02-07T00:49:34.338Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:49:34.934Z] Removing intermediate container 75b97c099f47 [2021-02-07T00:49:34.934Z] ---> b707e44ea98e [2021-02-07T00:49:34.934Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:49:35.206Z] ---> Running in c1596b82550a [2021-02-07T00:49:35.811Z] ---> Running in d1befe540092 [2021-02-07T00:49:36.094Z] Removing intermediate container c1596b82550a [2021-02-07T00:49:36.094Z] ---> 1028cfdb2ee3 [2021-02-07T00:49:36.094Z] [2021-02-07T00:49:36.693Z] Successfully built 1028cfdb2ee3 [2021-02-07T00:49:36.693Z] Removing intermediate container d1befe540092 [2021-02-07T00:49:36.693Z] ---> 1b7117808859 [2021-02-07T00:49:36.693Z] [2021-02-07T00:49:36.693Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-07T00:49:36.693Z] Building docker-support-scheduler-go [2021-02-07T00:49:36.973Z]  Building docker-core-command-go ... done Removing intermediate container e45b6eeefb20 [2021-02-07T00:49:36.973Z] ---> 5f456ab3bfd4 [2021-02-07T00:49:36.973Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-07T00:49:37.260Z] Successfully built 1b7117808859 [2021-02-07T00:49:37.260Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-07T00:49:37.260Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-07T00:49:37.539Z] ---> Running in c7c1793667d3 [2021-02-07T00:49:38.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:40.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:49:41.892Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-07T00:49:41.893Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-07T00:49:41.893Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-07T00:49:41.893Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-07T00:49:42.863Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-07T00:49:43.134Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-07T00:49:43.134Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:49:43.134Z] OK: 8 MiB in 20 packages [2021-02-07T00:49:47.435Z] Removing intermediate container c7c1793667d3 [2021-02-07T00:49:47.435Z] ---> 1e524ecaef08 [2021-02-07T00:49:47.435Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:49:48.409Z] ---> cabe2d950257 [2021-02-07T00:49:48.409Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-07T00:49:49.841Z] ---> 84450ac68997 [2021-02-07T00:49:49.841Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-07T00:49:50.829Z] ---> b1e6e844bfd3 [2021-02-07T00:49:50.829Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-07T00:49:51.103Z] ---> Running in 48afce467b2f [2021-02-07T00:49:52.083Z] Removing intermediate container 48afce467b2f [2021-02-07T00:49:52.083Z] ---> 56eff087806d [2021-02-07T00:49:52.083Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:49:52.681Z] ---> Running in a14e92f519a9 [2021-02-07T00:49:54.108Z] Removing intermediate container a14e92f519a9 [2021-02-07T00:49:54.108Z] ---> 364a70e8b180 [2021-02-07T00:49:54.108Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:49:54.701Z] ---> Running in dcdec8d6a6bc [2021-02-07T00:49:55.672Z] Removing intermediate container dcdec8d6a6bc [2021-02-07T00:49:55.672Z] ---> c9288d351a89 [2021-02-07T00:49:55.672Z] Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:49:56.276Z] ---> Running in ee119407fae0 [2021-02-07T00:49:57.246Z] Removing intermediate container ee119407fae0 [2021-02-07T00:49:57.246Z] ---> 0fb4ac9454b3 [2021-02-07T00:49:57.246Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:49:57.838Z] ---> Running in dc4904a3aa57 [2021-02-07T00:49:58.457Z] Removing intermediate container dc4904a3aa57 [2021-02-07T00:49:58.457Z] ---> 35525ffc1322 [2021-02-07T00:49:58.457Z] [2021-02-07T00:49:59.052Z] Successfully built 35525ffc1322 [2021-02-07T00:49:59.052Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-07T00:49:59.650Z]  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:49:59.650Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:49:59.650Z] ---> 0fbf5df165a1 [2021-02-07T00:49:59.650Z] Step 3/31 : WORKDIR /edgex-go [2021-02-07T00:49:59.650Z] ---> Using cache [2021-02-07T00:49:59.650Z] ---> 9d716db50c1b [2021-02-07T00:49:59.650Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:49:59.650Z] ---> Using cache [2021-02-07T00:49:59.650Z] ---> 8e9dafbb69de [2021-02-07T00:49:59.650Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-07T00:49:59.922Z] ---> Running in f336145e5739 [2021-02-07T00:50:01.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:02.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:03.316Z] OK: 217 MiB in 51 packages [2021-02-07T00:50:06.780Z] Removing intermediate container f336145e5739 [2021-02-07T00:50:06.780Z] ---> 06ac5ec595d9 [2021-02-07T00:50:06.780Z] Step 6/31 : COPY go.mod . [2021-02-07T00:50:08.223Z] ---> c690baef35fb [2021-02-07T00:50:08.223Z] Step 7/31 : RUN go mod download [2021-02-07T00:50:08.817Z] ---> Running in 4eccf104e56f [2021-02-07T00:50:14.224Z] Removing intermediate container 4eccf104e56f [2021-02-07T00:50:14.224Z] ---> f6c220b7d2e4 [2021-02-07T00:50:14.224Z] Step 8/31 : COPY . . [2021-02-07T00:50:15.252Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:15.252Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:15.252Z] ---> 0fbf5df165a1 [2021-02-07T00:50:15.252Z] Step 3/26 : WORKDIR /edgex-go [2021-02-07T00:50:15.252Z] ---> Using cache [2021-02-07T00:50:15.252Z] ---> 9d716db50c1b [2021-02-07T00:50:15.252Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:15.252Z] ---> Using cache [2021-02-07T00:50:15.252Z] ---> 8e9dafbb69de [2021-02-07T00:50:15.252Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-07T00:50:18.687Z] ---> Running in e2c7f9999a4d [2021-02-07T00:50:19.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:19.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:19.664Z] ---> 0fbf5df165a1 [2021-02-07T00:50:19.664Z] Step 3/22 : WORKDIR /edgex-go [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.664Z] ---> 9d716db50c1b [2021-02-07T00:50:19.664Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.664Z] ---> 8e9dafbb69de [2021-02-07T00:50:19.664Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.664Z] ---> 06ac5ec595d9 [2021-02-07T00:50:19.664Z] Step 6/22 : COPY go.mod . [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.664Z] ---> c690baef35fb [2021-02-07T00:50:19.664Z] Step 7/22 : RUN go mod download [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.664Z] ---> f6c220b7d2e4 [2021-02-07T00:50:19.664Z] Step 8/22 : COPY . . [2021-02-07T00:50:19.664Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-07T00:50:19.664Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-07T00:50:19.664Z] ---> 0fbf5df165a1 [2021-02-07T00:50:19.664Z] Step 3/23 : WORKDIR /edgex-go [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.664Z] ---> 9d716db50c1b [2021-02-07T00:50:19.664Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.664Z] ---> 8e9dafbb69de [2021-02-07T00:50:19.664Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-07T00:50:19.664Z] ---> Using cache [2021-02-07T00:50:19.665Z] ---> 06ac5ec595d9 [2021-02-07T00:50:19.665Z] Step 6/23 : COPY go.mod . [2021-02-07T00:50:19.665Z] ---> Using cache [2021-02-07T00:50:19.665Z] ---> c690baef35fb [2021-02-07T00:50:19.665Z] Step 7/23 : RUN go mod download [2021-02-07T00:50:19.665Z] ---> Using cache [2021-02-07T00:50:19.665Z] ---> f6c220b7d2e4 [2021-02-07T00:50:19.665Z] Step 8/23 : COPY . . [2021-02-07T00:50:19.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:20.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:50:21.528Z] OK: 217 MiB in 51 packages [2021-02-07T00:50:29.811Z] Removing intermediate container e2c7f9999a4d [2021-02-07T00:50:29.811Z] ---> 4c2fab014579 [2021-02-07T00:50:29.811Z] Step 6/26 : COPY go.mod . [2021-02-07T00:50:30.408Z] ---> 066d47099644 [2021-02-07T00:50:30.408Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-07T00:50:30.683Z] ---> aadd1f9eb4d7 [2021-02-07T00:50:30.683Z] Step 7/26 : RUN go mod download [2021-02-07T00:50:31.289Z] ---> Running in 569259740afe [2021-02-07T00:50:32.727Z] ---> Running in 9b7b2834cfe3 [2021-02-07T00:50:34.175Z] 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-02-07T00:50:36.813Z] ---> 3d4148cae34b [2021-02-07T00:50:36.813Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-07T00:50:36.813Z] ---> b14f4ec18bc2 [2021-02-07T00:50:36.813Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-07T00:50:36.813Z] ---> Running in 94d5e6ddbf2e [2021-02-07T00:50:37.092Z] ---> Running in 157d3ed2dc40 [2021-02-07T00:50:37.092Z] Removing intermediate container 9b7b2834cfe3 [2021-02-07T00:50:37.092Z] ---> fc060ebba3a4 [2021-02-07T00:50:37.092Z] Step 8/26 : COPY . . [2021-02-07T00:50:39.748Z] 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-02-07T00:50:39.748Z] 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-02-07T00:50:58.074Z] ---> a65c2525c6da [2021-02-07T00:50:58.074Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-07T00:50:58.074Z] ---> Running in 840576db5164 [2021-02-07T00:51:00.053Z] 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-02-07T00:51:47.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-07T00:52:05.377Z] Removing intermediate container 569259740afe [2021-02-07T00:52:05.377Z] ---> 8598aaa38e29 [2021-02-07T00:52:05.377Z] [2021-02-07T00:52:05.377Z] Step 10/31 : FROM alpine:3.12 [2021-02-07T00:52:05.377Z] ---> afeebe901d6b [2021-02-07T00:52:05.377Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-07T00:52:05.377Z] ---> Running in 92bb34d7fc24 [2021-02-07T00:52:05.377Z] Removing intermediate container 92bb34d7fc24 [2021-02-07T00:52:05.377Z] ---> ce7cd9709688 [2021-02-07T00:52:05.377Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-07T00:52:05.377Z] ---> Running in e8fc6410e23b [2021-02-07T00:52:05.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:05.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:06.523Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-07T00:52:06.523Z] (2/2) Installing su-exec (0.2-r1) [2021-02-07T00:52:06.523Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:06.523Z] OK: 5 MiB in 16 packages [2021-02-07T00:52:08.510Z] Removing intermediate container e8fc6410e23b [2021-02-07T00:52:08.510Z] ---> e176bbfb46cb [2021-02-07T00:52:08.510Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-07T00:52:08.781Z] ---> Running in 798318d63fd7 [2021-02-07T00:52:09.761Z] Removing intermediate container 798318d63fd7 [2021-02-07T00:52:09.761Z] ---> ec6d32a4792a [2021-02-07T00:52:09.761Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-07T00:52:09.761Z] ---> Running in 608c6ef2433d [2021-02-07T00:52:10.756Z] Removing intermediate container 608c6ef2433d [2021-02-07T00:52:10.756Z] ---> 1733c30924e2 [2021-02-07T00:52:10.756Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-07T00:52:11.351Z] ---> Running in 0a28d2763429 [2021-02-07T00:52:13.334Z] Removing intermediate container 94d5e6ddbf2e [2021-02-07T00:52:13.334Z] ---> 894b78f45e19 [2021-02-07T00:52:13.334Z] [2021-02-07T00:52:13.334Z] Step 10/22 : FROM alpine:3.12 [2021-02-07T00:52:13.334Z] ---> afeebe901d6b [2021-02-07T00:52:13.334Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:52:13.334Z] ---> Using cache [2021-02-07T00:52:13.334Z] ---> d30765c60046 [2021-02-07T00:52:13.334Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:52:13.334Z] ---> Using cache [2021-02-07T00:52:13.334Z] ---> 513321997737 [2021-02-07T00:52:13.334Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-07T00:52:13.612Z] ---> Running in cc7e4c19e39e [2021-02-07T00:52:14.207Z] Removing intermediate container cc7e4c19e39e [2021-02-07T00:52:14.207Z] ---> 06968d3edc80 [2021-02-07T00:52:14.207Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-07T00:52:14.207Z] ---> Running in 248b858f946a [2021-02-07T00:52:14.481Z] Removing intermediate container 0a28d2763429 [2021-02-07T00:52:14.481Z] ---> a388b5976432 [2021-02-07T00:52:14.481Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-07T00:52:14.761Z] ---> Running in be3b6c75c8e8 [2021-02-07T00:52:15.037Z] Removing intermediate container 248b858f946a [2021-02-07T00:52:15.037Z] ---> 61744211ca5c [2021-02-07T00:52:15.037Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:52:15.315Z] Removing intermediate container be3b6c75c8e8 [2021-02-07T00:52:15.315Z] ---> fe88e816825d [2021-02-07T00:52:15.315Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-07T00:52:16.772Z] ---> 9b335fd5749e [2021-02-07T00:52:16.772Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-07T00:52:17.064Z] ---> 8166d6f15810 [2021-02-07T00:52:17.064Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-07T00:52:17.361Z] Removing intermediate container 840576db5164 [2021-02-07T00:52:17.361Z] ---> d8e49ba3ef41 [2021-02-07T00:52:17.361Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-07T00:52:17.688Z] ---> Running in d6bb15d9e841 [2021-02-07T00:52:17.688Z] ---> Running in d2ce9119cc30 [2021-02-07T00:52:18.683Z] ---> c18f302655d0 [2021-02-07T00:52:18.683Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-07T00:52:19.282Z] 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-02-07T00:52:19.884Z] ---> 57a5a143201a [2021-02-07T00:52:19.884Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-07T00:52:20.484Z] ---> Running in 3a8f057f0fd9 [2021-02-07T00:52:21.492Z] Removing intermediate container 3a8f057f0fd9 [2021-02-07T00:52:21.492Z] ---> e920b8a5d426 [2021-02-07T00:52:21.492Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:52:21.492Z] Removing intermediate container d6bb15d9e841 [2021-02-07T00:52:21.492Z] ---> 492f9a3f000d [2021-02-07T00:52:21.493Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:52:21.764Z] ---> Running in b6799665db8f [2021-02-07T00:52:22.036Z] Removing intermediate container 157d3ed2dc40 [2021-02-07T00:52:22.036Z] ---> 66b64f46dc21 [2021-02-07T00:52:22.036Z] [2021-02-07T00:52:22.036Z] Step 10/23 : FROM alpine:3.12 [2021-02-07T00:52:22.036Z] ---> afeebe901d6b [2021-02-07T00:52:22.036Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-07T00:52:22.036Z] ---> Using cache [2021-02-07T00:52:22.036Z] ---> d30765c60046 [2021-02-07T00:52:22.036Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-07T00:52:22.036Z] ---> Using cache [2021-02-07T00:52:22.036Z] ---> 513321997737 [2021-02-07T00:52:22.036Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-07T00:52:22.310Z] ---> Running in b531fa1dffc6 [2021-02-07T00:52:22.311Z] Removing intermediate container b6799665db8f [2021-02-07T00:52:22.311Z] ---> a1e804ac0216 [2021-02-07T00:52:22.311Z] Step 20/22 : LABEL arch=arm64 [2021-02-07T00:52:22.311Z] ---> 7405ac0f4e6b [2021-02-07T00:52:22.311Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-07T00:52:22.311Z] ---> Running in e5a99e23402f [2021-02-07T00:52:22.580Z] Removing intermediate container d2ce9119cc30 [2021-02-07T00:52:22.580Z] ---> cc75dba7b713 [2021-02-07T00:52:22.580Z] [2021-02-07T00:52:22.580Z] Step 11/26 : FROM docker:20.10.0 [2021-02-07T00:52:22.851Z] 20.10.0: Pulling from library/docker [2021-02-07T00:52:22.851Z] Removing intermediate container b531fa1dffc6 [2021-02-07T00:52:22.851Z] ---> 95b3a45ec141 [2021-02-07T00:52:22.851Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-07T00:52:23.126Z] Removing intermediate container e5a99e23402f [2021-02-07T00:52:23.126Z] ---> 5e61f59cf1d6 [2021-02-07T00:52:23.126Z] Step 21/22 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:52:23.398Z] ---> Running in 83830efe453a [2021-02-07T00:52:23.672Z] ---> Running in a7f39e44c93a [2021-02-07T00:52:24.265Z] ---> d60510f6f8a4 [2021-02-07T00:52:24.265Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-07T00:52:24.536Z] Removing intermediate container 83830efe453a [2021-02-07T00:52:24.536Z] ---> 57bca4135342 [2021-02-07T00:52:24.536Z] Step 15/23 : WORKDIR / [2021-02-07T00:52:24.805Z] Removing intermediate container a7f39e44c93a [2021-02-07T00:52:24.805Z] ---> 7dfd77c92a3e [2021-02-07T00:52:24.805Z] Step 22/22 : LABEL version=0.0.0 [2021-02-07T00:52:25.075Z] ---> Running in efeac3f38073 [2021-02-07T00:52:25.345Z] ---> Running in 93e5de74fd64 [2021-02-07T00:52:25.345Z] ---> 190858a0134a [2021-02-07T00:52:25.345Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-07T00:52:25.938Z] Removing intermediate container efeac3f38073 [2021-02-07T00:52:25.938Z] ---> 9866a32a9afd [2021-02-07T00:52:25.938Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-07T00:52:26.211Z] Removing intermediate container 93e5de74fd64 [2021-02-07T00:52:26.211Z] ---> 6b87c8bb6a52 [2021-02-07T00:52:26.211Z] [2021-02-07T00:52:26.805Z] Successfully built 6b87c8bb6a52 [2021-02-07T00:52:27.078Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-07T00:52:27.347Z]  Building docker-support-scheduler-go ... done  ---> b18f70a37f6f [2021-02-07T00:52:27.347Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-07T00:52:27.938Z] ---> c56586fed366 [2021-02-07T00:52:27.938Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-07T00:52:29.907Z] ---> 86fa523b34ee [2021-02-07T00:52:29.907Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-07T00:52:29.907Z] ---> 59e157463f57 [2021-02-07T00:52:29.907Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-07T00:52:30.499Z] ---> Running in a13cc5347e5f [2021-02-07T00:52:31.094Z] ---> 1a8b5321d29d [2021-02-07T00:52:31.095Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-07T00:52:31.371Z] Removing intermediate container a13cc5347e5f [2021-02-07T00:52:31.371Z] ---> a71a9d3da243 [2021-02-07T00:52:31.371Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-07T00:52:31.371Z] ---> Running in 3685671a7ad8 [2021-02-07T00:52:31.964Z] Removing intermediate container 3685671a7ad8 [2021-02-07T00:52:31.964Z] ---> 1117eeeaaf9b [2021-02-07T00:52:31.964Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:52:32.238Z] ---> 67e1401f71c4 [2021-02-07T00:52:32.238Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-07T00:52:32.238Z] ---> Running in ea0433a69c42 [2021-02-07T00:52:32.508Z] ---> Running in 0c747ff48024 [2021-02-07T00:52:32.778Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-07T00:52:32.778Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-07T00:52:32.778Z] ---> eeaf43b92773 [2021-02-07T00:52:32.778Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-07T00:52:32.778Z] Removing intermediate container ea0433a69c42 [2021-02-07T00:52:32.778Z] ---> 19155e5cb2d3 [2021-02-07T00:52:32.778Z] Step 21/23 : LABEL arch=arm64 [2021-02-07T00:52:33.051Z] ---> Running in 6aad28f8dd7e [2021-02-07T00:52:33.051Z] ---> Running in a6784abef6b0 [2021-02-07T00:52:33.645Z] Removing intermediate container a6784abef6b0 [2021-02-07T00:52:33.645Z] ---> 8852569c0aae [2021-02-07T00:52:33.645Z] Step 22/23 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:52:33.645Z] ---> Running in 881f6430d201 [2021-02-07T00:52:34.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:34.235Z] Removing intermediate container 881f6430d201 [2021-02-07T00:52:34.235Z] ---> 86d8fb11b347 [2021-02-07T00:52:34.235Z] Step 23/23 : LABEL version=0.0.0 [2021-02-07T00:52:34.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:34.507Z] ---> Running in 12cbd4becdd4 [2021-02-07T00:52:34.782Z] (1/2) Installing readline (8.0.4-r0) [2021-02-07T00:52:34.782Z] (2/2) Installing bash (5.0.17-r0) [2021-02-07T00:52:34.782Z] Executing bash-5.0.17-r0.post-install [2021-02-07T00:52:35.053Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:35.053Z] OK: 12 MiB in 22 packages [2021-02-07T00:52:35.053Z] Removing intermediate container 12cbd4becdd4 [2021-02-07T00:52:35.053Z] ---> eec712c4be94 [2021-02-07T00:52:35.053Z] [2021-02-07T00:52:35.053Z] Removing intermediate container 0c747ff48024 [2021-02-07T00:52:35.053Z] ---> e99e42dd62db [2021-02-07T00:52:35.053Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-07T00:52:35.644Z] Successfully built eec712c4be94 [2021-02-07T00:52:35.644Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-07T00:52:35.644Z]  Building docker-core-metadata-go ... done  ---> Running in e492c943b2e6 [2021-02-07T00:52:36.240Z] Removing intermediate container e492c943b2e6 [2021-02-07T00:52:36.240Z] ---> 475fb770de48 [2021-02-07T00:52:36.240Z] Step 28/31 : CMD ["gate"] [2021-02-07T00:52:36.240Z] Removing intermediate container 6aad28f8dd7e [2021-02-07T00:52:36.240Z] ---> a38e0bf8e2c8 [2021-02-07T00:52:36.240Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-07T00:52:36.511Z] ---> Running in 05f32568b2c6 [2021-02-07T00:52:36.781Z] ---> Running in 286ea037b98a [2021-02-07T00:52:37.054Z] Removing intermediate container 05f32568b2c6 [2021-02-07T00:52:37.054Z] ---> c45fedb1a16a [2021-02-07T00:52:37.054Z] Step 29/31 : LABEL arch=arm64 [2021-02-07T00:52:37.054Z] Removing intermediate container 286ea037b98a [2021-02-07T00:52:37.054Z] ---> 03108eb0a8f7 [2021-02-07T00:52:37.054Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-07T00:52:37.332Z] ---> Running in b07d5d3248fc [2021-02-07T00:52:37.606Z] ---> Running in 3435dca1ed4b [2021-02-07T00:52:37.875Z] Removing intermediate container b07d5d3248fc [2021-02-07T00:52:37.875Z] ---> cb032e00366d [2021-02-07T00:52:37.875Z] Step 30/31 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:52:38.145Z] Removing intermediate container 3435dca1ed4b [2021-02-07T00:52:38.145Z] ---> 491917b65d92 [2021-02-07T00:52:38.145Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-07T00:52:38.425Z] ---> Running in 5ccbb20b10d0 [2021-02-07T00:52:38.425Z] ---> Running in 01dc2139048b [2021-02-07T00:52:38.700Z] Removing intermediate container 5ccbb20b10d0 [2021-02-07T00:52:38.700Z] ---> 533cd734f355 [2021-02-07T00:52:38.700Z] Step 31/31 : LABEL version=0.0.0 [2021-02-07T00:52:38.972Z] Removing intermediate container 01dc2139048b [2021-02-07T00:52:38.972Z] ---> f438d2f2cd6a [2021-02-07T00:52:38.972Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-07T00:52:39.246Z] ---> Running in d6b39176e6c0 [2021-02-07T00:52:40.219Z] Removing intermediate container d6b39176e6c0 [2021-02-07T00:52:40.219Z] ---> 6dfaacd68285 [2021-02-07T00:52:40.219Z] [2021-02-07T00:52:40.490Z] ---> 5703de1b4700 [2021-02-07T00:52:40.490Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-07T00:52:40.490Z] Successfully built 6dfaacd68285 [2021-02-07T00:52:40.490Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-07T00:52:41.083Z]  Building docker-security-bootstrapper-go ... done  ---> 40e7a1c77e3d [2021-02-07T00:52:41.083Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-07T00:52:42.059Z] ---> be3c9636e8a4 [2021-02-07T00:52:42.059Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-07T00:52:42.339Z] ---> Running in c8014f93f119 [2021-02-07T00:52:43.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:43.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:52:44.175Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-07T00:52:44.175Z] (2/33) Installing expat (2.2.9-r1) [2021-02-07T00:52:44.175Z] (3/33) Installing libffi (3.3-r2) [2021-02-07T00:52:44.175Z] (4/33) Installing gdbm (1.13-r1) [2021-02-07T00:52:44.175Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-07T00:52:44.175Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-07T00:52:44.175Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-07T00:52:46.136Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-07T00:52:46.136Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-07T00:52:46.136Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-07T00:52:46.136Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-07T00:52:46.136Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-07T00:52:46.136Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-07T00:52:46.136Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-07T00:52:46.136Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-07T00:52:46.136Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-07T00:52:46.136Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-07T00:52:46.407Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-07T00:52:46.407Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-07T00:52:46.407Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-07T00:52:46.407Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-07T00:52:46.407Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-07T00:52:46.407Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-07T00:52:46.407Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-07T00:52:46.407Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-07T00:52:46.407Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-07T00:52:46.407Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-07T00:52:46.407Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-07T00:52:46.407Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-07T00:52:46.683Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-07T00:52:46.683Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-07T00:52:46.683Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-07T00:52:46.683Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-07T00:52:46.683Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:52:46.683Z] OK: 71 MiB in 55 packages [2021-02-07T00:52:53.403Z] Removing intermediate container c8014f93f119 [2021-02-07T00:52:53.403Z] ---> 9ee893d44a5f [2021-02-07T00:52:53.403Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-07T00:52:53.403Z] ---> Running in 741962c2ca8f [2021-02-07T00:52:57.713Z] Collecting docker-compose==1.23.2 [2021-02-07T00:52:57.714Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-07T00:52:58.299Z] Collecting jsonschema<3,>=2.5.1 [2021-02-07T00:52:58.299Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-07T00:52:59.263Z] Collecting PyYAML<4,>=3.10 [2021-02-07T00:52:59.533Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-07T00:53:02.128Z] 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-02-07T00:53:02.722Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-07T00:53:02.722Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-07T00:53:02.993Z] Collecting docopt<0.7,>=0.6.1 [2021-02-07T00:53:02.993Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-07T00:53:04.949Z] Collecting cached-property<2,>=1.2.0 [2021-02-07T00:53:05.218Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-07T00:53:06.187Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-07T00:53:06.187Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-07T00:53:07.157Z] Collecting docker<4.0,>=3.6.0 [2021-02-07T00:53:07.157Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-07T00:53:07.748Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-07T00:53:07.748Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-07T00:53:09.710Z] Collecting texttable<0.10,>=0.9.0 [2021-02-07T00:53:09.710Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-07T00:53:11.125Z] 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-02-07T00:53:11.713Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-07T00:53:11.713Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-07T00:53:12.302Z] Collecting idna<2.8,>=2.5 [2021-02-07T00:53:12.302Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-07T00:53:12.302Z] 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-02-07T00:53:12.572Z] Collecting docker-pycreds>=0.4.0 [2021-02-07T00:53:12.572Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-07T00:53:12.843Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-07T00:53:12.843Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-07T00:53:12.843Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-07T00:53:12.843Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-07T00:53:13.444Z] Installing collected packages: jsonschema, PyYAML, websocket-client, docopt, cached-property, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, docker-compose [2021-02-07T00:53:14.059Z] Running setup.py install for PyYAML: started [2021-02-07T00:53:16.037Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-07T00:53:16.306Z] Running setup.py install for docopt: started [2021-02-07T00:53:18.270Z] Running setup.py install for docopt: finished with status 'done' [2021-02-07T00:53:18.270Z] Attempting uninstall: urllib3 [2021-02-07T00:53:18.270Z] Found existing installation: urllib3 1.25.9 [2021-02-07T00:53:18.270Z] Uninstalling urllib3-1.25.9: [2021-02-07T00:53:18.543Z] Successfully uninstalled urllib3-1.25.9 [2021-02-07T00:53:19.135Z] Attempting uninstall: idna [2021-02-07T00:53:19.135Z] Found existing installation: idna 2.9 [2021-02-07T00:53:19.135Z] Uninstalling idna-2.9: [2021-02-07T00:53:19.135Z] Successfully uninstalled idna-2.9 [2021-02-07T00:53:19.725Z] Attempting uninstall: requests [2021-02-07T00:53:19.725Z] Found existing installation: requests 2.23.0 [2021-02-07T00:53:19.725Z] Uninstalling requests-2.23.0: [2021-02-07T00:53:19.996Z] Successfully uninstalled requests-2.23.0 [2021-02-07T00:53:20.970Z] Running setup.py install for dockerpty: started [2021-02-07T00:53:22.935Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-07T00:53:22.935Z] Running setup.py install for texttable: started [2021-02-07T00:53:24.360Z] Running setup.py install for texttable: finished with status 'done' [2021-02-07T00:53:25.369Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-07T00:53:28.743Z] Removing intermediate container 741962c2ca8f [2021-02-07T00:53:28.743Z] ---> 6cb874f07abb [2021-02-07T00:53:28.743Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-07T00:53:29.014Z] ---> Running in 168a3b62aa2f [2021-02-07T00:53:30.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:30.442Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:53:31.035Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-07T00:53:31.035Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-07T00:53:31.035Z] (3/3) Installing curl (7.69.1-r3) [2021-02-07T00:53:31.035Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:53:31.035Z] OK: 71 MiB in 58 packages [2021-02-07T00:53:32.464Z] Removing intermediate container 168a3b62aa2f [2021-02-07T00:53:32.464Z] ---> 8666d8c97d79 [2021-02-07T00:53:32.464Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-07T00:53:32.464Z] ---> Running in 7108ed3f399d [2021-02-07T00:53:32.736Z] Removing intermediate container 7108ed3f399d [2021-02-07T00:53:32.736Z] ---> 2da953a44925 [2021-02-07T00:53:32.736Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-07T00:53:33.007Z] ---> Running in 1ef42217eb46 [2021-02-07T00:53:33.279Z] Removing intermediate container 1ef42217eb46 [2021-02-07T00:53:33.279Z] ---> 957b9a91c034 [2021-02-07T00:53:33.279Z] Step 24/26 : LABEL arch=arm64 [2021-02-07T00:53:33.551Z] ---> Running in 24c10702f610 [2021-02-07T00:53:34.153Z] Removing intermediate container 24c10702f610 [2021-02-07T00:53:34.153Z] ---> 1339a3b22821 [2021-02-07T00:53:34.153Z] Step 25/26 : LABEL git_sha=3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 [2021-02-07T00:53:34.153Z] ---> Running in 7269dcbf4a9c [2021-02-07T00:53:34.748Z] Removing intermediate container 7269dcbf4a9c [2021-02-07T00:53:34.748Z] ---> be3be894f994 [2021-02-07T00:53:34.748Z] Step 26/26 : LABEL version=0.0.0 [2021-02-07T00:53:34.748Z] ---> Running in 8074da5afe9c [2021-02-07T00:53:35.344Z] Removing intermediate container 8074da5afe9c [2021-02-07T00:53:35.344Z] ---> ed2b6b9cb8a9 [2021-02-07T00:53:35.344Z] [2021-02-07T00:53:35.615Z] Successfully built ed2b6b9cb8a9 [2021-02-07T00:53:35.615Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-07T00:53:35.909Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-07T00:53:35.903Z] $ docker stop --time=1 66b9fc882f59eac3e186b45eacf819f930f129fd2e3e21b33c1bb12a2e074a9f [2021-02-07T00:53:37.796Z] $ docker rm -f 66b9fc882f59eac3e186b45eacf819f930f129fd2e3e21b33c1bb12a2e074a9f [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:53:38.475Z] + docker images [2021-02-07T00:53:38.476Z] + grep docker [2021-02-07T00:53:38.747Z] docker-sys-mgmt-agent-go-arm64 latest ed2b6b9cb8a9 4 seconds ago 300MB [2021-02-07T00:53:38.747Z] docker-security-bootstrapper-go-arm64 latest 6dfaacd68285 59 seconds ago 22.6MB [2021-02-07T00:53:38.747Z] docker-core-metadata-go-arm64 latest eec712c4be94 About a minute ago 17.8MB [2021-02-07T00:53:38.747Z] docker-support-scheduler-go-arm64 latest 6b87c8bb6a52 About a minute ago 16.1MB [2021-02-07T00:53:38.747Z] docker-core-data-go-arm64 latest 35525ffc1322 3 minutes ago 21MB [2021-02-07T00:53:38.747Z] docker-core-command-go-arm64 latest 1028cfdb2ee3 4 minutes ago 16MB [2021-02-07T00:53:38.747Z] docker-support-notifications-go-arm64 latest 1b7117808859 4 minutes ago 16.7MB [2021-02-07T00:53:38.747Z] docker-security-secretstore-setup-go-arm64 latest 34b882c5c6aa 4 minutes ago 23.4MB [2021-02-07T00:53:38.747Z] docker-security-proxy-setup-go-arm64 latest bfa5698df497 4 minutes ago 23.2MB [2021-02-07T00:53:38.747Z] docker 20.10.0 eeaf43b92773 8 weeks 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 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:53:42.236Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:53:43.123Z] ---> package-listing.sh [2021-02-07T00:53:43.123Z] ++ facter osfamily [2021-02-07T00:53:43.123Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-07T00:53:43.123Z] + OS_FAMILY=redhat [2021-02-07T00:53:43.123Z] + workspace=/w/workspace/edgex-go/59 [2021-02-07T00:53:43.123Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-07T00:53:43.123Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-07T00:53:43.123Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-07T00:53:43.123Z] + PACKAGES=/tmp/packages_start.txt [2021-02-07T00:53:43.123Z] + '[' /w/workspace/edgex-go/59 ']' [2021-02-07T00:53:43.123Z] + PACKAGES=/tmp/packages_end.txt [2021-02-07T00:53:43.123Z] + case "${OS_FAMILY}" in [2021-02-07T00:53:43.123Z] + rpm -qa [2021-02-07T00:53:43.123Z] + sort [2021-02-07T00:53:48.426Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-07T00:53:48.426Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-07T00:53:48.426Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-07T00:53:48.426Z] + '[' /w/workspace/edgex-go/59 ']' [2021-02-07T00:53:48.426Z] + mkdir -p /w/workspace/edgex-go/59/archives/ [2021-02-07T00:53:48.426Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/59/archives/ [Pipeline] echo [2021-02-07T00:53:48.440Z] 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/59/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-07T00:53:48.742Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:53:49.049Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:53:49.049Z] [2021-02-07T00:53:49.049Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:53:49.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:53:49.403Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-07T00:53:49.403Z] df20fa9351a1: Pulling fs layer [2021-02-07T00:53:49.403Z] 36b3adc4ff6f: Pulling fs layer [2021-02-07T00:53:49.403Z] 8ad3a11d3b57: Pulling fs layer [2021-02-07T00:53:49.403Z] 46f8f816bc3b: Pulling fs layer [2021-02-07T00:53:49.403Z] 93b61091891f: Pulling fs layer [2021-02-07T00:53:49.403Z] 93b9cdb0e59b: Pulling fs layer [2021-02-07T00:53:49.403Z] 5e14af77c1be: Pulling fs layer [2021-02-07T00:53:49.403Z] 01666e4c0597: Pulling fs layer [2021-02-07T00:53:49.403Z] aa168da1d23b: Pulling fs layer [2021-02-07T00:53:49.403Z] 46f8f816bc3b: Waiting [2021-02-07T00:53:49.403Z] 93b61091891f: Waiting [2021-02-07T00:53:49.403Z] 93b9cdb0e59b: Waiting [2021-02-07T00:53:49.403Z] 5e14af77c1be: Waiting [2021-02-07T00:53:49.403Z] 01666e4c0597: Waiting [2021-02-07T00:53:49.403Z] aa168da1d23b: Waiting [2021-02-07T00:53:49.403Z] 36b3adc4ff6f: Verifying Checksum [2021-02-07T00:53:49.403Z] 36b3adc4ff6f: Download complete [2021-02-07T00:53:49.403Z] 46f8f816bc3b: Verifying Checksum [2021-02-07T00:53:49.403Z] 46f8f816bc3b: Download complete [2021-02-07T00:53:49.665Z] df20fa9351a1: Verifying Checksum [2021-02-07T00:53:49.665Z] 93b9cdb0e59b: Verifying Checksum [2021-02-07T00:53:49.665Z] 93b9cdb0e59b: Download complete [2021-02-07T00:53:49.665Z] 5e14af77c1be: Verifying Checksum [2021-02-07T00:53:49.665Z] 5e14af77c1be: Download complete [2021-02-07T00:53:49.665Z] 01666e4c0597: Verifying Checksum [2021-02-07T00:53:49.665Z] 01666e4c0597: Download complete [2021-02-07T00:53:49.665Z] 93b61091891f: Verifying Checksum [2021-02-07T00:53:49.665Z] 93b61091891f: Download complete [2021-02-07T00:53:49.937Z] df20fa9351a1: Pull complete [2021-02-07T00:53:49.937Z] 8ad3a11d3b57: Verifying Checksum [2021-02-07T00:53:49.937Z] 8ad3a11d3b57: Download complete [2021-02-07T00:53:50.208Z] 36b3adc4ff6f: Pull complete [2021-02-07T00:53:51.171Z] 8ad3a11d3b57: Pull complete [2021-02-07T00:53:51.746Z] aa168da1d23b: Verifying Checksum [2021-02-07T00:53:51.746Z] aa168da1d23b: Download complete [2021-02-07T00:53:52.703Z] 46f8f816bc3b: Pull complete [2021-02-07T00:53:53.654Z] 93b61091891f: Pull complete [2021-02-07T00:53:53.654Z] 93b9cdb0e59b: Pull complete [2021-02-07T00:53:53.654Z] 5e14af77c1be: Pull complete [2021-02-07T00:53:53.917Z] 01666e4c0597: Pull complete [2021-02-07T00:54:03.998Z] aa168da1d23b: Pull complete [2021-02-07T00:54:03.998Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-07T00:54:03.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:54:03.998Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-07T00:54:04.256Z] prd-centos7-docker-4c-2g-25366 does not seem to be running inside a container [2021-02-07T00:54:04.308Z] $ 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/59/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/59 -v /w/workspace/edgex-go/59:/w/workspace/edgex-go/59:rw,z -v /w/workspace/edgex-go/59@tmp:/w/workspace/edgex-go/59@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-02-07T00:54:12.481Z] $ docker top 8b49539fd83655590c6574435a5aff8dcf5b4de4e9908cfe9db468e73f1883f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:54:13.141Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-07T00:54:13.449Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-07T00:54:13.754Z] + ls /var/log/sa-host [2021-02-07T00:54:13.754Z] + sadf -c /var/log/sa-host/sa07 [2021-02-07T00:54:13.754Z] file_magic: OK [2021-02-07T00:54:13.754Z] HZ: Using current value: 100 [2021-02-07T00:54:13.754Z] file_header: OK [2021-02-07T00:54:13.754Z] 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-02-07T00:54:13.754Z] Statistics: [2021-02-07T00:54:13.754Z] 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... [2021-02-07T00:54:13.754Z] File successfully converted to sysstat format version 12.2.1 [2021-02-07T00:54:13.754Z] + sadf -c /var/log/sa-host/sa23 [2021-02-07T00:54:13.754Z] file_magic: OK [2021-02-07T00:54:13.754Z] HZ: Using current value: 100 [2021-02-07T00:54:13.754Z] file_header: OK [2021-02-07T00:54:13.754Z] 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-02-07T00:54:13.754Z] Statistics: [2021-02-07T00:54:13.754Z] Hnuu...uuuununununu... [2021-02-07T00:54:13.754Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:54:13.979Z] provisioning config files... [2021-02-07T00:54:13.995Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/59@tmp/config4155623468317760445tmp [Pipeline] { [Pipeline] echo [2021-02-07T00:54:14.125Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:14.433Z] ---> create-netrc.sh [Pipeline] } [2021-02-07T00:54:14.442Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-07T00:54:14.576Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:14.877Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-07T00:54:14.887Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:15.285Z] ---> sudo-logs.sh [2021-02-07T00:54:15.285Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-07T00:54:15.298Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:15.666Z] ---> job-cost.sh [2021-02-07T00:54:15.666Z] lf-activate-venv: SKIPPING [2021-02-07T00:54:15.666Z] INFO: No Stack... [2021-02-07T00:54:16.615Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-07T00:54:17.187Z] INFO: Archiving Costs [Pipeline] echo [2021-02-07T00:54:17.202Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:54:17.498Z] ---> logs-deploy.sh [2021-02-07T00:54:17.498Z] lf-activate-venv: SKIPPING [2021-02-07T00:54:17.498Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/59 [2021-02-07T00:54:17.498Z] INFO: archiving workspace using pattern(s): [2021-02-07T00:54:20.076Z] Archives upload complete. [2021-02-07T00:54:20.076Z] INFO: archiving logs to Nexus [2021-02-07T00:54:21.025Z] ---> uname -a: [2021-02-07T00:54:21.025Z] Linux prd-centos7-docker-4c-2g-25366.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-02-07T00:54:21.025Z] [2021-02-07T00:54:21.025Z] [2021-02-07T00:54:21.025Z] ---> lscpu: [2021-02-07T00:54:21.025Z] Architecture: x86_64 [2021-02-07T00:54:21.025Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-07T00:54:21.025Z] Byte Order: Little Endian [2021-02-07T00:54:21.025Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-07T00:54:21.025Z] CPU(s): 4 [2021-02-07T00:54:21.025Z] On-line CPU(s) list: 0-3 [2021-02-07T00:54:21.025Z] Thread(s) per core: 1 [2021-02-07T00:54:21.025Z] Core(s) per socket: 1 [2021-02-07T00:54:21.025Z] Socket(s): 4 [2021-02-07T00:54:21.025Z] NUMA node(s): 1 [2021-02-07T00:54:21.025Z] Vendor ID: GenuineIntel [2021-02-07T00:54:21.025Z] CPU family: 6 [2021-02-07T00:54:21.025Z] Model: 44 [2021-02-07T00:54:21.025Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-07T00:54:21.025Z] Stepping: 1 [2021-02-07T00:54:21.025Z] CPU MHz: 2933.438 [2021-02-07T00:54:21.025Z] BogoMIPS: 5866.87 [2021-02-07T00:54:21.025Z] Virtualization: VT-x [2021-02-07T00:54:21.025Z] Hypervisor vendor: KVM [2021-02-07T00:54:21.025Z] Virtualization type: full [2021-02-07T00:54:21.025Z] L1d cache: 128 KiB [2021-02-07T00:54:21.025Z] L1i cache: 128 KiB [2021-02-07T00:54:21.025Z] L2 cache: 16 MiB [2021-02-07T00:54:21.025Z] L3 cache: 64 MiB [2021-02-07T00:54:21.025Z] NUMA node0 CPU(s): 0-3 [2021-02-07T00:54:21.025Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-07T00:54:21.025Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-07T00:54:21.025Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-07T00:54:21.025Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-07T00:54:21.026Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-07T00:54:21.026Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-07T00:54:21.026Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-07T00:54:21.026Z] Vulnerability Srbds: Not affected [2021-02-07T00:54:21.026Z] Vulnerability Tsx async abort: Not affected [2021-02-07T00:54:21.026Z] 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-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] ---> nproc: [2021-02-07T00:54:21.026Z] 4 [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] ---> df -h: [2021-02-07T00:54:21.026Z] Filesystem Size Used Available Use% Mounted on [2021-02-07T00:54:21.026Z] overlay 50.0G 12.6G 37.4G 25% / [2021-02-07T00:54:21.026Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-07T00:54:21.026Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-07T00:54:21.026Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/59 [2021-02-07T00:54:21.026Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/59@tmp [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] ---> free -m: [2021-02-07T00:54:21.026Z] total used free shared buff/cache available [2021-02-07T00:54:21.026Z] Mem: 1837 712 220 0 904 1037 [2021-02-07T00:54:21.026Z] Swap: 1023 70 953 [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] ---> ip addr: [2021-02-07T00:54:21.026Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-07T00:54:21.026Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-07T00:54:21.026Z] inet 127.0.0.1/8 scope host lo [2021-02-07T00:54:21.026Z] valid_lft forever preferred_lft forever [2021-02-07T00:54:21.026Z] inet6 ::1/128 scope host [2021-02-07T00:54:21.026Z] valid_lft forever preferred_lft forever [2021-02-07T00:54:21.026Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-07T00:54:21.026Z] link/ether fa:16:3e:1c:6c:38 brd ff:ff:ff:ff:ff:ff [2021-02-07T00:54:21.026Z] inet 10.30.122.117/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-07T00:54:21.026Z] valid_lft 84996sec preferred_lft 84996sec [2021-02-07T00:54:21.026Z] inet6 fe80::f816:3eff:fe1c:6c38/64 scope link [2021-02-07T00:54:21.026Z] valid_lft forever preferred_lft forever [2021-02-07T00:54:21.026Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-07T00:54:21.026Z] link/ether 02:42:d0:f5:0c:7d brd ff:ff:ff:ff:ff:ff [2021-02-07T00:54:21.026Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-07T00:54:21.026Z] valid_lft forever preferred_lft forever [2021-02-07T00:54:21.026Z] inet6 fe80::42:d0ff:fef5:c7d/64 scope link [2021-02-07T00:54:21.026Z] valid_lft forever preferred_lft forever [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] ---> sar -b -r -n DEV: [2021-02-07T00:54:21.026Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] 00:30:45 LINUX RESTART (4 CPU) [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-07T00:54:21.026Z] 00:32:01 187.70 109.77 77.93 0.00 10858.58 42464.42 0.00 [2021-02-07T00:54:21.026Z] 00:33:01 210.47 94.49 115.97 0.00 7749.88 46407.12 0.00 [2021-02-07T00:54:21.026Z] 00:34:02 204.82 81.50 123.32 0.00 3358.38 17924.38 0.00 [2021-02-07T00:54:21.026Z] 00:35:01 116.16 29.59 86.58 0.00 1151.38 12907.08 0.00 [2021-02-07T00:54:21.026Z] 00:36:01 129.09 62.08 67.01 0.00 3309.45 6737.37 0.00 [2021-02-07T00:54:21.026Z] 00:37:02 588.63 366.17 222.46 0.00 77382.14 148680.38 0.00 [2021-02-07T00:54:21.026Z] 00:38:02 1732.44 1405.09 327.35 0.00 146355.94 142604.55 0.00 [2021-02-07T00:54:21.026Z] 00:39:02 771.03 524.59 246.44 0.00 42094.32 60719.97 0.00 [2021-02-07T00:54:21.026Z] 00:40:01 1417.60 1048.71 368.89 0.00 76694.33 107213.36 0.00 [2021-02-07T00:54:21.026Z] 00:41:01 1928.81 1601.43 327.38 0.00 117814.03 129440.94 0.00 [2021-02-07T00:54:21.026Z] 00:42:01 193.53 45.98 147.55 0.00 6647.50 20399.20 0.00 [2021-02-07T00:54:21.026Z] 00:43:01 2.36 1.17 1.20 0.00 93.39 16.30 0.00 [2021-02-07T00:54:21.026Z] 00:44:01 0.34 0.03 0.30 0.00 0.41 3.78 0.00 [2021-02-07T00:54:21.026Z] 00:45:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 [2021-02-07T00:54:21.026Z] 00:46:01 1.57 1.28 0.28 0.00 45.43 3.18 0.00 [2021-02-07T00:54:21.026Z] 00:47:01 1.08 0.25 0.83 0.00 106.98 15.40 0.00 [2021-02-07T00:54:21.026Z] 00:48:01 0.33 0.02 0.32 0.00 0.53 3.58 0.00 [2021-02-07T00:54:21.026Z] 00:49:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 [2021-02-07T00:54:21.026Z] 00:50:01 0.20 0.00 0.20 0.00 0.00 1.70 0.00 [2021-02-07T00:54:21.026Z] 00:51:01 0.28 0.02 0.27 0.00 0.53 3.70 0.00 [2021-02-07T00:54:21.026Z] 00:52:01 0.23 0.00 0.23 0.00 0.00 2.63 0.00 [2021-02-07T00:54:21.026Z] 00:53:01 0.30 0.00 0.30 0.00 0.00 3.46 0.00 [2021-02-07T00:54:21.026Z] 00:54:01 109.36 56.30 53.06 0.00 4782.00 13328.14 0.00 [2021-02-07T00:54:21.026Z] Average: 330.20 235.90 94.30 0.00 21711.88 32668.26 0.00 [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-07T00:54:21.026Z] 00:32:01 121964 0 569760 30.28 2620 1187200 1071348 36.56 479876 1082596 12480 [2021-02-07T00:54:21.026Z] 00:33:01 125812 0 705624 37.50 1972 1048136 1425580 48.65 551720 964172 14928 [2021-02-07T00:54:21.026Z] 00:34:02 103064 0 791484 42.07 1352 985644 1630164 55.63 630944 871852 81644 [2021-02-07T00:54:21.026Z] 00:35:01 111756 0 849908 45.17 764 919116 1716984 58.60 734272 744484 8100 [2021-02-07T00:54:21.026Z] 00:36:01 257132 0 742616 39.47 636 881160 1320032 45.05 599652 731780 64600 [2021-02-07T00:54:21.026Z] 00:37:02 64892 0 838124 44.54 0 978528 2248616 76.74 722216 886176 72680 [2021-02-07T00:54:21.026Z] 00:38:02 68428 0 924440 49.13 0 888676 2594744 88.55 698412 877680 80464 [2021-02-07T00:54:21.026Z] 00:39:02 324840 0 719492 38.24 0 837212 1591000 54.30 584104 721476 5548 [2021-02-07T00:54:21.026Z] 00:40:01 81712 0 737504 39.20 0 1062328 2011256 68.64 757268 804748 5060 [2021-02-07T00:54:21.026Z] 00:41:01 292944 0 932328 49.55 0 656272 3232092 110.31 645752 688648 50636 [2021-02-07T00:54:21.026Z] 00:42:01 577476 0 635540 33.78 0 668528 1181892 40.34 463528 595168 20 [2021-02-07T00:54:21.026Z] 00:43:01 577608 0 632596 33.62 0 671340 1167284 39.84 462100 597276 16 [2021-02-07T00:54:21.026Z] 00:44:01 579140 0 631048 33.54 0 671356 1153920 39.38 461256 597124 8 [2021-02-07T00:54:21.026Z] 00:45:01 580108 0 630076 33.49 0 671360 1146724 39.14 460536 597004 8 [2021-02-07T00:54:21.026Z] 00:46:01 578776 0 630656 33.52 0 672112 1146724 39.14 460880 597536 16 [2021-02-07T00:54:21.026Z] 00:47:01 572836 0 633404 33.66 0 675304 1146796 39.14 466616 597900 8 [2021-02-07T00:54:21.026Z] 00:48:01 572808 0 633440 33.67 0 675296 1146724 39.14 466640 597900 8 [2021-02-07T00:54:21.026Z] 00:49:01 572792 0 633432 33.67 0 675320 1146724 39.14 466644 597920 8 [2021-02-07T00:54:21.026Z] 00:50:01 572420 0 633800 33.69 0 675324 1146724 39.14 466652 597916 20 [2021-02-07T00:54:21.026Z] 00:51:01 572356 0 633860 33.69 0 675328 1146820 39.14 466936 597932 8 [2021-02-07T00:54:21.026Z] 00:52:01 572536 0 633668 33.68 0 675340 1146796 39.14 466820 597932 8 [2021-02-07T00:54:21.026Z] 00:53:01 572568 0 633628 33.68 0 675348 1146724 39.14 466540 597932 8 [2021-02-07T00:54:21.026Z] 00:54:01 234820 0 737984 39.22 0 908740 1565820 53.44 606140 755752 89056 [2021-02-07T00:54:21.026Z] Average: 377773 0 701931 37.31 319 801520 1488326 50.79 547196 708648 21101 [2021-02-07T00:54:21.026Z] [2021-02-07T00:54:21.026Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-07T00:54:21.026Z] 00:32:01 eth0 747.30 516.84 3352.81 84.11 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:33:01 veth4ac2c58 5.66 10.78 0.38 60.54 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:33:01 eth0 1126.76 1141.95 5905.46 142.73 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:33:01 docker0 849.50 757.97 69.88 2738.71 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:34:02 eth0 210.11 153.72 801.67 23.18 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:34:02 veth4852c87 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:34:02 docker0 134.01 174.27 9.26 771.12 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:35:01 eth0 38.46 26.15 20.35 78.59 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:35:01 veth4852c87 1.35 1.35 0.11 0.11 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:35:01 docker0 1.35 1.35 0.09 0.11 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:36:01 eth0 23.85 12.37 18.81 10.06 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:36:01 veth4852c87 0.80 0.80 0.06 0.06 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:36:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:37:02 veth5183d4f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:37:02 eth0 199.66 157.55 1658.58 70.94 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:38:02 vetheeabfe0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:38:02 veth5183d4f 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:38:02 eth0 69.05 46.65 175.84 16.61 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:39:02 veth9025380 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:39:02 veth5183d4f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:39:02 eth0 160.04 106.16 1368.03 83.78 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:40:01 veth5183d4f 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:40:01 eth0 169.56 101.18 550.44 87.69 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:40:01 vethcc4bed7 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:41:01 veth1df9caf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:41:01 veth41de0fd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:41:01 veth232ddc0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:41:01 veth5183d4f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:42:01 eth0 2882.69 2353.85 14083.09 687.64 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:42:01 docker0 1089.03 1100.15 85.40 4334.98 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:43:01 eth0 1.75 0.55 0.62 0.36 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:44:01 eth0 1.29 0.54 0.58 0.43 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:45:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:46:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:47:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.026Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:49:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:50:01 eth0 0.53 0.07 0.05 0.01 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:51:01 eth0 0.57 0.27 0.27 0.20 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:52:01 eth0 0.50 0.28 0.26 0.13 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:53:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:54:01 eth0 206.80 162.19 2154.95 16.67 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] Average: eth0 133.87 109.07 705.60 30.67 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] Average: docker0 47.41 47.90 3.72 188.74 0.00 0.00 0.00 0.00 [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z] ---> sar -P ALL: [2021-02-07T00:54:21.027Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/07/21 _x86_64_ (4 CPU) [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z] 00:30:45 LINUX RESTART (4 CPU) [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-02-07T00:54:21.027Z] 00:32:01 all 17.85 0.00 9.64 5.93 0.49 66.10 [2021-02-07T00:54:21.027Z] 00:32:01 0 18.82 0.00 10.15 6.09 0.43 64.51 [2021-02-07T00:54:21.027Z] 00:32:01 1 16.76 0.00 11.18 5.78 0.49 65.79 [2021-02-07T00:54:21.027Z] 00:32:01 2 18.33 0.00 9.16 5.61 0.56 66.34 [2021-02-07T00:54:21.027Z] 00:32:01 3 17.48 0.00 8.08 6.24 0.46 67.74 [2021-02-07T00:54:21.027Z] 00:33:01 all 17.13 0.00 9.78 2.12 0.52 70.45 [2021-02-07T00:54:21.027Z] 00:33:01 0 22.06 0.00 12.47 2.26 0.58 62.64 [2021-02-07T00:54:21.027Z] 00:33:01 1 14.93 0.00 7.39 1.38 0.47 75.84 [2021-02-07T00:54:21.027Z] 00:33:01 2 17.88 0.00 9.96 2.91 0.50 68.75 [2021-02-07T00:54:21.027Z] 00:33:01 3 13.72 0.00 9.33 1.92 0.55 74.47 [2021-02-07T00:54:21.027Z] 00:34:02 all 17.07 0.00 7.43 4.94 0.45 70.10 [2021-02-07T00:54:21.027Z] 00:34:02 0 18.48 0.00 8.17 7.49 0.46 65.40 [2021-02-07T00:54:21.027Z] 00:34:02 1 16.36 0.00 7.09 3.07 0.50 72.98 [2021-02-07T00:54:21.027Z] 00:34:02 2 17.55 0.00 6.86 5.35 0.43 69.81 [2021-02-07T00:54:21.027Z] 00:34:02 3 15.90 0.00 7.59 3.86 0.43 72.22 [2021-02-07T00:54:21.027Z] 00:35:01 all 55.39 0.00 14.45 4.15 0.93 25.09 [2021-02-07T00:54:21.027Z] 00:35:01 0 54.32 0.00 14.59 4.24 0.88 25.98 [2021-02-07T00:54:21.027Z] 00:35:01 1 55.18 0.00 14.90 4.82 1.13 23.97 [2021-02-07T00:54:21.027Z] 00:35:01 2 57.24 0.00 13.69 3.50 0.80 24.77 [2021-02-07T00:54:21.027Z] 00:35:01 3 54.80 0.00 14.61 4.03 0.90 25.65 [2021-02-07T00:54:21.027Z] 00:36:01 all 46.72 0.00 14.08 3.95 0.85 34.40 [2021-02-07T00:54:21.027Z] 00:36:01 0 45.86 0.00 14.22 4.44 0.96 34.52 [2021-02-07T00:54:21.027Z] 00:36:01 1 46.63 0.00 14.28 3.39 0.93 34.77 [2021-02-07T00:54:21.027Z] 00:36:01 2 48.74 0.00 13.84 3.83 0.71 32.88 [2021-02-07T00:54:21.027Z] 00:36:01 3 45.63 0.00 13.98 4.16 0.77 35.46 [2021-02-07T00:54:21.027Z] 00:37:02 all 23.95 0.00 22.74 4.75 1.55 47.01 [2021-02-07T00:54:21.027Z] 00:37:02 0 22.34 0.00 21.48 4.39 1.73 50.05 [2021-02-07T00:54:21.027Z] 00:37:02 1 22.96 0.00 23.34 4.01 1.56 48.13 [2021-02-07T00:54:21.027Z] 00:37:02 2 25.37 0.00 23.47 6.84 1.57 42.74 [2021-02-07T00:54:21.027Z] 00:37:02 3 25.12 0.00 22.64 3.75 1.35 47.13 [2021-02-07T00:54:21.027Z] 00:38:02 all 17.38 0.00 25.20 25.28 1.65 30.50 [2021-02-07T00:54:21.027Z] 00:38:02 0 16.09 0.00 23.50 25.37 1.75 33.29 [2021-02-07T00:54:21.027Z] 00:38:02 1 17.79 0.00 25.26 23.34 1.67 31.95 [2021-02-07T00:54:21.027Z] 00:38:02 2 17.36 0.00 26.32 25.89 1.75 28.68 [2021-02-07T00:54:21.027Z] 00:38:02 3 18.28 0.00 25.72 26.52 1.43 28.04 [2021-02-07T00:54:21.027Z] 00:39:02 all 68.07 0.00 21.75 6.39 0.83 2.96 [2021-02-07T00:54:21.027Z] 00:39:02 0 66.32 0.00 22.22 5.60 0.88 4.97 [2021-02-07T00:54:21.027Z] 00:39:02 1 67.49 0.00 22.39 6.92 0.91 2.29 [2021-02-07T00:54:21.027Z] 00:39:02 2 69.83 0.00 21.38 6.25 0.66 1.88 [2021-02-07T00:54:21.027Z] 00:39:02 3 68.64 0.00 21.00 6.79 0.85 2.72 [2021-02-07T00:54:21.027Z] 00:40:01 all 21.21 0.00 21.33 24.78 1.84 30.84 [2021-02-07T00:54:21.027Z] 00:40:01 0 23.75 0.00 20.73 22.36 1.80 31.36 [2021-02-07T00:54:21.027Z] 00:40:01 1 19.93 0.00 22.90 27.40 1.89 27.88 [2021-02-07T00:54:21.027Z] 00:40:01 2 20.06 0.00 19.85 27.67 1.95 30.47 [2021-02-07T00:54:21.027Z] 00:40:01 3 21.11 0.00 21.86 21.66 1.71 33.66 [2021-02-07T00:54:21.027Z] 00:41:01 all 33.27 0.00 24.53 22.46 1.14 18.59 [2021-02-07T00:54:21.027Z] 00:41:01 0 32.31 0.00 24.64 20.20 1.16 21.68 [2021-02-07T00:54:21.027Z] 00:41:01 1 34.16 0.00 23.90 24.62 1.19 16.14 [2021-02-07T00:54:21.027Z] 00:41:01 2 32.82 0.00 24.71 23.56 1.08 17.83 [2021-02-07T00:54:21.027Z] 00:41:01 3 33.80 0.00 24.87 21.44 1.14 18.74 [2021-02-07T00:54:21.027Z] 00:42:01 all 23.46 0.00 8.54 9.73 0.12 58.15 [2021-02-07T00:54:21.027Z] 00:42:01 0 22.79 0.00 9.57 11.01 0.08 56.54 [2021-02-07T00:54:21.027Z] 00:42:01 1 23.96 0.00 8.27 10.34 0.07 57.36 [2021-02-07T00:54:21.027Z] 00:42:01 2 23.78 0.00 7.97 11.10 0.14 57.01 [2021-02-07T00:54:21.027Z] 00:42:01 3 23.32 0.00 8.35 6.45 0.17 61.72 [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-02-07T00:54:21.027Z] 00:43:01 all 0.09 0.00 0.05 0.00 0.00 99.85 [2021-02-07T00:54:21.027Z] 00:43:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-07T00:54:21.027Z] 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-07T00:54:21.027Z] 00:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-07T00:54:21.027Z] 00:43:01 3 0.23 0.00 0.08 0.02 0.00 99.67 [2021-02-07T00:54:21.027Z] 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-02-07T00:54:21.027Z] 00:44:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2021-02-07T00:54:21.027Z] 00:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-07T00:54:21.027Z] 00:44:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-07T00:54:21.027Z] 00:44:01 3 0.53 0.00 0.03 0.00 0.00 99.44 [2021-02-07T00:54:21.027Z] 00:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-07T00:54:21.027Z] 00:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-07T00:54:21.027Z] 00:45:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-07T00:54:21.027Z] 00:45:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-07T00:54:21.027Z] 00:46:01 all 0.17 0.00 0.11 0.02 0.00 99.70 [2021-02-07T00:54:21.027Z] 00:46:01 0 0.02 0.00 0.07 0.00 0.00 99.92 [2021-02-07T00:54:21.027Z] 00:46:01 1 0.05 0.00 0.12 0.00 0.00 99.83 [2021-02-07T00:54:21.027Z] 00:46:01 2 0.05 0.00 0.13 0.00 0.02 99.80 [2021-02-07T00:54:21.027Z] 00:46:01 3 0.57 0.00 0.12 0.07 0.00 99.25 [2021-02-07T00:54:21.027Z] 00:47:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-07T00:54:21.027Z] 00:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-07T00:54:21.027Z] 00:47:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-07T00:54:21.027Z] 00:47:01 3 0.52 0.00 0.05 0.02 0.00 99.42 [2021-02-07T00:54:21.027Z] 00:48:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-02-07T00:54:21.027Z] 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:48:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-07T00:54:21.027Z] 00:48:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-07T00:54:21.027Z] 00:48:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-07T00:54:21.027Z] 00:49:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-02-07T00:54:21.027Z] 00:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-02-07T00:54:21.027Z] 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:49:01 2 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-07T00:54:21.027Z] 00:49:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-07T00:54:21.027Z] 00:50:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-07T00:54:21.027Z] 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-07T00:54:21.027Z] 00:50:01 3 0.47 0.00 0.05 0.00 0.00 99.48 [2021-02-07T00:54:21.027Z] 00:51:01 all 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-07T00:54:21.027Z] 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-07T00:54:21.027Z] 00:51:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-02-07T00:54:21.027Z] 00:52:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2021-02-07T00:54:21.027Z] 00:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-07T00:54:21.027Z] 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-07T00:54:21.027Z] 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-07T00:54:21.027Z] 00:52:01 3 0.27 0.00 0.05 0.00 0.00 99.68 [2021-02-07T00:54:21.027Z] 00:53:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-02-07T00:54:21.027Z] 00:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-07T00:54:21.027Z] 00:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-07T00:54:21.027Z] 00:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-07T00:54:21.027Z] 00:53:01 3 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z] 00:53:01 CPU %user %nice %system %iowait %steal %idle [2021-02-07T00:54:21.027Z] 00:54:01 all 5.01 0.00 3.65 3.02 0.04 88.28 [2021-02-07T00:54:21.027Z] 00:54:01 0 4.67 0.00 3.45 1.09 0.02 90.77 [2021-02-07T00:54:21.027Z] 00:54:01 1 3.93 0.00 3.36 4.18 0.03 88.49 [2021-02-07T00:54:21.027Z] 00:54:01 2 5.81 0.00 3.59 3.89 0.07 86.65 [2021-02-07T00:54:21.027Z] 00:54:01 3 5.63 0.00 4.21 2.91 0.05 87.20 [2021-02-07T00:54:21.027Z] Average: all 14.68 0.00 7.75 4.95 0.44 72.18 [2021-02-07T00:54:21.027Z] Average: 0 14.68 0.00 7.84 4.84 0.45 72.19 [2021-02-07T00:54:21.027Z] Average: 1 14.37 0.00 7.80 5.03 0.46 72.34 [2021-02-07T00:54:21.027Z] Average: 2 15.03 0.00 7.68 5.33 0.43 71.53 [2021-02-07T00:54:21.027Z] Average: 3 14.65 0.00 7.69 4.60 0.41 72.65 [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z] [2021-02-07T00:54:21.027Z]