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 d0bc3b104123489a76cc16a6f8c025e818c2e684 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from d0bc3b104123489a76cc16a6f8c025e818c2e684 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24805 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/56 [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/56 # 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 d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e823944490bff4293b7713b1928293449171409f Checking out Revision e823944490bff4293b7713b1928293449171409f (PR-2858) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e823944490bff4293b7713b1928293449171409f # timeout=10 Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T00:32:21.621Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T00:32:21.863Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T00:32:21.953Z] ========================================================= [2021-02-04T00:32:21.953Z] EdgeX Global Pipelines Version Info [2021-02-04T00:32:21.953Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:32:23.429Z] ------------------- [2021-02-04T00:32:23.429Z] stable info: [2021-02-04T00:32:23.429Z] ------------------- [2021-02-04T00:32:23.429Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:32:23.429Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:32:23.429Z] Message: update stable to v1.0.179 > git rev-list --no-walk 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 [2021-02-04T00:32:24.376Z] ------------------- [2021-02-04T00:32:24.376Z] experimental info: [2021-02-04T00:32:24.376Z] ------------------- [2021-02-04T00:32:24.376Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T00:32:24.376Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T00:32:24.376Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T00:32:24.702Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T00:32:24.787Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T00:32:24.869Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T00:32:24.956Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T00:32:25.036Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T00:32:25.135Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T00:32:25.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T00:32:25.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T00:32:25.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T00:32:25.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T00:32:25.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T00:32:25.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T00:32:25.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T00:32:25.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T00:32:26.033Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:32:26.115Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T00:32:26.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T00:32:26.318Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T00:32:26.399Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T00:32:26.479Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T00:32:26.559Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T00:32:26.641Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T00:32:26.724Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T00:32:26.918Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-04T00:32:26.999Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-04T00:32:27.113Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-04T00:32:27.205Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e823944490bff4293b7713b1928293449171409f [Pipeline] echo [2021-02-04T00:32:27.289Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e823944 [Pipeline] echo [2021-02-04T00:32:27.370Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T00:32:27.525Z] provisioning config files... [2021-02-04T00:32:27.552Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/56@tmp/config7310023028506712596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:32:27.912Z] ---> docker-login.sh [2021-02-04T00:32:27.912Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:32:28.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:28.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:28.446Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:28.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:28.446Z] [2021-02-04T00:32:28.446Z] Login Succeeded [2021-02-04T00:32:28.446Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:32:28.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:28.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:28.446Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:28.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:28.446Z] [2021-02-04T00:32:28.446Z] Login Succeeded [2021-02-04T00:32:28.446Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:32:28.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:28.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:28.709Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:28.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:28.709Z] [2021-02-04T00:32:28.709Z] Login Succeeded [2021-02-04T00:32:28.709Z] nexus3.edgexfoundry.org:10004 [2021-02-04T00:32:28.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:28.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:28.973Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:28.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:28.973Z] [2021-02-04T00:32:28.973Z] Login Succeeded [2021-02-04T00:32:28.973Z] docker.io [2021-02-04T00:32:28.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:32:29.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:32:29.236Z] Configure a credential helper to remove this warning. See [2021-02-04T00:32:29.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:32:29.236Z] [2021-02-04T00:32:29.236Z] Login Succeeded [2021-02-04T00:32:29.236Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T00:32:29.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:32:29.721Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T00:32:29.721Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T00:32:29.721Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T00:32:29.721Z] ++ cut -d/ -f2 [2021-02-04T00:32:29.721Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T00:32:29.813Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:32:30.632Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:32:30.632Z] [2021-02-04T00:32:30.632Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:32:31.023Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:32:31.023Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T00:32:31.023Z] 31603596830f: Pulling fs layer [2021-02-04T00:32:31.023Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T00:32:31.023Z] 6ca5941a6612: Pulling fs layer [2021-02-04T00:32:31.023Z] ecc8261a40a4: Pulling fs layer [2021-02-04T00:32:31.023Z] ecc8261a40a4: Waiting [2021-02-04T00:32:31.023Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T00:32:31.023Z] 2a8b12db71e7: Download complete [2021-02-04T00:32:31.293Z] 31603596830f: Verifying Checksum [2021-02-04T00:32:31.293Z] 31603596830f: Download complete [2021-02-04T00:32:31.293Z] ecc8261a40a4: Verifying Checksum [2021-02-04T00:32:31.293Z] ecc8261a40a4: Download complete [2021-02-04T00:32:31.556Z] 31603596830f: Pull complete [2021-02-04T00:32:31.556Z] 2a8b12db71e7: Pull complete [2021-02-04T00:32:32.138Z] 6ca5941a6612: Verifying Checksum [2021-02-04T00:32:32.138Z] 6ca5941a6612: Download complete [2021-02-04T00:32:33.090Z] 6ca5941a6612: Pull complete [2021-02-04T00:32:33.353Z] ecc8261a40a4: Pull complete [2021-02-04T00:32:33.354Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T00:32:33.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T00:32:33.354Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T00:32:33.460Z] prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container [2021-02-04T00:32:33.512Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-04T00:32:35.934Z] $ docker top 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T00:32:36.238Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:32:36.238Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:32:36.465Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:32:36.468Z] $ docker exec 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent [2021-02-04T00:32:36.641Z] SSH_AUTH_SOCK=/tmp/ssh-ay6EWh4zdnoJ/agent.12 [2021-02-04T00:32:36.641Z] SSH_AGENT_PID=17 [2021-02-04T00:32:36.652Z] Running ssh-add (command line suppressed) [2021-02-04T00:32:36.774Z] Identity added: /w/workspace/edgex-go/56@tmp/private_key_1938155270590600585.key (/w/workspace/edgex-go/56@tmp/private_key_1938155270590600585.key) [2021-02-04T00:32:36.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:32:37.169Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T00:32:37.193Z] $ docker exec --env ******** --env ******** 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent -k [2021-02-04T00:32:37.316Z] unset SSH_AUTH_SOCK; [2021-02-04T00:32:37.316Z] unset SSH_AGENT_PID; [2021-02-04T00:32:37.316Z] echo Agent pid 17 killed; [2021-02-04T00:32:37.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T00:32:37.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T00:32:37.509Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T00:32:37.690Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T00:32:37.693Z] $ docker exec 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent [2021-02-04T00:32:37.880Z] SSH_AUTH_SOCK=/tmp/ssh-NLutHYJ1ZJv5/agent.46 [2021-02-04T00:32:37.880Z] SSH_AGENT_PID=51 [2021-02-04T00:32:37.889Z] Running ssh-add (command line suppressed) [2021-02-04T00:32:38.013Z] Identity added: /w/workspace/edgex-go/56@tmp/private_key_3631290744319666725.key (/w/workspace/edgex-go/56@tmp/private_key_3631290744319666725.key) [2021-02-04T00:32:38.069Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T00:32:38.406Z] + git semver init [2021-02-04T00:32:38.406Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T00:32:38.406Z] # $GIT_DIR = /w/workspace/edgex-go/56/.git [2021-02-04T00:32:38.406Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/56 [2021-02-04T00:32:38.406Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T00:32:38.406Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T00:32:38.406Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T00:32:38.406Z] # $SEMVER_BRANCH = PR-2858 [2021-02-04T00:32:38.406Z] # $SEMVER_TEMP = /tmp/semver-076524049 [2021-02-04T00:32:38.406Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T00:33:17.312Z] # '/tmp/semver-076524049' -> '/w/workspace/edgex-go/56/.semver' [2021-02-04T00:33:17.574Z] # -> Force: false [2021-02-04T00:33:17.574Z] # $SEMVER_DIR = /w/workspace/edgex-go/56/.semver [Pipeline] } [2021-02-04T00:33:17.588Z] $ docker exec --env ******** --env ******** 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e ssh-agent -k [2021-02-04T00:33:17.811Z] unset SSH_AUTH_SOCK; [2021-02-04T00:33:17.811Z] unset SSH_AGENT_PID; [2021-02-04T00:33:17.812Z] echo Agent pid 51 killed; [2021-02-04T00:33:17.899Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T00:33:18.406Z] + git semver [Pipeline] } [2021-02-04T00:33:18.423Z] $ docker stop --time=1 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e [2021-02-04T00:33:19.997Z] $ docker rm -f 3311965d155700655bfd01b57c90df80364ee0e1fe14238bf4ac889be909ca9e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:33:20.577Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T00:33:21.041Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T00:33:21.043Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T00:33:21.947Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:33:22.249Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:33:22.552Z] + sudo service docker restart [2021-02-04T00:33:22.552Z] + true [2021-02-04T00:33:22.552Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T00:33:23.145Z] ========================================================= [2021-02-04T00:33:23.145Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T00:33:23.145Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:33:23.487Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-04T00:33:26.810Z] Sending build context to Docker daemon 327.5MB [2021-02-04T00:33:26.810Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:33:26.810Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:33:26.810Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T00:33:26.810Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T00:33:26.810Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T00:33:26.810Z] de9db76c5a1d: Pulling fs layer [2021-02-04T00:33:26.810Z] bca2f99d35d6: Pulling fs layer [2021-02-04T00:33:26.810Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T00:33:26.810Z] 7c6f9722023f: Pulling fs layer [2021-02-04T00:33:26.810Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T00:33:26.810Z] bca2f99d35d6: Waiting [2021-02-04T00:33:26.810Z] 93359f2a8cfa: Waiting [2021-02-04T00:33:26.810Z] 7c6f9722023f: Waiting [2021-02-04T00:33:26.810Z] a35cf1a2eb13: Waiting [2021-02-04T00:33:26.810Z] de9db76c5a1d: Verifying Checksum [2021-02-04T00:33:26.810Z] de9db76c5a1d: Download complete [2021-02-04T00:33:26.810Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T00:33:26.810Z] 0ef7d3d256c8: Download complete [2021-02-04T00:33:27.074Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T00:33:27.074Z] 188c0c94c7c5: Download complete [2021-02-04T00:33:27.074Z] 7c6f9722023f: Verifying Checksum [2021-02-04T00:33:27.074Z] 7c6f9722023f: Download complete [2021-02-04T00:33:27.338Z] 188c0c94c7c5: Pull complete [2021-02-04T00:33:27.600Z] 0ef7d3d256c8: Pull complete [2021-02-04T00:33:28.178Z] de9db76c5a1d: Pull complete [2021-02-04T00:33:28.763Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T00:33:28.763Z] a35cf1a2eb13: Download complete [2021-02-04T00:33:29.344Z] bca2f99d35d6: Verifying Checksum [2021-02-04T00:33:29.344Z] bca2f99d35d6: Download complete [2021-02-04T00:33:36.061Z] bca2f99d35d6: Pull complete [2021-02-04T00:33:36.061Z] 93359f2a8cfa: Pull complete [2021-02-04T00:33:36.061Z] 7c6f9722023f: Pull complete [2021-02-04T00:33:36.437Z] Still waiting to schedule task [2021-02-04T00:33:36.437Z] ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24802’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-24804’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24806’ is offline [2021-02-04T00:33:39.646Z] a35cf1a2eb13: Pull complete [2021-02-04T00:33:39.646Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T00:33:39.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T00:33:39.646Z] ---> a62c8e92a672 [2021-02-04T00:33:39.646Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T00:33:39.646Z] ---> Running in 9c4089b40fc9 [2021-02-04T00:33:40.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:33:41.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:33:43.040Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:33:43.040Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:33:43.040Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:33:43.304Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:33:51.463Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:33:51.463Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:33:51.463Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:33:51.463Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:33:51.463Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:33:51.463Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:33:51.463Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:33:51.463Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:33:51.463Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:33:51.463Z] OK: 233 MiB in 51 packages [2021-02-04T00:33:55.716Z] Removing intermediate container 9c4089b40fc9 [2021-02-04T00:33:55.716Z] ---> 4541d5157de2 [2021-02-04T00:33:55.716Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:33:55.716Z] ---> Running in 716a1e7bc70b [2021-02-04T00:33:55.716Z] Removing intermediate container 716a1e7bc70b [2021-02-04T00:33:55.716Z] ---> 8a1fcc31504b [2021-02-04T00:33:55.716Z] Step 5/6 : COPY go.mod . [2021-02-04T00:33:55.984Z] ---> ae9358b871fa [2021-02-04T00:33:55.984Z] Step 6/6 : RUN go mod download [2021-02-04T00:33:55.984Z] ---> Running in 70b8c2bee2fb [2021-02-04T00:34:18.089Z] Removing intermediate container 70b8c2bee2fb [2021-02-04T00:34:18.089Z] ---> 1d31068e0730 [2021-02-04T00:34:18.089Z] Successfully built 1d31068e0730 [2021-02-04T00:34:18.089Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:34:18.412Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:34:18.412Z] . [Pipeline] withDockerContainer [2021-02-04T00:34:18.528Z] prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container [2021-02-04T00:34:18.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:34:19.552Z] $ docker top ce0e8f44c2dada1a643e4bfcd8cd4840270918b70b49f4795920bd832b3c344d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:34:20.129Z] + go version [2021-02-04T00:34:20.130Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T00:34:20.146Z] $ docker stop --time=1 ce0e8f44c2dada1a643e4bfcd8cd4840270918b70b49f4795920bd832b3c344d [2021-02-04T00:34:21.500Z] $ docker rm -f ce0e8f44c2dada1a643e4bfcd8cd4840270918b70b49f4795920bd832b3c344d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:34:23.663Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T00:34:23.663Z] . [Pipeline] withDockerContainer [2021-02-04T00:34:23.777Z] prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container [2021-02-04T00:34:23.847Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-04T00:34:24.534Z] $ docker top adade540d5830e0bae2dda169ef961cb9f2b53f4438ac29b00a4f2800a974724 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T00:34:24.781Z] ========================================================= [2021-02-04T00:34:24.781Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:34:24.781Z] ========================================================= [Pipeline] sh [2021-02-04T00:34:25.088Z] + make test [2021-02-04T00:34:25.088Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:34:35.245Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:34:53.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:34:56.201Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:34:56.794Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:34:56.794Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:34:56.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:35:00.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:35:00.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:35:00.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:35:00.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:35:00.149Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:35:00.423Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:35:03.811Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:35:03.811Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:35:03.811Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:35:06.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 46.0% of statements [2021-02-04T00:35:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:35:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:35:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:35:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:35:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:35:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:35:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:35:06.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements [2021-02-04T00:35:11.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:35:11.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:35:11.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:35:11.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 65.8% of statements [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:35:11.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.432s coverage: 82.3% of statements [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:35:11.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:35:13.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:35:13.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:35:13.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:35:13.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:35:13.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-02-04T00:35:13.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:35:13.325Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-02-04T00:35:13.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:35:13.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:35:13.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:35:13.325Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:35:15.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.437s coverage: 92.8% of statements [2021-02-04T00:35:15.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:15.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:15.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:35:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:35:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 0.1% of statements [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:35:15.936Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:35:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 45.5% of statements [2021-02-04T00:35:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-02-04T00:35:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-02-04T00:35:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-02-04T00:35:15.936Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements [2021-02-04T00:35:28.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements [2021-02-04T00:35:28.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.022s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 68.9% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.080s coverage: 90.4% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.715s coverage: 29.1% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:35:40.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements [2021-02-04T00:35:40.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements [2021-02-04T00:35:40.788Z] GO111MODULE=on go vet ./... [2021-02-04T00:36:07.636Z] gofmt -l . [2021-02-04T00:36:07.636Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:36:07.636Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:36:07.903Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:36:08.804Z] + ls -al . [2021-02-04T00:36:08.804Z] total 684 [2021-02-04T00:36:08.804Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 00:36 . [2021-02-04T00:36:08.804Z] drwxr-xr-x 4 root root 30 Feb 4 00:34 .. [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:32 .dockerignore [2021-02-04T00:36:08.804Z] drwxrwxr-x 8 1001 1001 179 Feb 4 00:32 .git [2021-02-04T00:36:08.804Z] drwxrwxr-x 3 1001 1001 125 Feb 4 00:32 .github [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:32 .gitignore [2021-02-04T00:36:08.804Z] drwx------ 3 1001 1001 60 Feb 4 00:33 .semver [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:32 .sonarcloud.properties [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:32 Attribution.txt [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:32 CONTRIBUTING.md [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:32 Dockerfile.build [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:32 Jenkinsfile [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:32 LICENSE [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:32 Makefile [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:32 README.md [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:32 SECURITY.md [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:33 VERSION [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:32 ZMQWindows.md [2021-02-04T00:36:08.804Z] drwxrwxr-x 2 1001 1001 117 Feb 4 00:32 bin [2021-02-04T00:36:08.804Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:32 cmd [2021-02-04T00:36:08.804Z] -rw-r--r-- 1 root root 580808 Feb 4 00:35 coverage.out [2021-02-04T00:36:08.804Z] -rw-r--r-- 1 root root 1054 Feb 4 00:36 go.mod [2021-02-04T00:36:08.804Z] -rw-r--r-- 1 root root 19399 Feb 4 00:36 go.sum [2021-02-04T00:36:08.804Z] drwxrwxr-x 8 1001 1001 127 Feb 4 00:32 internal [2021-02-04T00:36:08.804Z] drwxrwxr-x 4 1001 1001 26 Feb 4 00:32 openapi [2021-02-04T00:36:08.804Z] drwxrwxr-x 4 1001 1001 71 Feb 4 00:32 snap [2021-02-04T00:36:08.804Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:32 version.go [Pipeline] sh [2021-02-04T00:36:09.115Z] + '[' -e coverage.out ] [2021-02-04T00:36:09.115Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:36:09.333Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:36:09.639Z] + make build [2021-02-04T00:36:09.639Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:36:12.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:36:21.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:36:22.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:36:23.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:36:24.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:36:25.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:36:27.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:36:28.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:36:29.342Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:36:31.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:36:32.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:36:34.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T00:36:35.682Z] $ docker stop --time=1 adade540d5830e0bae2dda169ef961cb9f2b53f4438ac29b00a4f2800a974724 [2021-02-04T00:36:37.378Z] $ docker rm -f adade540d5830e0bae2dda169ef961cb9f2b53f4438ac29b00a4f2800a974724 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:39.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:39.163Z] [2021-02-04T00:36:39.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:39.567Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:39.567Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T00:36:39.567Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T00:36:39.567Z] ca9280d653b3: Pulling fs layer [2021-02-04T00:36:39.567Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T00:36:39.830Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T00:36:39.830Z] cbdbe7a5bc2a: Download complete [2021-02-04T00:36:40.092Z] cbdbe7a5bc2a: Pull complete [2021-02-04T00:36:40.668Z] ca9280d653b3: Verifying Checksum [2021-02-04T00:36:40.668Z] ca9280d653b3: Download complete [2021-02-04T00:36:41.615Z] ca9280d653b3: Pull complete [2021-02-04T00:36:42.567Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T00:36:42.567Z] 7e9c9ca2126c: Download complete [2021-02-04T00:36:49.211Z] 7e9c9ca2126c: Pull complete [2021-02-04T00:36:49.211Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T00:36:49.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:49.211Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T00:36:49.375Z] prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container [2021-02-04T00:36:49.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T00:36:49.815Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24816 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [2021-02-04T00:36:52.614Z] $ docker top 9063ab27efc65362691585737444fbefa75639684e510c3300401218d9abcda9 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2021-02-04T00:36:52.961Z] Running in /w/workspace/edgex-go/56 [Pipeline] { [Pipeline] checkout [2021-02-04T00:36:53.218Z] + docker-compose+ buildgrep --help parallel [2021-02-04T00:36:53.218Z] [2021-02-04T00:36:54.176Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:36:54.459Z] $ docker stop --time=1 9063ab27efc65362691585737444fbefa75639684e510c3300401218d9abcda9 [2021-02-04T00:36:55.908Z] $ docker rm -f 9063ab27efc65362691585737444fbefa75639684e510c3300401218d9abcda9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:36:56.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T00:36:56.608Z] . [Pipeline] withDockerContainer [2021-02-04T00:36:56.731Z] prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container [2021-02-04T00:36:56.785Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T00:36:57.398Z] $ docker top 3261c255f05248fd12954ef8a92575888c4f9368c1ddbf18bd086caf1a7efb06 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:36:58.096Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:36:58.619Z] using credential edgex-jenkins-ssh [2021-02-04T00:36:58.691Z] Cloning the remote Git repository [2021-02-04T00:36:59.146Z] Building docker-core-command-go ... [2021-02-04T00:36:59.146Z] Building docker-core-data-go ... [2021-02-04T00:36:59.146Z] Building docker-core-metadata-go ... [2021-02-04T00:36:59.146Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:36:59.146Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:36:59.146Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:36:59.146Z] Building docker-support-notifications-go ... [2021-02-04T00:36:59.146Z] Building docker-support-scheduler-go ... [2021-02-04T00:36:59.146Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:36:59.146Z] Building docker-core-data-go [2021-02-04T00:36:59.146Z] Building docker-security-secretstore-setup-go [2021-02-04T00:36:59.146Z] Building docker-sys-mgmt-agent-go [2021-02-04T00:36:59.146Z] Building docker-core-metadata-go [2021-02-04T00:36:59.146Z] Building docker-support-notifications-go [2021-02-04T00:36:58.757Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:36:58.881Z] > git init /w/workspace/edgex-go/56 # timeout=10 [2021-02-04T00:36:58.967Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:36:58.968Z] > git --version # timeout=10 [2021-02-04T00:36:58.993Z] > git --version # 'git version 2.17.1' [2021-02-04T00:36:58.995Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:36:59.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:37:31.573Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:31.573Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:31.573Z] ---> 1d31068e0730 [2021-02-04T00:37:31.573Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:37:31.573Z] ---> Running in 064a2a7830de [2021-02-04T00:37:32.581Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:32.581Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:32.581Z] ---> 1d31068e0730 [2021-02-04T00:37:32.581Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:37:32.581Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:32.581Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:32.581Z] ---> 1d31068e0730 [2021-02-04T00:37:32.581Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:37:32.581Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:32.581Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:32.581Z] ---> 1d31068e0730 [2021-02-04T00:37:32.581Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:37:32.581Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:32.581Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:37:32.581Z] ---> 1d31068e0730 [2021-02-04T00:37:32.581Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:37:33.531Z] ---> Running in 168ce4d6483e [2021-02-04T00:37:33.531Z] ---> Running in 92526f943e45 [2021-02-04T00:37:33.531Z] ---> Running in 49e52ebbeab7 [2021-02-04T00:37:33.531Z] ---> Running in 20cf9716462b [2021-02-04T00:37:33.801Z] Removing intermediate container 064a2a7830de [2021-02-04T00:37:33.801Z] ---> 234a2e7c70e3 [2021-02-04T00:37:33.801Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:33.801Z] ---> Running in 1544bdcc3b65 [2021-02-04T00:37:34.068Z] Removing intermediate container 168ce4d6483e [2021-02-04T00:37:34.068Z] ---> 73d6b828485b [2021-02-04T00:37:34.068Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:34.068Z] Removing intermediate container 92526f943e45 [2021-02-04T00:37:34.068Z] ---> 5eefa8b080a9 [2021-02-04T00:37:34.068Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:34.338Z] Removing intermediate container 20cf9716462b [2021-02-04T00:37:34.338Z] ---> eba0cc7f1005 [2021-02-04T00:37:34.338Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:34.338Z] Removing intermediate container 49e52ebbeab7 [2021-02-04T00:37:34.339Z] ---> 349af110b583 [2021-02-04T00:37:34.339Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:37:34.339Z] ---> Running in 2cd504d364f1 [2021-02-04T00:37:34.339Z] ---> Running in 01916f0f985e [2021-02-04T00:37:34.339Z] ---> Running in ae2858000bb6 [2021-02-04T00:37:34.339Z] ---> Running in d6f15ceea73d [2021-02-04T00:37:36.265Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-04T00:37:36.328Z] Removing intermediate container 1544bdcc3b65 [2021-02-04T00:37:36.328Z] ---> d3c6fb857b5f [2021-02-04T00:37:36.328Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:37:36.328Z] Removing intermediate container 01916f0f985e [2021-02-04T00:37:36.328Z] ---> 6eea3f474f81 [2021-02-04T00:37:36.328Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:37:36.599Z] ---> Running in bd4f429d172c [2021-02-04T00:37:36.599Z] ---> Running in 5a761eea6ac1 [2021-02-04T00:37:36.599Z] Removing intermediate container 2cd504d364f1 [2021-02-04T00:37:36.599Z] ---> f68671e027d7 [2021-02-04T00:37:36.599Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:37:36.862Z] ---> Running in b520226d953e [2021-02-04T00:37:37.142Z] Removing intermediate container ae2858000bb6 [2021-02-04T00:37:37.142Z] ---> b7031729eead [2021-02-04T00:37:37.142Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:37:37.142Z] Removing intermediate container d6f15ceea73d [2021-02-04T00:37:37.142Z] ---> ad41a8e359ae [2021-02-04T00:37:37.142Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:37:37.142Z] ---> Running in 02a7c3efe3df [2021-02-04T00:37:37.429Z] ---> Running in 4278ffd98387 [2021-02-04T00:37:37.514Z] Merge succeeded, producing ffe88ffeb565299e05111e346f8bb888c432fda7 [2021-02-04T00:37:37.515Z] Checking out Revision ffe88ffeb565299e05111e346f8bb888c432fda7 (PR-2858) [2021-02-04T00:37:35.316Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:37:35.340Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:37:35.399Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:37:35.447Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:37:35.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:37:35.461Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:37:36.283Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:37:36.295Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-04T00:37:36.601Z] > git remote # timeout=10 [2021-02-04T00:37:36.616Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:37:36.636Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:37:36.651Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:37:37.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:37:37.522Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:37:37.536Z] > git checkout -f ffe88ffeb565299e05111e346f8bb888c432fda7 # timeout=10 [2021-02-04T00:37:38.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:38.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:38.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:38.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:38.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:39.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:39.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:39.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:39.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:39.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:37:40.259Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:40.521Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:40.791Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:41.069Z] Removing intermediate container 5a761eea6ac1 [2021-02-04T00:37:41.069Z] ---> 6b936aeb47fe [2021-02-04T00:37:41.069Z] Step 6/24 : COPY go.mod . [2021-02-04T00:37:41.069Z] Removing intermediate container 02a7c3efe3df [2021-02-04T00:37:41.069Z] ---> 4b47e96b3bc4 [2021-02-04T00:37:41.069Z] Step 6/22 : COPY go.mod . [2021-02-04T00:37:41.338Z] ---> 7b9d57877460 [2021-02-04T00:37:41.338Z] Step 7/24 : RUN go mod download [2021-02-04T00:37:41.338Z] ---> Running in aec0388a0765 [2021-02-04T00:37:41.338Z] Removing intermediate container b520226d953e [2021-02-04T00:37:41.338Z] ---> 4639f260a444 [2021-02-04T00:37:41.338Z] Step 6/26 : COPY go.mod . [2021-02-04T00:37:41.607Z] ---> 36a6324b5d1f [2021-02-04T00:37:41.607Z] Step 7/22 : RUN go mod download [2021-02-04T00:37:41.607Z] OK: 233 MiB in 51 packages [2021-02-04T00:37:41.874Z] ---> Running in 61eee2cb10a5 [2021-02-04T00:37:41.874Z] ---> c38e9bd9e94e [2021-02-04T00:37:41.874Z] Step 7/26 : RUN go mod download [2021-02-04T00:37:41.874Z] ---> Running in 8a425302d48b [2021-02-04T00:37:41.960Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:37:41.987Z] First time build. Skipping changelog. [2021-02-04T00:37:42.139Z] OK: 233 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-02-04T00:37:42.411Z] Removing intermediate container 4278ffd98387 [2021-02-04T00:37:42.411Z] ---> 138713e3e34c [2021-02-04T00:37:42.411Z] Step 6/23 : COPY go.mod . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T00:37:43.006Z] Removing intermediate container bd4f429d172c [2021-02-04T00:37:43.006Z] ---> 01453b951eca [2021-02-04T00:37:43.006Z] Step 6/23 : COPY go.mod . [2021-02-04T00:37:43.006Z] ---> 65b87204f379 [2021-02-04T00:37:43.006Z] Step 7/23 : RUN go mod download [2021-02-04T00:37:43.006Z] ---> Running in 53a69754effd [2021-02-04T00:37:43.289Z] ---> 5b0844e15db9 [2021-02-04T00:37:43.289Z] Step 7/23 : RUN go mod download [2021-02-04T00:37:43.541Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-04T00:37:43.558Z] ---> Running in 698e6a8a9121 [Pipeline] sh [2021-02-04T00:37:43.989Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T00:37:44.147Z] Removing intermediate container 61eee2cb10a5 [2021-02-04T00:37:44.147Z] ---> f793753e7409 [2021-02-04T00:37:44.147Z] Step 8/22 : COPY . . [2021-02-04T00:37:44.147Z] Removing intermediate container aec0388a0765 [2021-02-04T00:37:44.147Z] ---> 20d6a853f254 [2021-02-04T00:37:44.147Z] Step 8/24 : COPY . . [2021-02-04T00:37:44.342Z] + true [2021-02-04T00:37:44.342Z] + sudo service docker restart [2021-02-04T00:37:44.419Z] Removing intermediate container 8a425302d48b [2021-02-04T00:37:44.419Z] ---> 2e1ffbd19ada [2021-02-04T00:37:44.419Z] Step 8/26 : COPY . . [2021-02-04T00:37:41.968Z] > git rev-list --no-walk 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T00:37:47.054Z] provisioning config files... [2021-02-04T00:37:47.103Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/56@tmp/config531814552143168685tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:37:47.561Z] ---> docker-login.sh [2021-02-04T00:37:47.561Z] nexus3.edgexfoundry.org:10001 [2021-02-04T00:37:48.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:48.702Z] Removing intermediate container 53a69754effd [2021-02-04T00:37:48.702Z] ---> 900be8c12d67 [2021-02-04T00:37:48.702Z] Step 8/23 : COPY . . [2021-02-04T00:37:48.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:48.823Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:48.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:48.823Z] [2021-02-04T00:37:48.823Z] Login Succeeded [2021-02-04T00:37:48.823Z] nexus3.edgexfoundry.org:10002 [2021-02-04T00:37:49.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:49.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:49.424Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:49.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:49.424Z] [2021-02-04T00:37:49.424Z] Login Succeeded [2021-02-04T00:37:49.424Z] nexus3.edgexfoundry.org:10003 [2021-02-04T00:37:50.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:50.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:50.025Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:50.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:50.025Z] [2021-02-04T00:37:50.025Z] Login Succeeded [2021-02-04T00:37:50.025Z] nexus3.edgexfoundry.org:10004 [2021-02-04T00:37:50.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:50.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:50.629Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:50.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:50.629Z] [2021-02-04T00:37:50.629Z] Login Succeeded [2021-02-04T00:37:50.629Z] docker.io [2021-02-04T00:37:51.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T00:37:51.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T00:37:51.502Z] Configure a credential helper to remove this warning. See [2021-02-04T00:37:51.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T00:37:51.502Z] [2021-02-04T00:37:51.502Z] Login Succeeded [2021-02-04T00:37:51.502Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T00:37:51.521Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T00:37:52.024Z] ========================================================= [2021-02-04T00:37:52.025Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T00:37:52.025Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:37:52.406Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T00:37:52.960Z] Removing intermediate container 698e6a8a9121 [2021-02-04T00:37:52.960Z] ---> 8352d31a351e [2021-02-04T00:37:52.960Z] Step 8/23 : COPY . . [2021-02-04T00:37:55.066Z] Sending build context to Docker daemon 166.2MB [2021-02-04T00:37:55.066Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T00:37:55.066Z] Step 2/6 : FROM ${BASE} [2021-02-04T00:37:55.066Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T00:37:55.066Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T00:37:55.066Z] a4357932f1b6: Pulling fs layer [2021-02-04T00:37:55.066Z] 18c013af1878: Pulling fs layer [2021-02-04T00:37:55.066Z] 00ac8860ef70: Pulling fs layer [2021-02-04T00:37:55.066Z] 63d7cb157983: Pulling fs layer [2021-02-04T00:37:55.066Z] b116817d02f9: Pulling fs layer [2021-02-04T00:37:55.066Z] 745a02a5169b: Pulling fs layer [2021-02-04T00:37:55.066Z] 00ac8860ef70: Waiting [2021-02-04T00:37:55.066Z] 63d7cb157983: Waiting [2021-02-04T00:37:55.066Z] b116817d02f9: Waiting [2021-02-04T00:37:55.066Z] 745a02a5169b: Waiting [2021-02-04T00:37:55.066Z] 18c013af1878: Verifying Checksum [2021-02-04T00:37:55.066Z] 18c013af1878: Download complete [2021-02-04T00:37:55.066Z] a4357932f1b6: Verifying Checksum [2021-02-04T00:37:55.066Z] a4357932f1b6: Download complete [2021-02-04T00:37:55.066Z] 63d7cb157983: Verifying Checksum [2021-02-04T00:37:55.066Z] 63d7cb157983: Download complete [2021-02-04T00:37:55.066Z] b116817d02f9: Verifying Checksum [2021-02-04T00:37:55.339Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T00:37:55.339Z] 5f621e34cdf4: Download complete [2021-02-04T00:37:55.975Z] 5f621e34cdf4: Pull complete [2021-02-04T00:37:56.582Z] a4357932f1b6: Pull complete [2021-02-04T00:37:57.184Z] 18c013af1878: Pull complete [2021-02-04T00:37:57.782Z] 745a02a5169b: Verifying Checksum [2021-02-04T00:37:57.782Z] 745a02a5169b: Download complete [2021-02-04T00:37:59.214Z] 00ac8860ef70: Download complete [2021-02-04T00:38:09.356Z] 00ac8860ef70: Pull complete [2021-02-04T00:38:09.356Z] 63d7cb157983: Pull complete [2021-02-04T00:38:09.356Z] b116817d02f9: Pull complete [2021-02-04T00:38:12.770Z] 745a02a5169b: Pull complete [2021-02-04T00:38:12.770Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T00:38:12.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T00:38:12.770Z] ---> b7e6874047d6 [2021-02-04T00:38:12.770Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T00:38:16.200Z] ---> Running in cb9d91518ffb [2021-02-04T00:38:17.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:38:18.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:38:19.276Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T00:38:19.276Z] (2/12) Installing file (5.38-r0) [2021-02-04T00:38:19.276Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T00:38:19.549Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T00:38:22.937Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T00:38:22.937Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T00:38:22.937Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T00:38:23.215Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T00:38:23.215Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T00:38:23.215Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T00:38:23.496Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T00:38:23.496Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T00:38:23.496Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:38:23.496Z] OK: 217 MiB in 51 packages [2021-02-04T00:38:25.484Z] ---> 33bfecc2a936 [2021-02-04T00:38:25.484Z] ---> 08d5e8bb7f03 [2021-02-04T00:38:25.484Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/22 : RUN make cmd/support-notifications/support-notifications ---> a5d43207052c [2021-02-04T00:38:25.484Z] [2021-02-04T00:38:25.484Z] [2021-02-04T00:38:25.484Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:38:25.484Z] ---> 93c51fe8916e [2021-02-04T00:38:25.484Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:38:25.484Z] ---> Running in adcc362e3b81 [2021-02-04T00:38:25.484Z] ---> Running in d56529638e85 [2021-02-04T00:38:25.484Z] ---> Running in cafae398f584 [2021-02-04T00:38:25.484Z] ---> Running in 62510b2f5139 [2021-02-04T00:38:25.484Z] ---> 80e4e8ab2342 [2021-02-04T00:38:25.484Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:38:25.762Z] ---> Running in d45aecc1a7fb [2021-02-04T00:38:27.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:38:27.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:38:27.236Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:38:27.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:38:27.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:38:27.823Z] Removing intermediate container cb9d91518ffb [2021-02-04T00:38:27.823Z] ---> 1135654251e6 [2021-02-04T00:38:27.823Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T00:38:27.823Z] ---> Running in bb8e3e55a77f [2021-02-04T00:38:28.430Z] Removing intermediate container bb8e3e55a77f [2021-02-04T00:38:28.430Z] ---> 9690bc9efef1 [2021-02-04T00:38:28.430Z] Step 5/6 : COPY go.mod . [2021-02-04T00:38:29.029Z] ---> 5b243d19131a [2021-02-04T00:38:29.029Z] Step 6/6 : RUN go mod download [2021-02-04T00:38:29.029Z] ---> Running in 4cdca675e2e8 [2021-02-04T00:38:56.619Z] Removing intermediate container 4cdca675e2e8 [2021-02-04T00:38:56.619Z] ---> f50fc4ba909b [2021-02-04T00:38:56.619Z] Successfully built f50fc4ba909b [2021-02-04T00:38:56.619Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:38:57.188Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:38:57.188Z] . [Pipeline] withDockerContainer [2021-02-04T00:38:57.492Z] prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container [2021-02-04T00:38:57.605Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:38:59.279Z] $ docker top ce3acb152a5a582fcb810c55face3e67c2441efb7dac48d62bc03f3f2da04af3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:39:00.384Z] + go version [2021-02-04T00:39:00.384Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T00:39:00.409Z] $ docker stop --time=1 ce3acb152a5a582fcb810c55face3e67c2441efb7dac48d62bc03f3f2da04af3 [2021-02-04T00:39:00.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:39:02.381Z] $ docker rm -f ce3acb152a5a582fcb810c55face3e67c2441efb7dac48d62bc03f3f2da04af3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:39:03.393Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T00:39:03.393Z] . [Pipeline] withDockerContainer [2021-02-04T00:39:03.654Z] prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container [2021-02-04T00:39:03.747Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-04T00:39:03.788Z] Removing intermediate container adcc362e3b81 [2021-02-04T00:39:03.788Z] ---> d21c0fde9135 [2021-02-04T00:39:03.788Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:39:04.100Z] ---> Running in 43e942744171 [2021-02-04T00:39:05.118Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:39:05.287Z] $ docker top d23d04954c2a3767f75c9a495d1d1da9547bbe5bb03164b9d1d766ccb625d6ea -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T00:39:05.645Z] ========================================================= [2021-02-04T00:39:05.646Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T00:39:05.646Z] ========================================================= [Pipeline] sh [2021-02-04T00:39:06.306Z] + make test [2021-02-04T00:39:06.306Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T00:39:06.546Z] Removing intermediate container 62510b2f5139 [2021-02-04T00:39:06.546Z] ---> 1c5776e1b0fe [2021-02-04T00:39:06.546Z] [2021-02-04T00:39:06.546Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:39:06.546Z] 3.12: Pulling from library/alpine [2021-02-04T00:39:07.523Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:39:07.523Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:39:07.523Z] ---> 389fef711851 [2021-02-04T00:39:07.523Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:39:10.116Z] ---> Running in 2b3987bb8eb2 [2021-02-04T00:39:10.382Z] Removing intermediate container d56529638e85 [2021-02-04T00:39:10.383Z] ---> 697342278a2d [2021-02-04T00:39:10.383Z] [2021-02-04T00:39:10.383Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:39:10.383Z] ---> 389fef711851 [2021-02-04T00:39:10.383Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:39:10.646Z] Removing intermediate container 43e942744171 [2021-02-04T00:39:10.646Z] ---> a7c8c40a740c [2021-02-04T00:39:10.646Z] [2021-02-04T00:39:10.646Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:39:10.646Z] 20.10.0: Pulling from library/docker [2021-02-04T00:39:10.646Z] ---> Running in 340fdc6c079f [2021-02-04T00:39:10.646Z] Removing intermediate container d45aecc1a7fb [2021-02-04T00:39:10.646Z] ---> 1cfb8e7dcaa3 [2021-02-04T00:39:10.646Z] [2021-02-04T00:39:10.646Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:39:10.646Z] ---> 389fef711851 [2021-02-04T00:39:10.646Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:39:10.915Z] ---> Running in 3e9a6d09ddaf [2021-02-04T00:39:11.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:11.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:12.232Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:39:12.232Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:39:12.232Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:39:12.232Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:39:12.232Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:12.232Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:12.232Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:39:12.232Z] OK: 7 MiB in 19 packages [2021-02-04T00:39:12.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:12.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:12.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:12.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:12.800Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:12.800Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:12.800Z] OK: 6 MiB in 15 packages [2021-02-04T00:39:13.069Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:39:13.069Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:13.069Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:13.069Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:39:13.069Z] OK: 6 MiB in 16 packages [2021-02-04T00:39:17.341Z] Removing intermediate container cafae398f584 [2021-02-04T00:39:17.341Z] ---> 8cee43577226 [2021-02-04T00:39:17.341Z] [2021-02-04T00:39:17.341Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:39:17.341Z] ---> 389fef711851 [2021-02-04T00:39:17.341Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:39:17.636Z] ---> Running in 63be46c492b0 [2021-02-04T00:39:17.636Z] Removing intermediate container 2b3987bb8eb2 [2021-02-04T00:39:17.636Z] ---> f95ba29c77e3 [2021-02-04T00:39:17.636Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:39:17.903Z] ---> Running in 5ffbc602284a [2021-02-04T00:39:18.167Z] Removing intermediate container 3e9a6d09ddaf [2021-02-04T00:39:18.167Z] ---> fa080885548a [2021-02-04T00:39:18.167Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:39:18.167Z] Removing intermediate container 63be46c492b0 [2021-02-04T00:39:18.167Z] ---> ee642c5b7ff5 [2021-02-04T00:39:18.167Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:39:18.433Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:39:18.433Z] ---> Running in 2c9b8e65c80a [2021-02-04T00:39:18.433Z] Removing intermediate container 340fdc6c079f [2021-02-04T00:39:18.433Z] ---> b0094db3fd06 [2021-02-04T00:39:18.433Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:39:18.433Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:39:18.433Z] ---> aefe523efa57 [2021-02-04T00:39:18.433Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:39:18.433Z] Removing intermediate container 5ffbc602284a [2021-02-04T00:39:18.433Z] ---> d791b9cf18f9 [2021-02-04T00:39:18.433Z] Step 13/24 : WORKDIR / [2021-02-04T00:39:18.699Z] ---> Running in 5d2eee2e519c [2021-02-04T00:39:18.975Z] ---> Running in 72e02de3f9af [2021-02-04T00:39:18.975Z] ---> Running in 9b83b59d9d4b [2021-02-04T00:39:18.975Z] ---> Running in 485d406126e7 [2021-02-04T00:39:18.975Z] Removing intermediate container 2c9b8e65c80a [2021-02-04T00:39:18.975Z] ---> 24c66780a7f3 [2021-02-04T00:39:18.975Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:39:19.238Z] ---> Running in 3bf507c4e4e7 [2021-02-04T00:39:19.238Z] Removing intermediate container 72e02de3f9af [2021-02-04T00:39:19.238Z] ---> c75d6ab6ecd9 [2021-02-04T00:39:19.238Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:39:19.533Z] Removing intermediate container 5d2eee2e519c [2021-02-04T00:39:19.533Z] ---> 19e7f0912796 [2021-02-04T00:39:19.533Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:39:19.533Z] Removing intermediate container 485d406126e7 [2021-02-04T00:39:19.533Z] ---> d7de6509a659 [2021-02-04T00:39:19.533Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T00:39:19.533Z] ---> Running in 37da45963b7c [2021-02-04T00:39:19.533Z] ---> Running in e12c98b10e50 [2021-02-04T00:39:19.533Z] Removing intermediate container 3bf507c4e4e7 [2021-02-04T00:39:19.533Z] ---> afa2d3c22397 [2021-02-04T00:39:19.533Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:39:19.797Z] ---> Running in 0e544c70d2ce [2021-02-04T00:39:19.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:19.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:19.797Z] Removing intermediate container 37da45963b7c [2021-02-04T00:39:19.797Z] ---> 0acb3ab09ea9 [2021-02-04T00:39:19.797Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:39:20.070Z] Removing intermediate container e12c98b10e50 [2021-02-04T00:39:20.070Z] ---> 7cbc33a16f37 [2021-02-04T00:39:20.070Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:20.070Z] ---> 942251588279 [2021-02-04T00:39:20.070Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T00:39:20.070Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:39:20.070Z] Removing intermediate container 0e544c70d2ce [2021-02-04T00:39:20.070Z] ---> 2a869411a7f5 [2021-02-04T00:39:20.070Z] Step 15/23 : WORKDIR / [2021-02-04T00:39:20.070Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:39:20.070Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:39:20.070Z] ---> Running in fc57130cd84c [2021-02-04T00:39:20.070Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:20.070Z] OK: 12 MiB in 22 packages [2021-02-04T00:39:20.070Z] ---> Running in c97f70e56d94 [2021-02-04T00:39:20.338Z] ---> Running in e674c433604c [2021-02-04T00:39:20.617Z] Removing intermediate container fc57130cd84c [2021-02-04T00:39:20.617Z] ---> 20b8e5ea0840 [2021-02-04T00:39:20.617Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:20.617Z] ---> d020c27a2dbd [2021-02-04T00:39:20.617Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:20.889Z] Removing intermediate container e674c433604c [2021-02-04T00:39:20.889Z] ---> 4e4cb77b9e2e [2021-02-04T00:39:20.889Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:21.162Z] ---> 4459de85bc6b [2021-02-04T00:39:21.162Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:39:21.162Z] ---> 2d3e63d93cfc [2021-02-04T00:39:21.162Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:39:21.443Z] ---> 22947c461710 [2021-02-04T00:39:21.443Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:39:21.443Z] Removing intermediate container 9b83b59d9d4b [2021-02-04T00:39:21.443Z] ---> 4d47bcbcc54f [2021-02-04T00:39:21.443Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:39:21.720Z] ---> Running in 25743eae2b65 [2021-02-04T00:39:22.712Z] ---> f250ea7fae40 [2021-02-04T00:39:22.712Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:22.712Z] ---> 6cac16a6b818 [2021-02-04T00:39:22.712Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:22.712Z] Removing intermediate container 25743eae2b65 [2021-02-04T00:39:22.712Z] ---> 4f8182a47fc8 [2021-02-04T00:39:22.712Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:39:22.712Z] Removing intermediate container c97f70e56d94 [2021-02-04T00:39:22.712Z] ---> bd73cbfd6e90 [2021-02-04T00:39:22.712Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:39:22.712Z] ---> 08e2837bada9 [2021-02-04T00:39:22.712Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:39:22.985Z] ---> Running in 33cd1ba4b425 [2021-02-04T00:39:22.985Z] ---> Running in ddf85cfc59c4 [2021-02-04T00:39:23.269Z] ---> 229c8f254c04 [2021-02-04T00:39:23.269Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:39:23.269Z] ---> 38987d969ce0 [2021-02-04T00:39:23.269Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:39:23.566Z] ---> Running in 4f6796b4d650 [2021-02-04T00:39:23.566Z] ---> Running in 0e68e63a897c [2021-02-04T00:39:23.566Z] Removing intermediate container ddf85cfc59c4 [2021-02-04T00:39:23.566Z] ---> 9b2b628ea425 [2021-02-04T00:39:23.566Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:39:23.566Z] ---> d6ea3993e00e [2021-02-04T00:39:23.566Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:39:23.566Z] ---> Running in b5087ba462ae [2021-02-04T00:39:23.852Z] Removing intermediate container 4f6796b4d650 [2021-02-04T00:39:23.852Z] ---> 8e15848f0a50 [2021-02-04T00:39:23.852Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:23.852Z] ---> Running in 9b2c3642c064 [2021-02-04T00:39:23.852Z] Removing intermediate container 0e68e63a897c [2021-02-04T00:39:23.852Z] ---> 7ef076e5bfbf [2021-02-04T00:39:23.852Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:39:24.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:24.118Z] Removing intermediate container b5087ba462ae [2021-02-04T00:39:24.118Z] ---> 447e8e49c41e [2021-02-04T00:39:24.118Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:39:24.118Z] ---> Running in 5864552c6c8d [2021-02-04T00:39:24.381Z] Removing intermediate container 9b2c3642c064 [2021-02-04T00:39:24.381Z] ---> 48d1ae5b7443 [2021-02-04T00:39:24.381Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:39:24.381Z] ---> a06a9c1315d4 [2021-02-04T00:39:24.381Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T00:39:24.381Z] ---> Running in 192d843789ca [2021-02-04T00:39:24.645Z] ---> Running in 03c2fcf56683 [2021-02-04T00:39:24.645Z] Removing intermediate container 5864552c6c8d [2021-02-04T00:39:24.645Z] ---> 5a5c85f143ae [2021-02-04T00:39:24.645Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:39:24.909Z] Removing intermediate container 192d843789ca [2021-02-04T00:39:24.909Z] ---> 5e4b06ccb38b [2021-02-04T00:39:24.909Z] Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:39:24.909Z] ---> Running in 545d239ce36b [2021-02-04T00:39:24.909Z] ---> Running in ef1b5c6659b6 [2021-02-04T00:39:24.909Z] ---> ba230931b8f6 [2021-02-04T00:39:24.909Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:25.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:25.770Z] Removing intermediate container 545d239ce36b [2021-02-04T00:39:25.770Z] ---> c503918ba6bf [2021-02-04T00:39:25.770Z] Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:39:25.770Z] Removing intermediate container ef1b5c6659b6 [2021-02-04T00:39:25.770Z] ---> 3f700148dd7f [2021-02-04T00:39:25.770Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:39:25.770Z] ---> 549d7d2c751c [2021-02-04T00:39:25.770Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:39:25.770Z] ---> Running in 7c174c21d9d6 [2021-02-04T00:39:26.045Z] ---> Running in 0381909112ea [2021-02-04T00:39:26.328Z] Removing intermediate container 7c174c21d9d6 [2021-02-04T00:39:26.328Z] ---> 349a1c22304b [2021-02-04T00:39:26.328Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:39:26.328Z] ---> Running in 1af32eed433e [2021-02-04T00:39:26.328Z] Removing intermediate container 0381909112ea [2021-02-04T00:39:26.328Z] ---> 527ce830bbf4 [2021-02-04T00:39:26.328Z] [2021-02-04T00:39:26.328Z] ---> 349912c969b4 [2021-02-04T00:39:26.328Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:39:26.616Z] Removing intermediate container 03c2fcf56683 [2021-02-04T00:39:26.616Z] ---> fbdd42570e85 [2021-02-04T00:39:26.617Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:39:26.617Z] ---> Running in 2bd266a1d4cf [2021-02-04T00:39:26.617Z] Successfully built 527ce830bbf4 [2021-02-04T00:39:26.910Z] ---> Running in 806f092892a7 [2021-02-04T00:39:26.910Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T00:39:26.910Z] Removing intermediate container 1af32eed433e [2021-02-04T00:39:26.910Z] ---> 56bb44938590 [2021-02-04T00:39:26.910Z] [2021-02-04T00:39:26.910Z] Building docker-support-scheduler-go [2021-02-04T00:39:27.206Z]  Building docker-support-notifications-go ... done Successfully built 56bb44938590 [2021-02-04T00:39:27.206Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T00:39:27.206Z] Building docker-security-bootstrapper-go [2021-02-04T00:39:27.206Z]  Building docker-core-metadata-go ... done Removing intermediate container 806f092892a7 [2021-02-04T00:39:27.206Z] ---> afbcc1b73646 [2021-02-04T00:39:27.206Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T00:39:27.206Z] ---> Running in 44ca0f8406cf [2021-02-04T00:39:27.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:27.500Z] Removing intermediate container 44ca0f8406cf [2021-02-04T00:39:27.500Z] ---> a55001bcfbf1 [2021-02-04T00:39:27.500Z] Step 23/24 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:39:27.500Z] ---> Running in 3256a2421129 [2021-02-04T00:39:27.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:27.792Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:39:27.792Z] Removing intermediate container 3256a2421129 [2021-02-04T00:39:27.792Z] ---> c5db3e07196d [2021-02-04T00:39:27.792Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:39:27.792Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:39:27.792Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:39:27.792Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:39:27.792Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:39:27.792Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:39:27.792Z] ---> Running in 0a5f21d69eaf [2021-02-04T00:39:27.792Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:39:29.855Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:39:29.855Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:39:30.129Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:39:30.400Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:39:31.890Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:39:33.158Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T00:39:33.334Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:39:33.607Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:33.607Z] OK: 8 MiB in 20 packages [2021-02-04T00:39:37.927Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:39:37.927Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:39:37.927Z] Removing intermediate container 0a5f21d69eaf [2021-02-04T00:39:37.927Z] ---> c21136c49d0d [2021-02-04T00:39:37.927Z] [2021-02-04T00:39:37.927Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:39:37.927Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:39:37.927Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:39:37.927Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:39:37.927Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:39:37.927Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:39:37.927Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:39:38.194Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:39:38.194Z] Successfully built c21136c49d0d [2021-02-04T00:39:38.194Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:39:38.194Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T00:39:38.194Z] Building docker-security-proxy-setup-go [2021-02-04T00:39:38.194Z]  Building docker-security-secretstore-setup-go ... done (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:39:38.468Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:39:38.741Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:39:40.137Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:39:41.098Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:39:42.064Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:39:42.650Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:39:43.610Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:39:44.561Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:39:45.267Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:39:45.267Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:39:45.267Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:39:45.267Z] Removing intermediate container 33cd1ba4b425 [2021-02-04T00:39:45.267Z] ---> b982aa59ca33 [2021-02-04T00:39:45.267Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:39:45.536Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:39:45.536Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:39:45.536Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:39:48.892Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:39:49.482Z] OK: 71 MiB in 55 packages [2021-02-04T00:39:52.839Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:52.839Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:52.839Z] ---> 1d31068e0730 [2021-02-04T00:39:52.839Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:39:52.839Z] ---> Using cache [2021-02-04T00:39:52.839Z] ---> 349af110b583 [2021-02-04T00:39:52.839Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:52.839Z] ---> Using cache [2021-02-04T00:39:52.839Z] ---> ad41a8e359ae [2021-02-04T00:39:52.839Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:39:52.839Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:39:52.839Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:39:52.839Z] ---> 1d31068e0730 [2021-02-04T00:39:52.839Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:39:52.839Z] ---> Using cache [2021-02-04T00:39:52.839Z] ---> 349af110b583 [2021-02-04T00:39:52.839Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:39:52.839Z] ---> Using cache [2021-02-04T00:39:52.839Z] ---> ad41a8e359ae [2021-02-04T00:39:52.839Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:39:53.533Z] ---> 41029638412f [2021-02-04T00:39:53.533Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:39:53.533Z] ---> Running in d8f7582fd42e [2021-02-04T00:39:53.533Z] ---> Running in 8b0dbeb110a3 [2021-02-04T00:39:56.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:56.368Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:56.686Z] ---> 952f9424c0cf [2021-02-04T00:39:56.686Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:39:57.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:57.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:39:57.642Z] OK: 233 MiB in 51 packages [2021-02-04T00:39:58.246Z] OK: 233 MiB in 51 packages [2021-02-04T00:39:58.246Z] ---> cd04c5c0d853 [2021-02-04T00:39:58.246Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:39:59.217Z] ---> Running in bf6edb89cc5f [2021-02-04T00:40:01.805Z] Removing intermediate container bf6edb89cc5f [2021-02-04T00:40:01.805Z] ---> d3995aebcd47 [2021-02-04T00:40:01.805Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:40:02.790Z] Removing intermediate container d8f7582fd42e [2021-02-04T00:40:02.790Z] ---> f5299d352aa2 [2021-02-04T00:40:02.790Z] Step 6/22 : COPY go.mod . [2021-02-04T00:40:02.790Z] ---> Running in 6d2a7d39d796 [2021-02-04T00:40:02.790Z] Removing intermediate container 8b0dbeb110a3 [2021-02-04T00:40:02.790Z] ---> d2c9e82ed302 [2021-02-04T00:40:02.790Z] Step 6/31 : COPY go.mod . [2021-02-04T00:40:03.378Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:40:03.378Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:40:03.955Z] ---> 1d31068e0730 [2021-02-04T00:40:03.955Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:40:04.218Z] ---> Using cache [2021-02-04T00:40:04.218Z] ---> 349af110b583 [2021-02-04T00:40:04.218Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:04.218Z] ---> Using cache [2021-02-04T00:40:04.218Z] ---> ad41a8e359ae [2021-02-04T00:40:04.218Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:40:04.218Z] ---> Using cache [2021-02-04T00:40:04.218Z] ---> d2c9e82ed302 [2021-02-04T00:40:04.218Z] Step 6/21 : COPY go.mod . [2021-02-04T00:40:04.218Z] ---> Using cache [2021-02-04T00:40:04.218Z] ---> 1c903ca94465 [2021-02-04T00:40:04.218Z] Step 7/21 : RUN go mod download [2021-02-04T00:40:04.797Z] Removing intermediate container 6d2a7d39d796 [2021-02-04T00:40:04.797Z] ---> a3aa868688f7 [2021-02-04T00:40:04.797Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:40:04.797Z] ---> 1c903ca94465 [2021-02-04T00:40:04.797Z] Step 7/31 : RUN go mod download [2021-02-04T00:40:05.375Z] ---> Running in 49d99377223f [2021-02-04T00:40:06.339Z] ---> 936f7bd47884 [2021-02-04T00:40:06.339Z] Step 7/22 : RUN go mod download [2021-02-04T00:40:06.942Z] ---> Running in 06b57d47d0b4 [2021-02-04T00:40:06.942Z] ---> Running in 02d74af1d99d [2021-02-04T00:40:07.893Z] ---> Running in eb456b87ca68 [2021-02-04T00:40:08.161Z] Removing intermediate container 06b57d47d0b4 [2021-02-04T00:40:08.161Z] ---> dd45c981aef1 [2021-02-04T00:40:08.161Z] Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:40:08.161Z] ---> Running in 4ae9b60ec007 [2021-02-04T00:40:08.424Z] Removing intermediate container 2bd266a1d4cf [2021-02-04T00:40:08.424Z] ---> 62fc842593d4 [2021-02-04T00:40:08.424Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:40:08.424Z] ---> Running in b521f3d32c58 [2021-02-04T00:40:08.424Z] Removing intermediate container 4ae9b60ec007 [2021-02-04T00:40:08.424Z] ---> a87a6330b012 [2021-02-04T00:40:08.424Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:40:08.697Z] ---> Running in 32da8e2003f0 [2021-02-04T00:40:08.971Z] Removing intermediate container 32da8e2003f0 [2021-02-04T00:40:08.971Z] ---> 57c278d781f3 [2021-02-04T00:40:08.971Z] [2021-02-04T00:40:09.243Z] Successfully built 57c278d781f3 [2021-02-04T00:40:09.243Z] Successfully tagged docker-core-data-go:latest [2021-02-04T00:40:09.243Z] Building docker-core-command-go [2021-02-04T00:40:10.211Z]  Building docker-core-data-go ... done Removing intermediate container 02d74af1d99d [2021-02-04T00:40:10.211Z] ---> 629d33dd4022 [2021-02-04T00:40:10.211Z] Step 8/31 : COPY . . [2021-02-04T00:40:10.211Z] Removing intermediate container 49d99377223f [2021-02-04T00:40:10.211Z] ---> dce7754bf2f6 [2021-02-04T00:40:10.211Z] Step 8/21 : COPY . . [2021-02-04T00:40:13.533Z] Collecting docker-compose==1.23.2 [2021-02-04T00:40:13.533Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:40:14.956Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:40:14.956Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:40:14.956Z] Removing intermediate container eb456b87ca68 [2021-02-04T00:40:14.956Z] ---> 6ad6ce9bdbeb [2021-02-04T00:40:14.956Z] Step 8/22 : COPY . . [2021-02-04T00:40:23.187Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:40:23.187Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:40:23.187Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:40:23.187Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:40:25.139Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:40:25.139Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:40:25.758Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:40:25.758Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:40:27.739Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:40:27.739Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:40:30.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T00:40:30.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T00:40:32.034Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:40:32.034Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:40:34.686Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T00:40:34.686Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:40:34.686Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:40:35.527Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T00:40:35.527Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T00:40:35.527Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T00:40:36.649Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T00:40:36.649Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:40:36.924Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:40:36.924Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:40:37.193Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T00:40:37.193Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:40:37.193Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:40:37.795Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T00:40:37.795Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:40:37.795Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:40:38.082Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:40:38.082Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:40:38.082Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:40:38.082Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:40:38.702Z] Installing collected packages: docopt, idna, urllib3, requests, cached-property, websocket-client, dockerpty, texttable, PyYAML, jsonschema, docker-pycreds, docker, docker-compose [2021-02-04T00:40:38.702Z] Running setup.py install for docopt: started [2021-02-04T00:40:41.357Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:40:41.357Z] Attempting uninstall: idna [2021-02-04T00:40:41.357Z] Found existing installation: idna 2.9 [2021-02-04T00:40:41.357Z] Uninstalling idna-2.9: [2021-02-04T00:40:41.631Z] Successfully uninstalled idna-2.9 [2021-02-04T00:40:41.631Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:40:41.631Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:40:41.631Z] ---> 1d31068e0730 [2021-02-04T00:40:41.631Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:40:41.631Z] ---> Using cache [2021-02-04T00:40:41.631Z] ---> 349af110b583 [2021-02-04T00:40:41.631Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:40:41.631Z] ---> Using cache [2021-02-04T00:40:41.631Z] ---> ad41a8e359ae [2021-02-04T00:40:41.631Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:40:41.631Z] ---> Using cache [2021-02-04T00:40:41.631Z] ---> d2c9e82ed302 [2021-02-04T00:40:41.631Z] Step 6/23 : COPY go.mod . [2021-02-04T00:40:41.631Z] ---> Using cache [2021-02-04T00:40:41.631Z] ---> 1c903ca94465 [2021-02-04T00:40:41.631Z] Step 7/23 : RUN go mod download [2021-02-04T00:40:41.918Z] ---> Using cache [2021-02-04T00:40:41.918Z] ---> dce7754bf2f6 [2021-02-04T00:40:41.918Z] Step 8/23 : COPY . . [2021-02-04T00:40:41.918Z] Attempting uninstall: urllib3 [2021-02-04T00:40:41.918Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:40:41.918Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:40:42.193Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:40:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T00:40:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T00:40:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T00:40:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T00:40:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T00:40:43.876Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T00:40:46.663Z] Attempting uninstall: requests [2021-02-04T00:40:46.663Z] Found existing installation: requests 2.23.0 [2021-02-04T00:40:46.663Z] Uninstalling requests-2.23.0: [2021-02-04T00:40:46.663Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:40:52.027Z] Running setup.py install for dockerpty: started [2021-02-04T00:40:52.236Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T00:40:52.236Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T00:40:52.236Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T00:40:52.977Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:40:52.977Z] Running setup.py install for texttable: started [2021-02-04T00:40:53.570Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:40:53.570Z] Running setup.py install for PyYAML: started [2021-02-04T00:40:54.529Z] ---> 41257dfc7599 [2021-02-04T00:40:54.529Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:40:54.529Z] ---> f3e805b52d77 [2021-02-04T00:40:54.529Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T00:40:54.793Z] ---> 146b66147967 [2021-02-04T00:40:54.793Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:40:54.793Z] ---> Running in ac4960e82370 [2021-02-04T00:40:54.793Z] ---> Running in 2a8a382a9879 [2021-02-04T00:40:54.793Z] ---> Running in e3ac5c871ce2 [2021-02-04T00:40:54.793Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:40:57.382Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T00:40:57.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:40:57.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:40:57.382Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:40:58.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.441s coverage: 46.0% of statements [2021-02-04T00:40:58.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T00:40:58.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T00:40:58.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T00:40:58.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T00:40:58.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T00:40:58.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T00:40:58.990Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T00:40:58.990Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.175s coverage: 100.0% of statements [2021-02-04T00:41:05.627Z] Removing intermediate container b521f3d32c58 [2021-02-04T00:41:05.627Z] ---> 6cefbf5282ec [2021-02-04T00:41:05.627Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:41:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.1% of statements [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T00:41:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T00:41:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T00:41:05.753Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.316s coverage: 65.8% of statements [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T00:41:05.753Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T00:41:07.057Z] ---> Running in 3c8a558e00f8 [2021-02-04T00:41:07.342Z] ---> 6c79532736ed [2021-02-04T00:41:07.342Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:41:07.615Z] ---> Running in 224d94b6a1e2 [2021-02-04T00:41:08.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:08.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.693s coverage: 82.3% of statements [2021-02-04T00:41:08.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T00:41:08.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:41:08.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T00:41:08.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T00:41:08.518Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:08.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:41:08.815Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:41:08.815Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:41:08.815Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:41:08.815Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:08.815Z] OK: 72 MiB in 58 packages [2021-02-04T00:41:10.272Z] Removing intermediate container 3c8a558e00f8 [2021-02-04T00:41:10.272Z] ---> e9b067057a36 [2021-02-04T00:41:10.272Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:41:10.272Z] ---> Running in 17b2a6b31761 [2021-02-04T00:41:10.272Z] Removing intermediate container 17b2a6b31761 [2021-02-04T00:41:10.272Z] ---> a2568e9cc9bb [2021-02-04T00:41:10.272Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:10.567Z] ---> Running in 44ea2581da21 [2021-02-04T00:41:10.851Z] Removing intermediate container 44ea2581da21 [2021-02-04T00:41:10.851Z] ---> 6ba6d49c0324 [2021-02-04T00:41:10.851Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T00:41:10.851Z] ---> Running in 1671dd784bf9 [2021-02-04T00:41:11.125Z] Removing intermediate container 1671dd784bf9 [2021-02-04T00:41:11.125Z] ---> 30e56e315b6c [2021-02-04T00:41:11.125Z] Step 25/26 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:41:11.125Z] ---> Running in 7341ee6e023e [2021-02-04T00:41:12.980Z] Removing intermediate container 7341ee6e023e [2021-02-04T00:41:12.980Z] ---> f5cf8cf29dec [2021-02-04T00:41:12.980Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:41:12.980Z] ---> Running in d015fb3c2812 [2021-02-04T00:41:13.247Z] Removing intermediate container d015fb3c2812 [2021-02-04T00:41:13.247Z] ---> 793cde7c4e93 [2021-02-04T00:41:13.247Z] [2021-02-04T00:41:13.518Z] Successfully built 793cde7c4e93 [2021-02-04T00:41:13.518Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T00:41:15.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.318s coverage: 28.6% of statements [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T00:41:15.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.234s coverage: 100.0% of statements [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T00:41:15.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T00:41:15.600Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.350s coverage: 86.7% of statements [2021-02-04T00:41:15.600Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T00:41:15.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.316s coverage: 97.5% of statements [2021-02-04T00:41:15.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T00:41:16.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements [2021-02-04T00:41:16.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T00:41:16.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T00:41:16.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T00:41:16.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T00:41:23.650Z]  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-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:41:23.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.368s coverage: 92.8% of statements [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.1% of statements [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T00:41:29.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 45.5% of statements [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-02-04T00:41:29.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-02-04T00:41:30.397Z] Removing intermediate container e3ac5c871ce2 [2021-02-04T00:41:30.397Z] ---> 75e6478ad62f [2021-02-04T00:41:30.397Z] [2021-02-04T00:41:30.397Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:41:30.397Z] ---> 389fef711851 [2021-02-04T00:41:30.397Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:41:30.397Z] ---> Using cache [2021-02-04T00:41:30.397Z] ---> fa080885548a [2021-02-04T00:41:30.397Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:41:30.397Z] ---> Using cache [2021-02-04T00:41:30.397Z] ---> 24c66780a7f3 [2021-02-04T00:41:30.397Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T00:41:30.397Z] ---> Running in 2bc92094fedd [2021-02-04T00:41:30.397Z] Removing intermediate container ac4960e82370 [2021-02-04T00:41:30.397Z] ---> a98b8d52b4ef [2021-02-04T00:41:30.397Z] [2021-02-04T00:41:30.397Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:41:30.397Z] ---> 389fef711851 [2021-02-04T00:41:30.397Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:41:30.397Z] ---> Running in 41e8b28f58e0 [2021-02-04T00:41:30.397Z] Removing intermediate container 2bc92094fedd [2021-02-04T00:41:30.397Z] ---> 00db6fd31f55 [2021-02-04T00:41:30.397Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:41:31.802Z] ---> Running in 9856fe02e231 [2021-02-04T00:41:32.071Z] Removing intermediate container 2a8a382a9879 [2021-02-04T00:41:32.071Z] ---> 39645ce29227 [2021-02-04T00:41:32.071Z] [2021-02-04T00:41:32.071Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:41:32.071Z] ---> 389fef711851 [2021-02-04T00:41:32.071Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:41:32.071Z] Removing intermediate container 9856fe02e231 [2021-02-04T00:41:32.071Z] ---> d4492f51df99 [2021-02-04T00:41:32.071Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:41:32.353Z] ---> Running in 5a8417ed728e [2021-02-04T00:41:32.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:32.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:32.626Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:41:32.626Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:41:32.626Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:41:32.626Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:41:32.626Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:32.896Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:41:32.896Z] OK: 7 MiB in 18 packages [2021-02-04T00:41:33.906Z] Removing intermediate container 5a8417ed728e [2021-02-04T00:41:33.906Z] ---> 7728fad8ad73 [2021-02-04T00:41:33.906Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:41:33.906Z] ---> c3a78d955c09 [2021-02-04T00:41:33.906Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:41:33.906Z] ---> Running in 5e8ce17934a4 [2021-02-04T00:41:35.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:35.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T00:41:36.120Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:41:36.120Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:41:36.120Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:41:36.120Z] OK: 6 MiB in 16 packages [2021-02-04T00:41:37.704Z] Removing intermediate container 41e8b28f58e0 [2021-02-04T00:41:37.704Z] ---> 92832ff88e6d [2021-02-04T00:41:37.704Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:41:37.704Z] ---> a59aab9f80b1 [2021-02-04T00:41:37.704Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:41:37.704Z] Removing intermediate container 224d94b6a1e2 [2021-02-04T00:41:37.704Z] ---> f77b1f332e02 [2021-02-04T00:41:37.704Z] [2021-02-04T00:41:37.704Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:41:37.704Z] ---> 389fef711851 [2021-02-04T00:41:37.704Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:41:37.704Z] ---> Using cache [2021-02-04T00:41:37.704Z] ---> fa080885548a [2021-02-04T00:41:37.704Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:41:37.704Z] ---> Using cache [2021-02-04T00:41:37.704Z] ---> 24c66780a7f3 [2021-02-04T00:41:37.704Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:41:37.704Z] ---> Running in 194c30f59bdd [2021-02-04T00:41:37.704Z] ---> Running in 926e50f07bf5 [2021-02-04T00:41:38.029Z] ---> e624e887646e [2021-02-04T00:41:38.029Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T00:41:38.029Z] Removing intermediate container 194c30f59bdd [2021-02-04T00:41:38.029Z] ---> 921277fedc54 [2021-02-04T00:41:38.029Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:41:38.029Z] Removing intermediate container 5e8ce17934a4 [2021-02-04T00:41:38.029Z] ---> 582a9c1511a6 [2021-02-04T00:41:38.029Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:41:38.326Z] Removing intermediate container 926e50f07bf5 [2021-02-04T00:41:38.326Z] ---> a51ff94b49dd [2021-02-04T00:41:38.326Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:41:38.326Z] ---> Running in c753732ee8ad [2021-02-04T00:41:38.326Z] ---> Running in 30654efa6503 [2021-02-04T00:41:38.326Z] ---> Running in c867ee40bff5 [2021-02-04T00:41:38.326Z] ---> Running in b624e37e888f [2021-02-04T00:41:38.635Z] Removing intermediate container c867ee40bff5 [2021-02-04T00:41:38.635Z] ---> 573f577b0056 [2021-02-04T00:41:38.635Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:41:38.635Z] Removing intermediate container c753732ee8ad [2021-02-04T00:41:38.635Z] ---> 8e0b0f1f617b [2021-02-04T00:41:38.635Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:38.635Z] Removing intermediate container 30654efa6503 [2021-02-04T00:41:38.635Z] ---> 1e070d13678b [2021-02-04T00:41:38.635Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:41:38.635Z] ---> Running in 1d46e40bd068 [2021-02-04T00:41:38.635Z] Removing intermediate container b624e37e888f [2021-02-04T00:41:38.635Z] ---> 3df8a270c736 [2021-02-04T00:41:38.635Z] Step 15/23 : WORKDIR / [2021-02-04T00:41:38.923Z] ---> Running in bb64f4514a17 [2021-02-04T00:41:38.923Z] ---> Running in ac0c1776679c [2021-02-04T00:41:38.923Z] Removing intermediate container bb64f4514a17 [2021-02-04T00:41:38.923Z] ---> b3e6b7c9de01 [2021-02-04T00:41:38.923Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T00:41:38.923Z] ---> 0f293547230c [2021-02-04T00:41:38.923Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:41:38.923Z] Removing intermediate container 1d46e40bd068 [2021-02-04T00:41:38.923Z] ---> c05122fef90d [2021-02-04T00:41:38.923Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:41:39.252Z] ---> Running in b009a2970f5e [2021-02-04T00:41:39.252Z] ---> Running in 55dde27238f0 [2021-02-04T00:41:39.252Z] Removing intermediate container ac0c1776679c [2021-02-04T00:41:39.252Z] ---> 7473cec2ac99 [2021-02-04T00:41:39.252Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:41:39.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.078s coverage: 94.4% of statements [2021-02-04T00:41:39.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-04T00:41:39.575Z] Removing intermediate container b009a2970f5e [2021-02-04T00:41:39.575Z] ---> cfc24e9b3271 [2021-02-04T00:41:39.575Z] Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:41:39.575Z] ---> Running in 3e79bcfbbad4 [2021-02-04T00:41:39.575Z] ---> cdc0d0ec65d4 [2021-02-04T00:41:39.575Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:41:39.575Z] ---> 5c7846beb328 [2021-02-04T00:41:39.575Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:41:40.198Z] Removing intermediate container 3e79bcfbbad4 [2021-02-04T00:41:40.198Z] ---> 226f48b40dfa [2021-02-04T00:41:40.198Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:41:40.198Z] ---> Running in c3a30d2d2c52 [2021-02-04T00:41:40.475Z] Removing intermediate container c3a30d2d2c52 [2021-02-04T00:41:40.475Z] ---> 4f6ef2957fd2 [2021-02-04T00:41:40.475Z] [2021-02-04T00:41:40.475Z] ---> 09f2e9a44de2 [2021-02-04T00:41:40.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:41:40.475Z] ---> 806853cd642c [2021-02-04T00:41:40.475Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:41:40.794Z] ---> Running in 859009efa7cf [2021-02-04T00:41:40.794Z] Removing intermediate container 55dde27238f0 [2021-02-04T00:41:40.794Z] ---> e5b309d3f48a [2021-02-04T00:41:40.794Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:41:40.794Z] Successfully built 4f6ef2957fd2 [2021-02-04T00:41:40.794Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T00:41:40.794Z]  Building docker-support-scheduler-go ... done  ---> Running in a5ca409c28f3 [2021-02-04T00:41:41.135Z] ---> a6898d3329f4 [2021-02-04T00:41:41.135Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:41:41.135Z] Removing intermediate container 859009efa7cf [2021-02-04T00:41:41.135Z] ---> 946d4f13703c [2021-02-04T00:41:41.135Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:41:41.135Z] ---> Running in e343f9c3e7f6 [2021-02-04T00:41:41.135Z] ---> Running in fe6b4f9e0cc1 [2021-02-04T00:41:41.135Z] Removing intermediate container a5ca409c28f3 [2021-02-04T00:41:41.135Z] ---> a5990cee65d9 [2021-02-04T00:41:41.135Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:41:42.228Z] ---> 1b952ec315d8 [2021-02-04T00:41:42.228Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:41:42.228Z] Removing intermediate container fe6b4f9e0cc1 [2021-02-04T00:41:42.228Z] ---> e02870674d13 [2021-02-04T00:41:42.228Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T00:41:42.228Z] Removing intermediate container e343f9c3e7f6 [2021-02-04T00:41:42.228Z] ---> 540af9d1f1ca [2021-02-04T00:41:42.228Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:41:42.228Z] ---> Running in dd7f43c96590 [2021-02-04T00:41:42.228Z] ---> Running in 215291280c53 [2021-02-04T00:41:42.535Z] ---> Running in e354b7afabe5 [2021-02-04T00:41:42.836Z] Removing intermediate container e354b7afabe5 [2021-02-04T00:41:42.836Z] ---> c1ab51c97056 [2021-02-04T00:41:42.836Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T00:41:42.836Z] Removing intermediate container dd7f43c96590 [2021-02-04T00:41:42.836Z] ---> 8e185dd84b4a [2021-02-04T00:41:42.836Z] Step 20/21 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:41:42.836Z] ---> Running in eac26455bd4a [2021-02-04T00:41:42.836Z] ---> Running in b1fe484655d2 [2021-02-04T00:41:43.133Z] Removing intermediate container eac26455bd4a [2021-02-04T00:41:43.133Z] ---> 93c8e6eff0f8 [2021-02-04T00:41:43.133Z] Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:41:43.133Z] Removing intermediate container b1fe484655d2 [2021-02-04T00:41:43.133Z] ---> 03cb21e5ba0f [2021-02-04T00:41:43.133Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:41:43.133Z] ---> Running in a435dbd35c83 [2021-02-04T00:41:43.133Z] ---> Running in 20b8599dc68d [2021-02-04T00:41:43.440Z] Removing intermediate container a435dbd35c83 [2021-02-04T00:41:43.440Z] ---> 5998f422f4ec [2021-02-04T00:41:43.440Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:41:43.440Z] Removing intermediate container 20b8599dc68d [2021-02-04T00:41:43.440Z] ---> 9629cb17c195 [2021-02-04T00:41:43.440Z] [2021-02-04T00:41:43.440Z] ---> Running in bed79a45f887 [2021-02-04T00:41:43.724Z] Removing intermediate container 215291280c53 [2021-02-04T00:41:43.724Z] ---> 12e973619c8d [2021-02-04T00:41:43.724Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:41:43.724Z] Successfully built 9629cb17c195 [2021-02-04T00:41:43.724Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T00:41:43.724Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bed79a45f887 [2021-02-04T00:41:43.724Z] ---> 808203483d1e [2021-02-04T00:41:43.724Z] [2021-02-04T00:41:43.994Z] Successfully built 808203483d1e [2021-02-04T00:41:43.994Z] Successfully tagged docker-core-command-go:latest [2021-02-04T00:41:43.994Z]  Building docker-core-command-go ... done  ---> 7aa7c3023c1b [2021-02-04T00:41:43.994Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:41:44.589Z] ---> 6a585b63e8be [2021-02-04T00:41:44.589Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:41:44.858Z] ---> 63e58453391d [2021-02-04T00:41:44.858Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:41:45.149Z] ---> 4b8a510b10ca [2021-02-04T00:41:45.149Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:41:45.434Z] ---> f3e2ef8247de [2021-02-04T00:41:45.434Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:41:45.714Z] ---> Running in ac8f2165ce29 [2021-02-04T00:41:45.992Z] Removing intermediate container ac8f2165ce29 [2021-02-04T00:41:45.992Z] ---> 45fcac7c8210 [2021-02-04T00:41:45.992Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:41:46.279Z] ---> 0180b54af45b [2021-02-04T00:41:46.279Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:41:46.558Z] ---> Running in c34bb320b084 [2021-02-04T00:41:47.519Z] Removing intermediate container c34bb320b084 [2021-02-04T00:41:47.519Z] ---> 4a96c0f527e3 [2021-02-04T00:41:47.519Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:41:47.796Z] ---> Running in dade617fe949 [2021-02-04T00:41:48.074Z] Removing intermediate container dade617fe949 [2021-02-04T00:41:48.074Z] ---> d9d01354a454 [2021-02-04T00:41:48.074Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:41:48.348Z] ---> Running in 2d4760780245 [2021-02-04T00:41:48.616Z] Removing intermediate container 2d4760780245 [2021-02-04T00:41:48.616Z] ---> ad88c23239f1 [2021-02-04T00:41:48.616Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T00:41:48.616Z] ---> Running in bedd84400e77 [2021-02-04T00:41:48.878Z] Removing intermediate container bedd84400e77 [2021-02-04T00:41:48.878Z] ---> e465f9265946 [2021-02-04T00:41:48.878Z] Step 30/31 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:41:49.139Z] ---> Running in 3f34f43144f5 [2021-02-04T00:41:49.401Z] Removing intermediate container 3f34f43144f5 [2021-02-04T00:41:49.401Z] ---> 2f0a1eecb684 [2021-02-04T00:41:49.401Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:41:49.663Z] ---> Running in 62c03e562809 [2021-02-04T00:41:49.924Z] Removing intermediate container 62c03e562809 [2021-02-04T00:41:49.924Z] ---> 8577a21a8ca9 [2021-02-04T00:41:49.924Z] [2021-02-04T00:41:49.924Z] Successfully built 8577a21a8ca9 [2021-02-04T00:41:49.924Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T00:41:51.344Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-04T00:41:51.393Z] $ docker stop --time=1 3261c255f05248fd12954ef8a92575888c4f9368c1ddbf18bd086caf1a7efb06 [2021-02-04T00:41:53.121Z] $ docker rm -f 3261c255f05248fd12954ef8a92575888c4f9368c1ddbf18bd086caf1a7efb06 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:41:53.734Z] + docker images [2021-02-04T00:41:53.734Z] + grep docker [2021-02-04T00:41:53.999Z] docker-security-bootstrapper-go latest 8577a21a8ca9 4 seconds ago 23.8MB [2021-02-04T00:41:53.999Z] docker-core-command-go latest 808203483d1e 10 seconds ago 16.9MB [2021-02-04T00:41:53.999Z] docker-security-proxy-setup-go latest 9629cb17c195 10 seconds ago 24.4MB [2021-02-04T00:41:53.999Z] docker-support-scheduler-go latest 4f6ef2957fd2 13 seconds ago 17MB [2021-02-04T00:41:53.999Z] docker-sys-mgmt-agent-go latest 793cde7c4e93 40 seconds ago 313MB [2021-02-04T00:41:53.999Z] docker-core-data-go latest 57c278d781f3 About a minute ago 22.3MB [2021-02-04T00:41:53.999Z] docker-security-secretstore-setup-go latest c21136c49d0d 2 minutes ago 24.6MB [2021-02-04T00:41:53.999Z] docker-support-notifications-go latest 527ce830bbf4 2 minutes ago 17.5MB [2021-02-04T00:41:53.999Z] docker-core-metadata-go latest 56bb44938590 2 minutes ago 18.8MB [2021-02-04T00:41:53.999Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.156s coverage: 92.9% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.573s coverage: 63.5% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.856s coverage: 68.9% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T00:41:55.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.412s coverage: 37.0% of statements [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T00:41:55.106Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T00:41:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.636s coverage: 84.0% of statements [2021-02-04T00:41:56.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-04T00:42:03.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.504s coverage: 47.0% of statements [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T00:42:03.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T00:42:03.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.128s coverage: 100.0% of statements [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T00:42:03.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.209s coverage: 90.4% of statements [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:42:03.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.418s coverage: 29.1% of statements [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 100.0% of statements [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T00:42:11.992Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-02-04T00:42:11.992Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-04T00:42:12.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-04T00:42:12.537Z] Still waiting to schedule task [2021-02-04T00:42:12.537Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-04T00:42:13.257Z] GO111MODULE=on go vet ./... [2021-02-04T00:43:35.184Z] gofmt -l . [2021-02-04T00:43:35.184Z] [ "`gofmt -l .`" = "" ] [2021-02-04T00:43:35.184Z] ./bin/test-go-mod-tidy.sh [2021-02-04T00:43:35.184Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T00:43:35.865Z] + ls -al . [2021-02-04T00:43:35.865Z] total 712 [2021-02-04T00:43:35.865Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 00:43 . [2021-02-04T00:43:35.865Z] drwxr-xr-x 4 root root 4096 Feb 4 00:39 .. [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 00:37 .dockerignore [2021-02-04T00:43:35.865Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:37 .git [2021-02-04T00:43:35.865Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 00:37 .github [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 00:37 .gitignore [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 00:37 .sonarcloud.properties [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 00:37 Attribution.txt [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 00:37 CONTRIBUTING.md [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 00:37 Dockerfile.build [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 00:37 Jenkinsfile [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 00:37 LICENSE [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 00:37 Makefile [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 00:37 README.md [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 00:37 SECURITY.md [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 00:33 VERSION [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 00:37 ZMQWindows.md [2021-02-04T00:43:35.865Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 00:37 bin [2021-02-04T00:43:35.865Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 00:37 cmd [2021-02-04T00:43:35.865Z] -rw-r--r-- 1 root root 580808 Feb 4 00:42 coverage.out [2021-02-04T00:43:35.865Z] -rw-r--r-- 1 root root 1054 Feb 4 00:43 go.mod [2021-02-04T00:43:35.865Z] -rw-r--r-- 1 root root 19399 Feb 4 00:43 go.sum [2021-02-04T00:43:35.865Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 00:37 internal [2021-02-04T00:43:35.865Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:37 openapi [2021-02-04T00:43:35.865Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 00:37 snap [2021-02-04T00:43:35.865Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 00:37 version.go [Pipeline] sh [2021-02-04T00:43:36.530Z] + '[' -e coverage.out ] [2021-02-04T00:43:36.530Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T00:43:36.594Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T00:43:37.997Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T00:43:38.755Z] + make build [2021-02-04T00:43:38.755Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:43:51.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:44:13.152Z] Running on prd-ubuntu18.04-docker-8c-8g-24825 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-04T00:44:13.210Z] Running in /w/workspace/edgex-go/56 [Pipeline] { [Pipeline] checkout [2021-02-04T00:44:16.362Z] using credential edgex-jenkins-ssh [2021-02-04T00:44:16.417Z] Cloning the remote Git repository [2021-02-04T00:44:16.440Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:44:16.503Z] > git init /w/workspace/edgex-go/56 # timeout=10 [2021-02-04T00:44:16.533Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:44:16.534Z] > git --version # timeout=10 [2021-02-04T00:44:16.545Z] > git --version # 'git version 2.17.1' [2021-02-04T00:44:16.546Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:44:16.573Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:44:18.122Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:44:19.555Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:44:25.007Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:44:27.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:44:32.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:44:38.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:44:41.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:44:46.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:44:50.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:44:54.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:44:58.943Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T00:45:05.702Z] $ docker stop --time=1 d23d04954c2a3767f75c9a495d1d1da9547bbe5bb03164b9d1d766ccb625d6ea [2021-02-04T00:45:08.005Z] $ docker rm -f d23d04954c2a3767f75c9a495d1d1da9547bbe5bb03164b9d1d766ccb625d6ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:45:10.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:45:10.053Z] [2021-02-04T00:45:10.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:45:10.446Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:45:10.725Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T00:45:10.725Z] 29e5d40040c1: Pulling fs layer [2021-02-04T00:45:10.725Z] 1ce36da41761: Pulling fs layer [2021-02-04T00:45:10.725Z] 25b303627fd3: Pulling fs layer [2021-02-04T00:45:11.001Z] 29e5d40040c1: Verifying Checksum [2021-02-04T00:45:11.001Z] 29e5d40040c1: Download complete [2021-02-04T00:45:11.604Z] 1ce36da41761: Verifying Checksum [2021-02-04T00:45:11.604Z] 1ce36da41761: Download complete [2021-02-04T00:45:11.604Z] 29e5d40040c1: Pull complete [2021-02-04T00:45:13.047Z] 1ce36da41761: Pull complete [2021-02-04T00:45:14.049Z] 25b303627fd3: Verifying Checksum [2021-02-04T00:45:14.049Z] 25b303627fd3: Download complete [2021-02-04T00:45:24.025Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:45:24.031Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T00:45:24.047Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T00:45:24.068Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T00:45:24.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:45:24.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T00:45:24.300Z] 25b303627fd3: Pull complete [2021-02-04T00:45:24.300Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T00:45:24.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:45:24.300Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T00:45:24.639Z] prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container [2021-02-04T00:45:24.856Z] Merging remotes/origin/master commit d0bc3b104123489a76cc16a6f8c025e818c2e684 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-04T00:45:24.857Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T00:45:25.221Z] Merge succeeded, producing bf1bda47c2c26bd7cdd497f5ddd871252c1a9535 [2021-02-04T00:45:25.222Z] Checking out Revision bf1bda47c2c26bd7cdd497f5ddd871252c1a9535 (PR-2858) [2021-02-04T00:45:28.344Z] $ docker top 7684c8d012edeb1af496a726474be23af05b99e771377f33fb99c6a2bd2a2551 -eo pid,comm [2021-02-04T00:45:24.865Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:45:24.871Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-04T00:45:25.008Z] > git remote # timeout=10 [2021-02-04T00:45:25.015Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T00:45:25.020Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T00:45:25.024Z] > git merge d0bc3b104123489a76cc16a6f8c025e818c2e684 # timeout=10 [2021-02-04T00:45:25.208Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T00:45:25.225Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T00:45:25.230Z] > git checkout -f bf1bda47c2c26bd7cdd497f5ddd871252c1a9535 # timeout=10 [Pipeline] { [Pipeline] sh [2021-02-04T00:45:29.496Z] + docker-compose build --help [2021-02-04T00:45:29.496Z] + grep parallel [2021-02-04T00:45:30.461Z] Commit message: "Merge commit 'd0bc3b104123489a76cc16a6f8c025e818c2e684' into HEAD" [2021-02-04T00:45:30.477Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:45:31.655Z] + echo snap-build.sh [2021-02-04T00:45:31.655Z] snap-build.sh [2021-02-04T00:45:31.655Z] + SNAP_BASE_DIR=. [2021-02-04T00:45:31.655Z] + '[' '!' -z /w/workspace/edgex-go/56 ']' [2021-02-04T00:45:31.655Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/56 [2021-02-04T00:45:31.655Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/56]' [2021-02-04T00:45:31.655Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/56] [2021-02-04T00:45:31.655Z] + cd /w/workspace/edgex-go/56 [2021-02-04T00:45:31.655Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T00:45:31.655Z] Reading package lists... [2021-02-04T00:45:31.655Z] Building dependency tree... [2021-02-04T00:45:31.655Z] Reading state information... [2021-02-04T00:45:31.918Z] The following packages were automatically installed and are no longer required: [2021-02-04T00:45:31.918Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T00:45:31.918Z] uidmap xdelta3 [2021-02-04T00:45:31.918Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T00:45:31.918Z] The following packages will be REMOVED: [2021-02-04T00:45:31.918Z] lxd* lxd-client* [2021-02-04T00:45:32.182Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T00:45:32.182Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T00:45:33.239Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-04T00:45:33.239Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:45:30.467Z] > git rev-list --no-walk 69a05121e95bf144923a0a9afed4047b674ba8a3 # timeout=10 [2021-02-04T00:45:33.837Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T00:45:33.867Z] $ docker stop --time=1 7684c8d012edeb1af496a726474be23af05b99e771377f33fb99c6a2bd2a2551 [2021-02-04T00:45:34.183Z] Removing lxd dnsmasq configuration [2021-02-04T00:45:34.183Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:45:34.183Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T00:45:35.131Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T00:45:35.393Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-04T00:45:35.393Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T00:45:35.875Z] $ docker rm -f 7684c8d012edeb1af496a726474be23af05b99e771377f33fb99c6a2bd2a2551 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:45:36.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T00:45:36.778Z] . [2021-02-04T00:45:36.799Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T00:45:36.799Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] withDockerContainer [2021-02-04T00:45:37.076Z] prd-ubuntu18.04-docker-arm64-4c-16g-24816 does not seem to be running inside a container [2021-02-04T00:45:37.311Z] $ 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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T00:45:37.792Z] + sudo snap remove --purge lxd [2021-02-04T00:45:38.062Z] snap "lxd" is not installed [2021-02-04T00:45:38.062Z] + sudo groupadd --force --system lxd [2021-02-04T00:45:38.062Z] ++ whoami [2021-02-04T00:45:38.062Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T00:45:38.062Z] + newgrp - lxd [2021-02-04T00:45:38.062Z] + sudo snap install lxd [2021-02-04T00:45:38.803Z] $ docker top 6aff9aeea5941292b60aef8912f9183c7f609b5ff5f12415797bd6c713338c2d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:45:39.950Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T00:45:45.373Z] Building docker-core-command-go ... [2021-02-04T00:45:45.373Z] Building docker-core-data-go ... [2021-02-04T00:45:45.373Z] Building docker-core-metadata-go ... [2021-02-04T00:45:45.373Z] Building docker-security-bootstrapper-go ... [2021-02-04T00:45:45.373Z] Building docker-security-proxy-setup-go ... [2021-02-04T00:45:45.373Z] Building docker-security-secretstore-setup-go ... [2021-02-04T00:45:45.373Z] Building docker-support-notifications-go ... [2021-02-04T00:45:45.374Z] Building docker-support-scheduler-go ... [2021-02-04T00:45:45.374Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T00:45:45.374Z] Building docker-security-bootstrapper-go [2021-02-04T00:45:45.374Z] Building docker-support-notifications-go [2021-02-04T00:45:45.374Z] Building docker-support-scheduler-go [2021-02-04T00:45:45.374Z] Building docker-security-secretstore-setup-go [2021-02-04T00:45:45.374Z] Building docker-security-proxy-setup-go [2021-02-04T00:45:46.249Z] 2021-02-04T00:45:44Z INFO Waiting for automatic snapd restart... [2021-02-04T00:46:04.477Z] lxd 4.10 from Canonical* installed [2021-02-04T00:46:04.477Z] + sudo lxd init --auto [2021-02-04T00:46:12.698Z] + sudo snap install --classic snapcraft [2021-02-04T00:46:16.926Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T00:46:16.926Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T00:46:16.926Z] + patch --verbose -p1 [2021-02-04T00:46:16.926Z] Hmm... Looks like a unified diff to me... [2021-02-04T00:46:16.926Z] The text leading up to this was: [2021-02-04T00:46:16.926Z] -------------------------- [2021-02-04T00:46:16.926Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T00:46:16.926Z] |From: Tony Espy [2021-02-04T00:46:16.926Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T00:46:16.926Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T00:46:16.926Z] | [2021-02-04T00:46:16.926Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T00:46:16.926Z] |optimize the snap CI check run for pull requests. When [2021-02-04T00:46:16.926Z] |applied, it essentially strips out everything (apps and [2021-02-04T00:46:16.926Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T00:46:16.926Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T00:46:16.926Z] |catch changes to edgex-go that break the snap build. [2021-02-04T00:46:16.926Z] | [2021-02-04T00:46:16.926Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T00:46:16.926Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T00:46:16.926Z] |resulting in a failed snap build CI check in the associated [2021-02-04T00:46:16.926Z] |pull request. [2021-02-04T00:46:16.926Z] | [2021-02-04T00:46:16.926Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T00:46:16.926Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T00:46:16.927Z] |need to build the finally binary .snap file (and it won't [2021-02-04T00:46:16.927Z] |work with the patch applied). This further reduces the build [2021-02-04T00:46:16.927Z] |time. [2021-02-04T00:46:16.927Z] |--- [2021-02-04T00:46:16.927Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T00:46:16.927Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T00:46:16.927Z] | [2021-02-04T00:46:16.927Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T00:46:16.927Z] |index 1e537489..faf42425 100644 [2021-02-04T00:46:16.927Z] |--- a/snap/snapcraft.yaml [2021-02-04T00:46:16.927Z] |+++ b/snap/snapcraft.yaml [2021-02-04T00:46:16.927Z] -------------------------- [2021-02-04T00:46:16.927Z] patching file snap/snapcraft.yaml [2021-02-04T00:46:16.927Z] Using Plan A... [2021-02-04T00:46:16.927Z] Hunk #1 succeeded at 73. [2021-02-04T00:46:16.927Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T00:46:16.927Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T00:46:16.927Z] Hunk #4 FAILED at 223. [2021-02-04T00:46:16.927Z] Hunk #5 succeeded at 300. [2021-02-04T00:46:16.927Z] Hunk #6 succeeded at 327. [2021-02-04T00:46:16.927Z] Hunk #7 succeeded at 361. [2021-02-04T00:46:16.927Z] Hunk #8 FAILED at 412. [2021-02-04T00:46:16.927Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-04T00:46:16.927Z] Hmm... Ignoring the trailing garbage. [2021-02-04T00:46:16.927Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-04T00:46:17.789Z] Failed in branch amd64 [2021-02-04T00:47:07.442Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:47:07.443Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:47:07.443Z] ---> f50fc4ba909b [2021-02-04T00:47:07.443Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:47:07.443Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:47:07.443Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:47:07.443Z] ---> f50fc4ba909b [2021-02-04T00:47:07.443Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T00:47:07.443Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:47:07.443Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:47:07.443Z] ---> f50fc4ba909b [2021-02-04T00:47:07.443Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T00:47:07.443Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:47:07.443Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:47:07.443Z] ---> f50fc4ba909b [2021-02-04T00:47:07.443Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T00:47:07.443Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:47:07.443Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:47:07.443Z] ---> f50fc4ba909b [2021-02-04T00:47:07.443Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T00:47:07.443Z] ---> Running in a34b70bcbf1a [2021-02-04T00:47:07.443Z] ---> Running in 77bcf972031a [2021-02-04T00:47:07.443Z] ---> Running in 0bf77297dfcf [2021-02-04T00:47:07.443Z] ---> Running in cdfffe287571 [2021-02-04T00:47:07.443Z] ---> Running in a6198adb9dd4 [2021-02-04T00:47:07.443Z] Removing intermediate container 0bf77297dfcf [2021-02-04T00:47:07.443Z] ---> 5a96c7841d9a [2021-02-04T00:47:07.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:47:07.443Z] Removing intermediate container a6198adb9dd4 [2021-02-04T00:47:07.443Z] ---> bc91753d6535 [2021-02-04T00:47:07.443Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:47:07.443Z] ---> Running in 717cebc05c3b [2021-02-04T00:47:07.443Z] Removing intermediate container a34b70bcbf1a [2021-02-04T00:47:07.443Z] ---> 88d0d8909340 [2021-02-04T00:47:07.443Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container cdfffe287571 [2021-02-04T00:47:07.443Z] [2021-02-04T00:47:07.443Z] ---> 9c9b13d6eb83 [2021-02-04T00:47:07.443Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:47:07.443Z] Removing intermediate container 77bcf972031a [2021-02-04T00:47:07.443Z] ---> f7ebf94ac374 [2021-02-04T00:47:07.443Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:47:07.443Z] ---> Running in aea3c0365c63 [2021-02-04T00:47:07.443Z] ---> Running in 4c6d14e03e48 [2021-02-04T00:47:07.443Z] ---> Running in a29aadd2225d [2021-02-04T00:47:07.443Z] ---> Running in e37aa95ea19c [2021-02-04T00:47:08.902Z] Removing intermediate container 717cebc05c3b [2021-02-04T00:47:08.902Z] ---> ebeba7783938 [2021-02-04T00:47:08.902Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T00:47:09.192Z] ---> Running in aa85aa36fc1c [2021-02-04T00:47:09.474Z] Removing intermediate container aea3c0365c63 [2021-02-04T00:47:09.474Z] ---> efd759937b13 [2021-02-04T00:47:09.474Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T00:47:09.756Z] ---> Running in 3cc2ce55ed7e [2021-02-04T00:47:10.043Z] Removing intermediate container a29aadd2225d [2021-02-04T00:47:10.043Z] ---> 163ecd5a89bb [2021-02-04T00:47:10.043Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T00:47:10.043Z] Removing intermediate container 4c6d14e03e48 [2021-02-04T00:47:10.043Z] ---> ff49f64bd345 [2021-02-04T00:47:10.043Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T00:47:10.043Z] Removing intermediate container e37aa95ea19c [2021-02-04T00:47:10.043Z] ---> 52659c71f02f [2021-02-04T00:47:10.043Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T00:47:10.325Z] ---> Running in 1ab3602d8fe4 [2021-02-04T00:47:10.325Z] ---> Running in 506674aa148b [2021-02-04T00:47:10.325Z] ---> Running in ee6cf2417748 [2021-02-04T00:47:11.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:11.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:11.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:12.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:12.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:13.286Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:13.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:14.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:14.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:14.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:47:15.217Z] OK: 217 MiB in 51 packages [2021-02-04T00:47:15.500Z] OK: 217 MiB in 51 packages [2021-02-04T00:47:16.112Z] OK: 217 MiB in 51 packages [2021-02-04T00:47:16.112Z] OK: 217 MiB in 51 packages [2021-02-04T00:47:17.122Z] OK: 217 MiB in 51 packages [2021-02-04T00:47:17.122Z] Removing intermediate container 3cc2ce55ed7e [2021-02-04T00:47:17.122Z] ---> 423d9b330994 [2021-02-04T00:47:17.122Z] Step 6/31 : COPY go.mod . [2021-02-04T00:47:17.426Z] Removing intermediate container aa85aa36fc1c [2021-02-04T00:47:17.426Z] ---> e0ac1de2d694 [2021-02-04T00:47:17.426Z] Step 6/22 : COPY go.mod . [2021-02-04T00:47:17.732Z] Removing intermediate container ee6cf2417748 [2021-02-04T00:47:17.732Z] ---> 08d108baeb62 [2021-02-04T00:47:17.732Z] Step 6/24 : COPY go.mod . [2021-02-04T00:47:18.022Z] Removing intermediate container 506674aa148b [2021-02-04T00:47:18.022Z] ---> d08774062c00 [2021-02-04T00:47:18.022Z] Step 6/21 : COPY go.mod . [2021-02-04T00:47:18.327Z] ---> 2d02b2a2c715 [2021-02-04T00:47:18.327Z] Step 7/31 : RUN go mod download [2021-02-04T00:47:18.625Z] ---> 6c4794c197a5 [2021-02-04T00:47:18.626Z] Step 7/22 : RUN go mod download [2021-02-04T00:47:18.918Z] ---> Running in f69a2b28f7e2 [2021-02-04T00:47:18.918Z] ---> Running in 94af8245f8a3 [2021-02-04T00:47:18.918Z] ---> 6092b8c409e4 [2021-02-04T00:47:18.918Z] Step 7/24 : RUN go mod download [2021-02-04T00:47:19.206Z] Removing intermediate container 1ab3602d8fe4 [2021-02-04T00:47:19.206Z] ---> af00c2d45400 [2021-02-04T00:47:19.206Z] Step 6/22 : COPY go.mod . [2021-02-04T00:47:19.206Z] ---> Running in 8a69fb3718fa [2021-02-04T00:47:19.486Z] ---> 40430e90f0e5 [2021-02-04T00:47:19.486Z] Step 7/21 : RUN go mod download [2021-02-04T00:47:19.766Z] ---> Running in 59a83cdc2e9a [2021-02-04T00:47:20.822Z] ---> 21d9ad43157e [2021-02-04T00:47:20.822Z] Step 7/22 : RUN go mod download [2021-02-04T00:47:20.822Z] ---> Running in 89c60cbb739d [2021-02-04T00:47:24.356Z] Removing intermediate container 94af8245f8a3 [2021-02-04T00:47:24.356Z] ---> 39bbf9b64573 [2021-02-04T00:47:24.356Z] Step 8/22 : COPY . . [2021-02-04T00:47:24.636Z] Removing intermediate container 8a69fb3718fa [2021-02-04T00:47:24.636Z] ---> b77cd5f21855 [2021-02-04T00:47:24.636Z] Step 8/24 : COPY . . [2021-02-04T00:47:24.918Z] Removing intermediate container f69a2b28f7e2 [2021-02-04T00:47:24.918Z] ---> e7a091d594ab [2021-02-04T00:47:24.918Z] Step 8/31 : COPY . . [2021-02-04T00:47:25.198Z] Removing intermediate container 59a83cdc2e9a [2021-02-04T00:47:25.198Z] ---> 96fab5c94bdf [2021-02-04T00:47:25.198Z] Step 8/21 : COPY . . [2021-02-04T00:47:25.809Z] Removing intermediate container 89c60cbb739d [2021-02-04T00:47:25.810Z] ---> ae209c345820 [2021-02-04T00:47:25.810Z] Step 8/22 : COPY . . [2021-02-04T00:47:52.844Z] ---> 019384d9d392 [2021-02-04T00:47:52.844Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T00:47:52.844Z] ---> baba7cfe360f [2021-02-04T00:47:52.844Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T00:47:52.844Z] ---> b3076a866058 [2021-02-04T00:47:52.844Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T00:47:52.844Z] ---> f5f690c3607f [2021-02-04T00:47:52.844Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T00:47:52.844Z] ---> Running in 5293b50112f8 [2021-02-04T00:47:52.844Z] ---> dd64ffc8285f [2021-02-04T00:47:52.844Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T00:47:52.844Z] ---> Running in 60ee2b7c746c [2021-02-04T00:47:52.844Z] ---> Running in e23ee7a444a3 [2021-02-04T00:47:52.844Z] ---> Running in 0f4a201c8dbd [2021-02-04T00:47:52.844Z] ---> Running in f5e0a3d0b5d6 [2021-02-04T00:47:52.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T00:47:52.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T00:47:52.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T00:47:53.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T00:47:53.128Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T00:49:15.139Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T00:49:17.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T00:49:25.490Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-04T00:49:32.256Z] Removing intermediate container e23ee7a444a3 [2021-02-04T00:49:32.256Z] ---> 2c4d32c4c1dc [2021-02-04T00:49:32.256Z] [2021-02-04T00:49:32.256Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T00:49:32.256Z] 3.12: Pulling from library/alpine [2021-02-04T00:49:34.267Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T00:49:34.267Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T00:49:34.267Z] ---> afeebe901d6b [2021-02-04T00:49:34.267Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T00:49:34.545Z] ---> Running in 40480e6b8a5d [2021-02-04T00:49:37.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:37.205Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:37.858Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T00:49:38.178Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:49:38.479Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T00:49:38.479Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T00:49:38.781Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T00:49:38.781Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:38.781Z] Removing intermediate container 60ee2b7c746c [2021-02-04T00:49:38.781Z] ---> 07e8bcbadedd [2021-02-04T00:49:38.781Z] [2021-02-04T00:49:38.781Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:49:38.781Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T00:49:38.781Z] ---> afeebe901d6b [2021-02-04T00:49:38.782Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T00:49:39.065Z] ---> Running in 0d93ccda1751 [2021-02-04T00:49:39.065Z] OK: 7 MiB in 19 packages [2021-02-04T00:49:41.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:41.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:42.358Z] Removing intermediate container 40480e6b8a5d [2021-02-04T00:49:42.358Z] ---> 5afd467b0f67 [2021-02-04T00:49:42.358Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:49:42.358Z] ---> Running in 4059741bd40d [2021-02-04T00:49:42.358Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T00:49:42.643Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:49:42.643Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T00:49:42.643Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T00:49:42.643Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:49:42.643Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:49:42.933Z] OK: 7 MiB in 18 packages [2021-02-04T00:49:43.221Z] Removing intermediate container 4059741bd40d [2021-02-04T00:49:43.221Z] ---> 7714d3058710 [2021-02-04T00:49:43.221Z] Step 13/24 : WORKDIR / [2021-02-04T00:49:43.527Z] ---> Running in fca5bc8ee565 [2021-02-04T00:49:44.548Z] Removing intermediate container fca5bc8ee565 [2021-02-04T00:49:44.548Z] ---> 7c36b8366504 [2021-02-04T00:49:44.548Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T00:49:45.560Z] Removing intermediate container 0d93ccda1751 [2021-02-04T00:49:45.560Z] ---> 7d914f41b533 [2021-02-04T00:49:45.854Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T00:49:45.854Z] ---> eee6076ef5cc [2021-02-04T00:49:45.854Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T00:49:45.854Z] ---> Running in cd8be6aa74bf [2021-02-04T00:49:46.879Z] Removing intermediate container cd8be6aa74bf [2021-02-04T00:49:46.879Z] ---> 4de1b2e3184a [2021-02-04T00:49:46.879Z] Step 13/21 : WORKDIR /edgex [2021-02-04T00:49:46.879Z] ---> Running in 967aaf7bf189 [2021-02-04T00:49:47.164Z] ---> 60f20ad8e989 [2021-02-04T00:49:47.164Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T00:49:48.174Z] Removing intermediate container 967aaf7bf189 [2021-02-04T00:49:48.174Z] ---> f442aa904903 [2021-02-04T00:49:48.174Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T00:49:48.793Z] ---> 735c9bbb7a7e [2021-02-04T00:49:48.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T00:49:49.406Z] ---> dbb47e840153 [2021-02-04T00:49:49.406Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T00:49:51.449Z] ---> 07f99b882225 [2021-02-04T00:49:51.449Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T00:49:52.920Z] ---> 6244cf038571 [2021-02-04T00:49:52.920Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T00:49:54.367Z] ---> 30bc216ed726 [2021-02-04T00:49:54.367Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T00:49:54.368Z] ---> c0356dd07dda [2021-02-04T00:49:54.368Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T00:49:54.646Z] Removing intermediate container 0f4a201c8dbd [2021-02-04T00:49:54.646Z] ---> c1b9c18e07bb [2021-02-04T00:49:54.647Z] [2021-02-04T00:49:54.647Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T00:49:54.647Z] ---> afeebe901d6b [2021-02-04T00:49:54.647Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T00:49:54.924Z] ---> Running in dfb3c241b551 [2021-02-04T00:49:54.924Z] ---> Running in 9d6aaa905d8b [2021-02-04T00:49:55.206Z] ---> e1ed91d5d790 [2021-02-04T00:49:55.206Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T00:49:55.808Z] ---> Running in 04a0443ba1f7 [2021-02-04T00:49:56.794Z] Removing intermediate container dfb3c241b551 [2021-02-04T00:49:56.794Z] ---> ca3f57718f7c [2021-02-04T00:49:56.794Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T00:49:56.794Z] Removing intermediate container 9d6aaa905d8b [2021-02-04T00:49:56.794Z] ---> 897608e34914 [2021-02-04T00:49:56.794Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T00:49:57.412Z] ---> Running in 90561301e666 [2021-02-04T00:49:57.412Z] ---> Running in 632fd9ba0b5f [2021-02-04T00:49:57.696Z] Removing intermediate container f5e0a3d0b5d6 [2021-02-04T00:49:57.696Z] ---> f057df34932e [2021-02-04T00:49:57.696Z] [2021-02-04T00:49:57.696Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:49:57.696Z] ---> afeebe901d6b [2021-02-04T00:49:57.696Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:49:57.696Z] Removing intermediate container 5293b50112f8 [2021-02-04T00:49:57.696Z] ---> 6c668cdd0937 [2021-02-04T00:49:57.696Z] [2021-02-04T00:49:57.696Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T00:49:57.696Z] ---> afeebe901d6b [2021-02-04T00:49:57.696Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T00:49:57.972Z] ---> Running in fe047cdd0167 [2021-02-04T00:49:57.972Z] ---> Running in e142e3e6887d [2021-02-04T00:49:58.253Z] Removing intermediate container 632fd9ba0b5f [2021-02-04T00:49:58.253Z] ---> c975e66abfc0 [2021-02-04T00:49:58.253Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T00:49:58.529Z] ---> Running in eedc1551dc8f [2021-02-04T00:49:59.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:59.132Z] Removing intermediate container eedc1551dc8f [2021-02-04T00:49:59.132Z] ---> 8a5ca1c0dd00 [2021-02-04T00:49:59.132Z] Step 20/21 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:49:59.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:49:59.407Z] ---> Running in 6560c25fc430 [2021-02-04T00:50:00.009Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:50:00.009Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T00:50:00.009Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:50:00.009Z] OK: 5 MiB in 16 packages [2021-02-04T00:50:00.009Z] Removing intermediate container 04a0443ba1f7 [2021-02-04T00:50:00.009Z] ---> 717c6f15a308 [2021-02-04T00:50:00.009Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T00:50:00.283Z] Removing intermediate container 6560c25fc430 [2021-02-04T00:50:00.283Z] ---> ea7f6f28c333 [2021-02-04T00:50:00.283Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T00:50:00.283Z] ---> Running in 721b0d630cfd [2021-02-04T00:50:00.283Z] ---> Running in 5671bb4a852b [2021-02-04T00:50:00.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:00.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:00.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:00.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:01.105Z] Removing intermediate container 721b0d630cfd [2021-02-04T00:50:01.105Z] ---> f9643607d7b8 [2021-02-04T00:50:01.105Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T00:50:01.105Z] Removing intermediate container 5671bb4a852b [2021-02-04T00:50:01.105Z] ---> 2fef143848f0 [2021-02-04T00:50:01.105Z] [2021-02-04T00:50:01.105Z] ---> Running in 4b55f0597b6c [2021-02-04T00:50:01.390Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T00:50:01.390Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:50:01.390Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T00:50:01.390Z] OK: 5 MiB in 15 packages [2021-02-04T00:50:01.390Z] Removing intermediate container 90561301e666 [2021-02-04T00:50:01.390Z] ---> 3691fe1abaf9 [2021-02-04T00:50:01.390Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T00:50:01.672Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T00:50:01.672Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:50:01.672Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T00:50:01.952Z] Successfully built 2fef143848f0 [2021-02-04T00:50:01.952Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T00:50:01.952Z] OK: 6 MiB in 16 packages [2021-02-04T00:50:01.952Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-04T00:50:02.233Z] ---> Running in 67934329260b [2021-02-04T00:50:02.233Z] Removing intermediate container 4b55f0597b6c [2021-02-04T00:50:02.233Z] ---> 72925fbe27e9 [2021-02-04T00:50:02.233Z] Step 23/24 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:50:02.514Z] ---> Running in c32a7672215d [2021-02-04T00:50:02.790Z] Removing intermediate container 67934329260b [2021-02-04T00:50:02.790Z] ---> 7439a3499fea [2021-02-04T00:50:02.790Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T00:50:03.073Z] ---> Running in cb35b445ac05 [2021-02-04T00:50:03.352Z] Removing intermediate container c32a7672215d [2021-02-04T00:50:03.352Z] ---> 0b373aee7b50 [2021-02-04T00:50:03.352Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T00:50:03.633Z] Removing intermediate container fe047cdd0167 [2021-02-04T00:50:03.633Z] ---> 75703bcad456 [2021-02-04T00:50:03.633Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:50:03.908Z] ---> Running in 91cb292512e8 [2021-02-04T00:50:04.503Z] ---> Running in c0ed4e17aa6d [2021-02-04T00:50:04.504Z] Removing intermediate container cb35b445ac05 [2021-02-04T00:50:04.504Z] ---> d234d2c86f09 [2021-02-04T00:50:04.504Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T00:50:04.504Z] Removing intermediate container e142e3e6887d [2021-02-04T00:50:04.794Z] ---> 46212813d43c [2021-02-04T00:50:04.794Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:50:05.072Z] Removing intermediate container 91cb292512e8 [2021-02-04T00:50:05.072Z] ---> a444bf9b600a [2021-02-04T00:50:05.072Z] [2021-02-04T00:50:05.352Z] ---> Running in 03603d86b7c3 [2021-02-04T00:50:05.352Z] ---> Running in 50ce7dd745b0 [2021-02-04T00:50:05.631Z] Successfully built a444bf9b600a [2021-02-04T00:50:05.909Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T00:50:05.909Z] Building docker-sys-mgmt-agent-go [2021-02-04T00:50:05.909Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container c0ed4e17aa6d [2021-02-04T00:50:05.909Z] ---> c3a9f8b8db89 [2021-02-04T00:50:05.909Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T00:50:06.193Z] Removing intermediate container 03603d86b7c3 [2021-02-04T00:50:06.193Z] ---> e3bcc137d4d1 [2021-02-04T00:50:06.193Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T00:50:06.193Z] ---> Running in 4ec91f305e0c [2021-02-04T00:50:06.472Z] ---> Running in a33569efd6b9 [2021-02-04T00:50:06.760Z] Removing intermediate container 4ec91f305e0c [2021-02-04T00:50:06.760Z] ---> b4567b4c8448 [2021-02-04T00:50:06.760Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:50:07.036Z] Removing intermediate container a33569efd6b9 [2021-02-04T00:50:07.036Z] ---> 6efa6ad53b00 [2021-02-04T00:50:07.036Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T00:50:07.330Z] ---> Running in ea27f3d53509 [2021-02-04T00:50:07.330Z] ---> Running in 1cbe6e754d48 [2021-02-04T00:50:07.936Z] Removing intermediate container ea27f3d53509 [2021-02-04T00:50:07.936Z] ---> f02ecc3554ec [2021-02-04T00:50:07.936Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:50:07.936Z] Removing intermediate container 1cbe6e754d48 [2021-02-04T00:50:07.936Z] ---> 4607ca1b149b [2021-02-04T00:50:07.936Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:50:09.931Z] ---> 97a4ddb29428 [2021-02-04T00:50:09.931Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T00:50:10.564Z] Removing intermediate container 50ce7dd745b0 [2021-02-04T00:50:10.564Z] ---> c03019da39c3 [2021-02-04T00:50:10.564Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T00:50:10.848Z] ---> f8be1c4b75a7 [2021-02-04T00:50:10.848Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T00:50:11.121Z] ---> Running in 1ee4d072a8a3 [2021-02-04T00:50:11.403Z] ---> c785d17b086d [2021-02-04T00:50:11.403Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T00:50:12.405Z] Removing intermediate container 1ee4d072a8a3 [2021-02-04T00:50:12.405Z] ---> d7c66ab5e21d [2021-02-04T00:50:12.405Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T00:50:13.014Z] ---> 080a048afd10 [2021-02-04T00:50:13.014Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T00:50:13.014Z] ---> 2a4c62c0800f [2021-02-04T00:50:13.014Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T00:50:13.287Z] ---> Running in 16022e77f690 [2021-02-04T00:50:13.560Z] ---> 310870c072de [2021-02-04T00:50:13.560Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T00:50:13.841Z] ---> Running in 96c00e348e87 [2021-02-04T00:50:14.118Z] Removing intermediate container 16022e77f690 [2021-02-04T00:50:14.118Z] ---> edafc58a7229 [2021-02-04T00:50:14.118Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:50:14.722Z] ---> 0909fbd245f5 [2021-02-04T00:50:14.722Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T00:50:14.999Z] ---> Running in cde64545392f [2021-02-04T00:50:15.274Z] ---> Running in 68f1c0ede655 [2021-02-04T00:50:15.878Z] Removing intermediate container cde64545392f [2021-02-04T00:50:15.878Z] ---> 3939fe00f115 [2021-02-04T00:50:15.878Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:50:16.480Z] Removing intermediate container 68f1c0ede655 [2021-02-04T00:50:16.480Z] ---> 8ed8f7d64938 [2021-02-04T00:50:16.480Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:50:16.754Z] ---> Running in c3f69fc0cea7 [2021-02-04T00:50:17.040Z] ---> Running in 4207315b5ffb [2021-02-04T00:50:17.641Z] Removing intermediate container c3f69fc0cea7 [2021-02-04T00:50:17.641Z] ---> 1ab06f0dbe80 [2021-02-04T00:50:17.641Z] Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:50:17.921Z] Removing intermediate container 4207315b5ffb [2021-02-04T00:50:17.921Z] ---> ef6260d7b755 [2021-02-04T00:50:17.921Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T00:50:17.921Z] ---> Running in e452c146f873 [2021-02-04T00:50:18.194Z] ---> Running in a8529ef053b5 [2021-02-04T00:50:18.476Z] Removing intermediate container e452c146f873 [2021-02-04T00:50:18.476Z] ---> 5bb90a64429b [2021-02-04T00:50:18.476Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:50:18.752Z] Removing intermediate container 96c00e348e87 [2021-02-04T00:50:18.752Z] ---> 2202a4c9df37 [2021-02-04T00:50:18.752Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:50:18.752Z] Removing intermediate container a8529ef053b5 [2021-02-04T00:50:18.752Z] ---> 571dc099c520 [2021-02-04T00:50:18.752Z] Step 21/22 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:50:19.025Z] ---> Running in e44718ac1ff2 [2021-02-04T00:50:19.299Z] ---> Running in d980d9b60044 [2021-02-04T00:50:19.573Z] Removing intermediate container e44718ac1ff2 [2021-02-04T00:50:19.573Z] ---> 5a8416378f7d [2021-02-04T00:50:19.573Z] [2021-02-04T00:50:20.169Z] Successfully built 5a8416378f7d [2021-02-04T00:50:20.169Z] ---> ef093f6e5c77 [2021-02-04T00:50:20.169Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T00:50:20.169Z] Removing intermediate container d980d9b60044 [2021-02-04T00:50:20.169Z] ---> d812249e8741 [2021-02-04T00:50:20.169Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T00:50:20.169Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T00:50:20.169Z] Building docker-core-command-go [2021-02-04T00:50:20.438Z]  Building docker-support-scheduler-go ... done  ---> Running in ee00f67404b9 [2021-02-04T00:50:21.426Z] Removing intermediate container ee00f67404b9 [2021-02-04T00:50:21.426Z] ---> 322db8c768c0 [2021-02-04T00:50:21.426Z] [2021-02-04T00:50:21.706Z] ---> 995ba96e3c1b [2021-02-04T00:50:21.706Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T00:50:21.979Z] Successfully built 322db8c768c0 [2021-02-04T00:50:21.980Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T00:50:21.980Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-04T00:50:22.961Z] ---> 1a5d50de151a [2021-02-04T00:50:22.961Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T00:50:24.402Z] ---> a2eac3cefeae [2021-02-04T00:50:24.402Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T00:50:25.846Z] ---> b35b27a5db0c [2021-02-04T00:50:25.846Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T00:50:26.832Z] ---> Running in e8cdb37500c3 [2021-02-04T00:50:27.994Z] Removing intermediate container e8cdb37500c3 [2021-02-04T00:50:27.994Z] ---> 8f9668089149 [2021-02-04T00:50:27.994Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T00:50:30.127Z] ---> f738e7b51c60 [2021-02-04T00:50:30.127Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T00:50:31.117Z] ---> Running in 2941c4899543 [2021-02-04T00:50:35.485Z] Removing intermediate container 2941c4899543 [2021-02-04T00:50:35.485Z] ---> 8bc378a9fe57 [2021-02-04T00:50:35.485Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T00:50:35.758Z] ---> Running in f76b7b6499ac [2021-02-04T00:50:36.359Z] Removing intermediate container f76b7b6499ac [2021-02-04T00:50:36.359Z] ---> bba71ad1712c [2021-02-04T00:50:36.359Z] Step 28/31 : CMD ["gate"] [2021-02-04T00:50:36.960Z] ---> Running in b9061a7ac722 [2021-02-04T00:50:37.942Z] Removing intermediate container b9061a7ac722 [2021-02-04T00:50:37.942Z] ---> 8789daa6c34a [2021-02-04T00:50:37.942Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T00:50:38.542Z] ---> Running in ce84c3232dfe [2021-02-04T00:50:39.525Z] Removing intermediate container ce84c3232dfe [2021-02-04T00:50:39.525Z] ---> 975b20f9c22c [2021-02-04T00:50:39.525Z] Step 30/31 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:50:40.517Z] ---> Running in 77fa9cf85d6a [2021-02-04T00:50:41.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:41.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:41.122Z] ---> f50fc4ba909b [2021-02-04T00:50:41.122Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:50:41.122Z] ---> Using cache [2021-02-04T00:50:41.122Z] ---> 9c9b13d6eb83 [2021-02-04T00:50:41.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:41.122Z] ---> Using cache [2021-02-04T00:50:41.122Z] ---> 163ecd5a89bb [2021-02-04T00:50:41.122Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T00:50:42.568Z] Removing intermediate container 77fa9cf85d6a [2021-02-04T00:50:42.568Z] ---> 13f7c25fb0d8 [2021-02-04T00:50:42.568Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T00:50:42.568Z] ---> Running in 0748f4b60668 [2021-02-04T00:50:43.171Z] ---> Running in aae54b6957f9 [2021-02-04T00:50:44.159Z] Removing intermediate container aae54b6957f9 [2021-02-04T00:50:44.160Z] ---> 4cd99f315fb1 [2021-02-04T00:50:44.160Z] [2021-02-04T00:50:44.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:44.432Z] Successfully built 4cd99f315fb1 [2021-02-04T00:50:44.432Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T00:50:45.420Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:46.021Z] OK: 217 MiB in 51 packages [2021-02-04T00:50:49.062Z] Removing intermediate container 0748f4b60668 [2021-02-04T00:50:49.062Z] ---> d53af564a397 [2021-02-04T00:50:49.062Z] Step 6/23 : COPY go.mod . [2021-02-04T00:50:50.528Z] ---> 87039c80015c [2021-02-04T00:50:50.528Z] Step 7/23 : RUN go mod download [2021-02-04T00:50:51.140Z] ---> Running in 1ee04a6480bb [2021-02-04T00:50:51.417Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:50:51.417Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:50:51.417Z] ---> f50fc4ba909b [2021-02-04T00:50:51.417Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T00:50:51.417Z] ---> Using cache [2021-02-04T00:50:51.417Z] ---> 9c9b13d6eb83 [2021-02-04T00:50:51.417Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:50:51.417Z] ---> Using cache [2021-02-04T00:50:51.417Z] ---> 163ecd5a89bb [2021-02-04T00:50:51.417Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T00:50:51.417Z] ---> Running in 1a4ca4490fba [2021-02-04T00:50:53.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:54.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:50:55.052Z] OK: 217 MiB in 51 packages [2021-02-04T00:50:57.724Z] Removing intermediate container 1ee04a6480bb [2021-02-04T00:50:57.724Z] ---> ea4e3a5f44bc [2021-02-04T00:50:57.724Z] Step 8/23 : COPY . . [2021-02-04T00:50:58.008Z] Removing intermediate container 1a4ca4490fba [2021-02-04T00:50:58.008Z] ---> f25eee8c30bf [2021-02-04T00:50:58.008Z] Step 6/26 : COPY go.mod . [2021-02-04T00:51:00.058Z] ---> 507234f10730 [2021-02-04T00:51:00.058Z] Step 7/26 : RUN go mod download [2021-02-04T00:51:00.663Z] ---> Running in a9046a4566ff [2021-02-04T00:51:02.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:51:02.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:51:02.688Z] ---> f50fc4ba909b [2021-02-04T00:51:02.688Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:51:02.688Z] ---> Using cache [2021-02-04T00:51:02.688Z] ---> 9c9b13d6eb83 [2021-02-04T00:51:02.688Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:51:02.688Z] ---> Using cache [2021-02-04T00:51:02.688Z] ---> 163ecd5a89bb [2021-02-04T00:51:02.688Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:51:02.688Z] ---> Using cache [2021-02-04T00:51:02.688Z] ---> af00c2d45400 [2021-02-04T00:51:02.688Z] Step 6/23 : COPY go.mod . [2021-02-04T00:51:02.688Z] ---> Using cache [2021-02-04T00:51:02.688Z] ---> 21d9ad43157e [2021-02-04T00:51:02.688Z] Step 7/23 : RUN go mod download [2021-02-04T00:51:02.688Z] ---> Using cache [2021-02-04T00:51:02.688Z] ---> ae209c345820 [2021-02-04T00:51:02.688Z] Step 8/23 : COPY . . [2021-02-04T00:51:02.688Z] ---> Using cache [2021-02-04T00:51:02.688Z] ---> f5f690c3607f [2021-02-04T00:51:02.688Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T00:51:02.991Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T00:51:02.991Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T00:51:02.991Z] ---> f50fc4ba909b [2021-02-04T00:51:02.991Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T00:51:02.991Z] ---> Using cache [2021-02-04T00:51:02.991Z] ---> 9c9b13d6eb83 [2021-02-04T00:51:02.991Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:51:02.991Z] ---> Using cache [2021-02-04T00:51:02.991Z] ---> 163ecd5a89bb [2021-02-04T00:51:02.991Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T00:51:02.991Z] ---> Using cache [2021-02-04T00:51:02.991Z] ---> af00c2d45400 [2021-02-04T00:51:02.991Z] Step 6/23 : COPY go.mod . [2021-02-04T00:51:02.991Z] ---> Using cache [2021-02-04T00:51:02.991Z] ---> 21d9ad43157e [2021-02-04T00:51:02.991Z] Step 7/23 : RUN go mod download [2021-02-04T00:51:02.991Z] ---> Using cache [2021-02-04T00:51:02.991Z] ---> ae209c345820 [2021-02-04T00:51:02.991Z] Step 8/23 : COPY . . [2021-02-04T00:51:03.442Z] ---> Using cache [2021-02-04T00:51:03.442Z] ---> f5f690c3607f [2021-02-04T00:51:03.442Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T00:51:05.434Z] ---> Running in ce7921eefc4f [2021-02-04T00:51:05.434Z] ---> Running in 717a1dab38c2 [2021-02-04T00:51:06.038Z] Removing intermediate container a9046a4566ff [2021-02-04T00:51:06.038Z] ---> 2422780ec5cf [2021-02-04T00:51:06.038Z] Step 8/26 : COPY . . [2021-02-04T00:51:07.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T00:51:07.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T00:51:22.113Z] ---> 6611c2d2bc79 [2021-02-04T00:51:22.113Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T00:51:22.389Z] ---> Running in 0a8b9af86333 [2021-02-04T00:51:25.020Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T00:51:30.463Z] ---> 20cf6e3b080c [2021-02-04T00:51:30.463Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T00:51:30.738Z] ---> Running in 630ae28e65d2 [2021-02-04T00:51:32.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T00:52:54.620Z] Removing intermediate container ce7921eefc4f [2021-02-04T00:52:54.620Z] ---> 7036f24b7bc6 [2021-02-04T00:52:54.620Z] [2021-02-04T00:52:54.620Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:52:54.620Z] ---> afeebe901d6b [2021-02-04T00:52:54.620Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:52:54.620Z] ---> Using cache [2021-02-04T00:52:54.620Z] ---> 75703bcad456 [2021-02-04T00:52:54.620Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:52:54.620Z] ---> Using cache [2021-02-04T00:52:54.620Z] ---> c3a9f8b8db89 [2021-02-04T00:52:54.620Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T00:52:54.620Z] ---> Running in 96a08969d8bc [2021-02-04T00:52:54.620Z] Removing intermediate container 96a08969d8bc [2021-02-04T00:52:54.620Z] ---> 7bb723b7bbc1 [2021-02-04T00:52:54.620Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:52:54.620Z] ---> Running in d47c1930679b [2021-02-04T00:52:54.620Z] Removing intermediate container d47c1930679b [2021-02-04T00:52:54.620Z] ---> 54af7b2bae6b [2021-02-04T00:52:54.620Z] Step 15/23 : WORKDIR / [2021-02-04T00:52:54.620Z] ---> Running in 4c20d79995d6 [2021-02-04T00:52:54.620Z] Removing intermediate container 4c20d79995d6 [2021-02-04T00:52:54.620Z] ---> 70bf59640259 [2021-02-04T00:52:54.620Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:52:54.620Z] ---> 4cb6f1c759a8 [2021-02-04T00:52:54.620Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T00:52:54.620Z] ---> a883287dc094 [2021-02-04T00:52:54.620Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T00:52:55.541Z] ---> d333102ec269 [2021-02-04T00:52:55.541Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T00:52:55.893Z] ---> Running in bc35d2bdd17d [2021-02-04T00:52:57.415Z] Removing intermediate container bc35d2bdd17d [2021-02-04T00:52:57.415Z] ---> 97de950d8a86 [2021-02-04T00:52:57.415Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:52:58.020Z] ---> Running in 5cbec497aa5a [2021-02-04T00:52:59.465Z] Removing intermediate container 5cbec497aa5a [2021-02-04T00:52:59.465Z] ---> bd65b7213653 [2021-02-04T00:52:59.465Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:53:00.069Z] ---> Running in 38fc6cf9bba6 [2021-02-04T00:53:01.514Z] Removing intermediate container 38fc6cf9bba6 [2021-02-04T00:53:01.514Z] ---> f87d0d3f3ff3 [2021-02-04T00:53:01.514Z] Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:53:01.514Z] Removing intermediate container 630ae28e65d2 [2021-02-04T00:53:01.514Z] ---> 419b84278525 [2021-02-04T00:53:01.514Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T00:53:01.789Z] ---> Running in 263f3868aa6d [2021-02-04T00:53:01.789Z] ---> Running in f6a2becec2c2 [2021-02-04T00:53:02.070Z] Removing intermediate container 717a1dab38c2 [2021-02-04T00:53:02.070Z] ---> 441da75cc68c [2021-02-04T00:53:02.070Z] [2021-02-04T00:53:02.070Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:53:02.070Z] ---> afeebe901d6b [2021-02-04T00:53:02.070Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T00:53:02.070Z] ---> Using cache [2021-02-04T00:53:02.070Z] ---> 75703bcad456 [2021-02-04T00:53:02.070Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T00:53:02.070Z] ---> Using cache [2021-02-04T00:53:02.070Z] ---> c3a9f8b8db89 [2021-02-04T00:53:02.070Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T00:53:02.348Z] ---> Running in 82f824d37706 [2021-02-04T00:53:02.646Z] Removing intermediate container f6a2becec2c2 [2021-02-04T00:53:02.646Z] ---> 411a2b801094 [2021-02-04T00:53:02.646Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:53:02.646Z] ---> Running in 37f35f50eb13 [2021-02-04T00:53:03.251Z] Removing intermediate container 82f824d37706 [2021-02-04T00:53:03.251Z] ---> 9ccbd2cb0f76 [2021-02-04T00:53:03.251Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T00:53:03.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T00:53:03.535Z] Removing intermediate container 37f35f50eb13 [2021-02-04T00:53:03.535Z] ---> 259ca9c7eaea [2021-02-04T00:53:03.535Z] [2021-02-04T00:53:03.814Z] ---> Running in 33093467d534 [2021-02-04T00:53:04.418Z] Successfully built 259ca9c7eaea [2021-02-04T00:53:04.418Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T00:53:04.418Z]  Building docker-core-command-go ... done Removing intermediate container 33093467d534 [2021-02-04T00:53:04.418Z] ---> c38460ae4661 [2021-02-04T00:53:04.418Z] Step 15/23 : WORKDIR / [2021-02-04T00:53:04.692Z] ---> Running in 391174338c09 [2021-02-04T00:53:05.292Z] Removing intermediate container 391174338c09 [2021-02-04T00:53:05.292Z] ---> 4b84e66fd806 [2021-02-04T00:53:05.292Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:53:06.283Z] ---> 53cc89d356fa [2021-02-04T00:53:06.283Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T00:53:07.724Z] Removing intermediate container 263f3868aa6d [2021-02-04T00:53:07.724Z] ---> fca594d17a0b [2021-02-04T00:53:07.724Z] [2021-02-04T00:53:07.724Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T00:53:07.724Z] 20.10.0: Pulling from library/docker [2021-02-04T00:53:07.999Z] ---> c8613ef3ba18 [2021-02-04T00:53:07.999Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T00:53:09.435Z] ---> 88f32b02afe1 [2021-02-04T00:53:09.435Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T00:53:10.038Z] ---> Running in f290c0e24233 [2021-02-04T00:53:11.016Z] Removing intermediate container f290c0e24233 [2021-02-04T00:53:11.016Z] ---> e62536a20fdc [2021-02-04T00:53:11.016Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:53:11.610Z] ---> Running in 39954b280d35 [2021-02-04T00:53:12.101Z] Removing intermediate container 39954b280d35 [2021-02-04T00:53:12.101Z] ---> 846d39138028 [2021-02-04T00:53:12.101Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:53:12.380Z] ---> Running in 95ccfab12619 [2021-02-04T00:53:13.371Z] Removing intermediate container 95ccfab12619 [2021-02-04T00:53:13.371Z] ---> 204c4e6f1332 [2021-02-04T00:53:13.371Z] Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:53:14.367Z] ---> Running in 452689a9d513 [2021-02-04T00:53:15.380Z] Removing intermediate container 452689a9d513 [2021-02-04T00:53:15.380Z] ---> 68c20473186a [2021-02-04T00:53:15.380Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:53:16.377Z] ---> Running in 2a826e278ae2 [2021-02-04T00:53:17.850Z] Removing intermediate container 0a8b9af86333 [2021-02-04T00:53:17.850Z] ---> e18f4ea80589 [2021-02-04T00:53:17.850Z] [2021-02-04T00:53:17.850Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T00:53:17.850Z] ---> afeebe901d6b [2021-02-04T00:53:17.850Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T00:53:17.850Z] Removing intermediate container 2a826e278ae2 [2021-02-04T00:53:17.850Z] ---> 1bf67b57ce71 [2021-02-04T00:53:17.850Z] [2021-02-04T00:53:18.453Z] ---> Running in 428a3491fd9a [2021-02-04T00:53:18.453Z] Successfully built 1bf67b57ce71 [2021-02-04T00:53:18.453Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T00:53:18.743Z]  Building docker-core-metadata-go ... done Removing intermediate container 428a3491fd9a [2021-02-04T00:53:18.743Z] ---> b2c20fd76a97 [2021-02-04T00:53:18.743Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T00:53:19.345Z] ---> Running in f72d5a8aa557 [2021-02-04T00:53:19.619Z] Removing intermediate container f72d5a8aa557 [2021-02-04T00:53:19.619Z] ---> bdd85f8436ac [2021-02-04T00:53:19.619Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T00:53:19.894Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T00:53:19.894Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T00:53:19.894Z] ---> eeaf43b92773 [2021-02-04T00:53:19.894Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T00:53:19.894Z] ---> Running in c364db398423 [2021-02-04T00:53:20.169Z] ---> Running in cd6cf2a912f7 [2021-02-04T00:53:20.445Z] Removing intermediate container c364db398423 [2021-02-04T00:53:20.445Z] ---> 62f291267cb6 [2021-02-04T00:53:20.445Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T00:53:20.720Z] ---> Running in 28a04b55a8f8 [2021-02-04T00:53:21.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:21.726Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:22.338Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T00:53:22.338Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T00:53:22.338Z] Executing bash-5.0.17-r0.post-install [2021-02-04T00:53:22.618Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:22.618Z] OK: 12 MiB in 22 packages [2021-02-04T00:53:23.218Z] Removing intermediate container 28a04b55a8f8 [2021-02-04T00:53:23.218Z] ---> f86537dd49fe [2021-02-04T00:53:23.218Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T00:53:23.502Z] ---> Running in db113aacbb50 [2021-02-04T00:53:24.107Z] Removing intermediate container cd6cf2a912f7 [2021-02-04T00:53:24.108Z] ---> f4ea5a69c395 [2021-02-04T00:53:24.108Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T00:53:24.383Z] ---> Running in e1d408b821ae [2021-02-04T00:53:24.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:24.982Z] Removing intermediate container e1d408b821ae [2021-02-04T00:53:24.982Z] ---> d62e9e409507 [2021-02-04T00:53:24.982Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T00:53:25.256Z] ---> Running in 63247e989fa0 [2021-02-04T00:53:25.531Z] Removing intermediate container 63247e989fa0 [2021-02-04T00:53:25.531Z] ---> 247088e1ca3d [2021-02-04T00:53:25.531Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T00:53:25.808Z] ---> Running in 28717a23c858 [2021-02-04T00:53:26.408Z] Removing intermediate container 28717a23c858 [2021-02-04T00:53:26.408Z] ---> bfbf2d4aa727 [2021-02-04T00:53:26.408Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T00:53:26.408Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:27.857Z] ---> bda6c374f4f3 [2021-02-04T00:53:27.857Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T00:53:27.857Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T00:53:27.857Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T00:53:27.857Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T00:53:28.131Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T00:53:28.411Z] ---> f4a59b63ecb4 [2021-02-04T00:53:28.411Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T00:53:28.687Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T00:53:28.687Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T00:53:28.961Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:28.961Z] OK: 8 MiB in 20 packages [2021-02-04T00:53:29.566Z] ---> 47d9e80b3029 [2021-02-04T00:53:29.566Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T00:53:29.840Z] ---> Running in cc3cc8165b47 [2021-02-04T00:53:30.448Z] Removing intermediate container db113aacbb50 [2021-02-04T00:53:30.448Z] ---> 054c858be382 [2021-02-04T00:53:30.448Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T00:53:31.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:31.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:53:31.324Z] ---> ce62825a263f [2021-02-04T00:53:31.324Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T00:53:31.600Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T00:53:31.600Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T00:53:31.600Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T00:53:31.600Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T00:53:31.600Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T00:53:31.875Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T00:53:31.876Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T00:53:33.329Z] ---> 44fec4d9b468 [2021-02-04T00:53:33.329Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T00:53:33.640Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T00:53:33.640Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T00:53:33.640Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T00:53:33.640Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T00:53:33.640Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T00:53:33.640Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T00:53:33.640Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T00:53:33.915Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T00:53:33.915Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T00:53:33.915Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T00:53:33.915Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T00:53:33.915Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T00:53:33.915Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T00:53:33.915Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T00:53:33.915Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T00:53:34.193Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T00:53:34.194Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T00:53:34.194Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T00:53:34.194Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T00:53:34.194Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T00:53:34.194Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T00:53:34.194Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T00:53:34.194Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T00:53:34.194Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T00:53:34.194Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T00:53:34.194Z] ---> 0dc8d5365407 [2021-02-04T00:53:34.194Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T00:53:34.194Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T00:53:34.464Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:53:34.464Z] OK: 71 MiB in 55 packages [2021-02-04T00:53:34.736Z] ---> Running in 20503bc16a44 [2021-02-04T00:53:35.011Z] Removing intermediate container 20503bc16a44 [2021-02-04T00:53:35.011Z] ---> a7547ed56956 [2021-02-04T00:53:35.011Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:53:35.289Z] ---> Running in 634a33330a23 [2021-02-04T00:53:35.893Z] Removing intermediate container 634a33330a23 [2021-02-04T00:53:35.893Z] ---> dadad374d4d0 [2021-02-04T00:53:35.893Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T00:53:36.168Z] ---> Running in 6d3cab6d0475 [2021-02-04T00:53:36.767Z] Removing intermediate container 6d3cab6d0475 [2021-02-04T00:53:36.767Z] ---> 734d459bac97 [2021-02-04T00:53:36.767Z] Step 22/23 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:53:37.041Z] ---> Running in 52d385e8f5f2 [2021-02-04T00:53:37.646Z] Removing intermediate container 52d385e8f5f2 [2021-02-04T00:53:37.646Z] ---> 5a2d99d60ac8 [2021-02-04T00:53:37.646Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T00:53:37.917Z] ---> Running in 6ea97cad9c30 [2021-02-04T00:53:38.524Z] Removing intermediate container 6ea97cad9c30 [2021-02-04T00:53:38.524Z] ---> 2a74bdd8be1d [2021-02-04T00:53:38.524Z] [2021-02-04T00:53:38.859Z] Successfully built 2a74bdd8be1d [2021-02-04T00:53:38.859Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T00:53:40.301Z]  Building docker-core-data-go ... done Removing intermediate container cc3cc8165b47 [2021-02-04T00:53:40.301Z] ---> 4b2b1998e820 [2021-02-04T00:53:40.301Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T00:53:40.579Z] ---> Running in b7630941a10d [2021-02-04T00:53:46.023Z] Collecting docker-compose==1.23.2 [2021-02-04T00:53:46.023Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T00:53:47.011Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T00:53:47.011Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T00:53:48.445Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T00:53:48.445Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T00:53:49.876Z] Collecting PyYAML<4,>=3.10 [2021-02-04T00:53:49.876Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T00:53:53.356Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T00:53:53.356Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T00:53:55.326Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T00:53:55.595Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T00:53:55.595Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T00:53:58.958Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T00:53:58.958Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T00:53:58.958Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T00:53:58.958Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T00:53:59.558Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T00:53:59.559Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T00:54:02.183Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T00:54:02.183Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T00:54:03.614Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T00:54:03.614Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T00:54:03.614Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T00:54:03.883Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T00:54:04.155Z] Collecting idna<2.8,>=2.5 [2021-02-04T00:54:04.155Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T00:54:04.425Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T00:54:04.425Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T00:54:04.698Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T00:54:04.698Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T00:54:04.698Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T00:54:04.698Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T00:54:05.672Z] Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, texttable, docopt, websocket-client, jsonschema, dockerpty, docker-pycreds, docker, docker-compose [2021-02-04T00:54:05.672Z] Attempting uninstall: urllib3 [2021-02-04T00:54:05.672Z] Found existing installation: urllib3 1.25.9 [2021-02-04T00:54:05.945Z] Uninstalling urllib3-1.25.9: [2021-02-04T00:54:05.945Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T00:54:06.539Z] Attempting uninstall: idna [2021-02-04T00:54:06.539Z] Found existing installation: idna 2.9 [2021-02-04T00:54:06.539Z] Uninstalling idna-2.9: [2021-02-04T00:54:06.812Z] Successfully uninstalled idna-2.9 [2021-02-04T00:54:07.412Z] Attempting uninstall: requests [2021-02-04T00:54:07.412Z] Found existing installation: requests 2.23.0 [2021-02-04T00:54:07.412Z] Uninstalling requests-2.23.0: [2021-02-04T00:54:07.686Z] Successfully uninstalled requests-2.23.0 [2021-02-04T00:54:07.956Z] Running setup.py install for PyYAML: started [2021-02-04T00:54:10.565Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T00:54:10.565Z] Running setup.py install for texttable: started [2021-02-04T00:54:12.538Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T00:54:12.538Z] Running setup.py install for docopt: started [2021-02-04T00:54:14.506Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T00:54:15.101Z] Running setup.py install for dockerpty: started [2021-02-04T00:54:17.068Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T00:54:19.035Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T00:54:23.325Z] Removing intermediate container b7630941a10d [2021-02-04T00:54:23.325Z] ---> 4a52725c4266 [2021-02-04T00:54:23.325Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T00:54:23.325Z] ---> Running in 8f3d3f9c093b [2021-02-04T00:54:23.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T00:54:24.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T00:54:25.168Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T00:54:25.168Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T00:54:25.168Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T00:54:25.168Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T00:54:25.168Z] OK: 71 MiB in 58 packages [2021-02-04T00:54:26.610Z] Removing intermediate container 8f3d3f9c093b [2021-02-04T00:54:26.610Z] ---> 0f072f2358d6 [2021-02-04T00:54:26.610Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T00:54:26.610Z] ---> Running in f9468a097927 [2021-02-04T00:54:26.880Z] Removing intermediate container f9468a097927 [2021-02-04T00:54:26.880Z] ---> 57396234df41 [2021-02-04T00:54:26.880Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T00:54:27.151Z] ---> Running in 1e5b221ee6b2 [2021-02-04T00:54:27.423Z] Removing intermediate container 1e5b221ee6b2 [2021-02-04T00:54:27.423Z] ---> 11868d4d169a [2021-02-04T00:54:27.423Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T00:54:27.721Z] ---> Running in 1acf158d4fcc [2021-02-04T00:54:27.995Z] Removing intermediate container 1acf158d4fcc [2021-02-04T00:54:27.995Z] ---> 20914f4b996e [2021-02-04T00:54:27.995Z] Step 25/26 : LABEL git_sha=e823944490bff4293b7713b1928293449171409f [2021-02-04T00:54:28.268Z] ---> Running in 91046358cd96 [2021-02-04T00:54:28.863Z] Removing intermediate container 91046358cd96 [2021-02-04T00:54:28.863Z] ---> 2a2332595f05 [2021-02-04T00:54:28.863Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T00:54:28.863Z] ---> Running in 250b864dd3e5 [2021-02-04T00:54:29.458Z] Removing intermediate container 250b864dd3e5 [2021-02-04T00:54:29.458Z] ---> 4191d185fd24 [2021-02-04T00:54:29.458Z] [2021-02-04T00:54:30.050Z] Successfully built 4191d185fd24 [2021-02-04T00:54:30.050Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T00:54:30.333Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T00:54:30.320Z] $ docker stop --time=1 6aff9aeea5941292b60aef8912f9183c7f609b5ff5f12415797bd6c713338c2d [2021-02-04T00:54:32.232Z] $ docker rm -f 6aff9aeea5941292b60aef8912f9183c7f609b5ff5f12415797bd6c713338c2d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T00:54:32.923Z] + docker images [2021-02-04T00:54:32.923Z] + grep docker [2021-02-04T00:54:33.194Z] docker-sys-mgmt-agent-go-arm64 latest 4191d185fd24 3 seconds ago 300MB [2021-02-04T00:54:33.194Z] docker-core-data-go-arm64 latest 2a74bdd8be1d 55 seconds ago 21MB [2021-02-04T00:54:33.194Z] docker-core-metadata-go-arm64 latest 1bf67b57ce71 About a minute ago 17.7MB [2021-02-04T00:54:33.194Z] docker-core-command-go-arm64 latest 259ca9c7eaea About a minute ago 16MB [2021-02-04T00:54:33.194Z] docker-security-bootstrapper-go-arm64 latest 4cd99f315fb1 3 minutes ago 22.6MB [2021-02-04T00:54:33.194Z] docker-support-notifications-go-arm64 latest 322db8c768c0 4 minutes ago 16.7MB [2021-02-04T00:54:33.194Z] docker-support-scheduler-go-arm64 latest 5a8416378f7d 4 minutes ago 16.1MB [2021-02-04T00:54:33.194Z] docker-security-secretstore-setup-go-arm64 latest a444bf9b600a 4 minutes ago 23.4MB [2021-02-04T00:54:33.194Z] docker-security-proxy-setup-go-arm64 latest 2fef143848f0 4 minutes ago 23.2MB [2021-02-04T00:54:33.194Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:36.527Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:54:37.443Z] ---> package-listing.sh [2021-02-04T00:54:37.443Z] ++ facter osfamily [2021-02-04T00:54:37.443Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T00:54:37.443Z] + OS_FAMILY=redhat [2021-02-04T00:54:37.443Z] + workspace=/w/workspace/edgex-go/56 [2021-02-04T00:54:37.443Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T00:54:37.443Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T00:54:37.443Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T00:54:37.443Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T00:54:37.443Z] + '[' /w/workspace/edgex-go/56 ']' [2021-02-04T00:54:37.443Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T00:54:37.443Z] + case "${OS_FAMILY}" in [2021-02-04T00:54:37.443Z] + rpm -qa [2021-02-04T00:54:37.443Z] + sort [2021-02-04T00:54:42.825Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T00:54:42.825Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T00:54:42.825Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T00:54:42.825Z] + '[' /w/workspace/edgex-go/56 ']' [2021-02-04T00:54:42.825Z] + mkdir -p /w/workspace/edgex-go/56/archives/ [2021-02-04T00:54:42.825Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/56/archives/ [Pipeline] echo [2021-02-04T00:54:42.839Z] 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/56/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T00:54:43.137Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:54:43.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:54:43.447Z] [2021-02-04T00:54:43.447Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T00:54:43.800Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:54:43.800Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T00:54:43.800Z] df20fa9351a1: Pulling fs layer [2021-02-04T00:54:43.800Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T00:54:43.800Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T00:54:43.800Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T00:54:43.800Z] 93b61091891f: Pulling fs layer [2021-02-04T00:54:43.800Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T00:54:43.800Z] 5e14af77c1be: Pulling fs layer [2021-02-04T00:54:43.800Z] 01666e4c0597: Pulling fs layer [2021-02-04T00:54:43.800Z] aa168da1d23b: Pulling fs layer [2021-02-04T00:54:43.800Z] 93b61091891f: Waiting [2021-02-04T00:54:43.800Z] 93b9cdb0e59b: Waiting [2021-02-04T00:54:43.800Z] 5e14af77c1be: Waiting [2021-02-04T00:54:43.800Z] 01666e4c0597: Waiting [2021-02-04T00:54:43.800Z] aa168da1d23b: Waiting [2021-02-04T00:54:43.800Z] 46f8f816bc3b: Waiting [2021-02-04T00:54:43.800Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T00:54:43.800Z] 36b3adc4ff6f: Download complete [2021-02-04T00:54:43.800Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T00:54:43.800Z] 46f8f816bc3b: Download complete [2021-02-04T00:54:44.067Z] df20fa9351a1: Download complete [2021-02-04T00:54:44.067Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T00:54:44.067Z] 93b9cdb0e59b: Download complete [2021-02-04T00:54:44.067Z] 5e14af77c1be: Verifying Checksum [2021-02-04T00:54:44.067Z] 5e14af77c1be: Download complete [2021-02-04T00:54:44.067Z] 01666e4c0597: Verifying Checksum [2021-02-04T00:54:44.067Z] 01666e4c0597: Download complete [2021-02-04T00:54:44.067Z] 93b61091891f: Verifying Checksum [2021-02-04T00:54:44.067Z] 93b61091891f: Download complete [2021-02-04T00:54:44.067Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T00:54:44.067Z] 8ad3a11d3b57: Download complete [2021-02-04T00:54:44.335Z] df20fa9351a1: Pull complete [2021-02-04T00:54:44.598Z] 36b3adc4ff6f: Pull complete [2021-02-04T00:54:45.552Z] 8ad3a11d3b57: Pull complete [2021-02-04T00:54:45.552Z] 46f8f816bc3b: Pull complete [2021-02-04T00:54:46.502Z] aa168da1d23b: Verifying Checksum [2021-02-04T00:54:46.503Z] aa168da1d23b: Download complete [2021-02-04T00:54:47.457Z] 93b61091891f: Pull complete [2021-02-04T00:54:47.457Z] 93b9cdb0e59b: Pull complete [2021-02-04T00:54:47.720Z] 5e14af77c1be: Pull complete [2021-02-04T00:54:47.720Z] 01666e4c0597: Pull complete [2021-02-04T00:54:57.014Z] aa168da1d23b: Pull complete [2021-02-04T00:54:57.014Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T00:54:57.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T00:54:57.014Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T00:54:57.230Z] prd-centos7-docker-4c-2g-24805 does not seem to be running inside a container [2021-02-04T00:54:57.284Z] $ 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/56/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/56 -v /w/workspace/edgex-go/56:/w/workspace/edgex-go/56:rw,z -v /w/workspace/edgex-go/56@tmp:/w/workspace/edgex-go/56@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-04T00:55:03.256Z] $ docker top 2c872c8683b5c86077c2add0b5d022c3e9336d50ebac2dde39eb8a5ab160172a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T00:55:03.848Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T00:55:04.155Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T00:55:04.457Z] + ls /var/log/sa-host [2021-02-04T00:55:04.457Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T00:55:04.457Z] file_magic: OK [2021-02-04T00:55:04.457Z] HZ: Using current value: 100 [2021-02-04T00:55:04.457Z] file_header: OK [2021-02-04T00:55:04.457Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T00:55:04.457Z] Statistics: [2021-02-04T00:55:04.457Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T00:55:04.458Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T00:55:04.458Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T00:55:04.458Z] file_magic: OK [2021-02-04T00:55:04.458Z] HZ: Using current value: 100 [2021-02-04T00:55:04.458Z] file_header: OK [2021-02-04T00:55:04.458Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T00:55:04.458Z] Statistics: [2021-02-04T00:55:04.458Z] Hnuu...uuuununununu... [2021-02-04T00:55:04.458Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T00:55:04.666Z] provisioning config files... [2021-02-04T00:55:04.694Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/56@tmp/config3012226756413401676tmp [Pipeline] { [Pipeline] echo [2021-02-04T00:55:04.761Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:05.065Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T00:55:05.076Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T00:55:05.172Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:05.474Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T00:55:05.488Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:05.792Z] ---> sudo-logs.sh [2021-02-04T00:55:05.793Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T00:55:05.805Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:06.105Z] ---> job-cost.sh [2021-02-04T00:55:06.105Z] lf-activate-venv: SKIPPING [2021-02-04T00:55:06.105Z] INFO: No Stack... [2021-02-04T00:55:07.048Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T00:55:07.621Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T00:55:07.635Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T00:55:07.932Z] ---> logs-deploy.sh [2021-02-04T00:55:07.932Z] lf-activate-venv: SKIPPING [2021-02-04T00:55:07.932Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/56 [2021-02-04T00:55:07.932Z] INFO: archiving workspace using pattern(s): [2021-02-04T00:55:09.374Z] Archives upload complete. [2021-02-04T00:55:09.374Z] INFO: archiving logs to Nexus