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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c48b5c69e3d7e3b718e5d15324ffdda642aa0234 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29401 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/80 [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/80 # 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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 Merge succeeded, producing 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 Checking out Revision 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 # timeout=10 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T00:33:35.425Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T00:33:35.722Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T00:33:35.816Z] ========================================================= [2021-03-11T00:33:35.816Z] EdgeX Global Pipelines Version Info [2021-03-11T00:33:35.816Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 [2021-03-11T00:33:38.686Z] ------------------- [2021-03-11T00:33:38.686Z] stable info: [2021-03-11T00:33:38.686Z] ------------------- [2021-03-11T00:33:38.686Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T00:33:38.686Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:33:38.686Z] Message: update stable to v1.0.184 [2021-03-11T00:33:39.691Z] ------------------- [2021-03-11T00:33:39.691Z] experimental info: [2021-03-11T00:33:39.691Z] ------------------- [2021-03-11T00:33:39.691Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T00:33:39.691Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T00:33:39.691Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T00:33:40.005Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T00:33:40.139Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T00:33:40.376Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T00:33:40.514Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T00:33:40.672Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T00:33:40.762Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T00:33:40.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T00:33:40.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T00:33:41.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T00:33:41.128Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T00:33:41.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T00:33:41.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T00:33:41.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T00:33:41.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T00:33:41.585Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:33:41.666Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T00:33:41.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T00:33:41.945Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T00:33:42.035Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T00:33:42.124Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T00:33:42.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T00:33:42.308Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T00:33:42.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-11T00:33:42.480Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-11T00:33:42.570Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-11T00:33:42.686Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [Pipeline] echo [2021-03-11T00:33:42.773Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4786646 [Pipeline] echo [2021-03-11T00:33:42.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:33:43.057Z] provisioning config files... [2021-03-11T00:33:43.105Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config4875489368546945025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:33:43.526Z] ---> docker-login.sh [2021-03-11T00:33:43.527Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:33:45.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:33:45.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:33:45.353Z] Configure a credential helper to remove this warning. See [2021-03-11T00:33:45.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:33:45.353Z] [2021-03-11T00:33:45.353Z] Login Succeeded [2021-03-11T00:33:45.353Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:33:45.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:33:45.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:33:45.893Z] Configure a credential helper to remove this warning. See [2021-03-11T00:33:45.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:33:45.893Z] [2021-03-11T00:33:45.893Z] Login Succeeded [2021-03-11T00:33:45.893Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:33:46.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:33:46.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:33:46.170Z] Configure a credential helper to remove this warning. See [2021-03-11T00:33:46.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:33:46.170Z] [2021-03-11T00:33:46.170Z] Login Succeeded [2021-03-11T00:33:46.170Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:33:46.170Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:33:46.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:33:46.529Z] Configure a credential helper to remove this warning. See [2021-03-11T00:33:46.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:33:46.529Z] [2021-03-11T00:33:46.529Z] Login Succeeded [2021-03-11T00:33:46.529Z] docker.io [2021-03-11T00:33:46.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:33:47.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:33:47.069Z] Configure a credential helper to remove this warning. See [2021-03-11T00:33:47.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:33:47.069Z] [2021-03-11T00:33:47.069Z] Login Succeeded [2021-03-11T00:33:47.069Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:33:47.089Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:33:47.567Z] ++ 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-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T00:33:47.567Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T00:33:47.567Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T00:33:47.567Z] ++ cut -d/ -f2 [2021-03-11T00:33:47.567Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T00:33:47.694Z] 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-03-11T00:33:48.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:33:48.625Z] [2021-03-11T00:33:48.625Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:33:49.000Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:33:49.000Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T00:33:49.000Z] 31603596830f: Pulling fs layer [2021-03-11T00:33:49.000Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T00:33:49.000Z] 6ca5941a6612: Pulling fs layer [2021-03-11T00:33:49.000Z] ecc8261a40a4: Pulling fs layer [2021-03-11T00:33:49.000Z] ecc8261a40a4: Waiting [2021-03-11T00:33:49.000Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T00:33:49.000Z] 2a8b12db71e7: Download complete [2021-03-11T00:33:49.276Z] 31603596830f: Verifying Checksum [2021-03-11T00:33:49.276Z] 31603596830f: Download complete [2021-03-11T00:33:49.556Z] ecc8261a40a4: Verifying Checksum [2021-03-11T00:33:49.556Z] 6ca5941a6612: Verifying Checksum [2021-03-11T00:33:49.556Z] 6ca5941a6612: Download complete [2021-03-11T00:33:51.024Z] 31603596830f: Pull complete [2021-03-11T00:33:51.295Z] 2a8b12db71e7: Pull complete [2021-03-11T00:33:53.358Z] 6ca5941a6612: Pull complete [2021-03-11T00:33:54.000Z] ecc8261a40a4: Pull complete [2021-03-11T00:33:54.000Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T00:33:54.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T00:33:54.000Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T00:33:54.439Z] prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container [2021-03-11T00:33:54.681Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-03-11T00:33:58.572Z] $ docker top 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T00:33:59.043Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:33:59.043Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:33:59.914Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:33:59.917Z] $ docker exec 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent [2021-03-11T00:34:00.626Z] SSH_AUTH_SOCK=/tmp/ssh-ZtihAgKdMNup/agent.13 [2021-03-11T00:34:00.626Z] SSH_AGENT_PID=18 [2021-03-11T00:34:00.647Z] Running ssh-add (command line suppressed) [2021-03-11T00:34:00.813Z] Identity added: /w/workspace/edgex-go/80@tmp/private_key_7439570979941581037.key (/w/workspace/edgex-go/80@tmp/private_key_7439570979941581037.key) [2021-03-11T00:34:00.891Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:34:01.263Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T00:34:01.358Z] $ docker exec --env ******** --env ******** 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent -k [2021-03-11T00:34:01.824Z] unset SSH_AUTH_SOCK; [2021-03-11T00:34:01.826Z] unset SSH_AGENT_PID; [2021-03-11T00:34:01.826Z] echo Agent pid 18 killed; [2021-03-11T00:34:02.046Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T00:34:02.213Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T00:34:02.213Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T00:34:02.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T00:34:02.702Z] $ docker exec 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent [2021-03-11T00:34:03.339Z] SSH_AUTH_SOCK=/tmp/ssh-EjsNKjfyjRDq/agent.47 [2021-03-11T00:34:03.339Z] SSH_AGENT_PID=52 [2021-03-11T00:34:03.356Z] Running ssh-add (command line suppressed) [2021-03-11T00:34:03.785Z] Identity added: /w/workspace/edgex-go/80@tmp/private_key_8721461668532558509.key (/w/workspace/edgex-go/80@tmp/private_key_8721461668532558509.key) [2021-03-11T00:34:03.931Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T00:34:04.450Z] + git semver init [2021-03-11T00:34:04.730Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T00:34:04.730Z] # $GIT_DIR = /w/workspace/edgex-go/80/.git [2021-03-11T00:34:04.730Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/80 [2021-03-11T00:34:04.730Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T00:34:04.730Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T00:34:04.730Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T00:34:04.730Z] # $SEMVER_BRANCH = PR-2858 [2021-03-11T00:34:04.730Z] # $SEMVER_TEMP = /tmp/semver-195296745 [2021-03-11T00:34:04.730Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T00:35:02.047Z] # '/tmp/semver-195296745' -> '/w/workspace/edgex-go/80/.semver' [2021-03-11T00:35:02.720Z] # -> Force: false [2021-03-11T00:35:02.720Z] # $SEMVER_DIR = /w/workspace/edgex-go/80/.semver [Pipeline] } [2021-03-11T00:35:02.737Z] $ docker exec --env ******** --env ******** 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent -k [2021-03-11T00:35:03.325Z] unset SSH_AUTH_SOCK; [2021-03-11T00:35:03.326Z] unset SSH_AGENT_PID; [2021-03-11T00:35:03.326Z] echo Agent pid 52 killed; [2021-03-11T00:35:03.636Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T00:35:04.604Z] + git semver [Pipeline] } [2021-03-11T00:35:04.652Z] $ docker stop --time=1 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 [2021-03-11T00:35:07.625Z] $ docker rm -f 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:35:08.354Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T00:35:09.110Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T00:35:09.113Z] [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-03-11T00:35:11.217Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:35:11.553Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:35:11.924Z] + sudo service docker restart [2021-03-11T00:35:11.925Z] + true [2021-03-11T00:35:11.925Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T00:35:12.927Z] ========================================================= [2021-03-11T00:35:12.927Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T00:35:12.927Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:35:13.311Z] + 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-03-11T00:35:23.739Z] Sending build context to Docker daemon 328.5MB [2021-03-11T00:35:23.739Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:35:23.739Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:35:23.739Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T00:35:23.739Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T00:35:23.739Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T00:35:23.739Z] de9db76c5a1d: Pulling fs layer [2021-03-11T00:35:23.739Z] bca2f99d35d6: Pulling fs layer [2021-03-11T00:35:23.739Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T00:35:23.739Z] 7c6f9722023f: Pulling fs layer [2021-03-11T00:35:23.740Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T00:35:23.740Z] bca2f99d35d6: Waiting [2021-03-11T00:35:23.740Z] 93359f2a8cfa: Waiting [2021-03-11T00:35:23.740Z] 7c6f9722023f: Waiting [2021-03-11T00:35:23.740Z] a35cf1a2eb13: Waiting [2021-03-11T00:35:23.740Z] de9db76c5a1d: Verifying Checksum [2021-03-11T00:35:23.740Z] de9db76c5a1d: Download complete [2021-03-11T00:35:23.740Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T00:35:23.740Z] 0ef7d3d256c8: Download complete [2021-03-11T00:35:23.740Z] 93359f2a8cfa: Verifying Checksum [2021-03-11T00:35:23.740Z] 93359f2a8cfa: Download complete [2021-03-11T00:35:23.740Z] 7c6f9722023f: Verifying Checksum [2021-03-11T00:35:23.740Z] 7c6f9722023f: Download complete [2021-03-11T00:35:23.740Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T00:35:23.740Z] 188c0c94c7c5: Download complete [2021-03-11T00:35:24.351Z] 188c0c94c7c5: Pull complete [2021-03-11T00:35:24.636Z] 0ef7d3d256c8: Pull complete [2021-03-11T00:35:25.269Z] de9db76c5a1d: Pull complete [2021-03-11T00:35:25.610Z] Still waiting to schedule task [2021-03-11T00:35:25.611Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29409’ is offline [2021-03-11T00:35:31.019Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T00:35:31.019Z] a35cf1a2eb13: Download complete [2021-03-11T00:35:31.291Z] bca2f99d35d6: Verifying Checksum [2021-03-11T00:35:31.291Z] bca2f99d35d6: Download complete [2021-03-11T00:35:46.762Z] bca2f99d35d6: Pull complete [2021-03-11T00:35:46.762Z] 93359f2a8cfa: Pull complete [2021-03-11T00:35:47.378Z] 7c6f9722023f: Pull complete [2021-03-11T00:35:58.587Z] a35cf1a2eb13: Pull complete [2021-03-11T00:35:58.587Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T00:35:58.587Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T00:35:58.587Z] ---> a62c8e92a672 [2021-03-11T00:35:58.587Z] 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-03-11T00:35:58.587Z] ---> Running in b80522ed69f3 [2021-03-11T00:36:00.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:02.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:36:06.475Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:36:07.072Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:36:07.072Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:36:07.072Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:36:30.637Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29411 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-11T00:36:30.741Z] Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout [2021-03-11T00:36:34.239Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:36:34.240Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:36:34.240Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:36:34.240Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:36:34.240Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:36:34.240Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:36:34.240Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:36:34.536Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:36:34.536Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:36:34.536Z] OK: 233 MiB in 51 packages [2021-03-11T00:36:36.259Z] using credential edgex-jenkins-ssh [2021-03-11T00:36:36.343Z] Cloning the remote Git repository [2021-03-11T00:36:36.404Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:36:36.529Z] > git init /w/workspace/edgex-go/80 # timeout=10 [2021-03-11T00:36:36.619Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:36:36.620Z] > git --version # timeout=10 [2021-03-11T00:36:36.647Z] > git --version # 'git version 2.17.1' [2021-03-11T00:36:36.648Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:36:36.742Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:36:40.268Z] Removing intermediate container b80522ed69f3 [2021-03-11T00:36:40.268Z] ---> 637a8a03ebf3 [2021-03-11T00:36:40.268Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:36:40.268Z] ---> Running in b0be2db54242 [2021-03-11T00:36:40.552Z] Removing intermediate container b0be2db54242 [2021-03-11T00:36:40.552Z] ---> 2ba00568afef [2021-03-11T00:36:40.552Z] Step 5/6 : COPY go.mod . [2021-03-11T00:36:42.210Z] ---> a1632e52a5c9 [2021-03-11T00:36:42.210Z] Step 6/6 : RUN go mod download [2021-03-11T00:36:42.210Z] ---> Running in 30437492c571 [2021-03-11T00:37:12.325Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:37:12.351Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T00:37:12.387Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T00:37:12.439Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T00:37:12.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:37:12.455Z] > 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-03-11T00:37:13.306Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-11T00:37:14.936Z] Merge succeeded, producing a8170e9ac70c532df85c24caff5713c7992a88c7 [2021-03-11T00:37:14.936Z] Checking out Revision a8170e9ac70c532df85c24caff5713c7992a88c7 (PR-2858) [2021-03-11T00:37:13.320Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:37:13.390Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-11T00:37:13.815Z] > git remote # timeout=10 [2021-03-11T00:37:13.835Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T00:37:13.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T00:37:13.873Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T00:37:14.909Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T00:37:14.936Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T00:37:14.952Z] > git checkout -f a8170e9ac70c532df85c24caff5713c7992a88c7 # timeout=10 [2021-03-11T00:37:19.547Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T00:37:19.574Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-11T00:37:21.149Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:37:21.683Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T00:37:22.027Z] + true [2021-03-11T00:37:22.027Z] + sudo service docker restart [2021-03-11T00:37:19.549Z] > git rev-list --no-walk 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T00:37:24.109Z] provisioning config files... [2021-03-11T00:37:24.156Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config4976550593041880304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:37:24.585Z] ---> docker-login.sh [2021-03-11T00:37:24.585Z] nexus3.edgexfoundry.org:10001 [2021-03-11T00:37:25.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:25.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:25.860Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:25.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:25.860Z] [2021-03-11T00:37:25.860Z] Login Succeeded [2021-03-11T00:37:25.860Z] nexus3.edgexfoundry.org:10002 [2021-03-11T00:37:26.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:26.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:26.406Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:26.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:26.406Z] [2021-03-11T00:37:26.406Z] Login Succeeded [2021-03-11T00:37:26.406Z] nexus3.edgexfoundry.org:10003 [2021-03-11T00:37:26.677Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:26.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:26.951Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:26.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:26.951Z] [2021-03-11T00:37:26.951Z] Login Succeeded [2021-03-11T00:37:26.951Z] nexus3.edgexfoundry.org:10004 [2021-03-11T00:37:27.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:27.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:27.512Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:27.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:27.512Z] [2021-03-11T00:37:27.512Z] Login Succeeded [2021-03-11T00:37:27.512Z] docker.io [2021-03-11T00:37:27.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T00:37:28.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T00:37:28.063Z] Configure a credential helper to remove this warning. See [2021-03-11T00:37:28.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T00:37:28.063Z] [2021-03-11T00:37:28.063Z] Login Succeeded [2021-03-11T00:37:28.063Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T00:37:28.081Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-11T00:37:28.575Z] ========================================================= [2021-03-11T00:37:28.575Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-11T00:37:28.575Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:37:28.976Z] + 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-03-11T00:37:31.662Z] Sending build context to Docker daemon 166.7MB [2021-03-11T00:37:31.662Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T00:37:31.662Z] Step 2/6 : FROM ${BASE} [2021-03-11T00:37:31.662Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-11T00:37:31.662Z] 5f621e34cdf4: Pulling fs layer [2021-03-11T00:37:31.662Z] a4357932f1b6: Pulling fs layer [2021-03-11T00:37:31.662Z] 18c013af1878: Pulling fs layer [2021-03-11T00:37:31.662Z] 00ac8860ef70: Pulling fs layer [2021-03-11T00:37:31.662Z] 63d7cb157983: Pulling fs layer [2021-03-11T00:37:31.662Z] b116817d02f9: Pulling fs layer [2021-03-11T00:37:31.662Z] 745a02a5169b: Pulling fs layer [2021-03-11T00:37:31.662Z] 00ac8860ef70: Waiting [2021-03-11T00:37:31.662Z] 63d7cb157983: Waiting [2021-03-11T00:37:31.662Z] b116817d02f9: Waiting [2021-03-11T00:37:31.662Z] 745a02a5169b: Waiting [2021-03-11T00:37:31.662Z] 18c013af1878: Verifying Checksum [2021-03-11T00:37:31.662Z] 18c013af1878: Download complete [2021-03-11T00:37:31.662Z] a4357932f1b6: Verifying Checksum [2021-03-11T00:37:31.662Z] a4357932f1b6: Download complete [2021-03-11T00:37:31.662Z] 63d7cb157983: Verifying Checksum [2021-03-11T00:37:31.662Z] 63d7cb157983: Download complete [2021-03-11T00:37:31.662Z] b116817d02f9: Verifying Checksum [2021-03-11T00:37:31.662Z] b116817d02f9: Download complete [2021-03-11T00:37:31.662Z] 5f621e34cdf4: Verifying Checksum [2021-03-11T00:37:31.662Z] 5f621e34cdf4: Download complete [2021-03-11T00:37:32.650Z] 5f621e34cdf4: Pull complete [2021-03-11T00:37:33.265Z] a4357932f1b6: Pull complete [2021-03-11T00:37:33.543Z] 18c013af1878: Pull complete [2021-03-11T00:37:34.541Z] 745a02a5169b: Download complete [2021-03-11T00:37:35.526Z] 00ac8860ef70: Verifying Checksum [2021-03-11T00:37:35.526Z] 00ac8860ef70: Download complete [2021-03-11T00:37:40.027Z] Removing intermediate container 30437492c571 [2021-03-11T00:37:40.027Z] ---> aa8039655ee7 [2021-03-11T00:37:40.027Z] Successfully built aa8039655ee7 [2021-03-11T00:37:40.027Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:37:40.500Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:37:40.804Z] . [Pipeline] withDockerContainer [2021-03-11T00:37:42.174Z] prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container [2021-03-11T00:37:42.400Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-03-11T00:37:45.388Z] $ docker top 377448bd6d2403feca96cfae153bc41e123a348f8ae35c5b8638ea4aac025452 -eo pid,comm [2021-03-11T00:37:45.686Z] 00ac8860ef70: Pull complete [2021-03-11T00:37:45.686Z] 63d7cb157983: Pull complete [2021-03-11T00:37:45.686Z] b116817d02f9: Pull complete [Pipeline] { [Pipeline] sh [2021-03-11T00:37:46.602Z] + go version [2021-03-11T00:37:46.602Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T00:37:46.666Z] $ docker stop --time=1 377448bd6d2403feca96cfae153bc41e123a348f8ae35c5b8638ea4aac025452 [2021-03-11T00:37:48.941Z] $ docker rm -f 377448bd6d2403feca96cfae153bc41e123a348f8ae35c5b8638ea4aac025452 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:37:50.015Z] 745a02a5169b: Pull complete [2021-03-11T00:37:50.015Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-11T00:37:50.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-11T00:37:50.015Z] ---> b7e6874047d6 [2021-03-11T00:37:50.015Z] 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-03-11T00:37:50.194Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T00:37:50.194Z] . [Pipeline] withDockerContainer [2021-03-11T00:37:50.585Z] prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container [2021-03-11T00:37:50.730Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-03-11T00:37:53.408Z] ---> Running in a111f276b14e [2021-03-11T00:37:53.640Z] $ docker top 4e30c7a5f57fb7065cc6f3d805816bc017eec471fea33d9b39388f77d12318c9 -eo pid,comm [Pipeline] { [2021-03-11T00:37:54.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-03-11T00:37:54.416Z] ========================================================= [2021-03-11T00:37:54.416Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:37:54.416Z] ========================================================= [Pipeline] sh [2021-03-11T00:37:55.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:37:55.513Z] + make test [2021-03-11T00:37:55.513Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:37:56.354Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T00:37:56.948Z] (2/12) Installing file (5.38-r0) [2021-03-11T00:37:56.948Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T00:37:56.948Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T00:38:09.438Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T00:38:09.438Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T00:38:09.438Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T00:38:09.438Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T00:38:09.438Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T00:38:09.438Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T00:38:09.438Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T00:38:09.438Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T00:38:09.438Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:38:09.438Z] OK: 217 MiB in 51 packages [2021-03-11T00:38:13.786Z] Removing intermediate container a111f276b14e [2021-03-11T00:38:13.786Z] ---> 16f6e3bc3137 [2021-03-11T00:38:13.786Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T00:38:13.786Z] ---> Running in db7446dbf810 [2021-03-11T00:38:13.786Z] Removing intermediate container db7446dbf810 [2021-03-11T00:38:13.786Z] ---> 6b06afa176e2 [2021-03-11T00:38:13.786Z] Step 5/6 : COPY go.mod . [2021-03-11T00:38:14.383Z] ---> a4166f12276d [2021-03-11T00:38:14.383Z] Step 6/6 : RUN go mod download [2021-03-11T00:38:14.658Z] ---> Running in d5224b2c1c99 [2021-03-11T00:38:23.966Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:38:47.091Z] Removing intermediate container d5224b2c1c99 [2021-03-11T00:38:47.091Z] ---> 9f37b27c5cc0 [2021-03-11T00:38:47.091Z] Successfully built 9f37b27c5cc0 [2021-03-11T00:38:47.091Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:38:47.451Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:38:47.451Z] . [Pipeline] withDockerContainer [2021-03-11T00:38:47.764Z] prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container [2021-03-11T00:38:47.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T00:38:49.586Z] $ docker top 89bfd3e346319f57c91b45be91861d4448b478d5199461e6ff3fe7a5d213cf38 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:38:50.668Z] + go version [2021-03-11T00:38:50.668Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-11T00:38:50.703Z] $ docker stop --time=1 89bfd3e346319f57c91b45be91861d4448b478d5199461e6ff3fe7a5d213cf38 [2021-03-11T00:38:52.761Z] $ docker rm -f 89bfd3e346319f57c91b45be91861d4448b478d5199461e6ff3fe7a5d213cf38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:38:53.859Z] + docker inspect -f . ci-base-image-arm64 [2021-03-11T00:38:53.859Z] . [Pipeline] withDockerContainer [2021-03-11T00:38:54.164Z] prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container [2021-03-11T00:38:54.257Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-11T00:38:55.846Z] $ docker top c48995f4990f34310e85f4a40eb23b28f5a78eda9990a878addc3d2dec597998 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T00:38:56.282Z] ========================================================= [2021-03-11T00:38:56.282Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T00:38:56.282Z] ========================================================= [Pipeline] sh [2021-03-11T00:38:56.943Z] + make test [2021-03-11T00:38:56.944Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T00:39:17.014Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:39:18.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:39:23.783Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T00:39:25.975Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:39:25.975Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:39:33.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:39:33.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:39:33.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:39:33.475Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:39:36.424Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:39:38.971Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:39:48.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:39:48.201Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:39:48.201Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:39:54.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.942s coverage: 45.9% of statements [2021-03-11T00:39:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:39:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:39:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:39:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:39:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:39:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:39:54.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:39:54.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.495s coverage: 100.0% of statements [2021-03-11T00:40:04.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.251s coverage: 27.1% of statements [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:40:04.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.353s coverage: 100.0% of statements [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:40:04.668Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.121s coverage: 100.0% of statements [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:40:04.668Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:40:06.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.223s coverage: 71.3% of statements [2021-03-11T00:40:06.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:40:06.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:40:07.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.253s coverage: 82.9% of statements [2021-03-11T00:40:07.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:07.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:07.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.091s coverage: 78.9% of statements [2021-03-11T00:40:07.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:40:12.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.557s coverage: 28.6% of statements [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:40:12.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.117s coverage: 100.0% of statements [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:40:12.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:40:12.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:40:12.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.237s coverage: 97.5% of statements [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:40:12.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:40:12.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:40:18.566Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.868s coverage: 92.8% of statements [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:40:18.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.124s coverage: 58.8% of statements [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:40:18.566Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.267s coverage: 0.1% of statements [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:40:18.566Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:40:18.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.209s coverage: 47.1% of statements [2021-03-11T00:40:18.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.109s coverage: 79.5% of statements [2021-03-11T00:40:18.566Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements [2021-03-11T00:40:18.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-03-11T00:40:19.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements [2021-03-11T00:40:20.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T00:40:30.691Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T00:40:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.119s coverage: 94.4% of statements [2021-03-11T00:40:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements [2021-03-11T00:40:32.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.441s coverage: 81.4% of statements [2021-03-11T00:40:37.690Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T00:40:37.690Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T00:40:43.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T00:40:43.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T00:40:43.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T00:40:43.130Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T00:40:45.170Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T00:40:46.165Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.420s coverage: 92.9% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 77.8% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.161s coverage: 87.2% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.184s coverage: 80.8% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.293s coverage: 87.2% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.244s coverage: 91.6% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.482s coverage: 62.4% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.150s coverage: 73.7% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-11T00:40:48.257Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.262s coverage: 69.0% of statements [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:40:48.257Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:40:49.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 38.4% of statements [2021-03-11T00:40:49.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:40:49.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:40:49.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.147s coverage: 89.5% of statements [2021-03-11T00:40:49.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:40:49.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-03-11T00:40:54.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.373s coverage: 47.0% of statements [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:40:54.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:40:54.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:40:54.043Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.377s coverage: 87.1% of statements [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:54.043Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:40:56.386Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T00:40:56.386Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T00:40:56.386Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T00:40:59.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.771s coverage: 29.1% of statements [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:40:59.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:40:59.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.176s coverage: 100.0% of statements [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:40:59.655Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.456s coverage: 96.5% of statements [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:40:59.655Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:40:59.655Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:40:59.655Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:40:59.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.148s coverage: 87.9% of statements [2021-03-11T00:40:59.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:40:59.974Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:40:59.974Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.157s coverage: 100.0% of statements [2021-03-11T00:41:01.541Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements [2021-03-11T00:41:02.197Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.171s coverage: 100.0% of statements [2021-03-11T00:41:03.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 45.9% of statements [2021-03-11T00:41:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T00:41:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T00:41:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T00:41:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T00:41:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T00:41:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T00:41:03.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T00:41:03.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.278s coverage: 100.0% of statements [2021-03-11T00:41:03.280Z] GO111MODULE=on go vet ./... [2021-03-11T00:41:09.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T00:41:09.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T00:41:09.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T00:41:09.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T00:41:11.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 71.3% of statements [2021-03-11T00:41:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T00:41:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T00:41:13.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.510s coverage: 82.9% of statements [2021-03-11T00:41:13.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T00:41:13.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:41:13.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.155s coverage: 78.9% of statements [2021-03-11T00:41:13.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T00:41:26.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.332s coverage: 28.6% of statements [2021-03-11T00:41:26.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T00:41:26.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T00:41:26.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T00:41:26.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T00:41:26.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T00:41:26.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements [2021-03-11T00:41:26.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T00:41:26.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements [2021-03-11T00:41:26.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T00:41:26.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.353s coverage: 86.7% of statements [2021-03-11T00:41:26.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T00:41:26.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements [2021-03-11T00:41:26.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T00:41:26.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2021-03-11T00:41:26.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T00:41:26.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T00:41:26.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T00:41:26.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.530s coverage: 92.8% of statements [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T00:41:34.461Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.104s coverage: 47.1% of statements [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.098s coverage: 79.5% of statements [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements [2021-03-11T00:41:34.461Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-03-11T00:41:49.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2021-03-11T00:41:49.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-03-11T00:41:49.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.130s coverage: 81.4% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.140s coverage: 92.9% of statements [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.6% of statements [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 62.4% of statements [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T00:42:04.753Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements [2021-03-11T00:42:04.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-03-11T00:42:07.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.022s coverage: 69.0% of statements [2021-03-11T00:42:07.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T00:42:07.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T00:42:07.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T00:42:10.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.461s coverage: 38.4% of statements [2021-03-11T00:42:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T00:42:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T00:42:10.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements [2021-03-11T00:42:10.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T00:42:10.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.124s coverage: 84.8% of statements [2021-03-11T00:42:17.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.0% of statements [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T00:42:17.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T00:42:17.554Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T00:42:17.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T00:42:18.161Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.483s coverage: 87.1% of statements [2021-03-11T00:42:18.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T00:42:18.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:42:18.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.816s coverage: 29.1% of statements [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.238s coverage: 96.5% of statements [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T00:42:26.490Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T00:42:26.490Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-03-11T00:42:27.929Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-11T00:42:27.929Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-03-11T00:42:28.914Z] GO111MODULE=on go vet ./... [2021-03-11T00:42:42.065Z] gofmt -l . [2021-03-11T00:42:42.065Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:42:42.065Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:42:42.065Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:42:43.223Z] + ls -al . [2021-03-11T00:42:43.223Z] total 740 [2021-03-11T00:42:43.223Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 00:42 . [2021-03-11T00:42:43.223Z] drwxr-xr-x 4 root root 30 Mar 11 00:37 .. [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:33 .dockerignore [2021-03-11T00:42:43.223Z] drwxrwxr-x 8 1001 1001 179 Mar 11 00:33 .git [2021-03-11T00:42:43.223Z] drwxrwxr-x 3 1001 1001 125 Mar 11 00:33 .github [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:33 .gitignore [2021-03-11T00:42:43.223Z] drwx------ 3 1001 1001 60 Mar 11 00:35 .semver [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:33 .sonarcloud.properties [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:33 Attribution.txt [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:33 CONTRIBUTING.md [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:33 Dockerfile.build [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:33 Jenkinsfile [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:33 LICENSE [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:33 Makefile [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:33 README.md [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:33 SECURITY.md [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:35 VERSION [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:33 ZMQWindows.md [2021-03-11T00:42:43.223Z] drwxrwxr-x 2 1001 1001 117 Mar 11 00:33 bin [2021-03-11T00:42:43.223Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:33 cmd [2021-03-11T00:42:43.223Z] -rw-r--r-- 1 root root 628838 Mar 11 00:41 coverage.out [2021-03-11T00:42:43.223Z] -rw-r--r-- 1 root root 1055 Mar 11 00:42 go.mod [2021-03-11T00:42:43.223Z] -rw-r--r-- 1 root root 21981 Mar 11 00:42 go.sum [2021-03-11T00:42:43.223Z] drwxrwxr-x 8 1001 1001 127 Mar 11 00:33 internal [2021-03-11T00:42:43.223Z] drwxrwxr-x 4 1001 1001 26 Mar 11 00:33 openapi [2021-03-11T00:42:43.223Z] drwxrwxr-x 4 1001 1001 71 Mar 11 00:33 snap [2021-03-11T00:42:43.223Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:33 version.go [Pipeline] sh [2021-03-11T00:42:43.736Z] + '[' -e coverage.out ] [2021-03-11T00:42:43.736Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:42:44.723Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:42:45.158Z] + make build [2021-03-11T00:42:45.158Z] 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-03-11T00:42:52.054Z] 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-03-11T00:43:27.691Z] 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-03-11T00:43:32.123Z] 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-03-11T00:43:35.708Z] 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-03-11T00:43:36.745Z] 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-03-11T00:43:45.668Z] 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-03-11T00:43:50.759Z] gofmt -l . [2021-03-11T00:43:52.654Z] 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-03-11T00:43:53.367Z] [ "`gofmt -l .`" = "" ] [2021-03-11T00:43:55.441Z] 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-03-11T00:43:56.866Z] ./bin/test-go-mod-tidy.sh [2021-03-11T00:43:57.176Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T00:43:59.278Z] + ls -al . [2021-03-11T00:43:59.278Z] total 768 [2021-03-11T00:43:59.278Z] drwxrwxr-x 9 1001 1001 4096 Mar 11 00:43 . [2021-03-11T00:43:59.278Z] drwxr-xr-x 4 root root 4096 Mar 11 00:38 .. [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 00:37 .dockerignore [2021-03-11T00:43:59.278Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:37 .git [2021-03-11T00:43:59.278Z] drwxrwxr-x 3 1001 1001 4096 Mar 11 00:37 .github [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 00:37 .gitignore [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 00:37 .sonarcloud.properties [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:37 Attribution.txt [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:37 CONTRIBUTING.md [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 00:37 Dockerfile.build [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 00:37 Jenkinsfile [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:37 LICENSE [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:37 Makefile [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:37 README.md [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:37 SECURITY.md [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 00:35 VERSION [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:37 ZMQWindows.md [2021-03-11T00:43:59.278Z] drwxrwxr-x 2 1001 1001 4096 Mar 11 00:37 bin [2021-03-11T00:43:59.278Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 00:37 cmd [2021-03-11T00:43:59.278Z] -rw-r--r-- 1 root root 628838 Mar 11 00:42 coverage.out [2021-03-11T00:43:59.278Z] -rw-r--r-- 1 root root 1055 Mar 11 00:43 go.mod [2021-03-11T00:43:59.278Z] -rw-r--r-- 1 root root 21981 Mar 11 00:43 go.sum [2021-03-11T00:43:59.278Z] drwxrwxr-x 8 1001 1001 4096 Mar 11 00:37 internal [2021-03-11T00:43:59.278Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:37 openapi [2021-03-11T00:43:59.278Z] drwxrwxr-x 4 1001 1001 4096 Mar 11 00:37 snap [2021-03-11T00:43:59.278Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 00:37 version.go [Pipeline] sh [2021-03-11T00:43:59.940Z] + '[' -e coverage.out ] [2021-03-11T00:43:59.940Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T00:44:00.007Z] Warning: overwriting stash ‘coverage-report’ [2021-03-11T00:44:01.173Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T00:44:01.291Z] 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-03-11T00:44:01.824Z] + make build [2021-03-11T00:44:01.824Z] 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-03-11T00:44:05.618Z] 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-03-11T00:44:09.149Z] 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-03-11T00:44:12.924Z] 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 [Pipeline] } [2021-03-11T00:44:19.971Z] $ docker stop --time=1 4e30c7a5f57fb7065cc6f3d805816bc017eec471fea33d9b39388f77d12318c9 [2021-03-11T00:44:22.819Z] $ docker rm -f 4e30c7a5f57fb7065cc6f3d805816bc017eec471fea33d9b39388f77d12318c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:25.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:44:26.036Z] [2021-03-11T00:44:26.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:26.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:44:26.735Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T00:44:26.735Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T00:44:26.735Z] ca9280d653b3: Pulling fs layer [2021-03-11T00:44:26.735Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T00:44:27.371Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T00:44:27.371Z] cbdbe7a5bc2a: Download complete [2021-03-11T00:44:28.468Z] cbdbe7a5bc2a: Pull complete [2021-03-11T00:44:28.761Z] ca9280d653b3: Verifying Checksum [2021-03-11T00:44:28.761Z] ca9280d653b3: Download complete [2021-03-11T00:44:32.368Z] ca9280d653b3: Pull complete [2021-03-11T00:44:32.368Z] 7e9c9ca2126c: Verifying Checksum [2021-03-11T00:44:32.368Z] 7e9c9ca2126c: Download complete [2021-03-11T00:44:39.725Z] 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-03-11T00:44:47.689Z] 7e9c9ca2126c: Pull complete [2021-03-11T00:44:47.689Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T00:44:47.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:44:47.689Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T00:44:48.152Z] prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container [2021-03-11T00:44:48.317Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-03-11T00:44:49.902Z] 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-03-11T00:44:50.935Z] $ docker top 744e00fdec859f781e4515fb4189e92ab8554dfab4202fc9ad4f69cb3d65fc26 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:44:51.996Z] + docker-compose build --help [2021-03-11T00:44:51.996Z] + grep parallel [2021-03-11T00:44:54.052Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:44:54.365Z] $ docker stop --time=1 744e00fdec859f781e4515fb4189e92ab8554dfab4202fc9ad4f69cb3d65fc26 [2021-03-11T00:44:56.573Z] $ docker rm -f 744e00fdec859f781e4515fb4189e92ab8554dfab4202fc9ad4f69cb3d65fc26 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:44:57.485Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T00:44:57.485Z] . [Pipeline] withDockerContainer [2021-03-11T00:44:57.949Z] prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container [2021-03-11T00:44:58.179Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-03-11T00:44:58.197Z] 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-03-11T00:44:59.633Z] 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-03-11T00:45:00.691Z] $ docker top 2d9217c05a2c01b79efec5a51c2dee70dada932937f0283037bd12e2315557c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:45:02.596Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:45:04.631Z] Building docker-core-command-go ... [2021-03-11T00:45:04.631Z] Building docker-core-data-go ... [2021-03-11T00:45:04.631Z] Building docker-core-metadata-go ... [2021-03-11T00:45:04.631Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:45:04.631Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:45:04.631Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:45:04.631Z] Building docker-support-notifications-go ... [2021-03-11T00:45:04.631Z] Building docker-support-scheduler-go ... [2021-03-11T00:45:04.631Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:45:04.631Z] Building docker-support-notifications-go [2021-03-11T00:45:04.631Z] Building docker-core-metadata-go [2021-03-11T00:45:04.631Z] Building docker-security-proxy-setup-go [2021-03-11T00:45:04.631Z] Building docker-sys-mgmt-agent-go [2021-03-11T00:45:04.631Z] Building docker-core-command-go [2021-03-11T00:45:06.348Z] 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-03-11T00:45:14.657Z] 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-03-11T00:45:18.071Z] 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-03-11T00:45:23.498Z] 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-03-11T00:45:28.906Z] 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-03-11T00:45:35.640Z] 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-03-11T00:45:45.839Z] $ docker stop --time=1 c48995f4990f34310e85f4a40eb23b28f5a78eda9990a878addc3d2dec597998 [2021-03-11T00:45:48.463Z] $ docker rm -f c48995f4990f34310e85f4a40eb23b28f5a78eda9990a878addc3d2dec597998 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:45:51.041Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:51.318Z] [2021-03-11T00:45:51.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:45:51.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:45:51.993Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-11T00:45:51.993Z] 29e5d40040c1: Pulling fs layer [2021-03-11T00:45:51.993Z] 1ce36da41761: Pulling fs layer [2021-03-11T00:45:51.993Z] 25b303627fd3: Pulling fs layer [2021-03-11T00:45:52.592Z] 29e5d40040c1: Verifying Checksum [2021-03-11T00:45:52.592Z] 29e5d40040c1: Download complete [2021-03-11T00:45:53.192Z] 1ce36da41761: Verifying Checksum [2021-03-11T00:45:53.192Z] 1ce36da41761: Download complete [2021-03-11T00:45:53.192Z] 29e5d40040c1: Pull complete [2021-03-11T00:45:54.631Z] 1ce36da41761: Pull complete [2021-03-11T00:45:54.631Z] 25b303627fd3: Verifying Checksum [2021-03-11T00:45:54.631Z] 25b303627fd3: Download complete [2021-03-11T00:46:04.806Z] 25b303627fd3: Pull complete [2021-03-11T00:46:04.806Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-11T00:46:04.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:46:04.807Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-11T00:46:05.117Z] prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container [2021-03-11T00:46:05.222Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-11T00:46:08.790Z] $ docker top 83b7b22a51749f291b013032d50c01ae0a30a5af939a7f206bb10283f3011ffb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:46:09.962Z] + docker-compose build --help [2021-03-11T00:46:09.963Z] + grep parallel [2021-03-11T00:46:16.667Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T00:46:16.687Z] $ docker stop --time=1 83b7b22a51749f291b013032d50c01ae0a30a5af939a7f206bb10283f3011ffb [2021-03-11T00:46:18.730Z] $ docker rm -f 83b7b22a51749f291b013032d50c01ae0a30a5af939a7f206bb10283f3011ffb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T00:46:19.669Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-11T00:46:19.669Z] . [Pipeline] withDockerContainer [2021-03-11T00:46:19.979Z] prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container [2021-03-11T00:46:20.066Z] $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-03-11T00:46:21.623Z] $ docker top 9723e97088f1ce7b9427c2b0d351e7223a3aaf8d578f01dc526be522b7ad001a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T00:46:22.725Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T00:46:29.473Z] Building docker-core-command-go ... [2021-03-11T00:46:29.473Z] Building docker-core-data-go ... [2021-03-11T00:46:29.473Z] Building docker-core-metadata-go ... [2021-03-11T00:46:29.473Z] Building docker-security-bootstrapper-go ... [2021-03-11T00:46:29.473Z] Building docker-security-proxy-setup-go ... [2021-03-11T00:46:29.473Z] Building docker-security-secretstore-setup-go ... [2021-03-11T00:46:29.473Z] Building docker-support-notifications-go ... [2021-03-11T00:46:29.473Z] Building docker-support-scheduler-go ... [2021-03-11T00:46:29.473Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T00:46:29.473Z] Building docker-support-scheduler-go [2021-03-11T00:46:29.473Z] Building docker-security-bootstrapper-go [2021-03-11T00:46:29.473Z] Building docker-core-command-go [2021-03-11T00:46:29.473Z] Building docker-support-notifications-go [2021-03-11T00:46:29.473Z] Building docker-core-metadata-go [2021-03-11T00:46:58.388Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:58.388Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:58.388Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:58.388Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:58.388Z] [2021-03-11T00:46:58.388Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:58.388Z] ---> aa8039655ee7 [2021-03-11T00:46:58.388Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:46:58.388Z] ---> aa8039655ee7 [2021-03-11T00:46:58.389Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:46:58.389Z] ---> aa8039655ee7 [2021-03-11T00:46:58.389Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:46:58.389Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:58.389Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:58.389Z] ---> aa8039655ee7 [2021-03-11T00:46:58.389Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:46:58.389Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:46:58.389Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:46:58.389Z] ---> aa8039655ee7 [2021-03-11T00:46:58.389Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:46:58.389Z] ---> Running in a6d739165ffb [2021-03-11T00:46:58.389Z] ---> Running in 654720070bbc [2021-03-11T00:46:58.389Z] ---> Running in 8844a069f3cc [2021-03-11T00:46:58.389Z] ---> Running in 69cd7a8551ad [2021-03-11T00:46:58.389Z] ---> Running in 48dfd2add284 [2021-03-11T00:46:58.389Z] Removing intermediate container 69cd7a8551ad [2021-03-11T00:46:58.389Z] ---> c2c3ffd3aa80 [2021-03-11T00:46:58.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:58.389Z] Removing intermediate container 8844a069f3cc [2021-03-11T00:46:58.389Z] ---> 5a489051f2a5 [2021-03-11T00:46:58.389Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:58.389Z] Removing intermediate container 654720070bbc [2021-03-11T00:46:58.389Z] ---> 2ecb1a49ee30 [2021-03-11T00:46:58.389Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:58.389Z] Removing intermediate container a6d739165ffb [2021-03-11T00:46:58.389Z] ---> fa1ab6cba947 [2021-03-11T00:46:58.389Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:58.389Z] Removing intermediate container 48dfd2add284 [2021-03-11T00:46:58.389Z] ---> 4be5c4144c6c [2021-03-11T00:46:58.389Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:46:58.389Z] ---> Running in 4f7032b407bf [2021-03-11T00:46:58.389Z] ---> Running in 3d5f6832cb9b [2021-03-11T00:46:58.389Z] ---> Running in 3e3487f0f7d0 [2021-03-11T00:46:58.389Z] ---> Running in c175d9a6e877 [2021-03-11T00:46:58.389Z] ---> Running in c559bb2a4ff3 [2021-03-11T00:46:58.389Z] Removing intermediate container 3e3487f0f7d0 [2021-03-11T00:46:58.389Z] ---> 72971c2c7565 [2021-03-11T00:46:58.389Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:46:58.389Z] Removing intermediate container 3d5f6832cb9b [2021-03-11T00:46:58.389Z] ---> b5af5eb9d7cc [2021-03-11T00:46:58.389Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:46:58.389Z] Removing intermediate container c175d9a6e877 [2021-03-11T00:46:58.389Z] ---> 53ab740b5d93 [2021-03-11T00:46:58.389Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:46:58.389Z] Removing intermediate container c559bb2a4ff3 [2021-03-11T00:46:58.389Z] ---> a15be557384f [2021-03-11T00:46:58.389Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:46:58.389Z] ---> Running in 0304aa012b68 [2021-03-11T00:46:58.389Z] Removing intermediate container 4f7032b407bf [2021-03-11T00:46:58.389Z] ---> 74dc93c743cd [2021-03-11T00:46:58.389Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:46:58.389Z] ---> Running in 20c8407e365c [2021-03-11T00:46:58.389Z] ---> Running in da83e1c0d52e [2021-03-11T00:46:58.389Z] ---> Running in 779eaefef9e3 [2021-03-11T00:46:58.389Z] ---> Running in 9610e68647a4 [2021-03-11T00:47:00.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:01.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:01.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:02.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:02.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:02.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:02.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:02.448Z] OK: 233 MiB in 51 packages [2021-03-11T00:47:02.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:03.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:03.067Z] OK: 233 MiB in 51 packages [2021-03-11T00:47:03.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:47:03.447Z] OK: 233 MiB in 51 packages [2021-03-11T00:47:04.175Z] OK: 233 MiB in 51 packages [2021-03-11T00:47:04.175Z] OK: 233 MiB in 51 packages [2021-03-11T00:47:04.875Z] Removing intermediate container 0304aa012b68 [2021-03-11T00:47:04.875Z] ---> 90b9addcc0d5 [2021-03-11T00:47:04.875Z] Step 6/21 : COPY go.mod . [2021-03-11T00:47:05.640Z] Removing intermediate container 20c8407e365c [2021-03-11T00:47:05.641Z] ---> 74f33602ec3b [2021-03-11T00:47:05.641Z] Step 6/23 : COPY go.mod . [2021-03-11T00:47:06.029Z] ---> c72b620811c4 [2021-03-11T00:47:06.029Z] Step 7/21 : RUN go mod download [2021-03-11T00:47:06.029Z] Removing intermediate container da83e1c0d52e [2021-03-11T00:47:06.029Z] ---> 27e6b3af3fd7 [2021-03-11T00:47:06.029Z] Step 6/26 : COPY go.mod . [2021-03-11T00:47:06.355Z] ---> Running in 38098ac1e875 [2021-03-11T00:47:06.355Z] ---> 5bf8de55a227 [2021-03-11T00:47:06.355Z] Step 7/23 : RUN go mod download [2021-03-11T00:47:06.859Z] Removing intermediate container 9610e68647a4 [2021-03-11T00:47:06.859Z] ---> 5c5a731baa8e [2021-03-11T00:47:06.859Z] Step 6/22 : COPY go.mod . [2021-03-11T00:47:06.859Z] ---> Running in 204ca4232404 [2021-03-11T00:47:07.186Z] Removing intermediate container 779eaefef9e3 [2021-03-11T00:47:07.186Z] ---> 3ea8d8c7ea99 [2021-03-11T00:47:07.186Z] Step 6/23 : COPY go.mod . [2021-03-11T00:47:07.877Z] ---> 0a35b6e57f05 [2021-03-11T00:47:07.877Z] Step 7/26 : RUN go mod download [2021-03-11T00:47:07.877Z] ---> b570fb7d8060 [2021-03-11T00:47:07.877Z] Step 7/22 : RUN go mod download [2021-03-11T00:47:08.229Z] ---> Running in 68d150abd394 [2021-03-11T00:47:08.229Z] ---> Running in 0127e666c3a4 [2021-03-11T00:47:08.599Z] ---> d9bcbe1dde74 [2021-03-11T00:47:08.599Z] Step 7/23 : RUN go mod download [2021-03-11T00:47:09.288Z] ---> Running in 4d8855f167bc [2021-03-11T00:47:15.433Z] Removing intermediate container 0127e666c3a4 [2021-03-11T00:47:15.434Z] ---> 56fb4cbacd9e [2021-03-11T00:47:15.434Z] Step 8/22 : COPY . . [2021-03-11T00:47:15.434Z] Removing intermediate container 4d8855f167bc [2021-03-11T00:47:15.434Z] ---> 1ed83f67d516 [2021-03-11T00:47:15.434Z] Step 8/23 : COPY . . [2021-03-11T00:47:15.434Z] Removing intermediate container 204ca4232404 [2021-03-11T00:47:15.434Z] ---> 328dcb14c1a7 [2021-03-11T00:47:15.434Z] Step 8/23 : COPY . . [2021-03-11T00:47:15.766Z] Removing intermediate container 38098ac1e875 [2021-03-11T00:47:15.766Z] ---> b637685a2190 [2021-03-11T00:47:15.766Z] Step 8/21 : COPY . . [2021-03-11T00:47:16.208Z] Removing intermediate container 68d150abd394 [2021-03-11T00:47:16.208Z] ---> d638b45c1d66 [2021-03-11T00:47:16.208Z] Step 8/26 : COPY . . [2021-03-11T00:47:52.278Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:52.278Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:52.278Z] ---> 9f37b27c5cc0 [2021-03-11T00:47:52.278Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:47:52.278Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:52.278Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:52.278Z] ---> 9f37b27c5cc0 [2021-03-11T00:47:52.278Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:47:52.278Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:52.278Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:52.278Z] [2021-03-11T00:47:52.278Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 9f37b27c5cc0 [2021-03-11T00:47:52.278Z] [2021-03-11T00:47:52.278Z] Step 3/22 : WORKDIR /edgex-go ---> 9f37b27c5cc0 [2021-03-11T00:47:52.278Z] [2021-03-11T00:47:52.278Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:47:52.278Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:47:52.278Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:47:52.278Z] ---> 9f37b27c5cc0 [2021-03-11T00:47:52.278Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:47:52.278Z] ---> Running in 94e163a100e4 [2021-03-11T00:47:52.278Z] ---> Running in 1213fc28d70a [2021-03-11T00:47:52.278Z] ---> Running in b5456982b2aa [2021-03-11T00:47:52.278Z] ---> Running in 982ad4b50c0a [2021-03-11T00:47:52.278Z] ---> Running in 316b6efe5c79 [2021-03-11T00:47:52.278Z] Removing intermediate container b5456982b2aa [2021-03-11T00:47:52.278Z] ---> 0f44476bd149 [2021-03-11T00:47:52.278Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:52.278Z] Removing intermediate container 982ad4b50c0a [2021-03-11T00:47:52.278Z] ---> 1f4db6f2f02f [2021-03-11T00:47:52.278Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:52.278Z] Removing intermediate container 316b6efe5c79 [2021-03-11T00:47:52.278Z] ---> a6ffaa6c6ce6 [2021-03-11T00:47:52.278Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:52.278Z] Removing intermediate container 1213fc28d70a [2021-03-11T00:47:52.278Z] ---> 4035ff9ff544 [2021-03-11T00:47:52.278Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:52.278Z] Removing intermediate container 94e163a100e4 [2021-03-11T00:47:52.278Z] ---> cd285d061407 [2021-03-11T00:47:52.278Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:47:52.278Z] ---> Running in 4734324fb081 [2021-03-11T00:47:52.278Z] ---> Running in 37da3291c630 [2021-03-11T00:47:52.278Z] ---> Running in d65040ef68dd [2021-03-11T00:47:52.278Z] ---> Running in 58bfa85d7025 [2021-03-11T00:47:52.278Z] ---> Running in 2caef89c92e5 [2021-03-11T00:47:52.278Z] Removing intermediate container 4734324fb081 [2021-03-11T00:47:52.278Z] ---> 84e3da4c1609 [2021-03-11T00:47:52.278Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:47:52.571Z] ---> Running in 36ecd6d6fc99 [2021-03-11T00:47:52.848Z] Removing intermediate container 2caef89c92e5 [2021-03-11T00:47:52.848Z] ---> 81b05e673d8a [2021-03-11T00:47:52.848Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T00:47:52.848Z] Removing intermediate container 37da3291c630 [2021-03-11T00:47:52.848Z] ---> b6062090303e [2021-03-11T00:47:52.848Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:47:53.122Z] ---> Running in 4569c386607e [2021-03-11T00:47:53.122Z] ---> Running in f072763ccf5f [2021-03-11T00:47:53.122Z] Removing intermediate container 58bfa85d7025 [2021-03-11T00:47:53.122Z] ---> 8e8c7901ef4e [2021-03-11T00:47:53.122Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:47:53.122Z] Removing intermediate container d65040ef68dd [2021-03-11T00:47:53.122Z] ---> 31a114c734e8 [2021-03-11T00:47:53.122Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T00:47:53.740Z] ---> Running in 4285e2321f45 [2021-03-11T00:47:53.740Z] ---> Running in 068e44a48ce3 [2021-03-11T00:47:54.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:55.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:55.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:55.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:55.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:55.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:55.562Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:55.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:56.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:56.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:56.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:47:56.652Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:56.936Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:56.936Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:57.221Z] OK: 217 MiB in 51 packages [2021-03-11T00:47:57.221Z] Removing intermediate container 36ecd6d6fc99 [2021-03-11T00:47:57.221Z] ---> 22ddd9d5863d [2021-03-11T00:47:57.221Z] Step 6/22 : COPY go.mod . [2021-03-11T00:47:58.198Z] ---> a279d53fab1f [2021-03-11T00:47:58.198Z] Step 7/22 : RUN go mod download [2021-03-11T00:47:58.469Z] Removing intermediate container 4569c386607e [2021-03-11T00:47:58.469Z] ---> 53c7fabd95a5 [2021-03-11T00:47:58.469Z] Step 6/22 : COPY go.mod . [2021-03-11T00:47:58.469Z] ---> Running in 03ad3ae11de1 [2021-03-11T00:47:58.743Z] Removing intermediate container f072763ccf5f [2021-03-11T00:47:58.743Z] ---> 22935a6e1665 [2021-03-11T00:47:58.743Z] Step 6/31 : COPY go.mod . [2021-03-11T00:47:59.018Z] Removing intermediate container 068e44a48ce3 [2021-03-11T00:47:59.018Z] ---> 552b380cd29d [2021-03-11T00:47:59.018Z] Step 6/23 : COPY go.mod . [2021-03-11T00:47:59.018Z] Removing intermediate container 4285e2321f45 [2021-03-11T00:47:59.018Z] ---> 342a6d1707fc [2021-03-11T00:47:59.018Z] Step 6/23 : COPY go.mod . [2021-03-11T00:47:59.628Z] ---> 2ff2b5e3d9c6 [2021-03-11T00:47:59.628Z] Step 7/22 : RUN go mod download [2021-03-11T00:47:59.628Z] ---> Running in d2b35df70576 [2021-03-11T00:47:59.901Z] ---> 1800ca341c40 [2021-03-11T00:47:59.901Z] Step 7/31 : RUN go mod download [2021-03-11T00:48:00.170Z] ---> ad4858549668 [2021-03-11T00:48:00.170Z] Step 7/23 : RUN go mod download [2021-03-11T00:48:00.170Z] ---> Running in b470efcb0ddf [2021-03-11T00:48:00.170Z] ---> 8e36f10a921b [2021-03-11T00:48:00.170Z] Step 7/23 : RUN go mod download [2021-03-11T00:48:00.450Z] ---> Running in eb56fe08f8bb [2021-03-11T00:48:00.450Z] ---> Running in 58559eab9674 [2021-03-11T00:48:02.451Z] Removing intermediate container 03ad3ae11de1 [2021-03-11T00:48:02.451Z] ---> df27c96f15e1 [2021-03-11T00:48:02.451Z] Step 8/22 : COPY . . [2021-03-11T00:48:04.440Z] Removing intermediate container d2b35df70576 [2021-03-11T00:48:04.440Z] ---> 946aca07f6f4 [2021-03-11T00:48:04.714Z] Step 8/22 : COPY . . [2021-03-11T00:48:05.319Z] Removing intermediate container b470efcb0ddf [2021-03-11T00:48:05.319Z] ---> 284899727854 [2021-03-11T00:48:05.319Z] Step 8/31 : COPY . . [2021-03-11T00:48:06.311Z] Removing intermediate container eb56fe08f8bb [2021-03-11T00:48:06.311Z] ---> 6ad41b1fdfef [2021-03-11T00:48:06.311Z] Step 8/23 : COPY . . [2021-03-11T00:48:07.291Z] Removing intermediate container 58559eab9674 [2021-03-11T00:48:07.291Z] ---> 82f4d81fe5e4 [2021-03-11T00:48:07.291Z] Step 8/23 : COPY . . [2021-03-11T00:48:34.135Z] ---> 44d3e08e1b29 [2021-03-11T00:48:34.135Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:48:34.135Z] ---> 9c367e94bf78 [2021-03-11T00:48:34.135Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:48:34.135Z] ---> 2ea35b847a47 [2021-03-11T00:48:34.135Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:48:34.135Z] ---> f98b1d1ad3fe [2021-03-11T00:48:34.135Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:48:34.135Z] ---> 6fcd9233b5ae [2021-03-11T00:48:34.135Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:48:34.135Z] ---> Running in 0b0580d56737 [2021-03-11T00:48:34.135Z] ---> Running in 34a99e7ee0d3 [2021-03-11T00:48:34.135Z] ---> Running in 5aed3f6a087b [2021-03-11T00:48:34.135Z] ---> Running in 9a7ea311a0d1 [2021-03-11T00:48:34.135Z] ---> Running in 016a0bc1eb6e [2021-03-11T00:48:34.135Z] 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-03-11T00:48:34.135Z] 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-03-11T00:48:34.135Z] 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-03-11T00:48:34.135Z] 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-03-11T00:48:34.408Z] 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-03-11T00:50:12.144Z] ---> e08541044a4e [2021-03-11T00:50:12.144Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:50:12.144Z] ---> f21514414597 [2021-03-11T00:50:12.144Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T00:50:12.144Z] ---> c4003c77ce1b [2021-03-11T00:50:12.144Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T00:50:12.144Z] ---> 751286ccc836 [2021-03-11T00:50:12.144Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T00:50:12.144Z] ---> cf1ce0006c20 [2021-03-11T00:50:12.144Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:50:12.144Z] ---> Running in 45454be19eea [2021-03-11T00:50:12.144Z] ---> Running in fa090255a300 [2021-03-11T00:50:12.144Z] ---> Running in d8062b08c101 [2021-03-11T00:50:12.144Z] ---> Running in a1c2cce978c5 [2021-03-11T00:50:12.144Z] ---> Running in 38d0b125aac4 [2021-03-11T00:50:13.936Z] 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-03-11T00:50:13.936Z] 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-03-11T00:50:13.936Z] 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-03-11T00:50:13.936Z] 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-03-11T00:50:13.936Z] 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-03-11T00:50:56.327Z] Removing intermediate container 34a99e7ee0d3 [2021-03-11T00:50:56.327Z] ---> aeccc4bcdc40 [2021-03-11T00:50:56.327Z] [2021-03-11T00:50:56.327Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:50:56.327Z] 3.12: Pulling from library/alpine [2021-03-11T00:50:56.327Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:50:56.327Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:50:56.327Z] ---> d10569e2745f [2021-03-11T00:50:56.327Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:50:56.327Z] ---> Running in bc398196431a [2021-03-11T00:50:56.327Z] Removing intermediate container bc398196431a [2021-03-11T00:50:56.327Z] ---> f409ce89ba4b [2021-03-11T00:50:56.327Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:50:56.327Z] ---> Running in 17606a2d53d2 [2021-03-11T00:50:56.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:56.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:50:56.327Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:50:56.327Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:50:56.327Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:50:56.327Z] OK: 5 MiB in 16 packages [2021-03-11T00:50:56.327Z] Removing intermediate container 17606a2d53d2 [2021-03-11T00:50:56.327Z] ---> 33a608494d01 [2021-03-11T00:50:56.327Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:50:56.327Z] ---> Running in 71af42c1e7e2 [2021-03-11T00:50:56.327Z] Removing intermediate container 71af42c1e7e2 [2021-03-11T00:50:56.327Z] ---> 5ec5909e49a2 [2021-03-11T00:50:56.327Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:50:56.327Z] ---> Running in aec9db5ba111 [2021-03-11T00:50:56.327Z] Removing intermediate container aec9db5ba111 [2021-03-11T00:50:56.327Z] ---> 97710f95b987 [2021-03-11T00:50:56.327Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:50:56.978Z] ---> Running in 06aeed209420 [2021-03-11T00:50:57.264Z] Removing intermediate container 5aed3f6a087b [2021-03-11T00:50:57.264Z] ---> 9b0177b8e500 [2021-03-11T00:50:57.264Z] [2021-03-11T00:50:57.264Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:50:57.264Z] ---> d10569e2745f [2021-03-11T00:50:57.264Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:50:57.542Z] Removing intermediate container 0b0580d56737 [2021-03-11T00:50:57.542Z] ---> e993cdcf5864 [2021-03-11T00:50:57.542Z] [2021-03-11T00:50:57.542Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:50:57.542Z] ---> d10569e2745f [2021-03-11T00:50:57.542Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:50:57.542Z] ---> Running in bf79c958bfb4 [2021-03-11T00:50:58.537Z] ---> Running in c64a2981133e [2021-03-11T00:50:59.551Z] Removing intermediate container 9a7ea311a0d1 [2021-03-11T00:50:59.551Z] ---> 37bb85cbb8aa [2021-03-11T00:50:59.551Z] [2021-03-11T00:50:59.551Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:50:59.551Z] ---> d10569e2745f [2021-03-11T00:50:59.551Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:50:59.826Z] ---> Running in b27fe42e75dc [2021-03-11T00:51:00.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:00.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:00.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:00.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:01.311Z] Removing intermediate container 06aeed209420 [2021-03-11T00:51:01.311Z] ---> ab7d343a0d97 [2021-03-11T00:51:01.311Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:51:01.311Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:51:01.587Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:01.587Z] OK: 5 MiB in 15 packages [2021-03-11T00:51:01.587Z] ---> Running in d8025b9fb103 [2021-03-11T00:51:01.587Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:51:01.587Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:01.587Z] OK: 5 MiB in 15 packages [2021-03-11T00:51:02.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:02.475Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:51:02.755Z] Removing intermediate container d8025b9fb103 [2021-03-11T00:51:02.755Z] ---> 4f99ac86057d [2021-03-11T00:51:02.755Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:51:03.364Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:51:03.364Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:51:03.364Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:03.364Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:51:03.645Z] OK: 6 MiB in 16 packages [2021-03-11T00:51:03.925Z] Removing intermediate container c64a2981133e [2021-03-11T00:51:03.925Z] ---> 997c656c0d54 [2021-03-11T00:51:03.925Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:51:03.925Z] Removing intermediate container bf79c958bfb4 [2021-03-11T00:51:03.925Z] ---> bfb9570fcccb [2021-03-11T00:51:03.925Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:51:04.201Z] ---> 0da4aeb0013f [2021-03-11T00:51:04.201Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:51:04.487Z] ---> Running in e480680fd34d [2021-03-11T00:51:04.487Z] ---> Running in 158b8e1ec175 [2021-03-11T00:51:04.487Z] ---> Running in 11ead0f2d50e [2021-03-11T00:51:05.475Z] Removing intermediate container e480680fd34d [2021-03-11T00:51:05.475Z] ---> 8f18f321a1d8 [2021-03-11T00:51:05.475Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:51:06.071Z] Removing intermediate container 158b8e1ec175 [2021-03-11T00:51:06.071Z] ---> 369e30bd52c9 [2021-03-11T00:51:06.071Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:51:06.071Z] ---> Running in d5b7244a344e [2021-03-11T00:51:06.344Z] Removing intermediate container b27fe42e75dc [2021-03-11T00:51:06.344Z] ---> aec4fa9a3263 [2021-03-11T00:51:06.344Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:51:06.625Z] ---> Running in 13ef92466893 [2021-03-11T00:51:06.625Z] ---> Running in d20a5b110613 [2021-03-11T00:51:07.227Z] Removing intermediate container d5b7244a344e [2021-03-11T00:51:07.227Z] ---> 1a56c8077e2d [2021-03-11T00:51:07.227Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:51:07.499Z] Removing intermediate container 13ef92466893 [2021-03-11T00:51:07.499Z] ---> 51ed3e9ac19e [2021-03-11T00:51:07.499Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:51:07.776Z] ---> Running in 6dee70f82ce6 [2021-03-11T00:51:07.776Z] ---> Running in 9f93418e565d [2021-03-11T00:51:07.776Z] Removing intermediate container d20a5b110613 [2021-03-11T00:51:07.776Z] ---> 643843c3be89 [2021-03-11T00:51:07.776Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:51:08.051Z] Removing intermediate container 11ead0f2d50e [2021-03-11T00:51:08.051Z] ---> d159fac556e0 [2021-03-11T00:51:08.051Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:51:08.327Z] ---> Running in 30f5804f384b [2021-03-11T00:51:08.599Z] Removing intermediate container 016a0bc1eb6e [2021-03-11T00:51:08.599Z] ---> 3d92e1e54ab8 [2021-03-11T00:51:08.599Z] [2021-03-11T00:51:08.599Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:51:08.599Z] ---> d10569e2745f [2021-03-11T00:51:08.599Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:51:08.599Z] ---> Using cache [2021-03-11T00:51:08.599Z] ---> 997c656c0d54 [2021-03-11T00:51:08.599Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:51:08.599Z] ---> Using cache [2021-03-11T00:51:08.599Z] ---> 369e30bd52c9 [2021-03-11T00:51:08.599Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:51:08.599Z] Removing intermediate container 6dee70f82ce6 [2021-03-11T00:51:08.599Z] ---> 59307fd16c9b [2021-03-11T00:51:08.599Z] Step 15/23 : WORKDIR / [2021-03-11T00:51:08.599Z] Removing intermediate container 9f93418e565d [2021-03-11T00:51:08.599Z] ---> e34a4f5fe42b [2021-03-11T00:51:08.599Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:51:08.873Z] ---> Running in c53ac2a2fae4 [2021-03-11T00:51:08.873Z] ---> Running in 78546705898f [2021-03-11T00:51:08.873Z] Removing intermediate container 30f5804f384b [2021-03-11T00:51:08.873Z] ---> 0f0a0bdadac5 [2021-03-11T00:51:08.873Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:51:09.148Z] ---> def991e93685 [2021-03-11T00:51:09.148Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:51:09.148Z] ---> Running in 5c20d7f313d6 [2021-03-11T00:51:09.421Z] Removing intermediate container 78546705898f [2021-03-11T00:51:09.421Z] ---> 00b786f85747 [2021-03-11T00:51:09.421Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:51:09.696Z] Removing intermediate container c53ac2a2fae4 [2021-03-11T00:51:09.696Z] ---> 6e5eb9f8ae84 [2021-03-11T00:51:09.696Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:51:09.968Z] ---> b0143847f23e [2021-03-11T00:51:09.968Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:51:09.968Z] Removing intermediate container 5c20d7f313d6 [2021-03-11T00:51:09.968Z] ---> c8769b50cf25 [2021-03-11T00:51:09.968Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:51:09.968Z] ---> Running in 0b84158995d0 [2021-03-11T00:51:10.967Z] ---> 3abcdc47ad46 [2021-03-11T00:51:10.967Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:51:11.241Z] Removing intermediate container 0b84158995d0 [2021-03-11T00:51:11.241Z] ---> 0f2877124270 [2021-03-11T00:51:11.241Z] Step 15/23 : WORKDIR / [2021-03-11T00:51:11.241Z] ---> 09aca40299d1 [2021-03-11T00:51:11.241Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:51:11.516Z] ---> 10e6987ec4f8 [2021-03-11T00:51:11.516Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:51:11.824Z] ---> Running in a87915b19bd6 [2021-03-11T00:51:12.187Z] ---> e751270d844a [2021-03-11T00:51:12.187Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:51:12.579Z] ---> a327b44f41a5 [2021-03-11T00:51:12.579Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:51:12.579Z] ---> ad17b7f34b7a [2021-03-11T00:51:12.579Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:51:12.859Z] Removing intermediate container a87915b19bd6 [2021-03-11T00:51:12.859Z] ---> bcf8ba684ec7 [2021-03-11T00:51:12.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:51:13.481Z] ---> e5e98f9a4041 [2021-03-11T00:51:13.481Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:51:13.750Z] ---> f21f7e322764 [2021-03-11T00:51:13.750Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:51:13.750Z] ---> Running in 3316907ae4c5 [2021-03-11T00:51:14.024Z] ---> cb5db710af88 [2021-03-11T00:51:14.024Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:51:14.024Z] ---> 7a749bb28334 [2021-03-11T00:51:14.024Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:51:14.024Z] ---> 9932d1d42c65 [2021-03-11T00:51:14.024Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:51:14.296Z] ---> Running in 846e2ebee560 [2021-03-11T00:51:14.296Z] Removing intermediate container 3316907ae4c5 [2021-03-11T00:51:14.296Z] ---> abd1fd695ade [2021-03-11T00:51:14.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:51:14.569Z] ---> Running in 80ba3798ae19 [2021-03-11T00:51:14.840Z] ---> fb21f24ea109 [2021-03-11T00:51:14.840Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:51:15.112Z] ---> Running in 8dab2e5f20cf [2021-03-11T00:51:15.112Z] Removing intermediate container 846e2ebee560 [2021-03-11T00:51:15.112Z] ---> 4e4d69684643 [2021-03-11T00:51:15.112Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:51:15.384Z] ---> 8a58058b2d7a [2021-03-11T00:51:15.384Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:51:15.384Z] Removing intermediate container 80ba3798ae19 [2021-03-11T00:51:15.384Z] ---> cafef7319380 [2021-03-11T00:51:15.384Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:51:15.659Z] ---> Running in 974a6cd2cd49 [2021-03-11T00:51:15.936Z] ---> Running in bbafcbd17cea [2021-03-11T00:51:15.936Z] ---> d8462161d840 [2021-03-11T00:51:15.936Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:51:15.936Z] ---> Running in 6b42334ec55d [2021-03-11T00:51:15.936Z] Removing intermediate container 8dab2e5f20cf [2021-03-11T00:51:15.936Z] ---> a8b241df2107 [2021-03-11T00:51:15.936Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:51:16.212Z] Removing intermediate container 974a6cd2cd49 [2021-03-11T00:51:16.212Z] ---> 1ed22eb189e2 [2021-03-11T00:51:16.212Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:51:16.212Z] ---> Running in de27c006ee2c [2021-03-11T00:51:16.494Z] ---> Running in 15e5f774c369 [2021-03-11T00:51:16.494Z] Removing intermediate container bbafcbd17cea [2021-03-11T00:51:16.494Z] ---> 802bf80acdf0 [2021-03-11T00:51:16.494Z] Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:51:16.774Z] Removing intermediate container 6b42334ec55d [2021-03-11T00:51:16.774Z] ---> 86ef608b7954 [2021-03-11T00:51:16.774Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:51:16.774Z] ---> Running in ec780067f0e5 [2021-03-11T00:51:17.051Z] ---> 5a9b9d3b0bc5 [2021-03-11T00:51:17.051Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:51:17.051Z] Removing intermediate container de27c006ee2c [2021-03-11T00:51:17.051Z] ---> 89730df68973 [2021-03-11T00:51:17.051Z] Step 20/22 : LABEL arch=arm64 [2021-03-11T00:51:17.323Z] Removing intermediate container 15e5f774c369 [2021-03-11T00:51:17.324Z] ---> 835a9bafd80c [2021-03-11T00:51:17.324Z] Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:51:17.324Z] ---> Running in 2bd1da276fb2 [2021-03-11T00:51:17.324Z] ---> Running in 773887e29e2a [2021-03-11T00:51:17.598Z] ---> Running in 9cdc878fd51e [2021-03-11T00:51:17.598Z] Removing intermediate container ec780067f0e5 [2021-03-11T00:51:17.598Z] ---> c4f1737256d0 [2021-03-11T00:51:17.598Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:51:17.872Z] ---> bbc1e576f8f3 [2021-03-11T00:51:17.872Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:51:17.872Z] ---> Running in b5e41859be3a [2021-03-11T00:51:18.146Z] Removing intermediate container 773887e29e2a [2021-03-11T00:51:18.146Z] ---> ba5cd528ea86 [2021-03-11T00:51:18.146Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:51:18.146Z] ---> Running in e2f8466a9b10 [2021-03-11T00:51:18.146Z] Removing intermediate container 2bd1da276fb2 [2021-03-11T00:51:18.146Z] ---> f747dd5a03df [2021-03-11T00:51:18.146Z] Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:51:18.421Z] Removing intermediate container 9cdc878fd51e [2021-03-11T00:51:18.421Z] ---> 09903a9f8fcf [2021-03-11T00:51:18.421Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:51:18.693Z] ---> Running in e2e3b1af45e9 [2021-03-11T00:51:18.693Z] ---> Running in 08d170dab5bb [2021-03-11T00:51:18.693Z] Removing intermediate container b5e41859be3a [2021-03-11T00:51:18.693Z] ---> 179c4c6cfb27 [2021-03-11T00:51:18.693Z] [2021-03-11T00:51:18.973Z] ---> Running in 896606ca5c0f [2021-03-11T00:51:19.572Z] Successfully built 179c4c6cfb27 [2021-03-11T00:51:19.572Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-11T00:51:19.572Z] Building docker-security-proxy-setup-go [2021-03-11T00:51:19.572Z]  Building docker-support-scheduler-go ... done Removing intermediate container e2e3b1af45e9 [2021-03-11T00:51:19.572Z] Removing intermediate container 896606ca5c0f [2021-03-11T00:51:19.572Z] ---> 8d02c3a080e3 [2021-03-11T00:51:19.572Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:51:19.572Z] ---> 0c194be6e4ef [2021-03-11T00:51:19.572Z] [2021-03-11T00:51:19.572Z] Removing intermediate container 08d170dab5bb [2021-03-11T00:51:19.572Z] ---> 3eb55994e436 [2021-03-11T00:51:19.572Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:51:19.847Z] ---> Running in e111dd8d4ec7 [2021-03-11T00:51:19.847Z] ---> Running in 393fbb22bc58 [2021-03-11T00:51:20.448Z] Successfully built 0c194be6e4ef [2021-03-11T00:51:20.448Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-11T00:51:20.448Z] Building docker-security-secretstore-setup-go [2021-03-11T00:51:20.727Z]  Building docker-core-command-go ... done Removing intermediate container e111dd8d4ec7 [2021-03-11T00:51:20.727Z] Removing intermediate container 393fbb22bc58 [2021-03-11T00:51:20.727Z] ---> a6a10b6a79d2 [2021-03-11T00:51:20.727Z] ---> 162bb15433a4 [2021-03-11T00:51:20.727Z] Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:51:20.727Z] [2021-03-11T00:51:21.008Z] ---> Running in ea14fb44b5d8 [2021-03-11T00:51:21.282Z] Successfully built a6a10b6a79d2 [2021-03-11T00:51:21.554Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-11T00:51:21.554Z] Building docker-core-data-go [2021-03-11T00:51:21.554Z]  Building docker-support-notifications-go ... done Removing intermediate container e2f8466a9b10 [2021-03-11T00:51:21.554Z] ---> 64b70236237c [2021-03-11T00:51:21.554Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:51:21.824Z] Removing intermediate container ea14fb44b5d8 [2021-03-11T00:51:21.824Z] ---> e48986e9aa25 [2021-03-11T00:51:21.824Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:51:22.098Z] ---> Running in f5408a696563 [2021-03-11T00:51:22.098Z] ---> Running in c2ecd77db7dc [2021-03-11T00:51:22.698Z] Removing intermediate container f5408a696563 [2021-03-11T00:51:22.698Z] ---> fcf675928157 [2021-03-11T00:51:22.698Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:51:22.698Z] Removing intermediate container c2ecd77db7dc [2021-03-11T00:51:22.698Z] ---> 3177adb5307b [2021-03-11T00:51:22.698Z] [2021-03-11T00:51:23.310Z] ---> Running in ac6a2e6e36eb [2021-03-11T00:51:23.310Z] Successfully built 3177adb5307b [2021-03-11T00:51:23.310Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-11T00:51:23.310Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T00:51:23.899Z] Removing intermediate container ac6a2e6e36eb [2021-03-11T00:51:23.899Z] ---> 30755986623b [2021-03-11T00:51:23.899Z] Step 29/31 : LABEL arch=arm64 [2021-03-11T00:51:24.173Z] ---> Running in d9c014ee14d1 [2021-03-11T00:51:24.781Z] Removing intermediate container d9c014ee14d1 [2021-03-11T00:51:24.781Z] ---> 274936c01dcd [2021-03-11T00:51:24.781Z] Step 30/31 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:51:25.383Z] ---> Running in 8750edbbeef1 [2021-03-11T00:51:25.980Z] Removing intermediate container 8750edbbeef1 [2021-03-11T00:51:25.980Z] ---> 2ec15bc653e3 [2021-03-11T00:51:25.980Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:51:26.965Z] ---> Running in 479d93821a41 [2021-03-11T00:51:27.949Z] Removing intermediate container 479d93821a41 [2021-03-11T00:51:27.949Z] ---> aade466f6922 [2021-03-11T00:51:27.949Z] [2021-03-11T00:51:28.547Z] Successfully built aade466f6922 [2021-03-11T00:51:28.547Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-11T00:51:36.919Z] 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-03-11T00:51:49.656Z] Removing intermediate container fa090255a300 [2021-03-11T00:51:49.656Z] ---> 5f36b7121e1c [2021-03-11T00:51:49.656Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:51:49.656Z] Removing intermediate container a1c2cce978c5 [2021-03-11T00:51:49.656Z] ---> 3be3fa78dce6 [2021-03-11T00:51:49.656Z] [2021-03-11T00:51:49.656Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:51:49.656Z] 3.12: Pulling from library/alpine [2021-03-11T00:51:49.959Z] ---> Running in 17946390e11f [2021-03-11T00:51:51.468Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T00:51:51.796Z] Removing intermediate container 45454be19eea [2021-03-11T00:51:51.796Z] ---> f735aa88cb51 [2021-03-11T00:51:51.796Z] [2021-03-11T00:51:51.796Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:51:51.796Z] Removing intermediate container 38d0b125aac4 [2021-03-11T00:51:51.796Z] ---> b1e3454359fc [2021-03-11T00:51:51.796Z] [2021-03-11T00:51:51.796Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:51:51.796Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T00:51:51.796Z] ---> 88dd2752d2ea [2021-03-11T00:51:51.796Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:51:51.796Z] ---> 88dd2752d2ea [2021-03-11T00:51:51.796Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T00:51:51.796Z] ---> 88dd2752d2ea [2021-03-11T00:51:51.796Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:51:53.499Z] ---> Running in a114299af970 [2021-03-11T00:51:53.499Z] ---> Running in 38816593d416 [2021-03-11T00:51:53.499Z] ---> Running in 29fcee8c1d21 [2021-03-11T00:51:53.811Z] Removing intermediate container d8062b08c101 [2021-03-11T00:51:53.811Z] ---> 901ce349a5ed [2021-03-11T00:51:53.811Z] [2021-03-11T00:51:53.811Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:51:53.811Z] ---> 88dd2752d2ea [2021-03-11T00:51:53.811Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:51:54.104Z] 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-03-11T00:51:54.507Z] ---> Running in 0f3358f643fe [2021-03-11T00:51:58.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.578Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:51:58.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.578Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:51:58.578Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:51:58.578Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:58.578Z] OK: 6 MiB in 15 packages [2021-03-11T00:51:58.578Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:51:58.578Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:51:58.578Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:58.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.579Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:51:58.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.579Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:51:58.897Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T00:51:58.897Z] OK: 7 MiB in 18 packages [2021-03-11T00:51:58.897Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:51:58.897Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:59.370Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:51:59.370Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T00:51:59.370Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:51:59.370Z] OK: 6 MiB in 15 packages [2021-03-11T00:51:59.370Z] OK: 6 MiB in 16 packages [2021-03-11T00:52:02.190Z] Removing intermediate container 17946390e11f [2021-03-11T00:52:02.190Z] ---> 602f8abd544c [2021-03-11T00:52:02.190Z] [2021-03-11T00:52:02.190Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:52:02.190Z] 20.10.0: Pulling from library/docker [2021-03-11T00:52:02.471Z] Removing intermediate container 38816593d416 [2021-03-11T00:52:02.471Z] ---> ced51f9dc69f [2021-03-11T00:52:02.471Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:52:03.565Z] Removing intermediate container a114299af970 [2021-03-11T00:52:03.565Z] ---> 8fe4c78ad4de [2021-03-11T00:52:03.565Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:52:03.565Z] Removing intermediate container 0f3358f643fe [2021-03-11T00:52:03.565Z] ---> 8f1a6eae387e [2021-03-11T00:52:03.565Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:52:03.565Z] ---> Running in a8dae2e3cb82 [2021-03-11T00:52:04.031Z] ---> Running in 906854e77f73 [2021-03-11T00:52:04.031Z] ---> Running in 4c1502228c98 [2021-03-11T00:52:04.421Z] Removing intermediate container 29fcee8c1d21 [2021-03-11T00:52:04.421Z] ---> 29e2e6b5eb9b [2021-03-11T00:52:04.421Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:52:05.531Z] ---> Running in b76582a62bc2 [2021-03-11T00:52:05.942Z] Removing intermediate container a8dae2e3cb82 [2021-03-11T00:52:05.942Z] ---> 2fbe7e054e43 [2021-03-11T00:52:05.942Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T00:52:05.942Z] Removing intermediate container 4c1502228c98 [2021-03-11T00:52:05.942Z] ---> 320c527574af [2021-03-11T00:52:05.942Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:52:06.278Z] Removing intermediate container 906854e77f73 [2021-03-11T00:52:06.278Z] ---> 8363c514959c [2021-03-11T00:52:06.278Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T00:52:06.748Z] ---> Running in ee7b7325fe02 [2021-03-11T00:52:06.748Z] ---> Running in 0f9177634e80 [2021-03-11T00:52:06.748Z] ---> Running in 446d854defec [2021-03-11T00:52:07.180Z] Removing intermediate container b76582a62bc2 [2021-03-11T00:52:07.180Z] ---> 1cee29e2c05f [2021-03-11T00:52:07.180Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T00:52:07.540Z] ---> Running in bc7f87dc1c3e [2021-03-11T00:52:07.976Z] Removing intermediate container ee7b7325fe02 [2021-03-11T00:52:07.976Z] ---> 9145b7359c11 [2021-03-11T00:52:07.976Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:52:07.976Z] Removing intermediate container 446d854defec [2021-03-11T00:52:07.976Z] ---> 67725603499b [2021-03-11T00:52:07.976Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T00:52:08.451Z] Removing intermediate container 0f9177634e80 [2021-03-11T00:52:08.451Z] ---> 526accb57f16 [2021-03-11T00:52:08.451Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:52:08.452Z] ---> Running in 291b02e08e36 [2021-03-11T00:52:09.137Z] ---> Running in ac797251ad59 [2021-03-11T00:52:09.137Z] Removing intermediate container bc7f87dc1c3e [2021-03-11T00:52:09.137Z] ---> ed556f37a3a7 [2021-03-11T00:52:09.137Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:52:09.137Z] ---> Running in 7932bcf81f8a [2021-03-11T00:52:09.633Z] Removing intermediate container 291b02e08e36 [2021-03-11T00:52:09.633Z] ---> e2d151322c63 [2021-03-11T00:52:09.633Z] Step 15/23 : WORKDIR / [2021-03-11T00:52:09.633Z] Removing intermediate container ac797251ad59 [2021-03-11T00:52:09.633Z] ---> 6e42db07f51c [2021-03-11T00:52:09.633Z] Step 15/23 : WORKDIR / [2021-03-11T00:52:09.633Z] ---> ec4b60800843 [2021-03-11T00:52:09.633Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:52:09.967Z] ---> Running in 711671394da9 [2021-03-11T00:52:09.967Z] ---> Running in 4e07333b2edf [2021-03-11T00:52:10.376Z] Removing intermediate container 7932bcf81f8a [2021-03-11T00:52:10.376Z] ---> b807368478e6 [2021-03-11T00:52:10.376Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:11.811Z] Removing intermediate container 711671394da9 [2021-03-11T00:52:11.811Z] ---> b87cda615c07 [2021-03-11T00:52:11.811Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:12.122Z] Removing intermediate container 4e07333b2edf [2021-03-11T00:52:12.122Z] ---> eb53513e02d3 [2021-03-11T00:52:12.122Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:52:12.884Z] ---> fbf5504a21ba [2021-03-11T00:52:12.884Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T00:52:13.268Z] ---> 5cafbe63427d [2021-03-11T00:52:13.269Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:52:14.004Z] ---> d48c1850ab4e [2021-03-11T00:52:14.004Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T00:52:15.127Z] ---> 365cb8ded2a1 [2021-03-11T00:52:15.127Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T00:52:15.441Z] ---> 8ddeb7f6777a [2021-03-11T00:52:15.441Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T00:52:15.754Z] ---> 4e846081a3b5 [2021-03-11T00:52:15.754Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:52:16.530Z] ---> Running in 5018fa43bb44 [2021-03-11T00:52:16.530Z] ---> 56365366a572 [2021-03-11T00:52:16.530Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T00:52:17.384Z] ---> 20cf193813f0 [2021-03-11T00:52:17.384Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T00:52:17.716Z] ---> Running in 19112a78dca4 [2021-03-11T00:52:18.056Z] Removing intermediate container 5018fa43bb44 [2021-03-11T00:52:18.056Z] ---> 42d660eb83ab [2021-03-11T00:52:18.056Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:52:18.056Z] ---> a7a28c2b1e56 [2021-03-11T00:52:18.056Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T00:52:18.341Z] ---> Running in 1cfe96f3f347 [2021-03-11T00:52:18.687Z] ---> d1cedae9cb8c [2021-03-11T00:52:18.687Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T00:52:19.028Z] ---> Running in 9d11077909ad [2021-03-11T00:52:19.028Z] Removing intermediate container 19112a78dca4 [2021-03-11T00:52:19.028Z] ---> 7734735f1dad [2021-03-11T00:52:19.028Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:52:19.927Z] ---> 85928e8658d8 [2021-03-11T00:52:19.927Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T00:52:19.927Z] ---> Running in e920f4ce97bf [2021-03-11T00:52:20.201Z] Removing intermediate container 1cfe96f3f347 [2021-03-11T00:52:20.201Z] ---> 22c9905e24ba [2021-03-11T00:52:20.201Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T00:52:20.489Z] ---> Running in bf1617959b14 [2021-03-11T00:52:20.489Z] Removing intermediate container 9d11077909ad [2021-03-11T00:52:20.489Z] ---> eb51813d6c58 [2021-03-11T00:52:20.489Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:52:20.803Z] ---> Running in 63904f4815a4 [2021-03-11T00:52:21.108Z] Removing intermediate container e920f4ce97bf [2021-03-11T00:52:21.108Z] ---> 336aefd4cce2 [2021-03-11T00:52:21.108Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:52:21.108Z] ---> Running in 0c8deade1f2c [2021-03-11T00:52:21.743Z] Removing intermediate container bf1617959b14 [2021-03-11T00:52:21.743Z] ---> c43deeb3f727 [2021-03-11T00:52:21.743Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:52:21.743Z] ---> Running in e4d1e8b9fe94 [2021-03-11T00:52:22.439Z] Removing intermediate container 63904f4815a4 [2021-03-11T00:52:22.439Z] ---> b8406c0fc3fb [2021-03-11T00:52:22.439Z] Step 20/21 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:52:22.439Z] ---> Running in 6a67e60e552d [2021-03-11T00:52:22.439Z] Removing intermediate container 0c8deade1f2c [2021-03-11T00:52:22.439Z] ---> 3dcd8e07d38c [2021-03-11T00:52:22.439Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:52:22.836Z] ---> Running in 99f3bca42922 [2021-03-11T00:52:23.241Z] ---> Running in 0224950bc3a2 [2021-03-11T00:52:23.567Z] Removing intermediate container e4d1e8b9fe94 [2021-03-11T00:52:23.567Z] ---> 65b9f86be2e0 [2021-03-11T00:52:23.567Z] Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:52:24.252Z] Removing intermediate container 6a67e60e552d [2021-03-11T00:52:24.252Z] ---> 9a1c2bae5a2e [2021-03-11T00:52:24.252Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:52:24.252Z] ---> Running in 43641d50224e [2021-03-11T00:52:24.900Z] ---> Running in 35ed47201547 [2021-03-11T00:52:24.900Z] Removing intermediate container 99f3bca42922 [2021-03-11T00:52:24.900Z] ---> c0f79a19d893 [2021-03-11T00:52:24.900Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:52:24.900Z] Removing intermediate container 0224950bc3a2 [2021-03-11T00:52:24.900Z] ---> 80f50afc6994 [2021-03-11T00:52:24.900Z] Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:52:25.087Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:52:25.087Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:52:25.087Z] ---> 9f37b27c5cc0 [2021-03-11T00:52:25.087Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> cd285d061407 [2021-03-11T00:52:25.087Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> 81b05e673d8a [2021-03-11T00:52:25.087Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T00:52:25.087Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:52:25.087Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:52:25.087Z] ---> 9f37b27c5cc0 [2021-03-11T00:52:25.087Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> cd285d061407 [2021-03-11T00:52:25.087Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> 81b05e673d8a [2021-03-11T00:52:25.087Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:52:25.087Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:52:25.087Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:52:25.087Z] ---> 9f37b27c5cc0 [2021-03-11T00:52:25.087Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> cd285d061407 [2021-03-11T00:52:25.087Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> 81b05e673d8a [2021-03-11T00:52:25.087Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:52:25.087Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:52:25.087Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:52:25.087Z] ---> 9f37b27c5cc0 [2021-03-11T00:52:25.087Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> cd285d061407 [2021-03-11T00:52:25.087Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:52:25.087Z] ---> Using cache [2021-03-11T00:52:25.087Z] ---> 81b05e673d8a [2021-03-11T00:52:25.087Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T00:52:25.087Z] ---> Running in a106a46e75da [2021-03-11T00:52:25.087Z] ---> Running in 2e0117ab1f58 [2021-03-11T00:52:25.087Z] ---> Running in 008df5dce43a [2021-03-11T00:52:25.087Z] ---> Running in f1bb5b4c8a02 [2021-03-11T00:52:25.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.087Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:52:25.088Z] OK: 217 MiB in 51 packages [2021-03-11T00:52:25.088Z] OK: 217 MiB in 51 packages [2021-03-11T00:52:25.088Z] OK: 217 MiB in 51 packages [2021-03-11T00:52:25.088Z] OK: 217 MiB in 51 packages [2021-03-11T00:52:25.191Z] ---> Running in 77ef96fb386b [2021-03-11T00:52:25.530Z] ---> Running in bb0b5ee237f3 [2021-03-11T00:52:25.530Z] Removing intermediate container 43641d50224e [2021-03-11T00:52:25.530Z] ---> fde65d83f874 [2021-03-11T00:52:25.530Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:52:25.847Z] Removing intermediate container 35ed47201547 [2021-03-11T00:52:25.847Z] ---> 00bcc202c5fc [2021-03-11T00:52:25.847Z] Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:52:26.068Z] Removing intermediate container 2e0117ab1f58 [2021-03-11T00:52:26.068Z] ---> d2cd7c9914f1 [2021-03-11T00:52:26.068Z] Step 6/21 : COPY go.mod . [2021-03-11T00:52:26.178Z] ---> Running in 230fa08b9a11 [2021-03-11T00:52:26.178Z] ---> Running in 8534c1a9e92f [2021-03-11T00:52:26.345Z] Removing intermediate container f1bb5b4c8a02 [2021-03-11T00:52:26.345Z] ---> 2ea19c34babe [2021-03-11T00:52:26.345Z] Step 6/24 : COPY go.mod . [2021-03-11T00:52:26.626Z] Removing intermediate container a106a46e75da [2021-03-11T00:52:26.626Z] ---> 274b46b958af [2021-03-11T00:52:26.626Z] Step 6/23 : COPY go.mod . [2021-03-11T00:52:26.900Z] Removing intermediate container 008df5dce43a [2021-03-11T00:52:26.900Z] ---> 448d957d0a47 [2021-03-11T00:52:26.900Z] Step 6/26 : COPY go.mod . [2021-03-11T00:52:27.029Z] Removing intermediate container 77ef96fb386b [2021-03-11T00:52:27.029Z] ---> 8a7887e2ec78 [2021-03-11T00:52:27.029Z] [2021-03-11T00:52:27.029Z] Removing intermediate container bb0b5ee237f3 [2021-03-11T00:52:27.029Z] ---> ac33b445cdf8 [2021-03-11T00:52:27.029Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:52:27.173Z] ---> 4f2ab8da4533 [2021-03-11T00:52:27.173Z] Step 7/21 : RUN go mod download [2021-03-11T00:52:27.448Z] ---> 42984df37e64 [2021-03-11T00:52:27.448Z] Step 7/24 : RUN go mod download [2021-03-11T00:52:27.448Z] ---> Running in 0ac8673fce51 [2021-03-11T00:52:27.680Z] Removing intermediate container 230fa08b9a11 [2021-03-11T00:52:27.680Z] ---> d432d56da493 [2021-03-11T00:52:27.680Z] [2021-03-11T00:52:27.680Z] ---> Running in 9b9bdba01436 [2021-03-11T00:52:27.680Z] Removing intermediate container 8534c1a9e92f [2021-03-11T00:52:27.680Z] ---> 731c06831a4b [2021-03-11T00:52:27.680Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:52:27.724Z] ---> 77d9254570cb [2021-03-11T00:52:27.724Z] Step 7/23 : RUN go mod download [2021-03-11T00:52:27.724Z] ---> Running in fa0d08fbca00 [2021-03-11T00:52:28.001Z] ---> 021a334b96a0 [2021-03-11T00:52:28.001Z] Step 7/26 : RUN go mod download [2021-03-11T00:52:28.001Z] ---> Running in 46c570cd7443 [2021-03-11T00:52:28.274Z] ---> Running in 1b49c83453da [2021-03-11T00:52:28.412Z] ---> Running in d933232ea114 [2021-03-11T00:52:28.412Z] Successfully built 8a7887e2ec78 [2021-03-11T00:52:28.412Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T00:52:28.412Z] Building docker-core-data-go [2021-03-11T00:52:29.112Z]  Building docker-security-proxy-setup-go ... done Successfully built d432d56da493 [2021-03-11T00:52:29.112Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T00:52:29.112Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-11T00:52:30.717Z] Removing intermediate container 9b9bdba01436 [2021-03-11T00:52:30.717Z] ---> 804c43c36642 [2021-03-11T00:52:30.717Z] [2021-03-11T00:52:30.717Z] Removing intermediate container d933232ea114 [2021-03-11T00:52:30.717Z] ---> 916c350adb71 [2021-03-11T00:52:30.717Z] [2021-03-11T00:52:30.717Z] Successfully built 804c43c36642 [2021-03-11T00:52:30.717Z] Successfully tagged docker-core-command-go:latest [2021-03-11T00:52:30.717Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-11T00:52:30.717Z] Successfully built 916c350adb71 [2021-03-11T00:52:30.717Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T00:52:30.717Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-11T00:52:31.676Z] Removing intermediate container 0ac8673fce51 [2021-03-11T00:52:31.676Z] ---> 272cea7d3860 [2021-03-11T00:52:31.676Z] Step 8/21 : COPY . . [2021-03-11T00:52:32.650Z] Removing intermediate container 46c570cd7443 [2021-03-11T00:52:32.650Z] ---> ca231a33cf21 [2021-03-11T00:52:32.650Z] Step 8/23 : COPY . . [2021-03-11T00:52:32.923Z] Removing intermediate container fa0d08fbca00 [2021-03-11T00:52:32.923Z] ---> f36f0400b6c2 [2021-03-11T00:52:32.923Z] Step 8/24 : COPY . . [2021-03-11T00:52:32.923Z] Removing intermediate container 1b49c83453da [2021-03-11T00:52:32.923Z] ---> 26a2ec53b248 [2021-03-11T00:52:32.923Z] Step 8/26 : COPY . . [2021-03-11T00:52:32.991Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:52:32.991Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:52:32.991Z] ---> aefe523efa57 [2021-03-11T00:52:32.991Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:52:35.932Z] ---> Running in 43e3accad160 [2021-03-11T00:52:41.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:52:41.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:52:41.200Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:52:41.200Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:52:41.200Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:52:41.200Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:52:41.200Z] OK: 12 MiB in 22 packages [2021-03-11T00:52:50.179Z] Removing intermediate container 43e3accad160 [2021-03-11T00:52:50.179Z] ---> fb1f2ef0f57d [2021-03-11T00:52:50.179Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:52:50.179Z] ---> Running in 23a7e27c3cbe [2021-03-11T00:52:51.156Z] Removing intermediate container 23a7e27c3cbe [2021-03-11T00:52:51.156Z] ---> 0b021bb71dde [2021-03-11T00:52:51.156Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:52:51.439Z] ---> Running in 4e3a472c7071 [2021-03-11T00:52:52.114Z] Removing intermediate container 4e3a472c7071 [2021-03-11T00:52:52.114Z] ---> f13c3e4ec175 [2021-03-11T00:52:52.114Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:52:52.427Z] ---> Running in 8b58485d4364 [2021-03-11T00:52:55.348Z] Removing intermediate container 8b58485d4364 [2021-03-11T00:52:55.348Z] ---> 5641ff1e7b90 [2021-03-11T00:52:55.348Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:52:58.355Z] ---> 839bc8006092 [2021-03-11T00:52:58.355Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:52:58.954Z] ---> 42dfdf4fb9ce [2021-03-11T00:52:58.954Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:52:59.590Z] ---> c0dceadfafde [2021-03-11T00:52:59.590Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:52:59.729Z] ---> d9c5a4abd7c1 [2021-03-11T00:52:59.729Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:52:59.729Z] ---> c9ed173d3e3e [2021-03-11T00:52:59.729Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T00:52:59.729Z] ---> cc91631661d1 [2021-03-11T00:52:59.729Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T00:52:59.729Z] ---> f5d4a1e00126 [2021-03-11T00:52:59.729Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:52:59.729Z] ---> Running in ad73a530856b [2021-03-11T00:52:59.729Z] ---> Running in 6b8bfcfd87ea [2021-03-11T00:52:59.729Z] ---> Running in 38c92cf0aadd [2021-03-11T00:52:59.729Z] ---> Running in b6823ade4c5f [2021-03-11T00:52:59.729Z] 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-03-11T00:52:59.729Z] 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-03-11T00:52:59.729Z] 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-03-11T00:52:59.729Z] 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-03-11T00:52:59.893Z] ---> Running in 3b5d347cdf9d [2021-03-11T00:53:02.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:53:02.993Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:53:02.993Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:53:02.993Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:53:02.993Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:53:02.993Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:53:03.839Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:53:03.839Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:53:03.839Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:53:06.915Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:53:06.915Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:53:06.915Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:53:06.915Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:53:06.915Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:53:06.915Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:53:06.915Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:53:08.004Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:53:08.344Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:53:08.344Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:53:10.884Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:53:10.884Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:53:10.884Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:53:12.147Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:53:12.147Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:53:12.506Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:53:12.879Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:53:12.879Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:53:13.554Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:53:13.554Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:53:13.554Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:53:13.554Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:53:13.554Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:53:13.886Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:53:13.886Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:53:13.886Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:53:14.739Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:53:15.210Z] OK: 71 MiB in 55 packages [2021-03-11T00:54:04.133Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:54:04.133Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:54:04.133Z] ---> aa8039655ee7 [2021-03-11T00:54:04.133Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> fa1ab6cba947 [2021-03-11T00:54:04.133Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:54:04.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:54:04.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:54:04.133Z] ---> aa8039655ee7 [2021-03-11T00:54:04.133Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> fa1ab6cba947 [2021-03-11T00:54:04.133Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> 53ab740b5d93 [2021-03-11T00:54:04.133Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> 53ab740b5d93 [2021-03-11T00:54:04.133Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T00:54:04.133Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:54:04.133Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:54:04.133Z] ---> aa8039655ee7 [2021-03-11T00:54:04.133Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> fa1ab6cba947 [2021-03-11T00:54:04.133Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> 53ab740b5d93 [2021-03-11T00:54:04.133Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T00:54:04.133Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T00:54:04.133Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T00:54:04.133Z] ---> aa8039655ee7 [2021-03-11T00:54:04.133Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> fa1ab6cba947 [2021-03-11T00:54:04.133Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:54:04.133Z] ---> Using cache [2021-03-11T00:54:04.133Z] ---> 53ab740b5d93 [2021-03-11T00:54:04.133Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T00:54:04.901Z] ---> Running in 4b59048e52a2 [2021-03-11T00:54:04.901Z] ---> Running in feda0b55aa9b [2021-03-11T00:54:05.296Z] ---> Running in 9b49e2feaa08 [2021-03-11T00:54:05.296Z] ---> Running in 85044c3256a5 [2021-03-11T00:54:11.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:54:11.811Z] OK: 233 MiB in 51 packages [2021-03-11T00:54:11.811Z] OK: 233 MiB in 51 packages [2021-03-11T00:54:11.811Z] OK: 233 MiB in 51 packages [2021-03-11T00:54:12.256Z] OK: 233 MiB in 51 packages [2021-03-11T00:54:16.105Z] Removing intermediate container 85044c3256a5 [2021-03-11T00:54:16.105Z] ---> 1221e6fe84f2 [2021-03-11T00:54:16.105Z] Step 6/22 : COPY go.mod . [2021-03-11T00:54:16.781Z] Removing intermediate container feda0b55aa9b [2021-03-11T00:54:16.781Z] ---> d554ecfcea29 [2021-03-11T00:54:16.781Z] Step 6/31 : COPY go.mod . [2021-03-11T00:54:17.105Z] Removing intermediate container 4b59048e52a2 [2021-03-11T00:54:17.105Z] ---> 23e732a21503 [2021-03-11T00:54:17.105Z] Step 6/24 : COPY go.mod . [2021-03-11T00:54:17.105Z] Removing intermediate container 9b49e2feaa08 [2021-03-11T00:54:17.105Z] ---> 3c8714694e89 [2021-03-11T00:54:17.105Z] Step 6/23 : COPY go.mod . [2021-03-11T00:54:18.243Z] ---> c9b7dae82d24 [2021-03-11T00:54:18.243Z] Step 7/22 : RUN go mod download [2021-03-11T00:54:18.243Z] ---> 05f1e6a48176 [2021-03-11T00:54:18.243Z] Step 7/31 : RUN go mod download [2021-03-11T00:54:18.243Z] ---> Running in 5594a83cd60f [2021-03-11T00:54:18.564Z] ---> Running in 85469d70948f [2021-03-11T00:54:18.564Z] ---> a8e6409e1cff [2021-03-11T00:54:18.564Z] Step 7/23 : RUN go mod download [2021-03-11T00:54:18.564Z] ---> 649199dc103e [2021-03-11T00:54:18.564Z] Step 7/24 : RUN go mod download [2021-03-11T00:54:18.976Z] ---> Running in 78694f7b7431 [2021-03-11T00:54:18.976Z] ---> Running in a5f12c2475c7 [2021-03-11T00:54:21.586Z] 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-03-11T00:54:21.586Z] 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-03-11T00:54:25.007Z] Removing intermediate container b6823ade4c5f [2021-03-11T00:54:25.007Z] ---> a9b47ad6931f [2021-03-11T00:54:25.007Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T00:54:25.007Z] ---> Running in 043e9043ba4b [2021-03-11T00:54:25.007Z] Removing intermediate container 6b8bfcfd87ea [2021-03-11T00:54:25.007Z] ---> a19378ec790e [2021-03-11T00:54:25.007Z] [2021-03-11T00:54:25.007Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:54:25.007Z] ---> d10569e2745f [2021-03-11T00:54:25.007Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:54:25.280Z] Removing intermediate container ad73a530856b [2021-03-11T00:54:25.280Z] ---> 7d15e661a432 [2021-03-11T00:54:25.280Z] [2021-03-11T00:54:25.280Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T00:54:25.280Z] ---> d10569e2745f [2021-03-11T00:54:25.280Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T00:54:25.555Z] ---> Running in 3ff0ae81729b [2021-03-11T00:54:25.828Z] ---> Running in 782b60832957 [2021-03-11T00:54:27.277Z] 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-03-11T00:54:27.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:27.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:27.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:27.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:28.061Z] Removing intermediate container a5f12c2475c7 [2021-03-11T00:54:28.061Z] ---> a1c168bb1270 [2021-03-11T00:54:28.061Z] Step 8/24 : COPY . . [2021-03-11T00:54:28.061Z] Removing intermediate container 78694f7b7431 [2021-03-11T00:54:28.061Z] ---> 96ca718fcf1f [2021-03-11T00:54:28.061Z] Step 8/23 : COPY . . [2021-03-11T00:54:28.061Z] Removing intermediate container 5594a83cd60f [2021-03-11T00:54:28.061Z] ---> d6a82574622b [2021-03-11T00:54:28.061Z] Step 8/22 : COPY . . [2021-03-11T00:54:28.061Z] Removing intermediate container 85469d70948f [2021-03-11T00:54:28.061Z] ---> fa2c59a88172 [2021-03-11T00:54:28.061Z] Step 8/31 : COPY . . [2021-03-11T00:54:28.113Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:54:28.392Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T00:54:28.392Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:54:28.392Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:54:28.392Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:54:28.392Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:54:28.392Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:54:28.392Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:54:28.392Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:54:28.392Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T00:54:28.392Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T00:54:28.392Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:54:28.392Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:54:28.668Z] OK: 7 MiB in 19 packages [2021-03-11T00:54:28.668Z] OK: 7 MiB in 18 packages [2021-03-11T00:54:31.307Z] Removing intermediate container 3ff0ae81729b [2021-03-11T00:54:31.307Z] ---> 7dbead68b06b [2021-03-11T00:54:31.307Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:54:31.307Z] Removing intermediate container 782b60832957 [2021-03-11T00:54:31.307Z] ---> 75c1fb3ff334 [2021-03-11T00:54:31.307Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:54:31.307Z] ---> Running in df91be3935e3 [2021-03-11T00:54:31.590Z] Removing intermediate container 043e9043ba4b [2021-03-11T00:54:31.590Z] ---> e2a57ba1e65e [2021-03-11T00:54:31.590Z] [2021-03-11T00:54:31.590Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T00:54:31.590Z] 20.10.0: Pulling from library/docker [2021-03-11T00:54:31.866Z] ---> Running in 217bc93962fb [2021-03-11T00:54:32.466Z] Removing intermediate container df91be3935e3 [2021-03-11T00:54:32.466Z] ---> 6994cdb24024 [2021-03-11T00:54:32.466Z] Step 13/24 : WORKDIR / [2021-03-11T00:54:32.466Z] Removing intermediate container 217bc93962fb [2021-03-11T00:54:32.466Z] ---> b9461e3cad3e [2021-03-11T00:54:32.466Z] Step 13/21 : WORKDIR /edgex [2021-03-11T00:54:32.741Z] ---> Running in 6c5be50f0c12 [2021-03-11T00:54:33.343Z] ---> Running in af0d4fde2818 [2021-03-11T00:54:33.625Z] Removing intermediate container 6c5be50f0c12 [2021-03-11T00:54:33.625Z] ---> 1ab7e047bafe [2021-03-11T00:54:33.625Z] 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-03-11T00:54:34.223Z] Removing intermediate container af0d4fde2818 [2021-03-11T00:54:34.224Z] ---> 6785f64ca468 [2021-03-11T00:54:34.224Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T00:54:35.214Z] ---> e604a0a79242 [2021-03-11T00:54:35.214Z] 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-03-11T00:54:35.487Z] ---> efcc49b344e8 [2021-03-11T00:54:35.487Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T00:54:36.566Z] ---> ae93ab4a2b10 [2021-03-11T00:54:36.566Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:54:37.257Z] Removing intermediate container 3b5d347cdf9d [2021-03-11T00:54:37.257Z] ---> b906c67b05f7 [2021-03-11T00:54:37.257Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:54:37.579Z] ---> cd1d3ac1658d [2021-03-11T00:54:37.579Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T00:54:37.889Z] ---> 6f32ba7efe86 [2021-03-11T00:54:37.889Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:54:40.532Z] ---> 54369342ed4a [2021-03-11T00:54:40.532Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T00:54:40.930Z] ---> Running in e760748cad7e [2021-03-11T00:54:41.515Z] ---> f23a2a32d6a0 [2021-03-11T00:54:41.515Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:54:41.515Z] ---> Running in 289f1bb61263 [2021-03-11T00:54:42.108Z] Removing intermediate container 38c92cf0aadd [2021-03-11T00:54:42.108Z] ---> 29fc3c6c8f5e [2021-03-11T00:54:42.108Z] [2021-03-11T00:54:42.108Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:54:42.108Z] ---> d10569e2745f [2021-03-11T00:54:42.108Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:54:42.383Z] Removing intermediate container 289f1bb61263 [2021-03-11T00:54:42.383Z] ---> a68fd6b44aac [2021-03-11T00:54:42.383Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T00:54:42.657Z] ---> Running in a8469ab8daf3 [2021-03-11T00:54:42.935Z] ---> Running in e14fa3b65019 [2021-03-11T00:54:43.209Z] ---> 8e0eb8bc2e04 [2021-03-11T00:54:43.209Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:54:43.493Z] Removing intermediate container a8469ab8daf3 [2021-03-11T00:54:43.493Z] ---> 64575c113d44 [2021-03-11T00:54:43.493Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:54:43.763Z] ---> Running in 4fb767e4dc8c [2021-03-11T00:54:43.763Z] Removing intermediate container e14fa3b65019 [2021-03-11T00:54:43.763Z] ---> e26ac0092eaa [2021-03-11T00:54:43.763Z] Step 19/21 : LABEL arch=arm64 [2021-03-11T00:54:44.037Z] ---> Running in 96de35fec701 [2021-03-11T00:54:44.314Z] ---> 14477d121381 [2021-03-11T00:54:44.314Z] 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-03-11T00:54:44.314Z] ---> Running in e865902c15d3 [2021-03-11T00:54:44.314Z] Removing intermediate container 4fb767e4dc8c [2021-03-11T00:54:44.314Z] ---> bad8820e8c2f [2021-03-11T00:54:44.314Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:54:44.599Z] Removing intermediate container 96de35fec701 [2021-03-11T00:54:44.599Z] ---> 69e6384803d3 [2021-03-11T00:54:44.599Z] Step 20/21 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:54:44.599Z] ---> Running in 80de266da4d5 [2021-03-11T00:54:44.876Z] ---> Running in f2c1ba67dfe4 [2021-03-11T00:54:45.156Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T00:54:45.156Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T00:54:45.156Z] ---> eeaf43b92773 [2021-03-11T00:54:45.156Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T00:54:45.156Z] Removing intermediate container 80de266da4d5 [2021-03-11T00:54:45.156Z] ---> 8e2602f74430 [2021-03-11T00:54:45.156Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:54:45.438Z] ---> Running in 36d5fdf06970 [2021-03-11T00:54:45.438Z] ---> Running in 8e001f6fc585 [2021-03-11T00:54:45.438Z] Removing intermediate container f2c1ba67dfe4 [2021-03-11T00:54:45.438Z] ---> c1244a25d40f [2021-03-11T00:54:45.438Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T00:54:46.030Z] ---> Running in 7fc6cb731283 [2021-03-11T00:54:46.626Z] Removing intermediate container 7fc6cb731283 [2021-03-11T00:54:46.626Z] ---> 369122c7768a [2021-03-11T00:54:46.626Z] [2021-03-11T00:54:46.901Z] Successfully built 369122c7768a [2021-03-11T00:54:47.174Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-11T00:54:47.174Z]  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:47.174Z] Removing intermediate container e865902c15d3 [2021-03-11T00:54:47.174Z] ---> b536eec57aec [2021-03-11T00:54:47.174Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:54:47.445Z] ---> Running in 3369484b004c [2021-03-11T00:54:47.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:47.721Z] Removing intermediate container 3369484b004c [2021-03-11T00:54:47.721Z] ---> 2360315f55d2 [2021-03-11T00:54:47.721Z] Step 22/24 : LABEL arch=arm64 [2021-03-11T00:54:47.992Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T00:54:47.992Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T00:54:47.992Z] Executing bash-5.0.17-r0.post-install [2021-03-11T00:54:47.992Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:54:47.992Z] OK: 12 MiB in 22 packages [2021-03-11T00:54:47.992Z] ---> Running in 6247b80beded [2021-03-11T00:54:48.266Z] Removing intermediate container 8e001f6fc585 [2021-03-11T00:54:48.266Z] ---> 540da4f82339 [2021-03-11T00:54:48.266Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:54:48.544Z] Removing intermediate container 6247b80beded [2021-03-11T00:54:48.544Z] ---> 7cfaedec4289 [2021-03-11T00:54:48.544Z] Step 23/24 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:54:48.819Z] ---> Running in 47d9edc502c9 [2021-03-11T00:54:48.819Z] ---> Running in 232a3dcc2c76 [2021-03-11T00:54:49.414Z] Removing intermediate container 232a3dcc2c76 [2021-03-11T00:54:49.414Z] ---> 7124be262d2a [2021-03-11T00:54:49.414Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:54:49.686Z] ---> Running in 2b5302880061 [2021-03-11T00:54:49.686Z] Removing intermediate container 36d5fdf06970 [2021-03-11T00:54:49.686Z] ---> f64ac5206615 [2021-03-11T00:54:49.686Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T00:54:49.959Z] ---> Running in c7c5cddb764a [2021-03-11T00:54:49.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:50.232Z] Removing intermediate container 2b5302880061 [2021-03-11T00:54:50.232Z] ---> 96b6d7488b68 [2021-03-11T00:54:50.232Z] [2021-03-11T00:54:50.503Z] Removing intermediate container c7c5cddb764a [2021-03-11T00:54:50.503Z] ---> 2616c5866ec1 [2021-03-11T00:54:50.503Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T00:54:50.503Z] Successfully built 96b6d7488b68 [2021-03-11T00:54:50.778Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-11T00:54:50.778Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 06c8c9d5f389 [2021-03-11T00:54:50.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:51.373Z] Removing intermediate container 06c8c9d5f389 [2021-03-11T00:54:51.373Z] ---> b4e8dd411b4b [2021-03-11T00:54:51.373Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T00:54:51.373Z] ---> Running in 7f19eb9bec1d [2021-03-11T00:54:51.646Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:54:51.646Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:54:51.646Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:54:51.920Z] Removing intermediate container 7f19eb9bec1d [2021-03-11T00:54:51.920Z] ---> 4eb19db8ce97 [2021-03-11T00:54:51.920Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T00:54:51.920Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:54:52.195Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:54:52.195Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:54:52.467Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:54:52.467Z] OK: 8 MiB in 20 packages [2021-03-11T00:54:53.061Z] ---> e1f89b8574b9 [2021-03-11T00:54:53.061Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T00:54:54.040Z] ---> 32545438d270 [2021-03-11T00:54:54.040Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T00:54:54.040Z] Removing intermediate container 47d9edc502c9 [2021-03-11T00:54:54.040Z] ---> 823450e66dd6 [2021-03-11T00:54:54.040Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:54:55.014Z] ---> 409ac71836b6 [2021-03-11T00:54:55.014Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:54:55.014Z] ---> 8c78f6440278 [2021-03-11T00:54:55.014Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T00:54:55.014Z] ---> Running in 75ad74a8acbc [2021-03-11T00:54:56.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:56.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:54:56.441Z] ---> d40c771c0e0d [2021-03-11T00:54:56.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:54:56.714Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T00:54:56.714Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T00:54:56.714Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T00:54:56.714Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T00:54:56.985Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T00:54:56.985Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T00:54:56.985Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T00:54:57.965Z] ---> d56837b6d51a [2021-03-11T00:54:57.965Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:54:58.558Z] ---> Running in 85b61992fcc6 [2021-03-11T00:54:58.832Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T00:54:58.832Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T00:54:58.832Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T00:54:58.832Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T00:54:58.832Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T00:54:58.832Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T00:54:58.832Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T00:54:58.832Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T00:54:58.832Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T00:54:58.832Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T00:54:59.103Z] Removing intermediate container 85b61992fcc6 [2021-03-11T00:54:59.103Z] ---> 377894c4c189 [2021-03-11T00:54:59.103Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:54:59.103Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T00:54:59.103Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T00:54:59.103Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T00:54:59.103Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T00:54:59.103Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T00:54:59.103Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T00:54:59.103Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T00:54:59.103Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T00:54:59.103Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T00:54:59.103Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T00:54:59.103Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T00:54:59.103Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T00:54:59.103Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T00:54:59.383Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T00:54:59.383Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T00:54:59.383Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T00:54:59.383Z] ---> Running in 5acda8ea2355 [2021-03-11T00:54:59.383Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:54:59.383Z] OK: 71 MiB in 55 packages [2021-03-11T00:54:59.979Z] Removing intermediate container 5acda8ea2355 [2021-03-11T00:54:59.979Z] ---> 67fcde41d92d [2021-03-11T00:54:59.979Z] Step 21/23 : LABEL arch=arm64 [2021-03-11T00:54:59.979Z] ---> Running in c06ac3a353a1 [2021-03-11T00:55:00.574Z] Removing intermediate container c06ac3a353a1 [2021-03-11T00:55:00.574Z] ---> 1e1d9df5d057 [2021-03-11T00:55:00.574Z] Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:55:00.848Z] ---> Running in a2642d7908de [2021-03-11T00:55:01.445Z] Removing intermediate container a2642d7908de [2021-03-11T00:55:01.445Z] ---> e00445221e02 [2021-03-11T00:55:01.445Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:55:01.717Z] ---> Running in 68bfe21d6627 [2021-03-11T00:55:02.314Z] Removing intermediate container 68bfe21d6627 [2021-03-11T00:55:02.314Z] ---> ba83e7f13a4d [2021-03-11T00:55:02.314Z] [2021-03-11T00:55:02.914Z] Successfully built ba83e7f13a4d [2021-03-11T00:55:02.914Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-11T00:55:05.533Z]  Building docker-core-data-go ... done Removing intermediate container 75ad74a8acbc [2021-03-11T00:55:05.533Z] ---> 78c6338d0a2e [2021-03-11T00:55:05.533Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T00:55:05.805Z] ---> Running in e3e006e34c1e [2021-03-11T00:55:11.185Z] Collecting docker-compose==1.23.2 [2021-03-11T00:55:11.185Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:55:11.455Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:55:11.455Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:55:14.836Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:55:14.836Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:55:14.836Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:55:14.836Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:55:15.107Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:55:15.107Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:55:17.716Z] 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-03-11T00:55:17.716Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:55:17.716Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:55:18.306Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:55:18.306Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:55:18.898Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:55:18.898Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:55:22.266Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:55:22.266Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:55:25.649Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:55:25.649Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:55:25.649Z] 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-03-11T00:55:25.649Z] 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-03-11T00:55:25.919Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:55:25.919Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:55:26.891Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:55:26.891Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:55:27.161Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:55:27.161Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:55:27.161Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:55:27.161Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:55:27.161Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:55:27.161Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:55:28.135Z] Installing collected packages: texttable, idna, urllib3, requests, cached-property, docopt, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docker-compose [2021-03-11T00:55:28.135Z] Running setup.py install for texttable: started [2021-03-11T00:55:30.747Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:55:30.747Z] Attempting uninstall: idna [2021-03-11T00:55:30.747Z] Found existing installation: idna 2.9 [2021-03-11T00:55:30.747Z] Uninstalling idna-2.9: [2021-03-11T00:55:30.747Z] Successfully uninstalled idna-2.9 [2021-03-11T00:55:31.340Z] Attempting uninstall: urllib3 [2021-03-11T00:55:31.340Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:55:31.340Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:55:31.612Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:55:32.204Z] Attempting uninstall: requests [2021-03-11T00:55:32.204Z] Found existing installation: requests 2.23.0 [2021-03-11T00:55:32.204Z] Uninstalling requests-2.23.0: [2021-03-11T00:55:32.475Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:55:33.067Z] Running setup.py install for docopt: started [2021-03-11T00:55:35.086Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:55:36.508Z] Running setup.py install for dockerpty: started [2021-03-11T00:55:38.470Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:55:38.470Z] Running setup.py install for PyYAML: started [2021-03-11T00:55:39.461Z] Collecting docker-compose==1.23.2 [2021-03-11T00:55:39.461Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T00:55:39.461Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T00:55:39.461Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T00:55:39.461Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T00:55:39.461Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T00:55:39.461Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T00:55:39.461Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T00:55:41.170Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:55:42.147Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T00:55:45.515Z] Removing intermediate container e3e006e34c1e [2021-03-11T00:55:45.515Z] ---> 5aaea04876b4 [2021-03-11T00:55:45.515Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:55:45.786Z] ---> Running in f4cc6a99a5d2 [2021-03-11T00:55:47.066Z] 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-03-11T00:55:47.067Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T00:55:47.067Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T00:55:47.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-11T00:55:47.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-11T00:55:47.811Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:55:47.811Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:55:47.811Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:55:47.811Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:55:47.811Z] OK: 71 MiB in 58 packages [2021-03-11T00:55:48.182Z] Collecting PyYAML<4,>=3.10 [2021-03-11T00:55:48.183Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T00:55:49.236Z] Removing intermediate container f4cc6a99a5d2 [2021-03-11T00:55:49.236Z] ---> a8090332fd80 [2021-03-11T00:55:49.236Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:55:49.236Z] ---> Running in 916325c25fb2 [2021-03-11T00:55:49.836Z] Removing intermediate container 916325c25fb2 [2021-03-11T00:55:49.836Z] ---> 3bffd3cc34fe [2021-03-11T00:55:49.836Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:55:49.836Z] ---> Running in 94d8746179dd [2021-03-11T00:55:50.427Z] Removing intermediate container 94d8746179dd [2021-03-11T00:55:50.427Z] ---> 3debe797a295 [2021-03-11T00:55:50.427Z] Step 24/26 : LABEL arch=arm64 [2021-03-11T00:55:50.699Z] ---> Running in 73d110bf8402 [2021-03-11T00:55:50.971Z] Removing intermediate container 73d110bf8402 [2021-03-11T00:55:50.971Z] ---> 3f9bb7066368 [2021-03-11T00:55:50.971Z] Step 25/26 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:55:51.242Z] ---> Running in bd74d1683dab [2021-03-11T00:55:51.514Z] Removing intermediate container bd74d1683dab [2021-03-11T00:55:51.514Z] ---> d31ff0c62273 [2021-03-11T00:55:51.785Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:55:51.785Z] ---> Running in d34f955e0931 [2021-03-11T00:55:52.380Z] Removing intermediate container d34f955e0931 [2021-03-11T00:55:52.380Z] ---> f039e115f5e5 [2021-03-11T00:55:52.380Z] [2021-03-11T00:55:52.651Z] Successfully built f039e115f5e5 [2021-03-11T00:55:52.651Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-11T00:55:53.258Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T00:55:53.252Z] $ docker stop --time=1 9723e97088f1ce7b9427c2b0d351e7223a3aaf8d578f01dc526be522b7ad001a [2021-03-11T00:55:55.181Z] $ docker rm -f 9723e97088f1ce7b9427c2b0d351e7223a3aaf8d578f01dc526be522b7ad001a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:55:55.894Z] + + grepdocker docker images [2021-03-11T00:55:55.894Z] [2021-03-11T00:55:56.165Z] docker-sys-mgmt-agent-go-arm64 latest f039e115f5e5 3 seconds ago 300MB [2021-03-11T00:55:56.165Z] docker-core-data-go-arm64 latest ba83e7f13a4d 53 seconds ago 21.3MB [2021-03-11T00:55:56.165Z] docker-security-secretstore-setup-go-arm64 latest 96b6d7488b68 About a minute ago 23.7MB [2021-03-11T00:55:56.165Z] docker-security-proxy-setup-go-arm64 latest 369122c7768a About a minute ago 23.4MB [2021-03-11T00:55:56.165Z] docker-security-bootstrapper-go-arm64 latest aade466f6922 4 minutes ago 17.8MB [2021-03-11T00:55:56.165Z] docker-core-metadata-go-arm64 latest 3177adb5307b 4 minutes ago 17.9MB [2021-03-11T00:55:56.165Z] docker-support-notifications-go-arm64 latest a6a10b6a79d2 4 minutes ago 16.9MB [2021-03-11T00:55:56.165Z] docker-core-command-go-arm64 latest 0c194be6e4ef 4 minutes ago 16.2MB [2021-03-11T00:55:56.165Z] docker-support-scheduler-go-arm64 latest 179c4c6cfb27 4 minutes ago 16.3MB [2021-03-11T00:55:56.165Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-11T00:55:57.163Z] ---> job-cost.sh [2021-03-11T00:55:57.163Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LedU [2021-03-11T00:56:01.961Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T00:56:01.961Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T00:56:12.728Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T00:56:12.728Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T00:56:13.779Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T00:56:13.779Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T00:56:14.144Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T00:56:14.144Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T00:56:15.661Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T00:56:15.661Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T00:56:15.661Z] 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-03-11T00:56:15.951Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T00:56:15.952Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T00:56:17.054Z] Collecting idna<2.8,>=2.5 [2021-03-11T00:56:17.054Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T00:56:17.054Z] 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-03-11T00:56:17.054Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T00:56:17.054Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T00:56:17.054Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T00:56:17.054Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T00:56:17.770Z] Installing collected packages: cached-property, jsonschema, texttable, websocket-client, PyYAML, docopt, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose [2021-03-11T00:56:18.803Z] Running setup.py install for texttable: started [2021-03-11T00:56:18.803Z] ---> 3b6c8b41f78b [2021-03-11T00:56:18.803Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T00:56:19.079Z] ---> 3f898566a44a [2021-03-11T00:56:19.079Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T00:56:19.823Z] ---> Running in ee0a9452c905 [2021-03-11T00:56:19.823Z] ---> Running in 566b42611b56 [2021-03-11T00:56:20.150Z] ---> dd18d025f9a9 [2021-03-11T00:56:20.150Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T00:56:20.431Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T00:56:20.431Z] ---> Running in 67f5b0ef40c4 [2021-03-11T00:56:20.703Z] ---> 285bcdbc9795 [2021-03-11T00:56:20.703Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T00:56:20.703Z] Running setup.py install for PyYAML: started [2021-03-11T00:56:21.340Z] ---> Running in 3da0d42d531e [2021-03-11T00:56:22.967Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T00:56:22.967Z] Running setup.py install for docopt: started [2021-03-11T00:56:23.586Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T00:56:23.586Z] Attempting uninstall: urllib3 [2021-03-11T00:56:23.586Z] Found existing installation: urllib3 1.25.9 [2021-03-11T00:56:23.586Z] Uninstalling urllib3-1.25.9: [2021-03-11T00:56:24.653Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T00:56:24.653Z] 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-03-11T00:56:24.921Z] 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-03-11T00:56:24.921Z] 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-03-11T00:56:24.921Z] 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-03-11T00:56:25.548Z] Attempting uninstall: idna [2021-03-11T00:56:25.548Z] Found existing installation: idna 2.9 [2021-03-11T00:56:25.548Z] Uninstalling idna-2.9: [2021-03-11T00:56:25.843Z] Successfully uninstalled idna-2.9 [2021-03-11T00:56:26.173Z] Attempting uninstall: requests [2021-03-11T00:56:26.173Z] Found existing installation: requests 2.23.0 [2021-03-11T00:56:26.173Z] Uninstalling requests-2.23.0: [2021-03-11T00:56:26.468Z] Successfully uninstalled requests-2.23.0 [2021-03-11T00:56:27.526Z] Running setup.py install for dockerpty: started [2021-03-11T00:56:28.732Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T00:56:30.432Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-11T00:56:36.106Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-11T00:56:42.133Z] Removing intermediate container e760748cad7e [2021-03-11T00:56:42.133Z] ---> 93b773acb845 [2021-03-11T00:56:42.133Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T00:56:42.133Z] ---> Running in 49d0815433d6 [2021-03-11T00:56:43.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:56:44.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:56:45.450Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:56:45.450Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T00:56:45.450Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T00:56:45.450Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:56:45.451Z] OK: 72 MiB in 58 packages [2021-03-11T00:56:49.271Z] Removing intermediate container 49d0815433d6 [2021-03-11T00:56:49.271Z] ---> 622d047f709d [2021-03-11T00:56:49.271Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T00:56:49.271Z] ---> Running in 150b3d7654f5 [2021-03-11T00:56:50.300Z] Removing intermediate container 150b3d7654f5 [2021-03-11T00:56:50.300Z] ---> 61507b8b7297 [2021-03-11T00:56:50.300Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:56:50.300Z] ---> Running in 7739a67011f4 [2021-03-11T00:56:51.886Z] Removing intermediate container 7739a67011f4 [2021-03-11T00:56:51.886Z] ---> 172a6a81539a [2021-03-11T00:56:51.886Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T00:56:52.215Z] ---> Running in 9a98a1d8fd9f [2021-03-11T00:56:53.345Z] Removing intermediate container 9a98a1d8fd9f [2021-03-11T00:56:53.345Z] ---> 57ebc17362a3 [2021-03-11T00:56:53.345Z] Step 25/26 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:56:54.391Z] ---> Running in 68254da340e3 [2021-03-11T00:56:55.438Z] Removing intermediate container 68254da340e3 [2021-03-11T00:56:55.438Z] ---> cb2a3b98a5a1 [2021-03-11T00:56:55.438Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T00:56:55.748Z] ---> Running in acfa91771162 [2021-03-11T00:56:56.435Z] Removing intermediate container acfa91771162 [2021-03-11T00:56:56.435Z] ---> 981fc722a0ea [2021-03-11T00:56:56.435Z] [2021-03-11T00:56:57.797Z] Successfully built 981fc722a0ea [2021-03-11T00:56:58.253Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T00:57:17.986Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-11T00:57:29.364Z] Removing intermediate container 67f5b0ef40c4 [2021-03-11T00:57:29.364Z] ---> e55687ef2978 [2021-03-11T00:57:29.364Z] [2021-03-11T00:57:29.364Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T00:57:29.670Z] ---> 88dd2752d2ea [2021-03-11T00:57:29.670Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T00:57:30.707Z] ---> Running in 24047d9cc053 [2021-03-11T00:57:32.271Z] Removing intermediate container 24047d9cc053 [2021-03-11T00:57:32.271Z] ---> 529acf8f7661 [2021-03-11T00:57:32.272Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T00:57:32.548Z] Removing intermediate container ee0a9452c905 [2021-03-11T00:57:32.548Z] ---> d104175dcc08 [2021-03-11T00:57:32.548Z] [2021-03-11T00:57:32.548Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T00:57:32.548Z] ---> 88dd2752d2ea [2021-03-11T00:57:32.548Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T00:57:32.548Z] ---> Using cache [2021-03-11T00:57:32.548Z] ---> 8f1a6eae387e [2021-03-11T00:57:32.548Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T00:57:32.548Z] ---> Using cache [2021-03-11T00:57:32.548Z] ---> 8363c514959c [2021-03-11T00:57:32.548Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T00:57:32.548Z] ---> Running in 5ad026191ee2 [2021-03-11T00:57:32.826Z] Removing intermediate container 3da0d42d531e [2021-03-11T00:57:32.826Z] ---> fcdeaec51118 [2021-03-11T00:57:32.826Z] [2021-03-11T00:57:32.826Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T00:57:32.826Z] ---> 88dd2752d2ea [2021-03-11T00:57:32.826Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T00:57:34.327Z] ---> Running in 97fe91ef2853 [2021-03-11T00:57:34.327Z] ---> Running in 3ada9c0dbe50 [2021-03-11T00:57:37.178Z] Removing intermediate container 3ada9c0dbe50 [2021-03-11T00:57:37.178Z] ---> 61200b00ba99 [2021-03-11T00:57:37.178Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T00:57:37.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:57:37.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:57:37.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:57:37.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:57:37.473Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T00:57:37.473Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T00:57:37.473Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:57:37.473Z] ---> Running in 0c95b11ce1f4 [2021-03-11T00:57:37.473Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T00:57:37.473Z] OK: 6 MiB in 16 packages [2021-03-11T00:57:37.791Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T00:57:37.791Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T00:57:37.791Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T00:57:37.791Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T00:57:37.791Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:57:37.791Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T00:57:37.791Z] OK: 7 MiB in 19 packages [2021-03-11T00:57:38.119Z] Removing intermediate container 566b42611b56 [2021-03-11T00:57:38.120Z] ---> 82a01d450e14 [2021-03-11T00:57:38.120Z] [2021-03-11T00:57:38.120Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T00:57:38.120Z] ---> 88dd2752d2ea [2021-03-11T00:57:38.120Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T00:57:38.482Z] ---> Running in 2603bd073813 [2021-03-11T00:57:38.782Z] Removing intermediate container 0c95b11ce1f4 [2021-03-11T00:57:38.782Z] ---> b2b2ceced5b6 [2021-03-11T00:57:38.782Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:57:39.782Z] Removing intermediate container 2603bd073813 [2021-03-11T00:57:39.782Z] ---> 6c45562c9471 [2021-03-11T00:57:39.782Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T00:57:40.073Z] ---> Running in 74930c051504 [2021-03-11T00:57:40.073Z] ---> 81d2b62aedd5 [2021-03-11T00:57:40.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T00:57:40.073Z] Removing intermediate container 5ad026191ee2 [2021-03-11T00:57:40.073Z] ---> 4c74cab0ff1a [2021-03-11T00:57:40.073Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T00:57:40.348Z] Removing intermediate container 97fe91ef2853 [2021-03-11T00:57:40.348Z] ---> d1dc9e7a9ee8 [2021-03-11T00:57:40.348Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T00:57:40.348Z] ---> Running in a9ee8ef62b9d [2021-03-11T00:57:40.665Z] ---> Running in 658c4e45fe8a [2021-03-11T00:57:40.943Z] Removing intermediate container 74930c051504 [2021-03-11T00:57:40.943Z] ---> 8b588c34c968 [2021-03-11T00:57:40.943Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T00:57:41.227Z] ---> Running in 4690f97a54eb [2021-03-11T00:57:41.502Z] Removing intermediate container 658c4e45fe8a [2021-03-11T00:57:41.502Z] ---> dbb98180c1a7 [2021-03-11T00:57:41.502Z] Step 13/24 : WORKDIR / [2021-03-11T00:57:41.502Z] Removing intermediate container a9ee8ef62b9d [2021-03-11T00:57:41.502Z] ---> 95f97e087796 [2021-03-11T00:57:41.502Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T00:57:41.777Z] ---> Running in 9dc32833a297 [2021-03-11T00:57:41.777Z] ---> Running in ba8c40aeb729 [2021-03-11T00:57:41.777Z] Removing intermediate container 4690f97a54eb [2021-03-11T00:57:41.777Z] ---> 17d10b28aed5 [2021-03-11T00:57:41.777Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T00:57:41.777Z] ---> 7fbed7efb9fb [2021-03-11T00:57:41.777Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T00:57:42.061Z] ---> Running in f23a18b5d19a [2021-03-11T00:57:42.711Z] Removing intermediate container ba8c40aeb729 [2021-03-11T00:57:42.711Z] ---> 049870f945cd [2021-03-11T00:57:42.711Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T00:57:43.061Z] Removing intermediate container 9dc32833a297 [2021-03-11T00:57:43.061Z] ---> ecbba0f64d0e [2021-03-11T00:57:43.061Z] 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-03-11T00:57:43.333Z] ---> Running in 658bd9a0d277 [2021-03-11T00:57:43.333Z] ---> a85f8c94d54f [2021-03-11T00:57:43.333Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T00:57:43.610Z] ---> 48e5875a93e5 [2021-03-11T00:57:43.610Z] 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-03-11T00:57:43.909Z] ---> Running in f58d117c33cf [2021-03-11T00:57:44.225Z] Removing intermediate container f58d117c33cf [2021-03-11T00:57:44.225Z] ---> 4d6e764fcce8 [2021-03-11T00:57:44.225Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:57:44.506Z] ---> 2d8cea8b2e25 [2021-03-11T00:57:44.506Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T00:57:44.506Z] ---> Running in 0f1a8a7a1ba8 [2021-03-11T00:57:44.811Z] Removing intermediate container f23a18b5d19a [2021-03-11T00:57:44.811Z] ---> 54a56d185d8f [2021-03-11T00:57:44.811Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T00:57:45.333Z] ---> Running in c97512b1f520 [2021-03-11T00:57:45.333Z] Removing intermediate container 0f1a8a7a1ba8 [2021-03-11T00:57:45.333Z] ---> 510baa8400e3 [2021-03-11T00:57:45.333Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T00:57:45.731Z] ---> 76282a488f8a [2021-03-11T00:57:45.732Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T00:57:45.732Z] ---> Running in b3362fd8f22d [2021-03-11T00:57:47.344Z] Removing intermediate container b3362fd8f22d [2021-03-11T00:57:47.344Z] ---> d3b279f6d6dd [2021-03-11T00:57:47.344Z] Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:57:47.344Z] ---> Running in 5f2cb08d34d3 [2021-03-11T00:57:47.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T00:57:48.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T00:57:48.161Z] Removing intermediate container 658bd9a0d277 [2021-03-11T00:57:48.161Z] ---> 6a3792350b1c [2021-03-11T00:57:48.161Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T00:57:48.591Z] ---> e7597b277782 [2021-03-11T00:57:48.591Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T00:57:49.012Z] Removing intermediate container 5f2cb08d34d3 [2021-03-11T00:57:49.012Z] ---> 845c6b46a809 [2021-03-11T00:57:49.012Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T00:57:49.012Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T00:57:49.012Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T00:57:49.012Z] ---> Running in d36566c7c82d [2021-03-11T00:57:49.012Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T00:57:49.012Z] ---> Running in c31d5c8e0687 [2021-03-11T00:57:49.012Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T00:57:49.360Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T00:57:49.640Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T00:57:49.640Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T00:57:49.640Z] OK: 8 MiB in 20 packages [2021-03-11T00:57:49.920Z] Removing intermediate container d36566c7c82d [2021-03-11T00:57:49.920Z] ---> a27ad13206e4 [2021-03-11T00:57:49.920Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T00:57:49.920Z] Removing intermediate container c31d5c8e0687 [2021-03-11T00:57:49.920Z] ---> 447383de5826 [2021-03-11T00:57:49.920Z] [2021-03-11T00:57:50.960Z] Successfully built 447383de5826 [2021-03-11T00:57:50.960Z] ---> f052c599b408 [2021-03-11T00:57:50.960Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T00:57:50.960Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T00:57:50.960Z]  Building docker-support-scheduler-go ... done  ---> 66563f44c0dc [2021-03-11T00:57:50.960Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T00:57:51.239Z] ---> Running in 7ea864c56c29 [2021-03-11T00:57:51.876Z] Removing intermediate container c97512b1f520 [2021-03-11T00:57:51.876Z] ---> 0c287c678e8e [2021-03-11T00:57:51.876Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:57:52.180Z] ---> 66d8eef078a8 [2021-03-11T00:57:52.180Z] 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-03-11T00:57:52.180Z] ---> Running in c23ed8424adc [2021-03-11T00:57:52.455Z] ---> 45a977b5a810 [2021-03-11T00:57:52.455Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T00:57:53.989Z] Removing intermediate container 7ea864c56c29 [2021-03-11T00:57:53.989Z] ---> d35a698037b8 [2021-03-11T00:57:53.989Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T00:57:54.278Z] ---> e3d4fa56d59c [2021-03-11T00:57:54.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T00:57:55.306Z] ---> ccde927b7cab [2021-03-11T00:57:55.306Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T00:57:55.306Z] ---> a6f9654ccc27 [2021-03-11T00:57:55.306Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T00:57:55.306Z] Removing intermediate container c23ed8424adc [2021-03-11T00:57:55.306Z] ---> a4e812e2dd7d [2021-03-11T00:57:55.306Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T00:57:55.306Z] ---> Running in 2ef2b033a951 [2021-03-11T00:57:55.306Z] ---> Running in cc6a31d84de5 [2021-03-11T00:57:55.572Z] Removing intermediate container cc6a31d84de5 [2021-03-11T00:57:55.572Z] ---> 5f6492ab5ea9 [2021-03-11T00:57:55.572Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T00:57:55.572Z] Removing intermediate container 2ef2b033a951 [2021-03-11T00:57:55.572Z] ---> e4f3bc219422 [2021-03-11T00:57:55.572Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T00:57:55.949Z] ---> Running in a5a9ac75b59f [2021-03-11T00:57:55.949Z] ---> Running in 2701eb0516e2 [2021-03-11T00:57:56.572Z] ---> 8c29e20bb86f [2021-03-11T00:57:56.572Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T00:57:56.878Z] Removing intermediate container 2701eb0516e2 [2021-03-11T00:57:56.878Z] ---> 59caf619b518 [2021-03-11T00:57:56.878Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T00:57:56.878Z] ---> Running in b5cc67439eaf [2021-03-11T00:57:56.878Z] Removing intermediate container a5a9ac75b59f [2021-03-11T00:57:56.878Z] ---> 05d6365a007f [2021-03-11T00:57:56.878Z] Step 23/24 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:57:57.191Z] ---> Running in b0b53dcdc127 [2021-03-11T00:57:57.477Z] Removing intermediate container b0b53dcdc127 [2021-03-11T00:57:57.477Z] ---> 3c0de9153e6e [2021-03-11T00:57:57.477Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T00:57:57.477Z] Removing intermediate container b5cc67439eaf [2021-03-11T00:57:57.477Z] ---> 4c2d0716a9d1 [2021-03-11T00:57:57.477Z] Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:57:57.802Z] ---> 765306dab8dc [2021-03-11T00:57:57.802Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T00:57:57.802Z] ---> Running in 614787fa4270 [2021-03-11T00:57:57.802Z] ---> Running in db32ef0d8c4b [2021-03-11T00:57:58.434Z] Removing intermediate container 614787fa4270 [2021-03-11T00:57:58.434Z] ---> 65bd9a54c509 [2021-03-11T00:57:58.434Z] [2021-03-11T00:57:58.434Z] Removing intermediate container db32ef0d8c4b [2021-03-11T00:57:58.434Z] ---> bfc6fb020f54 [2021-03-11T00:57:58.434Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T00:57:58.434Z] ---> Running in d2818869ab5c [2021-03-11T00:57:58.434Z] ---> ae2ec6e9ba99 [2021-03-11T00:57:58.434Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T00:57:58.731Z] Successfully built 65bd9a54c509 [2021-03-11T00:57:59.017Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T00:57:59.017Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d2818869ab5c [2021-03-11T00:57:59.017Z] ---> 2bf87ba74edb [2021-03-11T00:57:59.017Z] [2021-03-11T00:57:59.700Z] ---> 861984c86cac [2021-03-11T00:57:59.700Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T00:57:59.972Z] Successfully built 2bf87ba74edb [2021-03-11T00:57:59.973Z] Successfully tagged docker-core-data-go:latest [2021-03-11T00:57:59.973Z]  Building docker-core-data-go ... done  ---> Running in f97886426775 [2021-03-11T00:58:00.725Z] Removing intermediate container f97886426775 [2021-03-11T00:58:00.725Z] ---> 749a67be5527 [2021-03-11T00:58:00.725Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T00:58:01.734Z] ---> b7fba43ce161 [2021-03-11T00:58:01.734Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T00:58:01.734Z] ---> Running in 547687c97c28 [2021-03-11T00:58:04.488Z] Removing intermediate container 547687c97c28 [2021-03-11T00:58:04.488Z] ---> f178a791a11a [2021-03-11T00:58:04.488Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T00:58:04.488Z] ---> Running in 1c705c7a9388 [2021-03-11T00:58:04.771Z] Removing intermediate container 1c705c7a9388 [2021-03-11T00:58:04.771Z] ---> 8307bc18dc4d [2021-03-11T00:58:04.771Z] Step 28/31 : CMD ["gate"] [2021-03-11T00:58:05.046Z] ---> Running in 713b324a7151 [2021-03-11T00:58:06.117Z] Removing intermediate container 713b324a7151 [2021-03-11T00:58:06.117Z] ---> 7405a62d13ec [2021-03-11T00:58:06.117Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T00:58:06.385Z] ---> Running in bf6b138bddcc [2021-03-11T00:58:06.655Z] Removing intermediate container bf6b138bddcc [2021-03-11T00:58:06.655Z] ---> 83c5e0ccd246 [2021-03-11T00:58:06.655Z] Step 30/31 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [2021-03-11T00:58:06.948Z] ---> Running in 0e46b5b75287 [2021-03-11T00:58:07.593Z] Removing intermediate container 0e46b5b75287 [2021-03-11T00:58:07.593Z] ---> 762ca7a793e0 [2021-03-11T00:58:07.593Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T00:58:07.866Z] ---> Running in 8915aa056db6 [2021-03-11T00:58:08.136Z] Removing intermediate container 8915aa056db6 [2021-03-11T00:58:08.136Z] ---> f3fc500f0d4e [2021-03-11T00:58:08.136Z] [2021-03-11T00:58:08.745Z] Successfully built f3fc500f0d4e [2021-03-11T00:58:08.745Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T00:58:09.709Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-11T00:58:09.731Z] $ docker stop --time=1 2d9217c05a2c01b79efec5a51c2dee70dada932937f0283037bd12e2315557c8 [2021-03-11T00:58:12.116Z] $ docker rm -f 2d9217c05a2c01b79efec5a51c2dee70dada932937f0283037bd12e2315557c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T00:58:12.979Z] + docker images [2021-03-11T00:58:12.979Z] + grep docker [2021-03-11T00:58:13.839Z] lf-activate-venv(): INFO: Adding /tmp/venv-LedU/bin to PATH [2021-03-11T00:58:13.839Z] INFO: No Stack... [2021-03-11T00:58:13.839Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-11T00:58:13.839Z] INFO: Archiving Costs [Pipeline] sh [2021-03-11T00:58:13.979Z] docker-security-bootstrapper-go latest f3fc500f0d4e 6 seconds ago 18.7MB [2021-03-11T00:58:13.979Z] docker-core-data-go latest 2bf87ba74edb 15 seconds ago 22.6MB [2021-03-11T00:58:13.979Z] docker-security-secretstore-setup-go latest 65bd9a54c509 16 seconds ago 24.9MB [2021-03-11T00:58:13.979Z] docker-support-scheduler-go latest 447383de5826 24 seconds ago 17.3MB [2021-03-11T00:58:13.979Z] docker-sys-mgmt-agent-go latest 981fc722a0ea About a minute ago 313MB [2021-03-11T00:58:13.979Z] docker-core-metadata-go latest 916c350adb71 5 minutes ago 19MB [2021-03-11T00:58:13.979Z] docker-core-command-go latest 804c43c36642 5 minutes ago 17.2MB [2021-03-11T00:58:13.979Z] docker-support-notifications-go latest d432d56da493 5 minutes ago 17.8MB [2021-03-11T00:58:13.979Z] docker-security-proxy-setup-go latest 8a7887e2ec78 5 minutes ago 24.7MB [2021-03-11T00:58:13.979Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [2021-03-11T00:58:14.182Z] + cat /w/workspace/edgex-go/80/archives/cost.csv [2021-03-11T00:58:14.182Z] + cut -d, -f6 [Pipeline] } [Pipeline] // stage [Pipeline] lock [2021-03-11T00:58:14.322Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] [2021-03-11T00:58:14.336Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] did not exist. Created. [2021-03-11T00:58:14.336Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] unstash [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-03-11T00:58:14.766Z] + echo total: 0.20999999344348907 [Pipeline] findFiles [Pipeline] stash [Pipeline] node [2021-03-11T00:58:15.068Z] Stashed 1 file(s) [Pipeline] } [2021-03-11T00:58:15.083Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T00:58:29.884Z] Still waiting to schedule task [2021-03-11T00:58:29.884Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29419’ [2021-03-11T01:00:05.865Z] Running on prd-ubuntu18.04-docker-8c-8g-29421 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-11T01:00:05.955Z] Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout [2021-03-11T01:00:08.195Z] using credential edgex-jenkins-ssh [2021-03-11T01:00:08.253Z] Cloning the remote Git repository [2021-03-11T01:00:08.290Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T01:00:08.368Z] > git init /w/workspace/edgex-go/80 # timeout=10 [2021-03-11T01:00:08.405Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T01:00:08.405Z] > git --version # timeout=10 [2021-03-11T01:00:08.412Z] > git --version # 'git version 2.17.1' [2021-03-11T01:00:08.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T01:00:08.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T01:00:12.939Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T01:00:12.947Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T01:00:12.956Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T01:00:12.967Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T01:00:12.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T01:00:12.971Z] > 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-03-11T01:00:13.662Z] Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-11T01:00:13.956Z] Merge succeeded, producing 2331517600335c62a6f569c45b10698c0eab1167 [2021-03-11T01:00:13.957Z] Checking out Revision 2331517600335c62a6f569c45b10698c0eab1167 (PR-2858) [2021-03-11T01:00:13.677Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T01:00:13.683Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-11T01:00:13.754Z] > git remote # timeout=10 [2021-03-11T01:00:13.762Z] > git config --get remote.origin.url # timeout=10 [2021-03-11T01:00:13.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T01:00:13.771Z] > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 [2021-03-11T01:00:13.954Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-11T01:00:13.964Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T01:00:13.970Z] > git checkout -f 2331517600335c62a6f569c45b10698c0eab1167 # timeout=10 [2021-03-11T01:00:17.714Z] Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" [2021-03-11T01:00:17.723Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:00:18.832Z] + echo snap-build.sh [2021-03-11T01:00:18.833Z] snap-build.sh [2021-03-11T01:00:18.833Z] + SNAP_BASE_DIR=. [2021-03-11T01:00:18.833Z] + '[' '!' -z /w/workspace/edgex-go/80 ']' [2021-03-11T01:00:18.833Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/80 [2021-03-11T01:00:18.833Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/80]' [2021-03-11T01:00:18.833Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/80] [2021-03-11T01:00:18.833Z] + cd /w/workspace/edgex-go/80 [2021-03-11T01:00:18.833Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-11T01:00:18.833Z] Reading package lists... [2021-03-11T01:00:18.833Z] Building dependency tree... [2021-03-11T01:00:18.833Z] Reading state information... [2021-03-11T01:00:17.721Z] > git rev-list --no-walk 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 [2021-03-11T01:00:19.098Z] The following packages were automatically installed and are no longer required: [2021-03-11T01:00:19.098Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-11T01:00:19.098Z] uidmap xdelta3 [2021-03-11T01:00:19.098Z] Use 'sudo apt autoremove' to remove them. [2021-03-11T01:00:19.098Z] The following packages will be REMOVED: [2021-03-11T01:00:19.098Z] lxd* lxd-client* [2021-03-11T01:00:19.360Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-11T01:00:19.360Z] After this operation, 31.7 MB disk space will be freed. [2021-03-11T01:00:20.408Z] (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-03-11T01:00:20.408Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T01:00:21.354Z] Removing lxd dnsmasq configuration [2021-03-11T01:00:21.354Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T01:00:21.354Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-11T01:00:22.301Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-11T01:00:22.562Z] (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-03-11T01:00:22.562Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-11T01:00:23.969Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-11T01:00:23.969Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-11T01:00:24.919Z] + sudo snap remove --purge lxd [2021-03-11T01:00:25.180Z] snap "lxd" is not installed [2021-03-11T01:00:25.180Z] + sudo groupadd --force --system lxd [2021-03-11T01:00:25.180Z] ++ whoami [2021-03-11T01:00:25.180Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-11T01:00:25.180Z] + newgrp - lxd [2021-03-11T01:00:25.180Z] + sudo snap install lxd [2021-03-11T01:00:35.215Z] 2021-03-11T01:00:32Z INFO Waiting for automatic snapd restart... [2021-03-11T01:00:47.453Z] lxd 4.12 from Canonical* installed [2021-03-11T01:00:47.453Z] + sudo lxd init --auto [2021-03-11T01:00:57.464Z] + sudo snap install --classic snapcraft [2021-03-11T01:01:04.079Z] snapcraft 4.5.4 from Canonical* installed [2021-03-11T01:01:04.079Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-11T01:01:04.079Z] + patch --verbose -p1 [2021-03-11T01:01:04.079Z] Hmm... Looks like a unified diff to me... [2021-03-11T01:01:04.079Z] The text leading up to this was: [2021-03-11T01:01:04.079Z] -------------------------- [2021-03-11T01:01:04.079Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-11T01:01:04.079Z] |From: Tony Espy [2021-03-11T01:01:04.079Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-11T01:01:04.079Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-11T01:01:04.079Z] | [2021-03-11T01:01:04.079Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-11T01:01:04.079Z] |optimize the snap CI check run for pull requests. When [2021-03-11T01:01:04.079Z] |applied, it essentially strips out everything (apps and [2021-03-11T01:01:04.079Z] |parts) from the snapcraft.yaml file except those required [2021-03-11T01:01:04.079Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-11T01:01:04.079Z] |catch changes to edgex-go that break the snap build. [2021-03-11T01:01:04.079Z] | [2021-03-11T01:01:04.079Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-11T01:01:04.079Z] |to update this patch file, otherwise it may fail to apply, [2021-03-11T01:01:04.079Z] |resulting in a failed snap build CI check in the associated [2021-03-11T01:01:04.079Z] |pull request. [2021-03-11T01:01:04.079Z] | [2021-03-11T01:01:04.079Z] |Note - in addition to applying this patch, the pipeline also [2021-03-11T01:01:04.079Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-11T01:01:04.079Z] |need to build the finally binary .snap file (and it won't [2021-03-11T01:01:04.079Z] |work with the patch applied). This further reduces the build [2021-03-11T01:01:04.079Z] |time. [2021-03-11T01:01:04.079Z] |--- [2021-03-11T01:01:04.079Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-11T01:01:04.079Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-11T01:01:04.079Z] | [2021-03-11T01:01:04.079Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-11T01:01:04.079Z] |index 1e537489..faf42425 100644 [2021-03-11T01:01:04.079Z] |--- a/snap/snapcraft.yaml [2021-03-11T01:01:04.079Z] |+++ b/snap/snapcraft.yaml [2021-03-11T01:01:04.079Z] -------------------------- [2021-03-11T01:01:04.079Z] patching file snap/snapcraft.yaml [2021-03-11T01:01:04.079Z] Using Plan A... [2021-03-11T01:01:04.079Z] Hunk #1 succeeded at 73. [2021-03-11T01:01:04.079Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-11T01:01:04.079Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-11T01:01:04.079Z] Hunk #4 FAILED at 222. [2021-03-11T01:01:04.079Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-03-11T01:01:04.079Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-03-11T01:01:04.079Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-03-11T01:01:04.079Z] Hunk #8 FAILED at 411. [2021-03-11T01:01:04.079Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-11T01:01:04.079Z] Hmm... Ignoring the trailing garbage. [2021-03-11T01:01:04.079Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T01:01:04.896Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:01:07.104Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:01:09.000Z] ---> package-listing.sh [2021-03-11T01:01:09.000Z] ++ facter osfamily [2021-03-11T01:01:09.000Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T01:01:09.277Z] + OS_FAMILY=redhat [2021-03-11T01:01:09.277Z] + workspace=/w/workspace/edgex-go/80 [2021-03-11T01:01:09.277Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T01:01:09.277Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T01:01:09.277Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T01:01:09.277Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T01:01:09.277Z] + '[' /w/workspace/edgex-go/80 ']' [2021-03-11T01:01:09.277Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T01:01:09.277Z] + case "${OS_FAMILY}" in [2021-03-11T01:01:09.277Z] + rpm -qa [2021-03-11T01:01:09.277Z] + sort [2021-03-11T01:01:19.388Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T01:01:19.388Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T01:01:19.388Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T01:01:19.388Z] + '[' /w/workspace/edgex-go/80 ']' [2021-03-11T01:01:19.388Z] + mkdir -p /w/workspace/edgex-go/80/archives/ [2021-03-11T01:01:19.388Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/80/archives/ [Pipeline] echo [2021-03-11T01:01:19.406Z] 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/80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T01:01:19.859Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T01:01:20.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T01:01:21.677Z] [2021-03-11T01:01:21.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T01:01:22.139Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T01:01:22.760Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T01:01:22.760Z] df20fa9351a1: Pulling fs layer [2021-03-11T01:01:22.760Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T01:01:22.760Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T01:01:22.760Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T01:01:22.760Z] 93b61091891f: Pulling fs layer [2021-03-11T01:01:22.760Z] 46f8f816bc3b: Waiting [2021-03-11T01:01:22.760Z] 93b61091891f: Waiting [2021-03-11T01:01:22.760Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T01:01:22.760Z] 5e14af77c1be: Pulling fs layer [2021-03-11T01:01:22.760Z] 01666e4c0597: Pulling fs layer [2021-03-11T01:01:22.760Z] aa168da1d23b: Pulling fs layer [2021-03-11T01:01:22.760Z] 93b9cdb0e59b: Waiting [2021-03-11T01:01:22.760Z] 5e14af77c1be: Waiting [2021-03-11T01:01:22.760Z] 01666e4c0597: Waiting [2021-03-11T01:01:22.760Z] aa168da1d23b: Waiting [2021-03-11T01:01:22.760Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T01:01:22.760Z] 36b3adc4ff6f: Download complete [2021-03-11T01:01:22.760Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T01:01:22.760Z] 46f8f816bc3b: Download complete [2021-03-11T01:01:23.057Z] df20fa9351a1: Verifying Checksum [2021-03-11T01:01:23.057Z] df20fa9351a1: Download complete [2021-03-11T01:01:23.057Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T01:01:23.057Z] 93b9cdb0e59b: Download complete [2021-03-11T01:01:23.057Z] 93b61091891f: Verifying Checksum [2021-03-11T01:01:23.057Z] 93b61091891f: Download complete [2021-03-11T01:01:23.057Z] 5e14af77c1be: Verifying Checksum [2021-03-11T01:01:23.057Z] 5e14af77c1be: Download complete [2021-03-11T01:01:23.057Z] 01666e4c0597: Verifying Checksum [2021-03-11T01:01:23.057Z] 01666e4c0597: Download complete [2021-03-11T01:01:24.552Z] 8ad3a11d3b57: Verifying Checksum [2021-03-11T01:01:24.552Z] 8ad3a11d3b57: Download complete [2021-03-11T01:01:24.862Z] df20fa9351a1: Pull complete [2021-03-11T01:01:25.137Z] 36b3adc4ff6f: Pull complete [2021-03-11T01:01:27.148Z] 8ad3a11d3b57: Pull complete [2021-03-11T01:01:27.148Z] 46f8f816bc3b: Pull complete [2021-03-11T01:01:28.738Z] 93b61091891f: Pull complete [2021-03-11T01:01:29.052Z] 93b9cdb0e59b: Pull complete [2021-03-11T01:01:29.350Z] 5e14af77c1be: Pull complete [2021-03-11T01:01:31.568Z] aa168da1d23b: Verifying Checksum [2021-03-11T01:01:31.568Z] aa168da1d23b: Download complete [2021-03-11T01:01:32.174Z] 01666e4c0597: Pull complete [2021-03-11T01:01:47.355Z] aa168da1d23b: Pull complete [2021-03-11T01:01:47.859Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T01:01:47.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T01:01:47.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T01:01:48.844Z] prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container [2021-03-11T01:01:49.481Z] $ 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/80/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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-03-11T01:01:52.503Z] $ docker top 48428034500b237789a2f7aed57e90e22ca4738a37e0b1c94105b036147d7d47 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T01:01:54.013Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T01:01:54.361Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T01:01:55.028Z] + ls /var/log/sa-host [2021-03-11T01:01:55.028Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T01:01:55.028Z] file_magic: OK [2021-03-11T01:01:55.028Z] HZ: Using current value: 100 [2021-03-11T01:01:55.028Z] file_header: OK [2021-03-11T01:01:55.028Z] 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-03-11T01:01:55.028Z] Statistics: [2021-03-11T01:01:55.028Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T01:01:55.028Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T01:01:55.028Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T01:01:55.028Z] file_magic: OK [2021-03-11T01:01:55.028Z] HZ: Using current value: 100 [2021-03-11T01:01:55.028Z] file_header: OK [2021-03-11T01:01:55.028Z] 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-03-11T01:01:55.028Z] Statistics: [2021-03-11T01:01:55.028Z] Hnuu...uuuununununu... [2021-03-11T01:01:55.028Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T01:01:55.266Z] provisioning config files... [2021-03-11T01:01:55.305Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/80@tmp/config5488882196100948184tmp [Pipeline] { [Pipeline] echo [2021-03-11T01:01:55.392Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:01:56.228Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T01:01:56.262Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T01:01:56.352Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:01:57.062Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T01:01:57.092Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:01:57.797Z] ---> sudo-logs.sh [2021-03-11T01:01:57.797Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T01:01:58.020Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:01:58.377Z] ---> job-cost.sh [2021-03-11T01:01:58.648Z] lf-activate-venv: SKIPPING [2021-03-11T01:01:58.648Z] DEBUG: total: 0.20999999344348907 [2021-03-11T01:01:58.648Z] INFO: Retrieving Stack Cost... [2021-03-11T01:01:59.613Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T01:02:00.204Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T01:02:00.222Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T01:02:00.568Z] ---> logs-deploy.sh [2021-03-11T01:02:00.568Z] lf-activate-venv: SKIPPING [2021-03-11T01:02:00.568Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/80 [2021-03-11T01:02:00.568Z] INFO: archiving workspace using pattern(s): [2021-03-11T01:02:04.049Z] Archives upload complete. [2021-03-11T01:02:04.049Z] INFO: archiving logs to Nexus