lenny-intel commented: recheck 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7720835d1356653aaa62fb44da62189db095b415+74c372326013f994c98436bf4455b6fe21c08430 (31aab26d3a292e02f4892126de2e55a4d9d8ff48) 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 Running on prd-centos7-docker-4c-2g-24749 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 > 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/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 7720835d1356653aaa62fb44da62189db095b415 Merge succeeded, producing 7720835d1356653aaa62fb44da62189db095b415 Checking out Revision 7720835d1356653aaa62fb44da62189db095b415 (PR-3115) > git config core.sparsecheckout # timeout=10 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 Commit message: "feat(security): Address PR feedback" > git rev-list --no-walk 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-03T18:15:58.650Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-03T18:15:58.894Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-03T18:15:59.001Z] ========================================================= [2021-02-03T18:15:59.001Z] EdgeX Global Pipelines Version Info [2021-02-03T18:15:59.001Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:16:01.943Z] ------------------- [2021-02-03T18:16:01.943Z] stable info: [2021-02-03T18:16:01.943Z] ------------------- [2021-02-03T18:16:01.943Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T18:16:01.943Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T18:16:01.943Z] Message: update stable to v1.0.179 [2021-02-03T18:16:03.432Z] ------------------- [2021-02-03T18:16:03.432Z] experimental info: [2021-02-03T18:16:03.432Z] ------------------- [2021-02-03T18:16:03.432Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-03T18:16:03.432Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-03T18:16:03.432Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-03T18:16:03.813Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-03T18:16:03.903Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-03T18:16:03.993Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-03T18:16:04.084Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-03T18:16:04.172Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-03T18:16:04.262Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-03T18:16:04.350Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-03T18:16:04.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-03T18:16:04.548Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-03T18:16:04.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-03T18:16:04.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-03T18:16:04.821Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-03T18:16:04.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-03T18:16:04.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-03T18:16:05.131Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T18:16:05.222Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-03T18:16:05.311Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-03T18:16:05.397Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-03T18:16:05.490Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-03T18:16:05.574Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-03T18:16:05.720Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-03T18:16:05.830Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-03T18:16:05.918Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-03T18:16:06.034Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo [2021-02-03T18:16:06.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo [2021-02-03T18:16:06.241Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo [2021-02-03T18:16:06.327Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7720835d1356653aaa62fb44da62189db095b415 [Pipeline] echo [2021-02-03T18:16:06.409Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7720835 [Pipeline] echo [2021-02-03T18:16:06.498Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T18:16:06.661Z] provisioning config files... [2021-02-03T18:16:06.698Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4765334865907192582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:16:07.125Z] ---> docker-login.sh [2021-02-03T18:16:07.126Z] nexus3.edgexfoundry.org:10001 [2021-02-03T18:16:07.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:16:08.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:16:08.021Z] Configure a credential helper to remove this warning. See [2021-02-03T18:16:08.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:16:08.021Z] [2021-02-03T18:16:08.021Z] Login Succeeded [2021-02-03T18:16:08.021Z] nexus3.edgexfoundry.org:10002 [2021-02-03T18:16:08.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:16:08.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:16:08.625Z] Configure a credential helper to remove this warning. See [2021-02-03T18:16:08.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:16:08.625Z] [2021-02-03T18:16:08.625Z] Login Succeeded [2021-02-03T18:16:08.625Z] nexus3.edgexfoundry.org:10003 [2021-02-03T18:16:08.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:16:08.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:16:08.915Z] Configure a credential helper to remove this warning. See [2021-02-03T18:16:08.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:16:08.915Z] [2021-02-03T18:16:08.915Z] Login Succeeded [2021-02-03T18:16:08.915Z] nexus3.edgexfoundry.org:10004 [2021-02-03T18:16:09.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:16:09.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:16:09.470Z] Configure a credential helper to remove this warning. See [2021-02-03T18:16:09.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:16:09.470Z] [2021-02-03T18:16:09.470Z] Login Succeeded [2021-02-03T18:16:09.470Z] docker.io [2021-02-03T18:16:09.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:16:10.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:16:10.058Z] Configure a credential helper to remove this warning. See [2021-02-03T18:16:10.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:16:10.058Z] [2021-02-03T18:16:10.058Z] Login Succeeded [2021-02-03T18:16:10.058Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T18:16:10.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T18:16:10.768Z] ++ 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-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/core-command/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/core-data/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-03T18:16:10.768Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-03T18:16:10.768Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-03T18:16:10.768Z] ++ cut -d/ -f2 [2021-02-03T18:16:10.768Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-03T18:16:10.879Z] 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-03T18:16:12.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:16:12.255Z] [2021-02-03T18:16:12.255Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:16:12.716Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:16:12.716Z] latest: Pulling from edgex-devops/git-semver [2021-02-03T18:16:12.716Z] 31603596830f: Pulling fs layer [2021-02-03T18:16:12.716Z] 2a8b12db71e7: Pulling fs layer [2021-02-03T18:16:12.716Z] 6ca5941a6612: Pulling fs layer [2021-02-03T18:16:12.716Z] ecc8261a40a4: Pulling fs layer [2021-02-03T18:16:12.716Z] ecc8261a40a4: Waiting [2021-02-03T18:16:13.082Z] 2a8b12db71e7: Verifying Checksum [2021-02-03T18:16:13.082Z] 2a8b12db71e7: Download complete [2021-02-03T18:16:13.383Z] 31603596830f: Verifying Checksum [2021-02-03T18:16:13.383Z] 31603596830f: Download complete [2021-02-03T18:16:13.998Z] ecc8261a40a4: Verifying Checksum [2021-02-03T18:16:13.998Z] ecc8261a40a4: Download complete [2021-02-03T18:16:13.998Z] 6ca5941a6612: Verifying Checksum [2021-02-03T18:16:13.998Z] 6ca5941a6612: Download complete [2021-02-03T18:16:13.998Z] 31603596830f: Pull complete [2021-02-03T18:16:14.311Z] 2a8b12db71e7: Pull complete [2021-02-03T18:16:15.752Z] 6ca5941a6612: Pull complete [2021-02-03T18:16:16.362Z] ecc8261a40a4: Pull complete [2021-02-03T18:16:16.362Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-03T18:16:16.362Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-03T18:16:16.362Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-03T18:16:16.592Z] prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container [2021-02-03T18:16:16.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-03T18:16:20.178Z] $ docker top 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-03T18:16:20.760Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:16:20.760Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:16:21.243Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:16:21.254Z] $ docker exec 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent [2021-02-03T18:16:21.549Z] SSH_AUTH_SOCK=/tmp/ssh-FOni6Yo4Eowz/agent.11 [2021-02-03T18:16:21.550Z] SSH_AGENT_PID=16 [2021-02-03T18:16:21.583Z] Running ssh-add (command line suppressed) [2021-02-03T18:16:21.904Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8713346440563628232.key (/w/workspace/edgex-go/6@tmp/private_key_8713346440563628232.key) [2021-02-03T18:16:22.116Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:16:22.804Z] + git tag --points-at HEAD [Pipeline] } [2021-02-03T18:16:22.845Z] $ docker exec --env ******** --env ******** 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent -k [2021-02-03T18:16:23.120Z] unset SSH_AUTH_SOCK; [2021-02-03T18:16:23.121Z] unset SSH_AGENT_PID; [2021-02-03T18:16:23.122Z] echo Agent pid 16 killed; [2021-02-03T18:16:23.241Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-03T18:16:23.380Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-03T18:16:23.380Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-03T18:16:23.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-03T18:16:23.705Z] $ docker exec 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent [2021-02-03T18:16:23.966Z] SSH_AUTH_SOCK=/tmp/ssh-slNZXxpFLi0v/agent.45 [2021-02-03T18:16:23.966Z] SSH_AGENT_PID=50 [2021-02-03T18:16:23.975Z] Running ssh-add (command line suppressed) [2021-02-03T18:16:24.137Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8430722441582028115.key (/w/workspace/edgex-go/6@tmp/private_key_8430722441582028115.key) [2021-02-03T18:16:24.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-03T18:16:24.690Z] + git semver init [2021-02-03T18:16:24.690Z] # -> Open(): unable to determine branch for HEAD [2021-02-03T18:16:24.690Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-02-03T18:16:24.690Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-02-03T18:16:24.690Z] # $SEMVER_REMOTE_NAME = origin [2021-02-03T18:16:24.690Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-03T18:16:24.690Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-03T18:16:24.690Z] # $SEMVER_BRANCH = PR-3115 [2021-02-03T18:16:24.690Z] # $SEMVER_TEMP = /tmp/semver-801986895 [2021-02-03T18:16:24.690Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-03T18:16:57.318Z] # '/tmp/semver-801986895' -> '/w/workspace/edgex-go/6/.semver' [2021-02-03T18:16:57.586Z] # -> Force: false [2021-02-03T18:16:57.586Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-02-03T18:16:57.613Z] $ docker exec --env ******** --env ******** 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent -k [2021-02-03T18:16:57.959Z] unset SSH_AUTH_SOCK; [2021-02-03T18:16:57.959Z] unset SSH_AGENT_PID; [2021-02-03T18:16:57.959Z] echo Agent pid 50 killed; [2021-02-03T18:16:58.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-03T18:16:59.093Z] + git semver [Pipeline] } [2021-02-03T18:16:59.171Z] $ docker stop --time=1 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb [2021-02-03T18:17:01.041Z] $ docker rm -f 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:17:01.743Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-03T18:17:02.608Z] Stashed 1 file(s) [Pipeline] echo [2021-02-03T18:17:02.612Z] [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-03T18:17:03.583Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:17:03.931Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:17:04.280Z] + sudo service docker restart [2021-02-03T18:17:04.280Z] + true [2021-02-03T18:17:04.280Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-03T18:17:05.298Z] ========================================================= [2021-02-03T18:17:05.298Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-03T18:17:05.298Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:17:05.688Z] + 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-03T18:17:12.479Z] Sending build context to Docker daemon 327.6MB [2021-02-03T18:17:12.479Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T18:17:12.479Z] Step 2/6 : FROM ${BASE} [2021-02-03T18:17:12.479Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-03T18:17:12.479Z] 188c0c94c7c5: Pulling fs layer [2021-02-03T18:17:12.479Z] 0ef7d3d256c8: Pulling fs layer [2021-02-03T18:17:12.479Z] de9db76c5a1d: Pulling fs layer [2021-02-03T18:17:12.479Z] bca2f99d35d6: Pulling fs layer [2021-02-03T18:17:12.479Z] 93359f2a8cfa: Pulling fs layer [2021-02-03T18:17:12.479Z] 7c6f9722023f: Pulling fs layer [2021-02-03T18:17:12.479Z] a35cf1a2eb13: Pulling fs layer [2021-02-03T18:17:12.479Z] 93359f2a8cfa: Waiting [2021-02-03T18:17:12.479Z] 7c6f9722023f: Waiting [2021-02-03T18:17:12.479Z] a35cf1a2eb13: Waiting [2021-02-03T18:17:12.479Z] bca2f99d35d6: Waiting [2021-02-03T18:17:12.479Z] de9db76c5a1d: Verifying Checksum [2021-02-03T18:17:12.479Z] de9db76c5a1d: Download complete [2021-02-03T18:17:12.479Z] 0ef7d3d256c8: Download complete [2021-02-03T18:17:12.479Z] 93359f2a8cfa: Verifying Checksum [2021-02-03T18:17:12.479Z] 93359f2a8cfa: Download complete [2021-02-03T18:17:12.479Z] 7c6f9722023f: Verifying Checksum [2021-02-03T18:17:12.479Z] 7c6f9722023f: Download complete [2021-02-03T18:17:12.479Z] 188c0c94c7c5: Download complete [2021-02-03T18:17:13.090Z] 188c0c94c7c5: Pull complete [2021-02-03T18:17:13.359Z] 0ef7d3d256c8: Pull complete [2021-02-03T18:17:13.359Z] de9db76c5a1d: Pull complete [2021-02-03T18:17:15.332Z] a35cf1a2eb13: Verifying Checksum [2021-02-03T18:17:15.332Z] a35cf1a2eb13: Download complete [2021-02-03T18:17:16.335Z] bca2f99d35d6: Verifying Checksum [2021-02-03T18:17:16.335Z] bca2f99d35d6: Download complete [2021-02-03T18:17:17.994Z] Still waiting to schedule task [2021-02-03T18:17:17.994Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-03T18:17:30.183Z] bca2f99d35d6: Pull complete [2021-02-03T18:17:30.183Z] 93359f2a8cfa: Pull complete [2021-02-03T18:17:30.183Z] 7c6f9722023f: Pull complete [2021-02-03T18:17:34.537Z] a35cf1a2eb13: Pull complete [2021-02-03T18:17:34.537Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-03T18:17:34.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-03T18:17:34.537Z] ---> a62c8e92a672 [2021-02-03T18:17:34.537Z] 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-03T18:17:34.537Z] ---> Running in b79331a511dd [2021-02-03T18:17:35.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:17:36.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:17:36.748Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T18:17:36.748Z] (2/12) Installing file (5.38-r0) [2021-02-03T18:17:37.020Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T18:17:37.020Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T18:17:42.446Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T18:17:42.446Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T18:17:42.446Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T18:17:42.446Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T18:17:42.446Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T18:17:42.446Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T18:17:42.446Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T18:17:42.446Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T18:17:42.446Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:17:42.446Z] OK: 233 MiB in 51 packages [2021-02-03T18:17:46.742Z] Removing intermediate container b79331a511dd [2021-02-03T18:17:46.742Z] ---> 3a8d273f4125 [2021-02-03T18:17:46.742Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T18:17:46.742Z] ---> Running in cdfe299d4e79 [2021-02-03T18:17:46.742Z] Removing intermediate container cdfe299d4e79 [2021-02-03T18:17:46.742Z] ---> 1f4726d0d3cf [2021-02-03T18:17:46.742Z] Step 5/6 : COPY go.mod . [2021-02-03T18:17:47.022Z] ---> 1dea93c1ee18 [2021-02-03T18:17:47.022Z] Step 6/6 : RUN go mod download [2021-02-03T18:17:47.022Z] ---> Running in 67c233cb20a1 [2021-02-03T18:18:14.032Z] Removing intermediate container 67c233cb20a1 [2021-02-03T18:18:14.032Z] ---> c1ba8870c149 [2021-02-03T18:18:14.309Z] Successfully built c1ba8870c149 [2021-02-03T18:18:14.309Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:18:14.677Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T18:18:14.948Z] . [Pipeline] withDockerContainer [2021-02-03T18:18:15.103Z] prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container [2021-02-03T18:18:15.204Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-x86_64 cat [2021-02-03T18:18:17.950Z] $ docker top 56e8b4705b24d6e25026b1a509199d0a9244e2cfa01542695b59ae12fca41c0a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:18:18.905Z] + go version [2021-02-03T18:18:18.905Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-03T18:18:19.016Z] $ docker stop --time=1 56e8b4705b24d6e25026b1a509199d0a9244e2cfa01542695b59ae12fca41c0a [2021-02-03T18:18:20.912Z] $ docker rm -f 56e8b4705b24d6e25026b1a509199d0a9244e2cfa01542695b59ae12fca41c0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:18:22.077Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-03T18:18:22.077Z] . [Pipeline] withDockerContainer [2021-02-03T18:18:22.325Z] prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container [2021-02-03T18:18:22.470Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-x86_64 cat [2021-02-03T18:18:24.773Z] $ docker top 8e28b286c60db729b971f5e0bd40f4ce7ba7aeea28ccf002e2c00cf259244b57 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T18:18:25.371Z] ========================================================= [2021-02-03T18:18:25.372Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T18:18:25.372Z] ========================================================= [Pipeline] sh [2021-02-03T18:18:25.832Z] + make test [2021-02-03T18:18:25.833Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T18:18:44.340Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T18:19:05.540Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24750 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws [2021-02-03T18:19:05.605Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-03T18:19:10.580Z] using credential edgex-jenkins-ssh [2021-02-03T18:19:10.641Z] Cloning the remote Git repository [2021-02-03T18:19:11.638Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T18:19:10.704Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T18:19:10.831Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-03T18:19:10.892Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T18:19:10.892Z] > git --version # timeout=10 [2021-02-03T18:19:10.912Z] > git --version # 'git version 2.17.1' [2021-02-03T18:19:10.914Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:19:11.000Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:19:22.330Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-03T18:19:22.331Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T18:19:22.331Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-03T18:19:25.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-03T18:19:25.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T18:19:25.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T18:19:25.083Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T18:19:26.126Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T18:19:27.348Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:19:27.677Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T18:19:27.824Z] Merge succeeded, producing 7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:19:27.825Z] Checking out Revision 7720835d1356653aaa62fb44da62189db095b415 (PR-3115) [2021-02-03T18:19:26.411Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T18:19:26.433Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:19:26.455Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T18:19:26.486Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T18:19:26.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:19:26.498Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T18:19:27.371Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:19:27.385Z] > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 [2021-02-03T18:19:27.701Z] > git remote # timeout=10 [2021-02-03T18:19:27.753Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T18:19:27.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:19:27.777Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-03T18:19:27.803Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T18:19:27.834Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:19:27.866Z] > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 [2021-02-03T18:19:32.318Z] Commit message: "feat(security): Address PR feedback" [2021-02-03T18:19:32.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T18:19:32.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T18:19:32.340Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-03T18:19:33.773Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:19:34.186Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-03T18:19:34.606Z] + sudo service docker restart [2021-02-03T18:19:34.606Z] + true [2021-02-03T18:19:37.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.253s coverage: 46.0% of statements [2021-02-03T18:19:37.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T18:19:37.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T18:19:37.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T18:19:37.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T18:19:37.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T18:19:37.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-03T18:19:37.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-03T18:19:37.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-03T18:19:37.305Z] provisioning config files... [2021-02-03T18:19:37.379Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6388134080308346797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:19:37.778Z] ---> docker-login.sh [2021-02-03T18:19:37.778Z] nexus3.edgexfoundry.org:10001 [2021-02-03T18:19:38.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:19:39.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:19:39.034Z] Configure a credential helper to remove this warning. See [2021-02-03T18:19:39.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:19:39.034Z] [2021-02-03T18:19:39.034Z] Login Succeeded [2021-02-03T18:19:39.034Z] nexus3.edgexfoundry.org:10002 [2021-02-03T18:19:39.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:19:39.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:19:39.306Z] Configure a credential helper to remove this warning. See [2021-02-03T18:19:39.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:19:39.306Z] [2021-02-03T18:19:39.306Z] Login Succeeded [2021-02-03T18:19:39.580Z] nexus3.edgexfoundry.org:10003 [2021-02-03T18:19:39.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:19:39.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:19:39.854Z] Configure a credential helper to remove this warning. See [2021-02-03T18:19:39.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:19:39.854Z] [2021-02-03T18:19:39.854Z] Login Succeeded [2021-02-03T18:19:39.854Z] nexus3.edgexfoundry.org:10004 [2021-02-03T18:19:40.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:19:40.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:19:40.452Z] Configure a credential helper to remove this warning. See [2021-02-03T18:19:40.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:19:40.452Z] [2021-02-03T18:19:40.452Z] Login Succeeded [2021-02-03T18:19:40.452Z] docker.io [2021-02-03T18:19:40.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-03T18:19:40.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.306s coverage: 27.1% of statements [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T18:19:40.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T18:19:40.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T18:19:40.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T18:19:41.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-03T18:19:41.322Z] Configure a credential helper to remove this warning. See [2021-02-03T18:19:41.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-03T18:19:41.322Z] [2021-02-03T18:19:41.322Z] Login Succeeded [2021-02-03T18:19:41.322Z] ---> docker-login.sh ends [Pipeline] } [2021-02-03T18:19:41.339Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-03T18:19:41.851Z] ========================================================= [2021-02-03T18:19:41.851Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-03T18:19:41.851Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:19:42.224Z] + 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-03T18:19:42.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 65.8% of statements [2021-02-03T18:19:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T18:19:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T18:19:43.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 82.3% of statements [2021-02-03T18:19:43.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T18:19:43.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:19:43.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T18:19:43.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T18:19:44.862Z] Sending build context to Docker daemon 166.2MB [2021-02-03T18:19:44.862Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-03T18:19:44.862Z] Step 2/6 : FROM ${BASE} [2021-02-03T18:19:44.862Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-03T18:19:44.862Z] 5f621e34cdf4: Pulling fs layer [2021-02-03T18:19:44.862Z] a4357932f1b6: Pulling fs layer [2021-02-03T18:19:44.862Z] 18c013af1878: Pulling fs layer [2021-02-03T18:19:44.862Z] 00ac8860ef70: Pulling fs layer [2021-02-03T18:19:44.862Z] 63d7cb157983: Pulling fs layer [2021-02-03T18:19:44.862Z] b116817d02f9: Pulling fs layer [2021-02-03T18:19:44.862Z] 745a02a5169b: Pulling fs layer [2021-02-03T18:19:44.862Z] 00ac8860ef70: Waiting [2021-02-03T18:19:44.862Z] 63d7cb157983: Waiting [2021-02-03T18:19:44.862Z] b116817d02f9: Waiting [2021-02-03T18:19:44.862Z] 745a02a5169b: Waiting [2021-02-03T18:19:44.862Z] 18c013af1878: Verifying Checksum [2021-02-03T18:19:44.862Z] 18c013af1878: Download complete [2021-02-03T18:19:44.862Z] a4357932f1b6: Verifying Checksum [2021-02-03T18:19:44.862Z] a4357932f1b6: Download complete [2021-02-03T18:19:44.862Z] 63d7cb157983: Download complete [2021-02-03T18:19:44.863Z] 5f621e34cdf4: Download complete [2021-02-03T18:19:44.863Z] b116817d02f9: Verifying Checksum [2021-02-03T18:19:44.863Z] b116817d02f9: Download complete [2021-02-03T18:19:45.853Z] 5f621e34cdf4: Pull complete [2021-02-03T18:19:46.131Z] a4357932f1b6: Pull complete [2021-02-03T18:19:46.729Z] 18c013af1878: Pull complete [2021-02-03T18:19:46.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.720s coverage: 28.6% of statements [2021-02-03T18:19:46.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T18:19:46.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T18:19:46.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T18:19:46.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T18:19:46.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T18:19:46.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-02-03T18:19:46.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T18:19:46.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-02-03T18:19:46.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T18:19:47.330Z] 745a02a5169b: Verifying Checksum [2021-02-03T18:19:47.330Z] 745a02a5169b: Download complete [2021-02-03T18:19:48.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.202s coverage: 86.7% of statements [2021-02-03T18:19:48.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T18:19:48.771Z] 00ac8860ef70: Verifying Checksum [2021-02-03T18:19:48.772Z] 00ac8860ef70: Download complete [2021-02-03T18:19:49.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.313s coverage: 97.5% of statements [2021-02-03T18:19:49.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T18:19:49.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-02-03T18:19:49.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T18:19:49.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T18:19:49.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T18:19:49.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.414s coverage: 92.8% of statements [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.235s coverage: 0.1% of statements [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T18:19:56.832Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.346s coverage: 45.5% of statements [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.203s coverage: 79.5% of statements [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.390s coverage: 94.1% of statements [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.133s coverage: 96.3% of statements [2021-02-03T18:19:56.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements [2021-02-03T18:19:58.940Z] 00ac8860ef70: Pull complete [2021-02-03T18:19:59.214Z] 63d7cb157983: Pull complete [2021-02-03T18:19:59.488Z] b116817d02f9: Pull complete [2021-02-03T18:20:03.839Z] 745a02a5169b: Pull complete [2021-02-03T18:20:03.839Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-03T18:20:03.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-03T18:20:03.839Z] ---> b7e6874047d6 [2021-02-03T18:20:03.839Z] 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-03T18:20:06.448Z] ---> Running in f557e1a4cc1d [2021-02-03T18:20:07.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:20:08.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:20:09.481Z] (1/12) Installing libmagic (5.38-r0) [2021-02-03T18:20:09.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.161s coverage: 94.4% of statements [2021-02-03T18:20:09.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-02-03T18:20:10.074Z] (2/12) Installing file (5.38-r0) [2021-02-03T18:20:10.074Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-03T18:20:10.074Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.304s coverage: 92.9% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 77.8% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.133s coverage: 87.2% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.283s coverage: 75.5% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.101s coverage: 87.2% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.2% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.316s coverage: 63.5% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.737s coverage: 68.9% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 37.0% of statements [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T18:20:22.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.746s coverage: 84.0% of statements [2021-02-03T18:20:22.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements [2021-02-03T18:20:22.440Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-03T18:20:22.440Z] (6/12) Installing patch (2.7.6-r6) [2021-02-03T18:20:22.440Z] (7/12) Installing build-base (0.5-r2) [2021-02-03T18:20:22.440Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-03T18:20:22.440Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-03T18:20:22.440Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-03T18:20:22.440Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-03T18:20:22.440Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-03T18:20:22.440Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:20:22.440Z] OK: 217 MiB in 51 packages [2021-02-03T18:20:23.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.486s coverage: 47.0% of statements [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T18:20:23.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T18:20:23.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-03T18:20:23.045Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.210s coverage: 100.0% of statements [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:20:23.045Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-03T18:20:25.823Z] Removing intermediate container f557e1a4cc1d [2021-02-03T18:20:25.823Z] ---> 100dba2eb0da [2021-02-03T18:20:25.823Z] Step 4/6 : WORKDIR /edgex-go [2021-02-03T18:20:25.823Z] ---> Running in b962f4174328 [2021-02-03T18:20:26.418Z] Removing intermediate container b962f4174328 [2021-02-03T18:20:26.418Z] ---> 53cadf373c72 [2021-02-03T18:20:26.418Z] Step 5/6 : COPY go.mod . [2021-02-03T18:20:27.016Z] ---> 15af7caf16de [2021-02-03T18:20:27.017Z] Step 6/6 : RUN go mod download [2021-02-03T18:20:27.017Z] ---> Running in c749e2788b72 [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.313s coverage: 29.1% of statements [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 100.0% of statements [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.089s coverage: 0.0% of statements [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T18:20:27.766Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T18:20:27.766Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-02-03T18:20:28.921Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.083s coverage: 32.1% of statements [2021-02-03T18:20:29.188Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 100.0% of statements [2021-02-03T18:20:29.931Z] GO111MODULE=on go vet ./... [2021-02-03T18:20:53.818Z] Removing intermediate container c749e2788b72 [2021-02-03T18:20:53.818Z] ---> 75908f1ca28d [2021-02-03T18:20:53.818Z] Successfully built 75908f1ca28d [2021-02-03T18:20:53.818Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:20:54.158Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T18:20:54.158Z] . [Pipeline] withDockerContainer [2021-02-03T18:20:54.434Z] prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container [2021-02-03T18:20:54.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-02-03T18:20:56.015Z] $ docker top 8bb65feb57b76715c171b3c2d83ffe335e080e47c3b7d5f24701dd305d6ecc66 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:20:57.023Z] + go version [2021-02-03T18:20:57.023Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-03T18:20:57.045Z] $ docker stop --time=1 8bb65feb57b76715c171b3c2d83ffe335e080e47c3b7d5f24701dd305d6ecc66 [2021-02-03T18:20:58.978Z] $ docker rm -f 8bb65feb57b76715c171b3c2d83ffe335e080e47c3b7d5f24701dd305d6ecc66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:20:59.963Z] + docker inspect -f . ci-base-image-arm64 [2021-02-03T18:20:59.963Z] . [Pipeline] withDockerContainer [2021-02-03T18:21:00.224Z] prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container [2021-02-03T18:21:00.301Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-02-03T18:21:01.747Z] $ docker top ba729696dc29c24a7dd7b07eedd3970ae1ed1829a51ac0de33ad0e12472276cd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-03T18:21:02.180Z] ========================================================= [2021-02-03T18:21:02.180Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-03T18:21:02.180Z] ========================================================= [Pipeline] sh [2021-02-03T18:21:02.824Z] + make test [2021-02-03T18:21:02.824Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-03T18:21:25.002Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-03T18:21:27.454Z] gofmt -l . [2021-02-03T18:21:28.043Z] [ "`gofmt -l .`" = "" ] [2021-02-03T18:21:29.523Z] ./bin/test-go-mod-tidy.sh [2021-02-03T18:21:30.134Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T18:21:32.733Z] + ls -al . [2021-02-03T18:21:32.733Z] total 684 [2021-02-03T18:21:32.733Z] drwxrwxr-x 10 1001 1001 4096 Feb 3 18:21 . [2021-02-03T18:21:32.733Z] drwxr-xr-x 4 root root 28 Feb 3 18:18 .. [2021-02-03T18:21:32.733Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 18:15 .dockerignore [2021-02-03T18:21:32.733Z] drwxrwxr-x 8 1001 1001 179 Feb 3 18:15 .git [2021-02-03T18:21:32.733Z] drwxrwxr-x 3 1001 1001 125 Feb 3 18:15 .github [2021-02-03T18:21:32.733Z] -rw-rw-r-- 1 1001 1001 818 Feb 3 18:15 .gitignore [2021-02-03T18:21:32.733Z] drwx------ 3 1001 1001 60 Feb 3 18:16 .semver [2021-02-03T18:21:32.733Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 18:15 .sonarcloud.properties [2021-02-03T18:21:32.733Z] -rw-rw-r-- 1 1001 1001 7859 Feb 3 18:15 Attribution.txt [2021-02-03T18:21:32.733Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 18:15 CONTRIBUTING.md [2021-02-03T18:21:32.733Z] -rw-rw-r-- 1 1001 1001 931 Feb 3 18:15 Dockerfile.build [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 18:15 Jenkinsfile [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 18:15 LICENSE [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 5774 Feb 3 18:15 Makefile [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 6524 Feb 3 18:15 README.md [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 6755 Feb 3 18:15 SECURITY.md [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 18:17 VERSION [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 18:15 ZMQWindows.md [2021-02-03T18:21:32.734Z] drwxrwxr-x 2 1001 1001 117 Feb 3 18:15 bin [2021-02-03T18:21:32.734Z] drwxrwxr-x 14 1001 1001 4096 Feb 3 18:15 cmd [2021-02-03T18:21:32.734Z] -rw-r--r-- 1 root root 580844 Feb 3 18:20 coverage.out [2021-02-03T18:21:32.734Z] -rw-r--r-- 1 root root 1054 Feb 3 18:21 go.mod [2021-02-03T18:21:32.734Z] -rw-r--r-- 1 root root 19399 Feb 3 18:21 go.sum [2021-02-03T18:21:32.734Z] drwxrwxr-x 8 1001 1001 127 Feb 3 18:15 internal [2021-02-03T18:21:32.734Z] drwxrwxr-x 4 1001 1001 26 Feb 3 18:15 openapi [2021-02-03T18:21:32.734Z] drwxrwxr-x 4 1001 1001 71 Feb 3 18:15 snap [2021-02-03T18:21:32.734Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 18:15 version.go [Pipeline] sh [2021-02-03T18:21:33.494Z] + '[' -e coverage.out ] [2021-02-03T18:21:33.494Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T18:21:34.280Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T18:21:34.978Z] + make build [2021-02-03T18:21:34.978Z] 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-03T18:21:41.853Z] 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-03T18:21:57.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-03T18:21:59.913Z] 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-03T18:22:03.525Z] 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-03T18:22:04.145Z] 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-03T18:22:06.849Z] 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-03T18:22:09.545Z] 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-03T18:22:11.592Z] 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-03T18:22:12.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-03T18:22:13.558Z] 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-03T18:22:14.980Z] 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-03T18:22:17.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-03T18:22:17.824Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } [2021-02-03T18:22:21.229Z] $ docker stop --time=1 8e28b286c60db729b971f5e0bd40f4ce7ba7aeea28ccf002e2c00cf259244b57 [2021-02-03T18:22:22.155Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-03T18:22:22.156Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-03T18:22:23.443Z] $ docker rm -f 8e28b286c60db729b971f5e0bd40f4ce7ba7aeea28ccf002e2c00cf259244b57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:22:27.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T18:22:27.631Z] [2021-02-03T18:22:27.631Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:22:28.003Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T18:22:28.003Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-03T18:22:28.003Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-03T18:22:28.003Z] ca9280d653b3: Pulling fs layer [2021-02-03T18:22:28.003Z] 7e9c9ca2126c: Pulling fs layer [2021-02-03T18:22:28.591Z] cbdbe7a5bc2a: Download complete [2021-02-03T18:22:29.626Z] cbdbe7a5bc2a: Pull complete [2021-02-03T18:22:29.626Z] ca9280d653b3: Verifying Checksum [2021-02-03T18:22:29.626Z] ca9280d653b3: Download complete [2021-02-03T18:22:30.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-03T18:22:30.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-03T18:22:30.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-03T18:22:30.469Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-03T18:22:30.469Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-03T18:22:30.469Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-03T18:22:31.712Z] 7e9c9ca2126c: Verifying Checksum [2021-02-03T18:22:31.712Z] 7e9c9ca2126c: Download complete [2021-02-03T18:22:31.712Z] ca9280d653b3: Pull complete [2021-02-03T18:22:38.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-03T18:22:38.766Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-03T18:22:38.766Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-03T18:22:42.269Z] 7e9c9ca2126c: Pull complete [2021-02-03T18:22:42.537Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-03T18:22:42.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T18:22:42.537Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-03T18:22:42.843Z] prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container [2021-02-03T18:22:42.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-03T18:22:44.997Z] $ docker top 05cd19089dd3b415726f3f2c30393c2714e9d200b947c50ab77f3e9bc9237795 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:22:45.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.396s coverage: 46.0% of statements [2021-02-03T18:22:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-03T18:22:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-03T18:22:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-03T18:22:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-03T18:22:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-03T18:22:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-03T18:22:45.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-03T18:22:45.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.147s coverage: 100.0% of statements [2021-02-03T18:22:45.683Z] + docker-compose build --help [2021-02-03T18:22:45.683Z] + grep parallel [2021-02-03T18:22:47.123Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T18:22:47.154Z] $ docker stop --time=1 05cd19089dd3b415726f3f2c30393c2714e9d200b947c50ab77f3e9bc9237795 [2021-02-03T18:22:49.228Z] $ docker rm -f 05cd19089dd3b415726f3f2c30393c2714e9d200b947c50ab77f3e9bc9237795 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:22:49.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-03T18:22:49.941Z] . [Pipeline] withDockerContainer [2021-02-03T18:22:50.128Z] prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container [2021-02-03T18:22:50.206Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:latest cat [2021-02-03T18:22:51.242Z] $ docker top 090933e860004c4e5eddc9cced6b571e8601d4d07af025bba5d169a861a5e080 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:22:51.826Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T18:22:52.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.538s coverage: 27.1% of statements [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-03T18:22:52.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-03T18:22:52.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-03T18:22:52.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 65.8% of statements [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-03T18:22:52.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-03T18:22:53.287Z] Building docker-core-command-go ... [2021-02-03T18:22:53.287Z] Building docker-core-data-go ... [2021-02-03T18:22:53.287Z] Building docker-core-metadata-go ... [2021-02-03T18:22:53.287Z] Building docker-security-bootstrapper-go ... [2021-02-03T18:22:53.287Z] Building docker-security-proxy-setup-go ... [2021-02-03T18:22:53.287Z] Building docker-security-secretstore-setup-go ... [2021-02-03T18:22:53.287Z] Building docker-support-notifications-go ... [2021-02-03T18:22:53.287Z] Building docker-support-scheduler-go ... [2021-02-03T18:22:53.287Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T18:22:53.287Z] Building docker-sys-mgmt-agent-go [2021-02-03T18:22:53.287Z] Building docker-core-command-go [2021-02-03T18:22:53.287Z] Building docker-core-data-go [2021-02-03T18:22:53.287Z] Building docker-security-secretstore-setup-go [2021-02-03T18:22:53.287Z] Building docker-security-proxy-setup-go [2021-02-03T18:22:53.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.655s coverage: 82.3% of statements [2021-02-03T18:22:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-03T18:22:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:22:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-03T18:22:53.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-03T18:23:00.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.169s coverage: 28.6% of statements [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-03T18:23:00.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-03T18:23:00.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-03T18:23:00.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.304s coverage: 86.7% of statements [2021-02-03T18:23:00.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-03T18:23:00.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.422s coverage: 97.5% of statements [2021-02-03T18:23:00.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-03T18:23:02.681Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-02-03T18:23:02.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-03T18:23:02.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-03T18:23:02.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-03T18:23:02.681Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.302s coverage: 92.8% of statements [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.158s coverage: 0.1% of statements [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-03T18:23:10.999Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 79.5% of statements [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [2021-02-03T18:23:10.999Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-02-03T18:23:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.071s coverage: 94.4% of statements [2021-02-03T18:23:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.118s coverage: 84.2% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 63.5% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.819s coverage: 68.9% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.341s coverage: 37.0% of statements [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-03T18:23:38.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-03T18:23:38.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.564s coverage: 84.0% of statements [2021-02-03T18:23:39.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.138s coverage: 100.0% of statements [2021-02-03T18:23:46.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.0% of statements [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-03T18:23:46.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.173s coverage: 100.0% of statements [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-03T18:23:46.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-03T18:23:46.248Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.167s coverage: 100.0% of statements [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:23:46.248Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.057s coverage: 29.1% of statements [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.150s coverage: 100.0% of statements [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-03T18:23:52.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-03T18:23:52.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-02-03T18:23:53.266Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-03T18:23:54.244Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-03T18:23:54.842Z] GO111MODULE=on go vet ./... [2021-02-03T18:24:02.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:24:02.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:24:02.507Z] ---> c1ba8870c149 [2021-02-03T18:24:02.507Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T18:24:02.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:24:02.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:24:02.507Z] ---> c1ba8870c149 [2021-02-03T18:24:02.507Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T18:24:02.507Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:24:02.507Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:24:02.507Z] ---> c1ba8870c149 [2021-02-03T18:24:02.507Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T18:24:02.507Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:24:02.507Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:24:02.507Z] ---> c1ba8870c149 [2021-02-03T18:24:02.507Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T18:24:02.507Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:24:02.507Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:24:02.507Z] ---> c1ba8870c149 [2021-02-03T18:24:02.507Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T18:24:02.507Z] ---> Running in 3998d9faab88 [2021-02-03T18:24:02.507Z] ---> Running in bc8fe65d6d3b [2021-02-03T18:24:02.507Z] ---> Running in 0ce9eab6ac88 [2021-02-03T18:24:02.507Z] ---> Running in 21c5f5d76ee3 [2021-02-03T18:24:02.507Z] ---> Running in d704c4a00dd6 [2021-02-03T18:24:02.507Z] Removing intermediate container 0ce9eab6ac88 [2021-02-03T18:24:02.507Z] ---> 58c8dcd2de34 [2021-02-03T18:24:02.507Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:24:02.507Z] Removing intermediate container 3998d9faab88 [2021-02-03T18:24:02.507Z] ---> 1abd124ed3ee [2021-02-03T18:24:02.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:24:02.507Z] Removing intermediate container bc8fe65d6d3b [2021-02-03T18:24:02.507Z] ---> db21f9d095ca [2021-02-03T18:24:02.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:24:02.507Z] Removing intermediate container 21c5f5d76ee3 [2021-02-03T18:24:02.507Z] ---> 8b67c1ef28aa [2021-02-03T18:24:02.507Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:24:02.507Z] Removing intermediate container d704c4a00dd6 [2021-02-03T18:24:02.507Z] ---> dd5a528a6037 [2021-02-03T18:24:02.507Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:24:02.507Z] ---> Running in 6b241a38990b [2021-02-03T18:24:02.507Z] ---> Running in 4f6acea4e9b2 [2021-02-03T18:24:02.507Z] ---> Running in 6e72ad8dfe33 [2021-02-03T18:24:02.508Z] ---> Running in 1ed045aaccc4 [2021-02-03T18:24:02.508Z] ---> Running in c1050776ed38 [2021-02-03T18:24:02.508Z] Removing intermediate container 6e72ad8dfe33 [2021-02-03T18:24:02.508Z] ---> 9dce6b13622b [2021-02-03T18:24:02.508Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T18:24:02.508Z] Removing intermediate container 6b241a38990b [2021-02-03T18:24:02.508Z] ---> e515925fc351 [2021-02-03T18:24:02.508Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T18:24:02.508Z] Removing intermediate container 4f6acea4e9b2 [2021-02-03T18:24:02.508Z] ---> f4542f4ed60a [2021-02-03T18:24:02.508Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T18:24:02.508Z] Removing intermediate container c1050776ed38 [2021-02-03T18:24:02.508Z] ---> f9a1e2bad3fd [2021-02-03T18:24:02.508Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T18:24:02.508Z] ---> Running in 8dc7c563a35d [2021-02-03T18:24:02.508Z] ---> Running in c6537edbc0d6 [2021-02-03T18:24:02.508Z] ---> Running in 78d4aa35989e [2021-02-03T18:24:02.508Z] Removing intermediate container 1ed045aaccc4 [2021-02-03T18:24:02.508Z] ---> 9d5eb9fb0676 [2021-02-03T18:24:02.508Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T18:24:02.508Z] ---> Running in 5960fc88c443 [2021-02-03T18:24:02.508Z] ---> Running in 745f563b5a01 [2021-02-03T18:24:02.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:02.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:02.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:02.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:02.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:02.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:02.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:02.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:03.510Z] OK: 233 MiB in 51 packages [2021-02-03T18:24:03.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:03.510Z] OK: 233 MiB in 51 packages [2021-02-03T18:24:03.510Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:24:03.804Z] OK: 233 MiB in 51 packages [2021-02-03T18:24:04.428Z] OK: 233 MiB in 51 packages [2021-02-03T18:24:04.731Z] OK: 233 MiB in 51 packages [2021-02-03T18:24:04.731Z] Removing intermediate container c6537edbc0d6 [2021-02-03T18:24:04.731Z] ---> 81bcfb2a7c69 [2021-02-03T18:24:04.731Z] Step 6/23 : COPY go.mod . [2021-02-03T18:24:04.731Z] Removing intermediate container 8dc7c563a35d [2021-02-03T18:24:04.731Z] ---> b05d502cbc6a [2021-02-03T18:24:04.731Z] Step 6/26 : COPY go.mod . [2021-02-03T18:24:04.731Z] Removing intermediate container 78d4aa35989e [2021-02-03T18:24:04.731Z] ---> 32d2b87ee753 [2021-02-03T18:24:04.731Z] Step 6/23 : COPY go.mod . [2021-02-03T18:24:05.420Z] ---> 05726448ba2b [2021-02-03T18:24:05.420Z] Step 7/23 : RUN go mod download [2021-02-03T18:24:05.420Z] ---> Running in b705ace7beb8 [2021-02-03T18:24:05.751Z] ---> 62c1537bdf7c [2021-02-03T18:24:05.751Z] Step 7/23 : RUN go mod download [2021-02-03T18:24:05.751Z] ---> 7370067202ee [2021-02-03T18:24:05.751Z] Step 7/26 : RUN go mod download [2021-02-03T18:24:06.050Z] ---> Running in 4ba4ecb0932f [2021-02-03T18:24:06.050Z] ---> Running in 8f2ac038a45f [2021-02-03T18:24:06.050Z] Removing intermediate container 745f563b5a01 [2021-02-03T18:24:06.050Z] ---> 5e5b0d0e9f49 [2021-02-03T18:24:06.050Z] Step 6/24 : COPY go.mod . [2021-02-03T18:24:06.340Z] Removing intermediate container 5960fc88c443 [2021-02-03T18:24:06.340Z] ---> eaa4d3ff5a9d [2021-02-03T18:24:06.340Z] Step 6/21 : COPY go.mod . [2021-02-03T18:24:07.036Z] ---> 2c92351eb20a [2021-02-03T18:24:07.036Z] Step 7/24 : RUN go mod download [2021-02-03T18:24:07.361Z] ---> 05dcef3c3d08 [2021-02-03T18:24:07.361Z] Step 7/21 : RUN go mod download [2021-02-03T18:24:07.361Z] ---> Running in 6f5f434d0e2e [2021-02-03T18:24:07.634Z] ---> Running in 92f1dc6203af [2021-02-03T18:24:10.375Z] Removing intermediate container 4ba4ecb0932f [2021-02-03T18:24:10.375Z] ---> 15a3c0c36df8 [2021-02-03T18:24:10.375Z] Step 8/23 : COPY . . [2021-02-03T18:24:10.375Z] Removing intermediate container b705ace7beb8 [2021-02-03T18:24:10.375Z] ---> 15f87dc9010e [2021-02-03T18:24:10.375Z] Step 8/23 : COPY . . [2021-02-03T18:24:10.375Z] Removing intermediate container 8f2ac038a45f [2021-02-03T18:24:10.376Z] ---> 66bf1c206247 [2021-02-03T18:24:10.376Z] Step 8/26 : COPY . . [2021-02-03T18:24:11.042Z] Removing intermediate container 6f5f434d0e2e [2021-02-03T18:24:11.042Z] ---> 7322e3bb1415 [2021-02-03T18:24:11.042Z] Step 8/24 : COPY . . [2021-02-03T18:24:11.042Z] Removing intermediate container 92f1dc6203af [2021-02-03T18:24:11.042Z] ---> 727f20f0fc02 [2021-02-03T18:24:11.042Z] Step 8/21 : COPY . . [2021-02-03T18:25:16.668Z] gofmt -l . [2021-02-03T18:25:16.668Z] [ "`gofmt -l .`" = "" ] [2021-02-03T18:25:16.668Z] ./bin/test-go-mod-tidy.sh [2021-02-03T18:25:16.668Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-03T18:25:17.329Z] + ls -al . [2021-02-03T18:25:17.329Z] total 712 [2021-02-03T18:25:17.329Z] drwxrwxr-x 9 1001 1001 4096 Feb 3 18:25 . [2021-02-03T18:25:17.329Z] drwxr-xr-x 4 root root 4096 Feb 3 18:21 .. [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 11 Feb 3 18:19 .dockerignore [2021-02-03T18:25:17.329Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 18:19 .git [2021-02-03T18:25:17.329Z] drwxrwxr-x 3 1001 1001 4096 Feb 3 18:19 .github [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 818 Feb 3 18:19 .gitignore [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 166 Feb 3 18:19 .sonarcloud.properties [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 7859 Feb 3 18:19 Attribution.txt [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 3804 Feb 3 18:19 CONTRIBUTING.md [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 931 Feb 3 18:19 Dockerfile.build [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 863 Feb 3 18:19 Jenkinsfile [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 10775 Feb 3 18:19 LICENSE [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 5774 Feb 3 18:19 Makefile [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 6524 Feb 3 18:19 README.md [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 6755 Feb 3 18:19 SECURITY.md [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 5 Feb 3 18:17 VERSION [2021-02-03T18:25:17.329Z] -rw-rw-r-- 1 1001 1001 4131 Feb 3 18:19 ZMQWindows.md [2021-02-03T18:25:17.329Z] drwxrwxr-x 2 1001 1001 4096 Feb 3 18:19 bin [2021-02-03T18:25:17.330Z] drwxrwxr-x 14 1001 1001 4096 Feb 3 18:19 cmd [2021-02-03T18:25:17.330Z] -rw-r--r-- 1 root root 580844 Feb 3 18:23 coverage.out [2021-02-03T18:25:17.330Z] -rw-r--r-- 1 root root 1054 Feb 3 18:25 go.mod [2021-02-03T18:25:17.330Z] -rw-r--r-- 1 root root 19399 Feb 3 18:25 go.sum [2021-02-03T18:25:17.330Z] drwxrwxr-x 8 1001 1001 4096 Feb 3 18:19 internal [2021-02-03T18:25:17.330Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 18:19 openapi [2021-02-03T18:25:17.330Z] drwxrwxr-x 4 1001 1001 4096 Feb 3 18:19 snap [2021-02-03T18:25:17.330Z] -rw-rw-r-- 1 1001 1001 168 Feb 3 18:19 version.go [Pipeline] sh [2021-02-03T18:25:17.989Z] + '[' -e coverage.out ] [2021-02-03T18:25:17.989Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-03T18:25:18.010Z] Warning: overwriting stash ‘coverage-report’ [2021-02-03T18:25:19.284Z] Stashed 1 file(s) [Pipeline] sh [2021-02-03T18:25:19.854Z] ---> 6435dfae0f3e [2021-02-03T18:25:19.854Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T18:25:19.854Z] ---> a987dd85524d [2021-02-03T18:25:19.854Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T18:25:19.854Z] ---> 7089081cca13 [2021-02-03T18:25:19.854Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> c8167d2180ae [2021-02-03T18:25:19.854Z] [2021-02-03T18:25:19.854Z] Step 9/23 : RUN make cmd/core-command/core-command ---> 3bc9496cf4e2 [2021-02-03T18:25:19.854Z] [2021-02-03T18:25:19.854Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T18:25:19.854Z] ---> Running in ac8494fc5164 [2021-02-03T18:25:19.854Z] ---> Running in fd2191700ed2 [2021-02-03T18:25:19.854Z] ---> Running in d9946bf07f2a [2021-02-03T18:25:19.854Z] ---> Running in f932a9ea2ab2 [2021-02-03T18:25:19.854Z] ---> Running in fdc99caf655d [2021-02-03T18:25:19.854Z] 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-03T18:25:19.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-03T18:25:19.854Z] 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-03T18:25:19.854Z] 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-03T18:25:19.854Z] 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-03T18:25:19.994Z] + make build [2021-02-03T18:25:19.995Z] 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-03T18:25:30.189Z] 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-03T18:25:56.982Z] 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-03T18:25:57.575Z] 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-03T18:25:59.293Z] 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-03T18:25:59.293Z] 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-03T18:26:04.278Z] 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-03T18:26:04.877Z] 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-03T18:26:07.968Z] Removing intermediate container f932a9ea2ab2 [2021-02-03T18:26:07.968Z] ---> 4a8030a533b2 [2021-02-03T18:26:07.968Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T18:26:08.253Z] ---> Running in bbc84d3a2989 [2021-02-03T18:26:08.875Z] Removing intermediate container fdc99caf655d [2021-02-03T18:26:08.875Z] ---> ca3379eeec79 [2021-02-03T18:26:08.875Z] [2021-02-03T18:26:08.875Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T18:26:08.875Z] 3.12: Pulling from library/alpine [2021-02-03T18:26:08.875Z] Removing intermediate container ac8494fc5164 [2021-02-03T18:26:08.875Z] ---> 5bfee7a6b4f2 [2021-02-03T18:26:08.875Z] [2021-02-03T18:26:08.875Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T18:26:09.226Z] 3.12: Pulling from library/alpine [2021-02-03T18:26:09.833Z] 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-03T18:26:10.294Z] 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-03T18:26:10.736Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T18:26:10.736Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T18:26:10.736Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T18:26:10.736Z] ---> 389fef711851 [2021-02-03T18:26:10.736Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T18:26:10.736Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T18:26:10.736Z] ---> 389fef711851 [2021-02-03T18:26:10.736Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T18:26:12.279Z] ---> Running in 7a9dcc4f1c29 [2021-02-03T18:26:12.279Z] ---> Running in a27d8d06f4e9 [2021-02-03T18:26:12.564Z] Removing intermediate container fd2191700ed2 [2021-02-03T18:26:12.564Z] ---> b392e040a176 [2021-02-03T18:26:12.564Z] [2021-02-03T18:26:12.564Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T18:26:12.564Z] ---> 389fef711851 [2021-02-03T18:26:12.564Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T18:26:12.845Z] ---> Running in 3da541fd5100 [2021-02-03T18:26:14.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:14.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:14.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:14.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:14.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:14.655Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:14.969Z] Removing intermediate container bbc84d3a2989 [2021-02-03T18:26:14.969Z] ---> df3db32a4906 [2021-02-03T18:26:14.969Z] [2021-02-03T18:26:14.969Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T18:26:14.969Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T18:26:14.969Z] 20.10.0: Pulling from library/docker [2021-02-03T18:26:14.969Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T18:26:14.969Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:26:14.969Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T18:26:14.969Z] OK: 6 MiB in 15 packages [2021-02-03T18:26:14.969Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T18:26:14.969Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T18:26:15.361Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T18:26:15.361Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:26:15.361Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T18:26:15.361Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T18:26:15.361Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T18:26:15.361Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T18:26:15.361Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T18:26:15.361Z] OK: 7 MiB in 18 packages [2021-02-03T18:26:15.361Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:26:15.361Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T18:26:15.655Z] OK: 7 MiB in 19 packages [2021-02-03T18:26:15.693Z] 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-03T18:26:19.293Z] Removing intermediate container d9946bf07f2a [2021-02-03T18:26:19.293Z] ---> d5f036346b6e [2021-02-03T18:26:19.293Z] [2021-02-03T18:26:19.293Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T18:26:19.293Z] ---> 389fef711851 [2021-02-03T18:26:19.293Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T18:26:19.293Z] Removing intermediate container 3da541fd5100 [2021-02-03T18:26:19.293Z] ---> a1106083579f [2021-02-03T18:26:19.293Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:26:19.919Z] ---> Running in aa27a3efca02 [2021-02-03T18:26:19.919Z] ---> Running in 306128f47518 [2021-02-03T18:26:20.000Z] 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-03T18:26:20.208Z] Removing intermediate container 7a9dcc4f1c29 [2021-02-03T18:26:20.208Z] ---> 5d834df58244 [2021-02-03T18:26:20.208Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T18:26:20.208Z] Removing intermediate container a27d8d06f4e9 [2021-02-03T18:26:20.208Z] ---> 0510c11b5b59 [2021-02-03T18:26:20.208Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T18:26:20.208Z] ---> Running in 8efe8067bda2 [2021-02-03T18:26:20.567Z] ---> Running in d11a68791739 [2021-02-03T18:26:20.567Z] Removing intermediate container 306128f47518 [2021-02-03T18:26:20.567Z] ---> 416262a5acf0 [2021-02-03T18:26:20.567Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T18:26:20.567Z] Removing intermediate container aa27a3efca02 [2021-02-03T18:26:20.567Z] ---> 399f6cf3ba8c [2021-02-03T18:26:20.567Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T18:26:20.874Z] ---> Running in 7f403a84671b [2021-02-03T18:26:20.874Z] ---> Running in 9e87e7ec08c2 [2021-02-03T18:26:20.874Z] Removing intermediate container 8efe8067bda2 [2021-02-03T18:26:20.874Z] ---> 41f0d1e483bf [2021-02-03T18:26:20.874Z] Step 13/21 : WORKDIR /edgex [2021-02-03T18:26:20.874Z] Removing intermediate container d11a68791739 [2021-02-03T18:26:20.874Z] ---> 213cad4fef10 [2021-02-03T18:26:20.874Z] Step 13/24 : WORKDIR / [2021-02-03T18:26:21.167Z] ---> Running in 9aac18247a32 [2021-02-03T18:26:21.167Z] ---> Running in 7f8e1454bc9b [2021-02-03T18:26:21.798Z] Removing intermediate container 9e87e7ec08c2 [2021-02-03T18:26:21.798Z] ---> 17a88d4fc2bf [2021-02-03T18:26:21.798Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T18:26:21.798Z] Removing intermediate container 7f403a84671b [2021-02-03T18:26:21.798Z] ---> c608614b9a8e [2021-02-03T18:26:21.798Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T18:26:22.080Z] Removing intermediate container 7f8e1454bc9b [2021-02-03T18:26:22.080Z] ---> c4d07af02bf2 [2021-02-03T18:26:22.080Z] 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-03T18:26:22.080Z] Removing intermediate container 9aac18247a32 [2021-02-03T18:26:22.080Z] ---> 2fad5e521b44 [2021-02-03T18:26:22.080Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T18:26:22.080Z] ---> Running in 835ffd681447 [2021-02-03T18:26:22.365Z] ---> Running in c613277244fc [2021-02-03T18:26:22.634Z] Removing intermediate container 835ffd681447 [2021-02-03T18:26:22.634Z] ---> a4a5ddad5249 [2021-02-03T18:26:22.634Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:26:22.946Z] Removing intermediate container c613277244fc [2021-02-03T18:26:22.946Z] ---> c95c05c38776 [2021-02-03T18:26:22.946Z] Step 15/23 : WORKDIR / [2021-02-03T18:26:22.946Z] ---> 9b9c7f37622e [2021-02-03T18:26:22.946Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T18:26:22.946Z] ---> Running in 4361712b47bf [2021-02-03T18:26:22.946Z] ---> cf499c3e6b97 [2021-02-03T18:26:22.946Z] 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-03T18:26:23.238Z] ---> Running in 9c4ed7cf098a [2021-02-03T18:26:23.917Z] Removing intermediate container 9c4ed7cf098a [2021-02-03T18:26:23.917Z] ---> 8025ae88f1ea [2021-02-03T18:26:23.917Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:26:24.202Z] ---> dd5ae790c5ac [2021-02-03T18:26:24.202Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T18:26:24.499Z] ---> 0a007966dbfc [2021-02-03T18:26:24.499Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T18:26:24.784Z] ---> a7c95c1e116c [2021-02-03T18:26:24.784Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T18:26:24.784Z] ---> b055aba5bcbe [2021-02-03T18:26:24.784Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T18:26:25.423Z] 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-03T18:26:25.826Z] Removing intermediate container 4361712b47bf [2021-02-03T18:26:25.826Z] ---> 4092ec0ca305 [2021-02-03T18:26:25.826Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T18:26:25.826Z] ---> Running in a1e88eafac58 [2021-02-03T18:26:26.108Z] ---> 3b49ad649f97 [2021-02-03T18:26:26.108Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T18:26:26.108Z] ---> 8f5d0ff0ec11 [2021-02-03T18:26:26.108Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T18:26:26.409Z] ---> d351104925d0 [2021-02-03T18:26:26.409Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T18:26:26.409Z] ---> Running in 3bd2f8ea7617 [2021-02-03T18:26:27.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:27.828Z] Removing intermediate container 3bd2f8ea7617 [2021-02-03T18:26:27.828Z] ---> 0d32c71f5173 [2021-02-03T18:26:27.828Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T18:26:27.828Z] ---> 09f9ffa0518d [2021-02-03T18:26:27.828Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T18:26:27.828Z] ---> c4247451a34d [2021-02-03T18:26:27.828Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T18:26:28.147Z] ---> Running in d7eb8d307985 [2021-02-03T18:26:28.147Z] ---> Running in 72e1c52f5ad1 [2021-02-03T18:26:28.445Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:28.445Z] Removing intermediate container d7eb8d307985 [2021-02-03T18:26:28.445Z] ---> 0dd2b62aa642 [2021-02-03T18:26:28.445Z] Step 19/21 : LABEL arch=x86_64 [2021-02-03T18:26:28.445Z] ---> 9f38267238da [2021-02-03T18:26:28.446Z] 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-03T18:26:28.739Z] Removing intermediate container 72e1c52f5ad1 [2021-02-03T18:26:28.739Z] ---> fe9351fd1ef4 [2021-02-03T18:26:28.739Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:26:28.739Z] ---> Running in a1f8f06f2e0b [2021-02-03T18:26:28.739Z] ---> Running in e0e0375ff035 [2021-02-03T18:26:28.739Z] ---> Running in 6c94b1704e9b [2021-02-03T18:26:28.820Z] 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-03T18:26:29.402Z] Removing intermediate container a1f8f06f2e0b [2021-02-03T18:26:29.402Z] ---> b59ee60b19d7 [2021-02-03T18:26:29.402Z] Step 20/21 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:26:29.402Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T18:26:29.402Z] Removing intermediate container 6c94b1704e9b [2021-02-03T18:26:29.402Z] ---> 2756d91fd119 [2021-02-03T18:26:29.402Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T18:26:29.402Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T18:26:29.402Z] ---> Running in 0ae1d1114d61 [2021-02-03T18:26:29.402Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T18:26:29.402Z] ---> Running in 6c6e9b35ac45 [2021-02-03T18:26:29.402Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T18:26:29.676Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T18:26:29.962Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T18:26:29.962Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:26:29.962Z] OK: 8 MiB in 20 packages [2021-02-03T18:26:30.306Z] Removing intermediate container 6c6e9b35ac45 [2021-02-03T18:26:30.306Z] ---> 38c792362fd6 [2021-02-03T18:26:30.306Z] Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:26:30.306Z] Removing intermediate container 0ae1d1114d61 [2021-02-03T18:26:30.306Z] ---> 48b137b3d698 [2021-02-03T18:26:30.306Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T18:26:30.306Z] ---> Running in 99cef8f94c0c [2021-02-03T18:26:30.306Z] ---> Running in b1839018d70a [2021-02-03T18:26:30.937Z] Removing intermediate container b1839018d70a [2021-02-03T18:26:30.937Z] ---> f20b37decaec [2021-02-03T18:26:30.937Z] [2021-02-03T18:26:30.937Z] Removing intermediate container 99cef8f94c0c [2021-02-03T18:26:30.937Z] ---> 3f0bad9d1c7c [2021-02-03T18:26:30.937Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T18:26:30.937Z] ---> Running in 0233ea61f73d [2021-02-03T18:26:31.580Z] Removing intermediate container e0e0375ff035 [2021-02-03T18:26:31.580Z] ---> 4577d3caa70c [2021-02-03T18:26:31.580Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T18:26:31.580Z] Successfully built f20b37decaec [2021-02-03T18:26:31.580Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-03T18:26:31.580Z] Removing intermediate container 0233ea61f73d [2021-02-03T18:26:31.580Z] ---> ff5dc78658d8 [2021-02-03T18:26:31.580Z] [2021-02-03T18:26:31.866Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-02-03T18:26:31.866Z] ---> Running in d82915991460 [2021-02-03T18:26:31.866Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T18:26:31.866Z] Removing intermediate container a1e88eafac58 [2021-02-03T18:26:31.866Z] ---> 07da7f547d7e [2021-02-03T18:26:31.866Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:26:31.866Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T18:26:31.866Z] ---> aefe523efa57 [2021-02-03T18:26:31.866Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T18:26:32.176Z] Successfully built ff5dc78658d8 [2021-02-03T18:26:32.176Z] ---> Running in e38c695bf96a [2021-02-03T18:26:32.176Z] Successfully tagged docker-core-command-go:latest [2021-02-03T18:26:32.176Z] Building docker-support-notifications-go [2021-02-03T18:26:32.474Z]  Building docker-core-command-go ... done Removing intermediate container d82915991460 [2021-02-03T18:26:32.474Z] ---> 468cdfa8e862 [2021-02-03T18:26:32.474Z] Step 22/24 : LABEL arch=x86_64 [2021-02-03T18:26:32.474Z] ---> 4b5efd583379 [2021-02-03T18:26:32.474Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T18:26:32.474Z] ---> Running in 0d91fd7a86c1 [2021-02-03T18:26:33.143Z] 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-03T18:26:34.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:34.360Z] Removing intermediate container 0d91fd7a86c1 [2021-02-03T18:26:34.360Z] ---> 67b0716bc7da [2021-02-03T18:26:34.360Z] Step 23/24 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:26:34.360Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:34.977Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T18:26:34.977Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T18:26:34.977Z] Executing bash-5.0.17-r0.post-install [2021-02-03T18:26:34.977Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:26:34.977Z] OK: 12 MiB in 22 packages [2021-02-03T18:26:36.147Z] ---> Running in e2bedc10bcf7 [2021-02-03T18:26:36.147Z] ---> 8eab1d1dd019 [2021-02-03T18:26:36.147Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T18:26:37.333Z] Removing intermediate container e2bedc10bcf7 [2021-02-03T18:26:37.333Z] ---> 186ed2bd5747 [2021-02-03T18:26:37.333Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T18:26:37.333Z] ---> Running in 3789e4f8203c [2021-02-03T18:26:37.644Z] ---> 2bd81d29a251 [2021-02-03T18:26:37.644Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T18:26:38.316Z] ---> Running in ac68ef6b35ce [2021-02-03T18:26:38.977Z] Removing intermediate container e38c695bf96a [2021-02-03T18:26:38.977Z] ---> a9ef011c7034 [2021-02-03T18:26:38.977Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T18:26:39.296Z] Removing intermediate container 3789e4f8203c [2021-02-03T18:26:39.296Z] ---> 1ec86437b892 [2021-02-03T18:26:39.296Z] [2021-02-03T18:26:40.390Z] Successfully built 1ec86437b892 [2021-02-03T18:26:40.390Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-03T18:26:40.390Z] Building docker-security-bootstrapper-go [2021-02-03T18:26:40.390Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ac68ef6b35ce [2021-02-03T18:26:40.390Z] ---> a09963899ad5 [2021-02-03T18:26:40.390Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:26:40.995Z] ---> Running in 2dd2ebdd2fda [2021-02-03T18:26:40.995Z] ---> Running in 6e0c3bc5d514 [Pipeline] } [2021-02-03T18:26:41.436Z] $ docker stop --time=1 ba729696dc29c24a7dd7b07eedd3970ae1ed1829a51ac0de33ad0e12472276cd [2021-02-03T18:26:41.642Z] Removing intermediate container 2dd2ebdd2fda [2021-02-03T18:26:41.642Z] ---> dfe5aa180149 [2021-02-03T18:26:41.642Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T18:26:42.373Z] Removing intermediate container 6e0c3bc5d514 [2021-02-03T18:26:42.373Z] ---> 72563871299f [2021-02-03T18:26:42.373Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T18:26:43.118Z] ---> Running in 4951e92a933a [2021-02-03T18:26:43.118Z] ---> Running in d21220bf987e [2021-02-03T18:26:43.907Z] $ docker rm -f ba729696dc29c24a7dd7b07eedd3970ae1ed1829a51ac0de33ad0e12472276cd [2021-02-03T18:26:44.163Z] Removing intermediate container 4951e92a933a [2021-02-03T18:26:44.163Z] ---> 6812e7d04a77 [2021-02-03T18:26:44.163Z] Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:26:44.163Z] Removing intermediate container d21220bf987e [2021-02-03T18:26:44.163Z] ---> 3ae9c4ab7fd5 [2021-02-03T18:26:44.163Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T18:26:44.831Z] ---> Running in f872d212ba1a [2021-02-03T18:26:44.831Z] ---> Running in 5b884ba4fa23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-03T18:26:45.495Z] Removing intermediate container f872d212ba1a [2021-02-03T18:26:45.495Z] ---> 9bca11f459c1 [2021-02-03T18:26:45.495Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T18:26:45.495Z] Removing intermediate container 5b884ba4fa23 [2021-02-03T18:26:45.495Z] ---> bf86d8d4086e [2021-02-03T18:26:45.495Z] Step 23/23 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:26:45.795Z] ---> Running in d99c0055b6c3 [2021-02-03T18:26:46.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T18:26:46.094Z] [2021-02-03T18:26:46.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:26:46.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T18:26:46.801Z] Removing intermediate container d99c0055b6c3 [2021-02-03T18:26:46.801Z] ---> 1e9e2424d610 [2021-02-03T18:26:46.801Z] [2021-02-03T18:26:47.019Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-03T18:26:47.019Z] 29e5d40040c1: Pulling fs layer [2021-02-03T18:26:47.019Z] 1ce36da41761: Pulling fs layer [2021-02-03T18:26:47.019Z] 25b303627fd3: Pulling fs layer [2021-02-03T18:26:47.105Z] ---> f35973f46b34 [2021-02-03T18:26:47.105Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T18:26:47.105Z] Successfully built 1e9e2424d610 [2021-02-03T18:26:47.105Z] Successfully tagged docker-core-data-go:latest [2021-02-03T18:26:47.105Z] Building docker-core-metadata-go [2021-02-03T18:26:47.296Z] 29e5d40040c1: Verifying Checksum [2021-02-03T18:26:47.296Z] 29e5d40040c1: Download complete [2021-02-03T18:26:47.901Z] 1ce36da41761: Verifying Checksum [2021-02-03T18:26:47.901Z] 1ce36da41761: Download complete [2021-02-03T18:26:47.901Z] 29e5d40040c1: Pull complete [2021-02-03T18:26:48.211Z]  Building docker-core-data-go ... done  ---> 6ac606464780 [2021-02-03T18:26:48.211Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T18:26:49.225Z] ---> 92e1377fd206 [2021-02-03T18:26:49.225Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T18:26:49.225Z] ---> Running in d0fdda61ebb9 [2021-02-03T18:26:49.341Z] 1ce36da41761: Pull complete [2021-02-03T18:26:49.614Z] 25b303627fd3: Verifying Checksum [2021-02-03T18:26:49.614Z] 25b303627fd3: Download complete [2021-02-03T18:26:52.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:52.186Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:26:52.533Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T18:26:52.533Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T18:26:52.533Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T18:26:52.533Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T18:26:52.837Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T18:26:52.837Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T18:26:52.837Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-03T18:26:55.193Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T18:26:55.193Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T18:26:55.193Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T18:26:55.193Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T18:26:55.193Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T18:26:55.193Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T18:26:55.193Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T18:26:55.512Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T18:26:55.512Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T18:26:55.830Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T18:26:56.591Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T18:26:56.591Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T18:26:57.735Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T18:26:58.148Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T18:26:58.460Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T18:26:58.460Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T18:26:58.763Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T18:26:58.763Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T18:26:59.080Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T18:26:59.415Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T18:26:59.415Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T18:26:59.415Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T18:26:59.415Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T18:26:59.721Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T18:26:59.721Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T18:26:59.721Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T18:26:59.753Z] 25b303627fd3: Pull complete [2021-02-03T18:26:59.753Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-03T18:26:59.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T18:26:59.753Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-03T18:26:59.981Z] prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container [2021-02-03T18:27:00.051Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-03T18:27:00.803Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:27:00.803Z] OK: 71 MiB in 55 packages [2021-02-03T18:27:02.954Z] $ docker top 8e2eeacf6c8c19d244c5f3f7e76f90151a0af8f6a6f2d520a682d7c204a41eff -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:27:03.990Z] + docker-compose build --help [2021-02-03T18:27:03.990Z] + grep parallel [2021-02-03T18:27:08.288Z] --parallel Build images in parallel. [Pipeline] } [2021-02-03T18:27:08.577Z] $ docker stop --time=1 8e2eeacf6c8c19d244c5f3f7e76f90151a0af8f6a6f2d520a682d7c204a41eff [2021-02-03T18:27:10.540Z] $ docker rm -f 8e2eeacf6c8c19d244c5f3f7e76f90151a0af8f6a6f2d520a682d7c204a41eff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:27:11.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-03T18:27:11.449Z] . [Pipeline] withDockerContainer [2021-02-03T18:27:11.754Z] prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container [2021-02-03T18:27:11.871Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-03T18:27:13.414Z] $ docker top f8e190970e2ce3b6524964050587506acc688b4f4f8a3e32f7d24a1b8451f2d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:27:14.533Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-03T18:27:18.846Z] Building docker-core-command-go ... [2021-02-03T18:27:18.846Z] Building docker-core-data-go ... [2021-02-03T18:27:18.846Z] Building docker-core-metadata-go ... [2021-02-03T18:27:18.846Z] Building docker-security-bootstrapper-go ... [2021-02-03T18:27:18.846Z] Building docker-security-proxy-setup-go ... [2021-02-03T18:27:18.846Z] Building docker-security-secretstore-setup-go ... [2021-02-03T18:27:18.846Z] Building docker-support-notifications-go ... [2021-02-03T18:27:18.846Z] Building docker-support-scheduler-go ... [2021-02-03T18:27:18.846Z] Building docker-sys-mgmt-agent-go ... [2021-02-03T18:27:18.846Z] Building docker-core-data-go [2021-02-03T18:27:18.846Z] Building docker-support-notifications-go [2021-02-03T18:27:18.846Z] Building docker-support-scheduler-go [2021-02-03T18:27:18.847Z] Building docker-security-bootstrapper-go [2021-02-03T18:27:18.847Z] Building docker-sys-mgmt-agent-go [2021-02-03T18:27:23.871Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:27:23.871Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:27:23.871Z] ---> c1ba8870c149 [2021-02-03T18:27:23.871Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T18:27:23.871Z] ---> Using cache [2021-02-03T18:27:23.871Z] ---> dd5a528a6037 [2021-02-03T18:27:23.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:27:23.871Z] ---> Using cache [2021-02-03T18:27:23.871Z] ---> f9a1e2bad3fd [2021-02-03T18:27:23.871Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T18:27:23.871Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:27:23.871Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:27:23.871Z] ---> c1ba8870c149 [2021-02-03T18:27:23.871Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T18:27:23.871Z] ---> Using cache [2021-02-03T18:27:23.871Z] ---> dd5a528a6037 [2021-02-03T18:27:23.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:27:23.871Z] ---> Using cache [2021-02-03T18:27:23.871Z] ---> f9a1e2bad3fd [2021-02-03T18:27:23.871Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-03T18:27:23.872Z] ---> Using cache [2021-02-03T18:27:23.872Z] ---> eaa4d3ff5a9d [2021-02-03T18:27:23.872Z] Step 6/22 : COPY go.mod . [2021-02-03T18:27:23.872Z] ---> Using cache [2021-02-03T18:27:23.872Z] ---> 05dcef3c3d08 [2021-02-03T18:27:23.872Z] Step 7/22 : RUN go mod download [2021-02-03T18:27:23.872Z] ---> Using cache [2021-02-03T18:27:23.872Z] ---> 727f20f0fc02 [2021-02-03T18:27:23.872Z] Step 8/22 : COPY . . [2021-02-03T18:27:23.872Z] ---> Using cache [2021-02-03T18:27:23.872Z] ---> 7089081cca13 [2021-02-03T18:27:23.872Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T18:27:23.872Z] ---> Running in 6b95b99cc20a [2021-02-03T18:27:23.872Z] ---> Running in efa0b99ff33c [2021-02-03T18:27:27.448Z] 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-03T18:27:27.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:27:28.468Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:27:28.468Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:27:28.468Z] ---> c1ba8870c149 [2021-02-03T18:27:28.468Z] Step 3/30 : WORKDIR /edgex-go [2021-02-03T18:27:28.468Z] ---> Using cache [2021-02-03T18:27:28.468Z] ---> dd5a528a6037 [2021-02-03T18:27:28.468Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:27:28.468Z] ---> Using cache [2021-02-03T18:27:28.468Z] ---> f9a1e2bad3fd [2021-02-03T18:27:28.468Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-03T18:27:28.468Z] ---> Using cache [2021-02-03T18:27:28.468Z] ---> eaa4d3ff5a9d [2021-02-03T18:27:28.468Z] Step 6/30 : COPY go.mod . [2021-02-03T18:27:28.468Z] ---> Using cache [2021-02-03T18:27:28.468Z] ---> 05dcef3c3d08 [2021-02-03T18:27:28.468Z] Step 7/30 : RUN go mod download [2021-02-03T18:27:28.468Z] ---> Using cache [2021-02-03T18:27:28.468Z] ---> 727f20f0fc02 [2021-02-03T18:27:28.468Z] Step 8/30 : COPY . . [2021-02-03T18:27:28.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:27:28.468Z] ---> Using cache [2021-02-03T18:27:28.468Z] ---> 7089081cca13 [2021-02-03T18:27:28.468Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-03T18:27:29.073Z] OK: 233 MiB in 51 packages [2021-02-03T18:27:29.672Z] ---> Running in 344600e2832d [2021-02-03T18:27:32.556Z] Removing intermediate container efa0b99ff33c [2021-02-03T18:27:32.556Z] ---> c9d8345e4a65 [2021-02-03T18:27:32.556Z] Step 6/22 : COPY go.mod . [2021-02-03T18:27:33.307Z] 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-03T18:27:34.019Z] ---> f378d1a37b50 [2021-02-03T18:27:34.019Z] Step 7/22 : RUN go mod download [2021-02-03T18:27:34.313Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:27:34.313Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:27:34.313Z] ---> c1ba8870c149 [2021-02-03T18:27:34.313Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T18:27:34.313Z] ---> Using cache [2021-02-03T18:27:34.313Z] ---> dd5a528a6037 [2021-02-03T18:27:34.313Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:27:34.313Z] ---> Using cache [2021-02-03T18:27:34.313Z] ---> f9a1e2bad3fd [2021-02-03T18:27:34.313Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T18:27:34.313Z] ---> Using cache [2021-02-03T18:27:34.313Z] ---> eaa4d3ff5a9d [2021-02-03T18:27:34.313Z] Step 6/23 : COPY go.mod . [2021-02-03T18:27:34.313Z] ---> Using cache [2021-02-03T18:27:34.313Z] ---> 05dcef3c3d08 [2021-02-03T18:27:34.313Z] Step 7/23 : RUN go mod download [2021-02-03T18:27:34.313Z] ---> Using cache [2021-02-03T18:27:34.313Z] ---> 727f20f0fc02 [2021-02-03T18:27:34.313Z] Step 8/23 : COPY . . [2021-02-03T18:27:34.313Z] ---> Using cache [2021-02-03T18:27:34.313Z] ---> 7089081cca13 [2021-02-03T18:27:34.313Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T18:27:34.934Z] ---> Running in 51a7b21062aa [2021-02-03T18:27:34.934Z] ---> Running in fad8367b1bbf [2021-02-03T18:27:37.055Z] 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-03T18:27:41.532Z] Removing intermediate container 51a7b21062aa [2021-02-03T18:27:41.532Z] ---> 0a2854232f71 [2021-02-03T18:27:41.532Z] Step 8/22 : COPY . . [2021-02-03T18:27:50.135Z] Removing intermediate container d0fdda61ebb9 [2021-02-03T18:27:50.135Z] ---> 9d987a60ef35 [2021-02-03T18:27:50.135Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T18:27:53.620Z] ---> Running in be19583de35c [2021-02-03T18:28:13.376Z] Collecting docker-compose==1.23.2 [2021-02-03T18:28:13.376Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T18:28:13.376Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T18:28:13.376Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T18:28:20.656Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T18:28:20.656Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T18:28:21.751Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T18:28:21.751Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T18:28:23.862Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T18:28:23.863Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T18:28:25.320Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T18:28:25.320Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T18:28:25.588Z] Removing intermediate container 344600e2832d [2021-02-03T18:28:25.588Z] ---> 1d73e4ec804c [2021-02-03T18:28:25.588Z] [2021-02-03T18:28:25.588Z] Step 10/30 : FROM alpine:3.12 [2021-02-03T18:28:25.588Z] ---> 389fef711851 [2021-02-03T18:28:25.588Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T18:28:26.182Z] Removing intermediate container 6b95b99cc20a [2021-02-03T18:28:26.182Z] ---> ee72709d7bba [2021-02-03T18:28:26.182Z] [2021-02-03T18:28:26.182Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T18:28:26.182Z] ---> 389fef711851 [2021-02-03T18:28:26.182Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T18:28:26.182Z] ---> Using cache [2021-02-03T18:28:26.182Z] ---> a1106083579f [2021-02-03T18:28:26.182Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:28:26.182Z] ---> Using cache [2021-02-03T18:28:26.182Z] ---> 416262a5acf0 [2021-02-03T18:28:26.182Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T18:28:26.833Z] Collecting PyYAML<4,>=3.10 [2021-02-03T18:28:26.833Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T18:28:26.833Z] ---> Running in 4bad1a16c7a7 [2021-02-03T18:28:27.116Z] ---> Running in 3ea9bdde284a [2021-02-03T18:28:27.732Z] ---> 6bb99558a3fb [2021-02-03T18:28:27.733Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-03T18:28:28.002Z] Removing intermediate container 3ea9bdde284a [2021-02-03T18:28:28.002Z] ---> 73f4d141be87 [2021-02-03T18:28:28.002Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T18:28:28.277Z] Removing intermediate container 4bad1a16c7a7 [2021-02-03T18:28:28.277Z] ---> d6ba4c99cc19 [2021-02-03T18:28:28.277Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T18:28:28.547Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T18:28:28.547Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T18:28:28.547Z] 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-03T18:28:28.846Z] ---> Running in ee5f73336b44 [2021-02-03T18:28:28.846Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T18:28:28.846Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T18:28:29.132Z] ---> Running in 9d3df3951240 [2021-02-03T18:28:29.132Z] ---> Running in 5bd9fd9c4a5d [2021-02-03T18:28:29.132Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T18:28:29.132Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T18:28:30.137Z] Removing intermediate container 9d3df3951240 [2021-02-03T18:28:30.137Z] ---> a68625df148e [2021-02-03T18:28:30.137Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:28:30.137Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T18:28:30.137Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T18:28:31.180Z] 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-03T18:28:31.180Z] 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-03T18:28:31.454Z] Removing intermediate container fad8367b1bbf [2021-02-03T18:28:31.454Z] ---> 0bec08a4399a [2021-02-03T18:28:31.454Z] [2021-02-03T18:28:31.454Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T18:28:31.454Z] ---> 389fef711851 [2021-02-03T18:28:31.454Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T18:28:31.454Z] ---> Using cache [2021-02-03T18:28:31.454Z] ---> a1106083579f [2021-02-03T18:28:31.454Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:28:31.454Z] ---> Using cache [2021-02-03T18:28:31.454Z] ---> 416262a5acf0 [2021-02-03T18:28:31.454Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T18:28:31.454Z] 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-03T18:28:31.454Z] ---> 3202a31b8067 [2021-02-03T18:28:31.454Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T18:28:31.454Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T18:28:31.454Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:28:31.736Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T18:28:31.736Z] ---> Running in 32a8a79ab5ce [2021-02-03T18:28:31.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:28:32.015Z] Collecting idna<2.8,>=2.5 [2021-02-03T18:28:32.015Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T18:28:32.015Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T18:28:32.015Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T18:28:32.015Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:28:32.308Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T18:28:32.308Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T18:28:32.308Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T18:28:32.308Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T18:28:32.308Z] OK: 6 MiB in 16 packages [2021-02-03T18:28:32.580Z] Removing intermediate container 32a8a79ab5ce [2021-02-03T18:28:32.580Z] ---> 0823e4e9e242 [2021-02-03T18:28:32.580Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T18:28:32.580Z] Installing collected packages: texttable, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, PyYAML, docopt, docker-compose [2021-02-03T18:28:32.580Z] Running setup.py install for texttable: started [2021-02-03T18:28:32.864Z] ---> Running in b13ffc50379b [2021-02-03T18:28:32.864Z] ---> ed0801228669 [2021-02-03T18:28:32.864Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T18:28:33.167Z] Removing intermediate container b13ffc50379b [2021-02-03T18:28:33.167Z] ---> 5c8fbc20f34a [2021-02-03T18:28:33.167Z] Step 15/23 : WORKDIR / [2021-02-03T18:28:34.154Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T18:28:34.439Z] Removing intermediate container 5bd9fd9c4a5d [2021-02-03T18:28:34.439Z] ---> 16a872d9e149 [2021-02-03T18:28:34.439Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T18:28:34.721Z] ---> Running in 7df49f7ff0e7 [2021-02-03T18:28:35.024Z] ---> ac91fe062c94 [2021-02-03T18:28:35.024Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T18:28:35.321Z] ---> Running in 313e3f5985ab [2021-02-03T18:28:35.605Z] ---> Running in da9ee769fa24 [2021-02-03T18:28:35.605Z] Removing intermediate container 7df49f7ff0e7 [2021-02-03T18:28:35.605Z] ---> 60696b041ce7 [2021-02-03T18:28:35.605Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:28:35.605Z] Attempting uninstall: urllib3 [2021-02-03T18:28:35.605Z] Found existing installation: urllib3 1.25.9 [2021-02-03T18:28:35.605Z] Uninstalling urllib3-1.25.9: [2021-02-03T18:28:36.223Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T18:28:36.223Z] Removing intermediate container 313e3f5985ab [2021-02-03T18:28:36.223Z] ---> 2c93104c1f09 [2021-02-03T18:28:36.223Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T18:28:36.223Z] Removing intermediate container da9ee769fa24 [2021-02-03T18:28:36.223Z] ---> 3389933ee86d [2021-02-03T18:28:36.223Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:28:36.520Z] ---> 7393582097a4 [2021-02-03T18:28:36.520Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T18:28:36.836Z] ---> Running in 585a7e0001f6 [2021-02-03T18:28:36.836Z] ---> Running in 3ed62c0ca4ad [2021-02-03T18:28:36.836Z] Attempting uninstall: idna [2021-02-03T18:28:36.836Z] Found existing installation: idna 2.9 [2021-02-03T18:28:36.836Z] Uninstalling idna-2.9: [2021-02-03T18:28:37.155Z] Successfully uninstalled idna-2.9 [2021-02-03T18:28:37.793Z] Attempting uninstall: requests [2021-02-03T18:28:37.793Z] Found existing installation: requests 2.23.0 [2021-02-03T18:28:37.793Z] Uninstalling requests-2.23.0: [2021-02-03T18:28:37.793Z] Successfully uninstalled requests-2.23.0 [2021-02-03T18:28:38.079Z] Removing intermediate container 585a7e0001f6 [2021-02-03T18:28:38.079Z] ---> a872aa8fa139 [2021-02-03T18:28:38.079Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T18:28:38.386Z] Removing intermediate container 3ed62c0ca4ad [2021-02-03T18:28:38.386Z] ---> 69d085902bdc [2021-02-03T18:28:38.386Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T18:28:38.674Z] ---> a6d5cf644779 [2021-02-03T18:28:38.674Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-03T18:28:38.674Z] ---> Running in ad64e6fee33d [2021-02-03T18:28:38.979Z] ---> Running in 048e025ea360 [2021-02-03T18:28:38.979Z] Running setup.py install for dockerpty: started [2021-02-03T18:28:40.063Z] ---> 87acd182a1a9 [2021-02-03T18:28:40.063Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T18:28:40.063Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T18:28:40.063Z] Removing intermediate container 048e025ea360 [2021-02-03T18:28:40.063Z] ---> b94b498c537e [2021-02-03T18:28:40.063Z] Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:28:40.063Z] Running setup.py install for PyYAML: started [2021-02-03T18:28:40.371Z] ---> Running in a6db961fac84 [2021-02-03T18:28:40.371Z] ---> Running in 36894d1afdeb [2021-02-03T18:28:40.600Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:28:40.600Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:28:40.600Z] ---> 75908f1ca28d [2021-02-03T18:28:40.600Z] Step 3/26 : WORKDIR /edgex-go [2021-02-03T18:28:40.600Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:28:40.600Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:28:40.600Z] ---> 75908f1ca28d [2021-02-03T18:28:40.600Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T18:28:40.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:28:40.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:28:40.600Z] ---> 75908f1ca28d [2021-02-03T18:28:40.600Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T18:28:40.600Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:28:40.600Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:28:40.600Z] ---> 75908f1ca28d [2021-02-03T18:28:40.600Z] Step 3/22 : WORKDIR /edgex-go [2021-02-03T18:28:40.600Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:28:40.600Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:28:40.600Z] ---> 75908f1ca28d [2021-02-03T18:28:40.600Z] Step 3/30 : WORKDIR /edgex-go [2021-02-03T18:28:40.600Z] ---> Running in 7c30e67ac015 [2021-02-03T18:28:40.600Z] ---> Running in 2d706828b724 [2021-02-03T18:28:40.600Z] ---> Running in 8aa6268d014d [2021-02-03T18:28:40.600Z] ---> Running in d7fe484d63c6 [2021-02-03T18:28:40.600Z] ---> Running in 380836d74993 [2021-02-03T18:28:40.600Z] Removing intermediate container 8aa6268d014d [2021-02-03T18:28:40.600Z] ---> 9fe14d57f0fb [2021-02-03T18:28:40.600Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:28:40.600Z] Removing intermediate container 2d706828b724 [2021-02-03T18:28:40.600Z] ---> 1afdf0dc3cca [2021-02-03T18:28:40.600Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:28:40.600Z] Removing intermediate container d7fe484d63c6 [2021-02-03T18:28:40.600Z] ---> ca1117d8bdd8 [2021-02-03T18:28:40.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:28:40.600Z] Removing intermediate container 7c30e67ac015 [2021-02-03T18:28:40.600Z] ---> f1cf69b8127c [2021-02-03T18:28:40.600Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:28:40.600Z] ---> Running in a4accc51a283 [2021-02-03T18:28:40.600Z] Removing intermediate container 380836d74993 [2021-02-03T18:28:40.600Z] ---> c3ce6316fd20 [2021-02-03T18:28:40.600Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:28:40.600Z] ---> Running in 3de145c4fdfa [2021-02-03T18:28:40.600Z] ---> Running in 871ae05e82a3 [2021-02-03T18:28:40.600Z] ---> Running in 0970f37a7e97 [2021-02-03T18:28:40.600Z] ---> Running in fb5e94fb4607 [2021-02-03T18:28:40.600Z] Removing intermediate container a4accc51a283 [2021-02-03T18:28:40.600Z] ---> 4da6c2f3d2ea [2021-02-03T18:28:40.600Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-03T18:28:40.600Z] ---> Running in 1b555d42f1fa [2021-02-03T18:28:40.600Z] Removing intermediate container 3de145c4fdfa [2021-02-03T18:28:40.600Z] ---> 985abb0978a8 [2021-02-03T18:28:40.600Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-03T18:28:40.600Z] Removing intermediate container 0970f37a7e97 [2021-02-03T18:28:40.600Z] ---> 83d904d8fff1 [2021-02-03T18:28:40.600Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-03T18:28:40.600Z] ---> Running in 568778a435af [2021-02-03T18:28:40.600Z] ---> Running in 7cfbf7c952f7 [2021-02-03T18:28:40.600Z] Removing intermediate container fb5e94fb4607 [2021-02-03T18:28:40.600Z] ---> c6c3506df9e9 [2021-02-03T18:28:40.600Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-03T18:28:40.875Z] Removing intermediate container 871ae05e82a3 [2021-02-03T18:28:40.875Z] ---> 7b742337af69 [2021-02-03T18:28:40.875Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-03T18:28:41.023Z] Removing intermediate container a6db961fac84 [2021-02-03T18:28:41.023Z] ---> 9ed8e2411dce [2021-02-03T18:28:41.023Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T18:28:41.023Z] Removing intermediate container 36894d1afdeb [2021-02-03T18:28:41.023Z] ---> ae3ae171a57c [2021-02-03T18:28:41.023Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:28:41.023Z] ---> Running in cf936fdbaa02 [2021-02-03T18:28:41.023Z] ---> Running in c534d8ece120 [2021-02-03T18:28:41.023Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T18:28:41.148Z] ---> Running in 2f15cde2ddfa [2021-02-03T18:28:41.148Z] ---> Running in dead0ad7b977 [2021-02-03T18:28:41.332Z] Running setup.py install for docopt: started [2021-02-03T18:28:41.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:41.632Z] Removing intermediate container c534d8ece120 [2021-02-03T18:28:41.632Z] ---> 4302a3d4a588 [2021-02-03T18:28:41.632Z] Step 21/23 : LABEL arch=x86_64 [2021-02-03T18:28:41.936Z] Removing intermediate container cf936fdbaa02 [2021-02-03T18:28:41.936Z] ---> 291b7194a420 [2021-02-03T18:28:41.936Z] [2021-02-03T18:28:41.936Z] Removing intermediate container ad64e6fee33d [2021-02-03T18:28:41.936Z] ---> 93d42607cbcf [2021-02-03T18:28:41.936Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T18:28:41.936Z] ---> Running in 7d2c0bd1ac10 [2021-02-03T18:28:41.936Z] ---> Running in 4d34fd58c939 [2021-02-03T18:28:42.226Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T18:28:42.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:42.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:42.547Z] Successfully built 291b7194a420 [2021-02-03T18:28:42.547Z] Removing intermediate container 7d2c0bd1ac10 [2021-02-03T18:28:42.547Z] ---> dbc904df7e90 [2021-02-03T18:28:42.547Z] Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:28:42.547Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-03T18:28:42.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:42.833Z]  Building docker-support-scheduler-go ... done 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-03T18:28:42.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:42.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:42.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:43.251Z] OK: 217 MiB in 51 packages [2021-02-03T18:28:43.456Z] ---> Running in 8298f136df98 [2021-02-03T18:28:43.456Z] Removing intermediate container 4d34fd58c939 [2021-02-03T18:28:43.456Z] ---> c23755a14a7f [2021-02-03T18:28:43.456Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T18:28:43.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:43.755Z] Removing intermediate container 8298f136df98 [2021-02-03T18:28:43.755Z] ---> b728b58d49fa [2021-02-03T18:28:43.755Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T18:28:43.799Z] OK: 217 MiB in 51 packages [2021-02-03T18:28:43.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:43.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:28:44.055Z] ---> Running in 7c1bdf5d905f [2021-02-03T18:28:44.055Z] ---> 6ea6a0845dd1 [2021-02-03T18:28:44.055Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T18:28:44.334Z] ---> Running in 787ae3dd5bed [2021-02-03T18:28:44.397Z] OK: 217 MiB in 51 packages [2021-02-03T18:28:44.636Z] Removing intermediate container 7c1bdf5d905f [2021-02-03T18:28:44.636Z] ---> 149a1501f0b4 [2021-02-03T18:28:44.636Z] [2021-02-03T18:28:44.994Z] Removing intermediate container 1b555d42f1fa [2021-02-03T18:28:44.994Z] ---> da94b4d95b47 [2021-02-03T18:28:44.994Z] Step 6/23 : COPY go.mod . [2021-02-03T18:28:44.994Z] OK: 217 MiB in 51 packages [2021-02-03T18:28:44.994Z] OK: 217 MiB in 51 packages [2021-02-03T18:28:45.277Z] Removing intermediate container 568778a435af [2021-02-03T18:28:45.277Z] ---> d26f363f8545 [2021-02-03T18:28:45.277Z] Step 6/30 : COPY go.mod . [2021-02-03T18:28:45.341Z] Successfully built 149a1501f0b4 [2021-02-03T18:28:45.341Z] Successfully tagged docker-core-metadata-go:latest [2021-02-03T18:28:45.886Z] ---> 3ea0a6c11a77 [2021-02-03T18:28:45.886Z] Step 7/23 : RUN go mod download [2021-02-03T18:28:46.161Z] ---> Running in 96d72fe953dc [2021-02-03T18:28:46.161Z] Removing intermediate container 7cfbf7c952f7 [2021-02-03T18:28:46.161Z] ---> 73ebfdbce85a [2021-02-03T18:28:46.161Z] Step 6/22 : COPY go.mod . [2021-02-03T18:28:46.445Z] ---> c5700f46ba48 [2021-02-03T18:28:46.445Z] Step 7/30 : RUN go mod download [2021-02-03T18:28:46.719Z] ---> Running in 4212a418b9c9 [2021-02-03T18:28:47.004Z] Removing intermediate container dead0ad7b977 [2021-02-03T18:28:47.004Z] ---> fe2fb70b6fe9 [2021-02-03T18:28:47.004Z] Step 6/22 : COPY go.mod . [2021-02-03T18:28:47.005Z] Removing intermediate container 2f15cde2ddfa [2021-02-03T18:28:47.005Z] ---> 44e16ba85725 [2021-02-03T18:28:47.005Z] Step 6/26 : COPY go.mod . [2021-02-03T18:28:47.610Z] ---> 9862c631cd38 [2021-02-03T18:28:47.610Z] Step 7/22 : RUN go mod download [2021-02-03T18:28:47.889Z] ---> Running in 06e3392f40a4 [2021-02-03T18:28:48.103Z]  Building docker-core-metadata-go ... done Removing intermediate container be19583de35c [2021-02-03T18:28:48.103Z] ---> 0307525ee984 [2021-02-03T18:28:48.103Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T18:28:48.103Z] ---> Running in fe53bbde124d [2021-02-03T18:28:48.167Z] ---> 484ade632ff9 [2021-02-03T18:28:48.167Z] Step 7/26 : RUN go mod download [2021-02-03T18:28:48.440Z] ---> d713402f96be [2021-02-03T18:28:48.440Z] Step 7/22 : RUN go mod download [2021-02-03T18:28:48.440Z] ---> Running in a43480ebd433 [2021-02-03T18:28:48.440Z] ---> Running in 802e868e7d88 [2021-02-03T18:28:48.895Z] Removing intermediate container 787ae3dd5bed [2021-02-03T18:28:48.895Z] ---> e6ad7df81e66 [2021-02-03T18:28:48.895Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:28:49.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:28:49.929Z] ---> c71220702e6b [2021-02-03T18:28:49.929Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T18:28:49.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:28:50.417Z] Removing intermediate container 96d72fe953dc [2021-02-03T18:28:50.417Z] ---> dea1582db5bd [2021-02-03T18:28:50.417Z] Step 8/23 : COPY . . [2021-02-03T18:28:50.622Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T18:28:50.622Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T18:28:50.927Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T18:28:50.927Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:28:50.927Z] OK: 72 MiB in 58 packages [2021-02-03T18:28:51.016Z] Removing intermediate container 4212a418b9c9 [2021-02-03T18:28:51.016Z] ---> 738f2abbe39a [2021-02-03T18:28:51.016Z] Step 8/30 : COPY . . [2021-02-03T18:28:51.256Z] ---> 7f8c17372ec0 [2021-02-03T18:28:51.256Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T18:28:52.009Z] Removing intermediate container 06e3392f40a4 [2021-02-03T18:28:52.009Z] ---> 1c6f4b58649c [2021-02-03T18:28:52.010Z] Step 8/22 : COPY . . [2021-02-03T18:28:52.361Z] ---> 5c77823b16d1 [2021-02-03T18:28:52.361Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-03T18:28:52.997Z] Removing intermediate container fe53bbde124d [2021-02-03T18:28:52.997Z] ---> 7e1e90b617d8 [2021-02-03T18:28:52.997Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T18:28:52.997Z] ---> 6573e40eefe6 [2021-02-03T18:28:52.997Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T18:28:53.306Z] ---> Running in d5123ddd3a49 [2021-02-03T18:28:53.603Z] ---> Running in ae1219ac15a2 [2021-02-03T18:28:53.886Z] Removing intermediate container d5123ddd3a49 [2021-02-03T18:28:53.886Z] ---> 926cc707a5ee [2021-02-03T18:28:53.886Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:28:54.077Z] Removing intermediate container a43480ebd433 [2021-02-03T18:28:54.077Z] ---> 19b193353005 [2021-02-03T18:28:54.077Z] Step 8/26 : COPY . . [2021-02-03T18:28:54.170Z] ---> Running in 4f91b39b9979 [2021-02-03T18:28:54.170Z] Removing intermediate container ae1219ac15a2 [2021-02-03T18:28:54.170Z] ---> 4d4da4a11fcd [2021-02-03T18:28:54.170Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-03T18:28:54.355Z] Removing intermediate container 802e868e7d88 [2021-02-03T18:28:54.355Z] ---> 98028e0e7798 [2021-02-03T18:28:54.355Z] Step 8/22 : COPY . . [2021-02-03T18:28:54.438Z] Removing intermediate container 4f91b39b9979 [2021-02-03T18:28:54.438Z] ---> f13d61e7bf04 [2021-02-03T18:28:54.438Z] Step 24/26 : LABEL arch=x86_64 [2021-02-03T18:28:54.438Z] ---> Running in d098df8b03a2 [2021-02-03T18:28:54.716Z] ---> defd8e689747 [2021-02-03T18:28:54.716Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-03T18:28:54.990Z] Removing intermediate container d098df8b03a2 [2021-02-03T18:28:54.990Z] ---> 2c2bbf552b11 [2021-02-03T18:28:54.990Z] Step 25/26 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:28:54.990Z] ---> Running in bd02ffc69151 [2021-02-03T18:28:55.257Z] ---> Running in dd7532b77f1b [2021-02-03T18:28:55.530Z] Removing intermediate container dd7532b77f1b [2021-02-03T18:28:55.530Z] ---> 8a927e1ec4a2 [2021-02-03T18:28:55.530Z] Step 26/26 : LABEL version=0.0.0 [2021-02-03T18:28:55.530Z] ---> Running in 272aa22f4dcf [2021-02-03T18:28:55.815Z] Removing intermediate container 272aa22f4dcf [2021-02-03T18:28:55.815Z] ---> e83741e6df77 [2021-02-03T18:28:55.815Z] [2021-02-03T18:28:56.842Z] Successfully built e83741e6df77 [2021-02-03T18:28:56.842Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-03T18:28:58.815Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bd02ffc69151 [2021-02-03T18:28:58.815Z] ---> 6be04a3358b9 [2021-02-03T18:28:58.815Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T18:28:58.815Z] Removing intermediate container ee5f73336b44 [2021-02-03T18:28:58.815Z] ---> f5b308a52d1c [2021-02-03T18:28:58.815Z] [2021-02-03T18:28:58.815Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T18:28:58.815Z] ---> 389fef711851 [2021-02-03T18:28:58.815Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T18:28:58.815Z] ---> Running in 93a805b0896e [2021-02-03T18:28:58.815Z] ---> Running in 1364fb402008 [2021-02-03T18:28:59.090Z] Removing intermediate container 93a805b0896e [2021-02-03T18:28:59.090Z] ---> 08d050087925 [2021-02-03T18:28:59.090Z] Step 27/30 : CMD ["gate"] [2021-02-03T18:28:59.372Z] ---> Running in e844847aa56a [2021-02-03T18:28:59.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-03T18:28:59.982Z] Removing intermediate container e844847aa56a [2021-02-03T18:28:59.982Z] ---> 1b49a2fc58b8 [2021-02-03T18:28:59.982Z] Step 28/30 : LABEL arch=x86_64 [2021-02-03T18:28:59.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-03T18:28:59.982Z] ---> Running in 9f39b0fe9937 [2021-02-03T18:29:00.252Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T18:29:00.252Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T18:29:00.252Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:29:00.252Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T18:29:00.538Z] OK: 6 MiB in 16 packages [2021-02-03T18:29:00.538Z] Removing intermediate container 9f39b0fe9937 [2021-02-03T18:29:00.538Z] ---> bd9ca2e61eef [2021-02-03T18:29:00.538Z] Step 29/30 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:29:00.819Z] ---> Running in d2fe794a2164 [2021-02-03T18:29:01.519Z] Removing intermediate container d2fe794a2164 [2021-02-03T18:29:01.519Z] ---> 9d2c0f5ec5a1 [2021-02-03T18:29:01.519Z] Step 30/30 : LABEL version=0.0.0 [2021-02-03T18:29:01.835Z] ---> Running in 87a2b3f5f2b9 [2021-02-03T18:29:01.835Z] Removing intermediate container 1364fb402008 [2021-02-03T18:29:01.835Z] ---> fa570a978b82 [2021-02-03T18:29:01.835Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:29:02.137Z] ---> Running in 81a24ed441ba [2021-02-03T18:29:02.412Z] Removing intermediate container 87a2b3f5f2b9 [2021-02-03T18:29:02.412Z] ---> 60016af2ea9d [2021-02-03T18:29:02.412Z] [2021-02-03T18:29:02.412Z] Removing intermediate container 81a24ed441ba [2021-02-03T18:29:02.412Z] ---> 20ae3308b517 [2021-02-03T18:29:02.412Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T18:29:02.688Z] Successfully built 60016af2ea9d [2021-02-03T18:29:02.688Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-03T18:29:02.954Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 6405b62057fa [2021-02-03T18:29:03.227Z] Removing intermediate container 6405b62057fa [2021-02-03T18:29:03.227Z] ---> e61f8cb3ff13 [2021-02-03T18:29:03.227Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T18:29:03.227Z] ---> Running in 500f7021d923 [2021-02-03T18:29:04.233Z] Removing intermediate container 500f7021d923 [2021-02-03T18:29:04.233Z] ---> 200f55051f4d [2021-02-03T18:29:04.233Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:29:04.836Z] ---> ef65412bee8c [2021-02-03T18:29:04.836Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T18:29:05.863Z] ---> 1c70eaf64d48 [2021-02-03T18:29:05.863Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T18:29:06.139Z] ---> 58e6309ed753 [2021-02-03T18:29:06.139Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T18:29:06.426Z] ---> Running in 9285ba5249c5 [2021-02-03T18:29:06.698Z] Removing intermediate container 9285ba5249c5 [2021-02-03T18:29:06.698Z] ---> 77a0ea2bf624 [2021-02-03T18:29:06.698Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:29:06.698Z] ---> Running in 1b9f3ecf0891 [2021-02-03T18:29:06.977Z] Removing intermediate container 1b9f3ecf0891 [2021-02-03T18:29:06.977Z] ---> ad7c7ac18403 [2021-02-03T18:29:06.977Z] Step 20/22 : LABEL arch=x86_64 [2021-02-03T18:29:06.977Z] ---> Running in 1bb74b354585 [2021-02-03T18:29:07.257Z] Removing intermediate container 1bb74b354585 [2021-02-03T18:29:07.258Z] ---> 03f2d77215f6 [2021-02-03T18:29:07.258Z] Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:29:07.528Z] ---> Running in d1c5983e82ad [2021-02-03T18:29:07.819Z] Removing intermediate container d1c5983e82ad [2021-02-03T18:29:07.819Z] ---> e8aa47546003 [2021-02-03T18:29:07.819Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T18:29:07.819Z] ---> Running in 30ac29919f94 [2021-02-03T18:29:08.143Z] Removing intermediate container 30ac29919f94 [2021-02-03T18:29:08.143Z] ---> c2354ecaf7be [2021-02-03T18:29:08.143Z] [2021-02-03T18:29:08.435Z] Successfully built c2354ecaf7be [2021-02-03T18:29:08.435Z] Successfully tagged docker-support-notifications-go:latest [2021-02-03T18:29:09.046Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-03T18:29:09.071Z] $ docker stop --time=1 090933e860004c4e5eddc9cced6b571e8601d4d07af025bba5d169a861a5e080 [2021-02-03T18:29:10.996Z] $ docker rm -f 090933e860004c4e5eddc9cced6b571e8601d4d07af025bba5d169a861a5e080 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:29:11.681Z] + docker images [2021-02-03T18:29:11.681Z] + grep docker [2021-02-03T18:29:12.274Z] docker-support-notifications-go latest c2354ecaf7be 4 seconds ago 17.5MB [2021-02-03T18:29:12.274Z] docker-security-bootstrapper-go latest 60016af2ea9d 9 seconds ago 17.9MB [2021-02-03T18:29:12.274Z] docker-sys-mgmt-agent-go latest e83741e6df77 16 seconds ago 313MB [2021-02-03T18:29:12.274Z] docker-core-metadata-go latest 149a1501f0b4 27 seconds ago 18.8MB [2021-02-03T18:29:12.274Z] docker-support-scheduler-go latest 291b7194a420 30 seconds ago 17MB [2021-02-03T18:29:12.274Z] docker-core-data-go latest 1e9e2424d610 2 minutes ago 22.3MB [2021-02-03T18:29:12.274Z] docker-security-secretstore-setup-go latest 1ec86437b892 2 minutes ago 24.6MB [2021-02-03T18:29:12.274Z] docker-core-command-go latest ff5dc78658d8 2 minutes ago 16.9MB [2021-02-03T18:29:12.274Z] docker-security-proxy-setup-go latest f20b37decaec 2 minutes ago 24.4MB [2021-02-03T18:29:12.274Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-03T18:29:21.182Z] ---> 93c664f6be40 [2021-02-03T18:29:21.182Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-03T18:29:21.182Z] ---> c94de6b5b91d [2021-02-03T18:29:21.182Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-03T18:29:21.182Z] ---> d8f1d595e233 [2021-02-03T18:29:21.182Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-03T18:29:21.182Z] ---> 9ebaf6a7ccac [2021-02-03T18:29:21.182Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-03T18:29:21.182Z] ---> 460d45adc890 [2021-02-03T18:29:21.182Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-03T18:29:21.182Z] ---> Running in 4a5a705dfadd [2021-02-03T18:29:21.182Z] ---> Running in 33ce000570ac [2021-02-03T18:29:21.182Z] ---> Running in 7e413b5c25ef [2021-02-03T18:29:21.182Z] ---> Running in 13eed4d7980c [2021-02-03T18:29:21.182Z] ---> Running in a954fc8f5438 [2021-02-03T18:29:21.182Z] 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-03T18:29:21.182Z] 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-03T18:29:21.182Z] 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-03T18:29:21.779Z] 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-03T18:29:21.779Z] 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-03T18:29:28.018Z] Still waiting to schedule task [2021-02-03T18:29:28.018Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-03T18:30:17.886Z] Running on prd-ubuntu18.04-docker-8c-8g-24755 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws [2021-02-03T18:30:17.932Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-02-03T18:30:20.161Z] using credential edgex-jenkins-ssh [2021-02-03T18:30:20.216Z] Cloning the remote Git repository [2021-02-03T18:30:20.216Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-03T18:30:20.288Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-02-03T18:30:20.322Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T18:30:20.322Z] > git --version # timeout=10 [2021-02-03T18:30:20.329Z] > git --version # 'git version 2.17.1' [2021-02-03T18:30:20.330Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:30:20.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:30:27.549Z] Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:30:27.726Z] Merge succeeded, producing 7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:30:27.726Z] Checking out Revision 7720835d1356653aaa62fb44da62189db095b415 (PR-3115) [2021-02-03T18:30:26.842Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T18:30:26.848Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-03T18:30:26.860Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-03T18:30:26.871Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-03T18:30:26.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:30:26.875Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-03T18:30:27.549Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:30:27.554Z] > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 [2021-02-03T18:30:27.682Z] > git remote # timeout=10 [2021-02-03T18:30:27.690Z] > git config --get remote.origin.url # timeout=10 [2021-02-03T18:30:27.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-03T18:30:27.699Z] > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 [2021-02-03T18:30:27.710Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-03T18:30:27.721Z] > git config core.sparsecheckout # timeout=10 [2021-02-03T18:30:27.724Z] > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 [2021-02-03T18:30:31.474Z] Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:30:32.683Z] + echo snap-build.sh [2021-02-03T18:30:32.683Z] snap-build.sh [2021-02-03T18:30:32.683Z] + SNAP_BASE_DIR=. [2021-02-03T18:30:32.683Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-02-03T18:30:32.683Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-02-03T18:30:32.683Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-02-03T18:30:32.683Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-02-03T18:30:32.683Z] + cd /w/workspace/edgex-go/6 [2021-02-03T18:30:32.683Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-03T18:30:32.683Z] Reading package lists... [2021-02-03T18:30:32.952Z] Building dependency tree... [2021-02-03T18:30:32.952Z] Reading state information... [2021-02-03T18:30:32.952Z] The following packages were automatically installed and are no longer required: [2021-02-03T18:30:32.952Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-03T18:30:32.952Z] uidmap xdelta3 [2021-02-03T18:30:32.952Z] Use 'sudo apt autoremove' to remove them. [2021-02-03T18:30:33.226Z] The following packages will be REMOVED: [2021-02-03T18:30:33.226Z] lxd* lxd-client* [2021-02-03T18:30:33.811Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-03T18:30:33.811Z] After this operation, 31.7 MB disk space will be freed. [2021-02-03T18:30:34.868Z] (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-03T18:30:34.868Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T18:30:35.812Z] Removing lxd dnsmasq configuration [2021-02-03T18:30:35.812Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T18:30:36.073Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-03T18:30:37.018Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-03T18:30:37.018Z] (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-03T18:30:37.018Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-03T18:30:38.404Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-03T18:30:38.666Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-03T18:30:40.591Z] + sudo snap remove --purge lxd [2021-02-03T18:30:40.591Z] snap "lxd" is not installed [2021-02-03T18:30:40.591Z] + sudo groupadd --force --system lxd [2021-02-03T18:30:40.591Z] ++ whoami [2021-02-03T18:30:40.591Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-03T18:30:40.852Z] + newgrp - lxd [2021-02-03T18:30:40.852Z] + sudo snap install lxd [2021-02-03T18:30:49.020Z] 2021-02-03T18:30:47Z INFO Waiting for automatic snapd restart... [2021-02-03T18:30:58.653Z] Removing intermediate container a954fc8f5438 [2021-02-03T18:30:58.653Z] ---> 70e376b645f9 [2021-02-03T18:30:58.653Z] [2021-02-03T18:30:58.653Z] Step 10/30 : FROM alpine:3.12 [2021-02-03T18:30:58.653Z] 3.12: Pulling from library/alpine [2021-02-03T18:30:58.653Z] Removing intermediate container 4a5a705dfadd [2021-02-03T18:30:58.653Z] ---> b2b917431aae [2021-02-03T18:30:58.653Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-03T18:30:58.653Z] ---> Running in d108726d0bc6 [2021-02-03T18:30:58.653Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-03T18:30:58.653Z] Status: Downloaded newer image for alpine:3.12 [2021-02-03T18:30:58.653Z] ---> afeebe901d6b [2021-02-03T18:30:58.654Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-03T18:30:58.654Z] ---> Running in 4a212b8e222a [2021-02-03T18:30:58.654Z] 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-03T18:30:59.259Z] Removing intermediate container 4a212b8e222a [2021-02-03T18:30:59.259Z] ---> 31f805ba6798 [2021-02-03T18:30:59.259Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-03T18:30:59.543Z] ---> Running in cbf111230d6a [2021-02-03T18:31:01.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:01.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:02.438Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-03T18:31:02.720Z] (2/2) Installing su-exec (0.2-r1) [2021-02-03T18:31:02.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:31:02.720Z] OK: 5 MiB in 16 packages [2021-02-03T18:31:04.004Z] lxd 4.10 from Canonical* installed [2021-02-03T18:31:04.004Z] + sudo lxd init --auto [2021-02-03T18:31:05.373Z] Removing intermediate container cbf111230d6a [2021-02-03T18:31:05.373Z] ---> 2839f31d7fdf [2021-02-03T18:31:05.373Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-03T18:31:05.373Z] Removing intermediate container d108726d0bc6 [2021-02-03T18:31:05.373Z] ---> 2da38c5903c2 [2021-02-03T18:31:05.373Z] [2021-02-03T18:31:05.373Z] Step 11/26 : FROM docker:20.10.0 [2021-02-03T18:31:05.373Z] 20.10.0: Pulling from library/docker [2021-02-03T18:31:05.373Z] ---> Running in 39b95cc72d0c [2021-02-03T18:31:06.353Z] Removing intermediate container 39b95cc72d0c [2021-02-03T18:31:06.353Z] ---> a5f75f8a5ca8 [2021-02-03T18:31:06.353Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-03T18:31:06.995Z] ---> Running in bb9748fed1f6 [2021-02-03T18:31:08.439Z] Removing intermediate container bb9748fed1f6 [2021-02-03T18:31:08.439Z] ---> a4790490b076 [2021-02-03T18:31:08.439Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-03T18:31:09.058Z] ---> Running in 5df5c0c769ff [2021-02-03T18:31:10.623Z] + sudo snap install --classic snapcraft [2021-02-03T18:31:15.899Z] Removing intermediate container 5df5c0c769ff [2021-02-03T18:31:15.899Z] ---> 7c41028a9a8c [2021-02-03T18:31:15.899Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-03T18:31:15.899Z] ---> Running in 386d4f740176 [2021-02-03T18:31:17.439Z] Removing intermediate container 7e413b5c25ef [2021-02-03T18:31:17.439Z] ---> 9deb918a08f9 [2021-02-03T18:31:17.439Z] [2021-02-03T18:31:17.439Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T18:31:17.439Z] ---> afeebe901d6b [2021-02-03T18:31:17.439Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-03T18:31:17.439Z] Removing intermediate container 386d4f740176 [2021-02-03T18:31:17.439Z] ---> 3c044a00ca49 [2021-02-03T18:31:17.439Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-03T18:31:18.038Z] ---> Running in 25b321cac21d [2021-02-03T18:31:18.634Z] Removing intermediate container 13eed4d7980c [2021-02-03T18:31:18.634Z] ---> 9ad0fab80d00 [2021-02-03T18:31:18.634Z] [2021-02-03T18:31:18.634Z] Step 10/22 : FROM alpine:3.12 [2021-02-03T18:31:18.634Z] ---> afeebe901d6b [2021-02-03T18:31:18.634Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-03T18:31:18.795Z] snapcraft 4.4.4 from Canonical* installed [2021-02-03T18:31:18.795Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-03T18:31:18.795Z] + patch --verbose -p1 [2021-02-03T18:31:18.795Z] Hmm... Looks like a unified diff to me... [2021-02-03T18:31:18.795Z] The text leading up to this was: [2021-02-03T18:31:18.795Z] -------------------------- [2021-02-03T18:31:18.795Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-03T18:31:18.795Z] |From: Tony Espy [2021-02-03T18:31:18.795Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-03T18:31:18.795Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-03T18:31:18.795Z] | [2021-02-03T18:31:18.795Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-03T18:31:18.795Z] |optimize the snap CI check run for pull requests. When [2021-02-03T18:31:18.795Z] |applied, it essentially strips out everything (apps and [2021-02-03T18:31:18.795Z] |parts) from the snapcraft.yaml file except those required [2021-02-03T18:31:18.795Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-03T18:31:18.795Z] |catch changes to edgex-go that break the snap build. [2021-02-03T18:31:18.795Z] | [2021-02-03T18:31:18.795Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-03T18:31:18.795Z] |to update this patch file, otherwise it may fail to apply, [2021-02-03T18:31:18.795Z] |resulting in a failed snap build CI check in the associated [2021-02-03T18:31:18.795Z] |pull request. [2021-02-03T18:31:18.795Z] | [2021-02-03T18:31:18.795Z] |Note - in addition to applying this patch, the pipeline also [2021-02-03T18:31:18.795Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-03T18:31:18.795Z] |need to build the finally binary .snap file (and it won't [2021-02-03T18:31:18.795Z] |work with the patch applied). This further reduces the build [2021-02-03T18:31:18.795Z] |time. [2021-02-03T18:31:18.795Z] |--- [2021-02-03T18:31:18.795Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-03T18:31:18.795Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-03T18:31:18.795Z] | [2021-02-03T18:31:18.795Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-03T18:31:18.795Z] |index 1e537489..faf42425 100644 [2021-02-03T18:31:18.795Z] |--- a/snap/snapcraft.yaml [2021-02-03T18:31:18.795Z] |+++ b/snap/snapcraft.yaml [2021-02-03T18:31:18.795Z] -------------------------- [2021-02-03T18:31:18.795Z] patching file snap/snapcraft.yaml [2021-02-03T18:31:18.795Z] Using Plan A... [2021-02-03T18:31:18.795Z] Hunk #1 FAILED at 73. [2021-02-03T18:31:18.795Z] Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). [2021-02-03T18:31:18.795Z] Hunk #3 succeeded at 289 (offset 3 lines). [2021-02-03T18:31:18.795Z] Hunk #4 succeeded at 297 (offset 3 lines). [2021-02-03T18:31:18.795Z] Hunk #5 succeeded at 304 (offset 3 lines). [2021-02-03T18:31:18.795Z] Hunk #6 succeeded at 331 (offset 3 lines). [2021-02-03T18:31:18.795Z] Hunk #7 succeeded at 365 (offset 3 lines). [2021-02-03T18:31:18.795Z] Hunk #8 succeeded at 424 (offset 11 lines). [2021-02-03T18:31:18.795Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-03T18:31:18.795Z] Hmm... Ignoring the trailing garbage. [2021-02-03T18:31:18.795Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-02-03T18:31:19.239Z] ---> faf08ac70949 [2021-02-03T18:31:19.239Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-03T18:31:19.239Z] ---> Running in 8820b4248e0b [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-02-03T18:31:19.518Z] ---> Running in 39ed77c5c2b9 [Pipeline] } [2021-02-03T18:31:19.523Z] Failed in branch amd64 [2021-02-03T18:31:20.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:20.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:21.504Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-03T18:31:21.504Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-03T18:31:21.504Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:31:21.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:21.504Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T18:31:21.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:21.779Z] OK: 6 MiB in 16 packages [2021-02-03T18:31:22.374Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-03T18:31:22.375Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:31:22.375Z] OK: 5 MiB in 15 packages [2021-02-03T18:31:25.038Z] Removing intermediate container 39ed77c5c2b9 [2021-02-03T18:31:25.038Z] ---> b13257b3a885 [2021-02-03T18:31:25.038Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:31:25.038Z] Removing intermediate container 25b321cac21d [2021-02-03T18:31:25.038Z] ---> a6eb684fbdff [2021-02-03T18:31:25.038Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:31:25.038Z] Removing intermediate container 8820b4248e0b [2021-02-03T18:31:25.038Z] ---> bbce87bf5e9d [2021-02-03T18:31:25.038Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:31:25.314Z] ---> Running in 7992844335ff [2021-02-03T18:31:25.314Z] ---> Running in 2ed616bc256e [2021-02-03T18:31:25.314Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-03T18:31:25.314Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-03T18:31:25.587Z] ---> eeaf43b92773 [2021-02-03T18:31:25.587Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-03T18:31:25.872Z] ---> Running in ef313a184cdb [2021-02-03T18:31:26.147Z] ---> 9fc3d80be8b2 [2021-02-03T18:31:26.147Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-03T18:31:26.431Z] Removing intermediate container 2ed616bc256e [2021-02-03T18:31:26.431Z] ---> a80297afc9f0 [2021-02-03T18:31:26.431Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-03T18:31:26.431Z] Removing intermediate container 7992844335ff [2021-02-03T18:31:26.431Z] ---> c8b8fa5e99d1 [2021-02-03T18:31:26.431Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-03T18:31:27.435Z] ---> Running in 9fbfb91ab8c3 [2021-02-03T18:31:27.435Z] ---> Running in fca27651d610 [2021-02-03T18:31:27.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:27.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:28.315Z] (1/2) Installing readline (8.0.4-r0) [2021-02-03T18:31:28.315Z] (2/2) Installing bash (5.0.17-r0) [2021-02-03T18:31:28.315Z] ---> 88b2fec2389f [2021-02-03T18:31:28.315Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-03T18:31:28.315Z] Executing bash-5.0.17-r0.post-install [2021-02-03T18:31:28.315Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:31:28.315Z] OK: 12 MiB in 22 packages [2021-02-03T18:31:28.596Z] Removing intermediate container fca27651d610 [2021-02-03T18:31:28.596Z] ---> 15e98aafb5bc [2021-02-03T18:31:28.596Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T18:31:28.596Z] Removing intermediate container 9fbfb91ab8c3 [2021-02-03T18:31:28.596Z] ---> fd2cce19d7fd [2021-02-03T18:31:28.596Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-03T18:31:29.195Z] Removing intermediate container 33ce000570ac [2021-02-03T18:31:29.195Z] ---> 3bf8d6872388 [2021-02-03T18:31:29.195Z] [2021-02-03T18:31:29.195Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T18:31:29.195Z] ---> afeebe901d6b [2021-02-03T18:31:29.196Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-03T18:31:29.196Z] ---> Running in 7006f3d94edf [2021-02-03T18:31:29.196Z] ---> Running in 289239ade553 [2021-02-03T18:31:29.470Z] ---> Running in 49e78cc9efef [2021-02-03T18:31:29.470Z] ---> 6337fb94f2d7 [2021-02-03T18:31:29.470Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-03T18:31:30.070Z] Removing intermediate container 7006f3d94edf [2021-02-03T18:31:30.070Z] ---> 5b791acef2df [2021-02-03T18:31:30.070Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:31:30.070Z] Removing intermediate container 289239ade553 [2021-02-03T18:31:30.070Z] ---> 450c3d8f7c76 [2021-02-03T18:31:30.070Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:31:30.346Z] Removing intermediate container 49e78cc9efef [2021-02-03T18:31:30.346Z] ---> 86fed9e942e2 [2021-02-03T18:31:30.346Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-03T18:31:30.346Z] Removing intermediate container ef313a184cdb [2021-02-03T18:31:30.346Z] ---> 30fa97680666 [2021-02-03T18:31:30.346Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-03T18:31:30.626Z] ---> Running in af83fec68276 [2021-02-03T18:31:30.626Z] ---> Running in 9e20b90e78d1 [2021-02-03T18:31:30.626Z] ---> 121f158783ad [2021-02-03T18:31:30.626Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-03T18:31:31.227Z] ---> 48b126110d6a [2021-02-03T18:31:31.227Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-03T18:31:31.227Z] ---> Running in cd0919a2001e [2021-02-03T18:31:31.227Z] ---> 03f6a7007245 [2021-02-03T18:31:31.227Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-03T18:31:31.503Z] Removing intermediate container 9e20b90e78d1 [2021-02-03T18:31:31.503Z] ---> de22dbadc3d9 [2021-02-03T18:31:31.503Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-03T18:31:31.503Z] Removing intermediate container af83fec68276 [2021-02-03T18:31:31.503Z] ---> cefb257b4133 [2021-02-03T18:31:31.503Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-03T18:31:31.773Z] ---> Running in 063885a6b53f [2021-02-03T18:31:31.774Z] ---> Running in bc9d2b681802 [2021-02-03T18:31:32.054Z] Removing intermediate container cd0919a2001e [2021-02-03T18:31:32.054Z] ---> e01a257c320c [2021-02-03T18:31:32.054Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-03T18:31:32.329Z] Removing intermediate container 063885a6b53f [2021-02-03T18:31:32.329Z] ---> 01f624d99db4 [2021-02-03T18:31:32.329Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:31:32.605Z] Removing intermediate container bc9d2b681802 [2021-02-03T18:31:32.605Z] ---> 0123fb9c5570 [2021-02-03T18:31:32.605Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-03T18:31:32.874Z] ---> Running in 42fbd657a9f3 [2021-02-03T18:31:33.145Z] ---> Running in b6290785fdac [2021-02-03T18:31:33.145Z] ---> ee0f5701c090 [2021-02-03T18:31:33.145Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-03T18:31:33.145Z] ---> a9458057f85e [2021-02-03T18:31:33.145Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-03T18:31:33.145Z] ---> 0189abb1159f [2021-02-03T18:31:33.145Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-03T18:31:33.745Z] ---> Running in 55660aaf2cde [2021-02-03T18:31:34.017Z] Removing intermediate container b6290785fdac [2021-02-03T18:31:34.017Z] ---> b5fdeeed957e [2021-02-03T18:31:34.017Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-03T18:31:34.017Z] ---> 514961dcbe40 [2021-02-03T18:31:34.017Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-03T18:31:34.296Z] ---> Running in f605182091f4 [2021-02-03T18:31:34.571Z] ---> 014dbe7c8497 [2021-02-03T18:31:34.571Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-03T18:31:34.853Z] ---> Running in d6d4eeca6f38 [2021-02-03T18:31:35.148Z] Removing intermediate container f605182091f4 [2021-02-03T18:31:35.148Z] ---> 18749f06bf1d [2021-02-03T18:31:35.148Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:31:35.744Z] ---> Running in 10f0a6bce90f [2021-02-03T18:31:36.022Z] Removing intermediate container d6d4eeca6f38 [2021-02-03T18:31:36.022Z] ---> 9845fdad930e [2021-02-03T18:31:36.022Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:31:36.022Z] ---> 46bbdd310fc8 [2021-02-03T18:31:36.022Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-03T18:31:36.296Z] ---> Running in 3c6b869c6bda [2021-02-03T18:31:36.572Z] Removing intermediate container 10f0a6bce90f [2021-02-03T18:31:36.572Z] ---> b47d78b6d9a1 [2021-02-03T18:31:36.572Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T18:31:36.572Z] Removing intermediate container 42fbd657a9f3 [2021-02-03T18:31:36.572Z] ---> f71079c52d53 [2021-02-03T18:31:36.572Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-03T18:31:36.866Z] ---> Running in 4b457fe9836a [2021-02-03T18:31:36.866Z] ---> Running in 2656629b7066 [2021-02-03T18:31:36.866Z] Removing intermediate container 3c6b869c6bda [2021-02-03T18:31:36.866Z] ---> 27b7a5b85b17 [2021-02-03T18:31:36.866Z] Step 20/22 : LABEL arch=arm64 [2021-02-03T18:31:37.137Z] ---> 431bd8bb08dc [2021-02-03T18:31:37.137Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-03T18:31:37.415Z] ---> Running in b37f728c3808 [2021-02-03T18:31:37.689Z] Removing intermediate container 55660aaf2cde [2021-02-03T18:31:37.689Z] ---> 07c04ba7727b [2021-02-03T18:31:37.689Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-03T18:31:37.689Z] Removing intermediate container 2656629b7066 [2021-02-03T18:31:37.689Z] ---> 4a2738a9c077 [2021-02-03T18:31:37.689Z] Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:31:37.962Z] ---> Running in 8c569d688f85 [2021-02-03T18:31:38.231Z] ---> Running in 0eda4c43569c [2021-02-03T18:31:38.231Z] Removing intermediate container b37f728c3808 [2021-02-03T18:31:38.231Z] ---> 118ccc5b95db [2021-02-03T18:31:38.231Z] Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:31:38.503Z] ---> 008cf1050d57 [2021-02-03T18:31:38.503Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-03T18:31:38.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:38.503Z] Removing intermediate container 8c569d688f85 [2021-02-03T18:31:38.503Z] ---> b7a58fdeb1dc [2021-02-03T18:31:38.503Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T18:31:38.503Z] ---> Running in 57a99a0452f7 [2021-02-03T18:31:38.775Z] ---> Running in 8eaededb4053 [2021-02-03T18:31:38.775Z] ---> Running in e6d2150f7b2e [2021-02-03T18:31:39.052Z] Removing intermediate container 0eda4c43569c [2021-02-03T18:31:39.052Z] ---> 897a5ea31648 [2021-02-03T18:31:39.052Z] Step 27/30 : CMD ["gate"] [2021-02-03T18:31:39.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:39.336Z] Removing intermediate container 57a99a0452f7 [2021-02-03T18:31:39.613Z] ---> ec9ad4d5abdc [2021-02-03T18:31:39.613Z] Step 22/22 : LABEL version=0.0.0 [2021-02-03T18:31:39.613Z] ---> Running in 52eb36e0c0f3 [2021-02-03T18:31:39.613Z] Removing intermediate container e6d2150f7b2e [2021-02-03T18:31:39.613Z] ---> 5f8c3d01fc84 [2021-02-03T18:31:39.613Z] [2021-02-03T18:31:39.889Z] ---> Running in d805a75e4d92 [2021-02-03T18:31:40.169Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-03T18:31:40.169Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-03T18:31:40.169Z] Removing intermediate container 52eb36e0c0f3 [2021-02-03T18:31:40.169Z] ---> 794bdb006830 [2021-02-03T18:31:40.169Z] Step 28/30 : LABEL arch=arm64 [2021-02-03T18:31:40.169Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-03T18:31:40.450Z] Successfully built 5f8c3d01fc84 [2021-02-03T18:31:40.450Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-03T18:31:40.450Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-03T18:31:40.450Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-03T18:31:40.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:40.736Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-03T18:31:40.736Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:31:40.736Z] Removing intermediate container d805a75e4d92 [2021-02-03T18:31:40.736Z] ---> 2a0e2f2f6253 [2021-02-03T18:31:40.736Z] [2021-02-03T18:31:40.736Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-03T18:31:40.736Z] ---> Running in 40cbeb8a3f79 [2021-02-03T18:31:41.009Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:31:41.009Z] OK: 8 MiB in 20 packages [2021-02-03T18:31:41.289Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-03T18:31:41.289Z] (2/33) Installing expat (2.2.9-r1) [2021-02-03T18:31:41.289Z] (3/33) Installing libffi (3.3-r2) [2021-02-03T18:31:41.563Z] (4/33) Installing gdbm (1.13-r1) [2021-02-03T18:31:41.563Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-03T18:31:41.563Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-03T18:31:41.563Z] Successfully built 2a0e2f2f6253 [2021-02-03T18:31:41.846Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-03T18:31:41.846Z] Building docker-core-metadata-go [2021-02-03T18:31:41.846Z]  Building docker-support-scheduler-go ... done (7/33) Installing python3 (3.8.5-r0) [2021-02-03T18:31:41.846Z] Removing intermediate container 40cbeb8a3f79 [2021-02-03T18:31:41.846Z] ---> c6dc82a75f9c [2021-02-03T18:31:41.846Z] Step 29/30 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:31:42.440Z] ---> Running in 06befe1079ed [2021-02-03T18:31:43.886Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-03T18:31:43.886Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-03T18:31:43.887Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-03T18:31:43.887Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-03T18:31:43.887Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-03T18:31:43.887Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-03T18:31:43.887Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-03T18:31:43.887Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-03T18:31:43.887Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-03T18:31:44.163Z] Removing intermediate container 06befe1079ed [2021-02-03T18:31:44.163Z] ---> adefc6d9e6a6 [2021-02-03T18:31:44.163Z] Step 30/30 : LABEL version=0.0.0 [2021-02-03T18:31:44.163Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-03T18:31:44.163Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-03T18:31:44.163Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-03T18:31:44.163Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-03T18:31:44.163Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-03T18:31:44.433Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-03T18:31:44.433Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-03T18:31:44.433Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-03T18:31:44.433Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-03T18:31:44.707Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-03T18:31:44.707Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-03T18:31:44.707Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-03T18:31:44.983Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-03T18:31:44.983Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-03T18:31:44.983Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-03T18:31:44.983Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-03T18:31:44.983Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-03T18:31:45.581Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:31:45.581Z] OK: 71 MiB in 55 packages [2021-02-03T18:31:45.859Z] Removing intermediate container 4b457fe9836a [2021-02-03T18:31:45.859Z] ---> 16e9d97235c0 [2021-02-03T18:31:45.859Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:31:46.458Z] ---> Running in dcf4c2a6377d [2021-02-03T18:31:47.056Z] ---> 17c37bbf3027 [2021-02-03T18:31:47.057Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-03T18:31:47.330Z] Removing intermediate container dcf4c2a6377d [2021-02-03T18:31:47.330Z] ---> b7b8050cf50d [2021-02-03T18:31:47.330Z] [2021-02-03T18:31:48.311Z] Successfully built b7b8050cf50d [2021-02-03T18:31:48.311Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-03T18:31:48.311Z] Building docker-core-command-go [2021-02-03T18:31:50.293Z]  Building docker-security-bootstrapper-go ... done  ---> d3bfb9000df2 [2021-02-03T18:31:50.293Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-03T18:31:52.278Z] ---> 1ae19de58aaa [2021-02-03T18:31:52.278Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-03T18:31:52.549Z] ---> Running in 71f0bce07ce7 [2021-02-03T18:31:53.149Z] Removing intermediate container 71f0bce07ce7 [2021-02-03T18:31:53.149Z] ---> 412b0ba7f76c [2021-02-03T18:31:53.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:31:53.420Z] Removing intermediate container 8eaededb4053 [2021-02-03T18:31:53.420Z] ---> accbdbcb26b9 [2021-02-03T18:31:53.420Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-03T18:31:53.700Z] ---> Running in 3ac183161107 [2021-02-03T18:31:53.700Z] ---> Running in d698ebc1d810 [2021-02-03T18:31:54.297Z] Removing intermediate container 3ac183161107 [2021-02-03T18:31:54.297Z] ---> e714685cbcb1 [2021-02-03T18:31:54.297Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T18:31:54.890Z] ---> Running in cb726b9122c0 [2021-02-03T18:31:55.479Z] Removing intermediate container cb726b9122c0 [2021-02-03T18:31:55.479Z] ---> 13d06d793f65 [2021-02-03T18:31:55.479Z] Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:31:55.754Z] ---> Running in 60225d584774 [2021-02-03T18:31:56.737Z] Removing intermediate container 60225d584774 [2021-02-03T18:31:56.737Z] ---> b5478f33a4fb [2021-02-03T18:31:56.737Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T18:31:57.715Z] ---> Running in a69aba680c2e [2021-02-03T18:31:58.691Z] Removing intermediate container a69aba680c2e [2021-02-03T18:31:58.691Z] ---> 0b6a1fec3772 [2021-02-03T18:31:58.691Z] [2021-02-03T18:31:58.967Z] Successfully built 0b6a1fec3772 [2021-02-03T18:31:59.239Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-03T18:31:59.239Z] Building docker-security-secretstore-setup-go [2021-02-03T18:31:59.836Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-02-03T18:31:59.836Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-03T18:32:00.817Z] Collecting cached-property<2,>=1.2.0 [2021-02-03T18:32:00.817Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-03T18:32:00.817Z] 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-03T18:32:01.088Z] Collecting docopt<0.7,>=0.6.1 [2021-02-03T18:32:01.088Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-03T18:32:04.477Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-03T18:32:04.477Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-03T18:32:05.918Z] Collecting PyYAML<4,>=3.10 [2021-02-03T18:32:05.918Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-03T18:32:09.309Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-03T18:32:09.310Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-03T18:32:11.936Z] Collecting jsonschema<3,>=2.5.1 [2021-02-03T18:32:11.936Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-03T18:32:12.535Z] Collecting docker<4.0,>=3.6.0 [2021-02-03T18:32:12.535Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-03T18:32:13.515Z] Collecting texttable<0.10,>=0.9.0 [2021-02-03T18:32:13.516Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-03T18:32:16.146Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-03T18:32:16.146Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-03T18:32:16.146Z] 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-03T18:32:16.420Z] Collecting idna<2.8,>=2.5 [2021-02-03T18:32:16.420Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-03T18:32:16.420Z] 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-03T18:32:17.014Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-03T18:32:17.014Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-03T18:32:17.685Z] Collecting docker-pycreds>=0.4.0 [2021-02-03T18:32:17.685Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-03T18:32:18.006Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-03T18:32:18.006Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-03T18:32:18.006Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-03T18:32:18.006Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-03T18:32:19.112Z] Installing collected packages: cached-property, docopt, idna, urllib3, requests, PyYAML, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, texttable, docker-compose [2021-02-03T18:32:19.112Z] Running setup.py install for docopt: started [2021-02-03T18:32:21.732Z] Running setup.py install for docopt: finished with status 'done' [2021-02-03T18:32:21.732Z] Attempting uninstall: idna [2021-02-03T18:32:21.732Z] Found existing installation: idna 2.9 [2021-02-03T18:32:21.732Z] Uninstalling idna-2.9: [2021-02-03T18:32:21.732Z] Successfully uninstalled idna-2.9 [2021-02-03T18:32:22.021Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:32:22.021Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:32:22.021Z] ---> 75908f1ca28d [2021-02-03T18:32:22.021Z] Step 3/21 : WORKDIR /edgex-go [2021-02-03T18:32:22.021Z] ---> Using cache [2021-02-03T18:32:22.021Z] ---> c3ce6316fd20 [2021-02-03T18:32:22.021Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:32:22.021Z] ---> Using cache [2021-02-03T18:32:22.021Z] ---> c6c3506df9e9 [2021-02-03T18:32:22.021Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-03T18:32:23.458Z] Attempting uninstall: urllib3 [2021-02-03T18:32:23.458Z] Found existing installation: urllib3 1.25.9 [2021-02-03T18:32:23.458Z] Uninstalling urllib3-1.25.9: [2021-02-03T18:32:23.458Z] Successfully uninstalled urllib3-1.25.9 [2021-02-03T18:32:24.194Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:32:24.194Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:32:24.194Z] ---> 75908f1ca28d [2021-02-03T18:32:24.194Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T18:32:24.194Z] ---> Using cache [2021-02-03T18:32:24.194Z] ---> c3ce6316fd20 [2021-02-03T18:32:24.194Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:32:24.194Z] ---> Using cache [2021-02-03T18:32:24.194Z] ---> c6c3506df9e9 [2021-02-03T18:32:24.194Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T18:32:25.627Z] Attempting uninstall: requests [2021-02-03T18:32:25.627Z] Found existing installation: requests 2.23.0 [2021-02-03T18:32:25.627Z] Uninstalling requests-2.23.0: [2021-02-03T18:32:25.627Z] Successfully uninstalled requests-2.23.0 [2021-02-03T18:32:27.060Z] Running setup.py install for PyYAML: started [2021-02-03T18:32:28.498Z] ---> Running in 65d04c86af62 [2021-02-03T18:32:28.498Z] ---> Running in db41e0c28491 [2021-02-03T18:32:29.482Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-03T18:32:29.483Z] Running setup.py install for dockerpty: started [2021-02-03T18:32:30.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:30.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:31.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:31.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:32.055Z] OK: 217 MiB in 51 packages [2021-02-03T18:32:32.055Z] OK: 217 MiB in 51 packages [2021-02-03T18:32:32.055Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-03T18:32:32.661Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:32:32.661Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:32:32.661Z] ---> 75908f1ca28d [2021-02-03T18:32:32.661Z] Step 3/23 : WORKDIR /edgex-go [2021-02-03T18:32:32.661Z] ---> Using cache [2021-02-03T18:32:32.661Z] ---> c3ce6316fd20 [2021-02-03T18:32:32.661Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:32:32.661Z] ---> Using cache [2021-02-03T18:32:32.661Z] ---> c6c3506df9e9 [2021-02-03T18:32:32.661Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-03T18:32:34.652Z] ---> Running in 0e9717116351 [2021-02-03T18:32:34.929Z] Running setup.py install for texttable: started [2021-02-03T18:32:35.918Z] Removing intermediate container 65d04c86af62 [2021-02-03T18:32:35.918Z] ---> 409325f1fe7b [2021-02-03T18:32:35.918Z] Step 6/21 : COPY go.mod . [2021-02-03T18:32:36.192Z] Removing intermediate container db41e0c28491 [2021-02-03T18:32:36.192Z] ---> 419bda0fc281 [2021-02-03T18:32:36.192Z] Step 6/23 : COPY go.mod . [2021-02-03T18:32:36.192Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-03T18:32:36.192Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-03T18:32:36.471Z] ---> 75908f1ca28d [2021-02-03T18:32:36.471Z] Step 3/24 : WORKDIR /edgex-go [2021-02-03T18:32:36.471Z] ---> Using cache [2021-02-03T18:32:36.471Z] ---> c3ce6316fd20 [2021-02-03T18:32:36.471Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-03T18:32:36.471Z] ---> Using cache [2021-02-03T18:32:36.471Z] ---> c6c3506df9e9 [2021-02-03T18:32:36.471Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-03T18:32:36.471Z] ---> Using cache [2021-02-03T18:32:36.471Z] ---> 419bda0fc281 [2021-02-03T18:32:36.471Z] Step 6/24 : COPY go.mod . [2021-02-03T18:32:36.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:37.018Z] ---> 86f05d6cbbca [2021-02-03T18:32:37.018Z] Step 7/21 : RUN go mod download [2021-02-03T18:32:37.288Z] ---> 8d06838090d5 [2021-02-03T18:32:37.288Z] Step 7/24 : RUN go mod download [2021-02-03T18:32:37.288Z] ---> Running in decfc855132c [2021-02-03T18:32:37.288Z] ---> c815e39ae911 [2021-02-03T18:32:37.288Z] Step 7/23 : RUN go mod download [2021-02-03T18:32:37.288Z] Running setup.py install for texttable: finished with status 'done' [2021-02-03T18:32:37.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:37.561Z] ---> Running in 6bf24e236e70 [2021-02-03T18:32:37.837Z] ---> Running in 79621c52ff99 [2021-02-03T18:32:38.116Z] OK: 217 MiB in 51 packages [2021-02-03T18:32:38.728Z] 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-03T18:32:40.164Z] Removing intermediate container 0e9717116351 [2021-02-03T18:32:40.164Z] ---> 5593cba86c86 [2021-02-03T18:32:40.164Z] Step 6/23 : COPY go.mod . [2021-02-03T18:32:41.621Z] ---> ab737fff3e4a [2021-02-03T18:32:41.621Z] Step 7/23 : RUN go mod download [2021-02-03T18:32:41.621Z] ---> Running in 1174532d7edc [2021-02-03T18:32:41.905Z] Removing intermediate container decfc855132c [2021-02-03T18:32:41.905Z] ---> a3c6886b0736 [2021-02-03T18:32:41.905Z] Step 8/21 : COPY . . [2021-02-03T18:32:42.183Z] Removing intermediate container 79621c52ff99 [2021-02-03T18:32:42.183Z] ---> 8beae93f4731 [2021-02-03T18:32:42.183Z] Step 8/23 : COPY . . [2021-02-03T18:32:42.480Z] Removing intermediate container 6bf24e236e70 [2021-02-03T18:32:42.480Z] ---> b6b2a2177765 [2021-02-03T18:32:42.480Z] Step 8/24 : COPY . . [2021-02-03T18:32:46.786Z] Removing intermediate container d698ebc1d810 [2021-02-03T18:32:46.786Z] ---> 9f3fb2dfa378 [2021-02-03T18:32:46.786Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-03T18:32:49.407Z] ---> Running in a5d7bddeff48 [2021-02-03T18:32:50.392Z] Removing intermediate container 1174532d7edc [2021-02-03T18:32:50.392Z] ---> 9402fd4d7dba [2021-02-03T18:32:50.392Z] Step 8/23 : COPY . . [2021-02-03T18:32:50.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:51.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:32:51.896Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T18:32:51.896Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-03T18:32:51.896Z] (3/3) Installing curl (7.69.1-r3) [2021-02-03T18:32:51.896Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:32:51.896Z] OK: 71 MiB in 58 packages [2021-02-03T18:32:57.352Z] Removing intermediate container a5d7bddeff48 [2021-02-03T18:32:57.352Z] ---> 6e063edbb516 [2021-02-03T18:32:57.352Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-03T18:32:57.633Z] ---> Running in c83e6d5ca8a1 [2021-02-03T18:32:59.072Z] Removing intermediate container c83e6d5ca8a1 [2021-02-03T18:32:59.072Z] ---> 578120915ffd [2021-02-03T18:32:59.072Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:32:59.690Z] ---> Running in f8221234ba51 [2021-02-03T18:33:00.688Z] Removing intermediate container f8221234ba51 [2021-02-03T18:33:00.688Z] ---> f29331962cfe [2021-02-03T18:33:00.688Z] Step 24/26 : LABEL arch=arm64 [2021-02-03T18:33:00.979Z] ---> Running in df4347287592 [2021-02-03T18:33:00.979Z] ---> efeb5237dd4f [2021-02-03T18:33:00.979Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-03T18:33:01.579Z] ---> Running in 810b954f836a [2021-02-03T18:33:01.579Z] ---> 1d9fcd2c25e6 [2021-02-03T18:33:01.579Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-03T18:33:02.175Z] Removing intermediate container df4347287592 [2021-02-03T18:33:02.175Z] ---> 08dfe1268d80 [2021-02-03T18:33:02.175Z] Step 25/26 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:33:02.465Z] ---> Running in b1fd3cbe091e [2021-02-03T18:33:02.756Z] ---> e17f7669e9fd [2021-02-03T18:33:02.756Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-03T18:33:03.356Z] ---> Running in 56438739a827 [2021-02-03T18:33:03.632Z] 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-03T18:33:03.633Z] ---> Running in 49a8ae5216e4 [2021-02-03T18:33:04.232Z] Removing intermediate container 56438739a827 [2021-02-03T18:33:04.232Z] ---> 938c7de6d0e0 [2021-02-03T18:33:04.232Z] Step 26/26 : LABEL version=0.0.0 [2021-02-03T18:33:04.508Z] ---> Running in 916885c95840 [2021-02-03T18:33:05.504Z] 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-03T18:33:05.786Z] Removing intermediate container 916885c95840 [2021-02-03T18:33:05.786Z] ---> 00705cdeadeb [2021-02-03T18:33:05.786Z] [2021-02-03T18:33:06.064Z] 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-03T18:33:07.080Z] Successfully built 00705cdeadeb [2021-02-03T18:33:07.080Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-03T18:33:12.506Z]  Building docker-sys-mgmt-agent-go ... done  ---> 9cddcc48ffce [2021-02-03T18:33:12.506Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-03T18:33:12.506Z] ---> Running in 23dcff030159 [2021-02-03T18:33:14.496Z] 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-03T18:34:11.065Z] 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-03T18:34:11.065Z] 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-03T18:34:26.212Z] Removing intermediate container 49a8ae5216e4 [2021-02-03T18:34:26.212Z] ---> 9d4af7832a6f [2021-02-03T18:34:26.212Z] [2021-02-03T18:34:26.212Z] Step 10/24 : FROM alpine:3.12 [2021-02-03T18:34:26.212Z] ---> afeebe901d6b [2021-02-03T18:34:26.212Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-03T18:34:26.212Z] Removing intermediate container b1fd3cbe091e [2021-02-03T18:34:26.212Z] ---> 9a765684baf2 [2021-02-03T18:34:26.212Z] [2021-02-03T18:34:26.212Z] Step 10/21 : FROM alpine:3.12 [2021-02-03T18:34:26.212Z] ---> afeebe901d6b [2021-02-03T18:34:26.212Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-03T18:34:26.212Z] ---> Running in 13fe56b56d76 [2021-02-03T18:34:26.212Z] ---> Running in dbe3a5a2b058 [2021-02-03T18:34:26.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:34:26.212Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-03T18:34:26.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:34:26.484Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-03T18:34:27.083Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-03T18:34:27.083Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T18:34:27.359Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-03T18:34:27.359Z] (4/4) Installing curl (7.69.1-r3) [2021-02-03T18:34:27.359Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-03T18:34:27.359Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:34:27.359Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T18:34:27.359Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-03T18:34:27.359Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-03T18:34:27.359Z] (4/5) Installing curl (7.69.1-r3) [2021-02-03T18:34:27.359Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-03T18:34:27.359Z] Executing busybox-1.31.1-r19.trigger [2021-02-03T18:34:27.359Z] Executing ca-certificates-20191127-r4.trigger [2021-02-03T18:34:27.637Z] OK: 7 MiB in 18 packages [2021-02-03T18:34:27.637Z] OK: 7 MiB in 19 packages [2021-02-03T18:34:30.280Z] Removing intermediate container dbe3a5a2b058 [2021-02-03T18:34:30.280Z] ---> 4393811e1323 [2021-02-03T18:34:30.280Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T18:34:30.575Z] Removing intermediate container 13fe56b56d76 [2021-02-03T18:34:30.575Z] ---> 74e30ba263cd [2021-02-03T18:34:30.575Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-03T18:34:30.575Z] ---> Running in f06cb101845a [2021-02-03T18:34:30.575Z] ---> Running in fa65de1ee9ca [2021-02-03T18:34:31.179Z] Removing intermediate container fa65de1ee9ca [2021-02-03T18:34:31.179Z] ---> 9160be9cd592 [2021-02-03T18:34:31.179Z] Step 13/24 : WORKDIR / [2021-02-03T18:34:31.179Z] Removing intermediate container f06cb101845a [2021-02-03T18:34:31.179Z] ---> 44f4eea61c01 [2021-02-03T18:34:31.179Z] Step 13/21 : WORKDIR /edgex [2021-02-03T18:34:31.456Z] ---> Running in b80d4ef4bb75 [2021-02-03T18:34:31.456Z] ---> Running in cf6f4d4c2906 [2021-02-03T18:34:32.055Z] Removing intermediate container b80d4ef4bb75 [2021-02-03T18:34:32.055Z] ---> 89a90806d34f [2021-02-03T18:34:32.055Z] 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-03T18:34:32.055Z] Removing intermediate container cf6f4d4c2906 [2021-02-03T18:34:32.055Z] ---> 22002d576623 [2021-02-03T18:34:32.055Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-03T18:34:33.493Z] ---> 1e10a5827ade [2021-02-03T18:34:33.493Z] 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-03T18:34:33.777Z] ---> 1c789695fb5e [2021-02-03T18:34:33.778Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-03T18:34:35.223Z] ---> 7b06d3b6b140 [2021-02-03T18:34:35.223Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-03T18:34:35.498Z] ---> 3ac1d69f8df4 [2021-02-03T18:34:35.498Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-03T18:34:36.096Z] ---> 9289ae07ca36 [2021-02-03T18:34:36.096Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-03T18:34:37.529Z] ---> e087692688e7 [2021-02-03T18:34:37.530Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-03T18:34:37.804Z] ---> a58ce2314b1d [2021-02-03T18:34:37.804Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-03T18:34:37.804Z] ---> Running in 5cbbc7bc0402 [2021-02-03T18:34:38.079Z] Removing intermediate container 23dcff030159 [2021-02-03T18:34:38.079Z] ---> 39ef0b477ac1 [2021-02-03T18:34:38.079Z] [2021-02-03T18:34:38.079Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T18:34:38.079Z] ---> afeebe901d6b [2021-02-03T18:34:38.079Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T18:34:38.079Z] ---> Using cache [2021-02-03T18:34:38.079Z] ---> bbce87bf5e9d [2021-02-03T18:34:38.079Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:34:38.079Z] ---> Using cache [2021-02-03T18:34:38.079Z] ---> c8b8fa5e99d1 [2021-02-03T18:34:38.079Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-03T18:34:38.079Z] Removing intermediate container 810b954f836a [2021-02-03T18:34:38.079Z] ---> efff1c62a498 [2021-02-03T18:34:38.079Z] [2021-02-03T18:34:38.079Z] Step 10/23 : FROM alpine:3.12 [2021-02-03T18:34:38.079Z] ---> afeebe901d6b [2021-02-03T18:34:38.079Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-03T18:34:38.079Z] ---> Using cache [2021-02-03T18:34:38.079Z] ---> bbce87bf5e9d [2021-02-03T18:34:38.079Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-03T18:34:38.079Z] ---> Using cache [2021-02-03T18:34:38.079Z] ---> c8b8fa5e99d1 [2021-02-03T18:34:38.079Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-03T18:34:38.356Z] ---> Running in dc20907c5b1f [2021-02-03T18:34:38.356Z] ---> Running in 25bf14e53b5a [2021-02-03T18:34:38.356Z] Removing intermediate container 5cbbc7bc0402 [2021-02-03T18:34:38.356Z] ---> 2c421ae502ed [2021-02-03T18:34:38.356Z] Step 18/21 : CMD ["--init=true"] [2021-02-03T18:34:38.634Z] ---> Running in 48cd09693610 [2021-02-03T18:34:38.916Z] Removing intermediate container dc20907c5b1f [2021-02-03T18:34:38.916Z] ---> b28f570af953 [2021-02-03T18:34:38.916Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T18:34:38.916Z] Removing intermediate container 25bf14e53b5a [2021-02-03T18:34:38.916Z] ---> da0c53023b24 [2021-02-03T18:34:38.916Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-03T18:34:39.192Z] ---> c85609ba3cba [2021-02-03T18:34:39.192Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-03T18:34:39.192Z] ---> Running in 4cbe146a9c15 [2021-02-03T18:34:39.192Z] ---> Running in e83939389f21 [2021-02-03T18:34:39.471Z] Removing intermediate container 48cd09693610 [2021-02-03T18:34:39.471Z] ---> 7998f3fc14ca [2021-02-03T18:34:39.471Z] Step 19/21 : LABEL arch=arm64 [2021-02-03T18:34:39.471Z] ---> Running in 760085408b9c [2021-02-03T18:34:40.068Z] Removing intermediate container e83939389f21 [2021-02-03T18:34:40.068Z] ---> 546b4cfbd7f4 [2021-02-03T18:34:40.068Z] Step 15/23 : WORKDIR /Removing intermediate container 4cbe146a9c15 [2021-02-03T18:34:40.068Z] [2021-02-03T18:34:40.068Z] ---> 21499b3481a3 [2021-02-03T18:34:40.068Z] Step 15/23 : WORKDIR / [2021-02-03T18:34:40.068Z] ---> 13c27e892928 [2021-02-03T18:34:40.068Z] 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-03T18:34:40.068Z] ---> Running in 173578f2b375 [2021-02-03T18:34:40.068Z] ---> Running in d6827e7c75f9 [2021-02-03T18:34:40.343Z] ---> Running in b79cc31b32ca [2021-02-03T18:34:40.343Z] Removing intermediate container 760085408b9c [2021-02-03T18:34:40.343Z] ---> 0e5d8414cec2 [2021-02-03T18:34:40.343Z] Step 20/21 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:34:40.618Z] ---> Running in bda063792a5f [2021-02-03T18:34:40.896Z] Removing intermediate container 173578f2b375 [2021-02-03T18:34:40.896Z] ---> 522daa41b445 [2021-02-03T18:34:40.896Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:34:40.896Z] Removing intermediate container d6827e7c75f9 [2021-02-03T18:34:40.896Z] ---> cf3866175419 [2021-02-03T18:34:40.896Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-03T18:34:41.493Z] Removing intermediate container bda063792a5f [2021-02-03T18:34:41.493Z] ---> ae95649d4dd1 [2021-02-03T18:34:41.493Z] Step 21/21 : LABEL version=0.0.0 [2021-02-03T18:34:42.088Z] ---> Running in e35b2e2002bd [2021-02-03T18:34:42.366Z] ---> f28ae922a525 [2021-02-03T18:34:42.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-03T18:34:42.366Z] ---> fb2256aeaebd [2021-02-03T18:34:42.366Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-03T18:34:42.639Z] Removing intermediate container e35b2e2002bd [2021-02-03T18:34:42.639Z] ---> f54198591ed6 [2021-02-03T18:34:42.639Z] [2021-02-03T18:34:43.240Z] Successfully built f54198591ed6 [2021-02-03T18:34:43.240Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-03T18:34:43.240Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b79cc31b32ca [2021-02-03T18:34:43.240Z] ---> bf941a5117d9 [2021-02-03T18:34:43.240Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-03T18:34:43.829Z] ---> Running in fbcb422957d0 [2021-02-03T18:34:44.421Z] ---> 56859c852d33 [2021-02-03T18:34:44.421Z] ---> 3013f419d8aa [2021-02-03T18:34:44.421Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-03T18:34:44.421Z] [2021-02-03T18:34:44.694Z] Removing intermediate container fbcb422957d0 [2021-02-03T18:34:44.694Z] ---> f51e3cac12a2 [2021-02-03T18:34:44.694Z] Step 22/24 : LABEL arch=arm64 [2021-02-03T18:34:44.971Z] ---> Running in 0346bf855f14 [2021-02-03T18:34:45.242Z] ---> b7a8d80b5346 [2021-02-03T18:34:45.242Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-03T18:34:45.242Z] ---> b991ab472ed5 [2021-02-03T18:34:45.242Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-03T18:34:45.516Z] ---> Running in d85c1145a688 [2021-02-03T18:34:45.516Z] ---> Running in b44529f09afc [2021-02-03T18:34:45.516Z] Removing intermediate container 0346bf855f14 [2021-02-03T18:34:45.516Z] ---> 14cc762050a9 [2021-02-03T18:34:45.516Z] Step 23/24 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:34:45.791Z] ---> Running in 76e23a438ae2 [2021-02-03T18:34:46.074Z] Removing intermediate container d85c1145a688 [2021-02-03T18:34:46.074Z] ---> 62c821a8ca4d [2021-02-03T18:34:46.074Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:34:46.074Z] Removing intermediate container b44529f09afc [2021-02-03T18:34:46.074Z] ---> 6928ab3ff921 [2021-02-03T18:34:46.074Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-03T18:34:46.074Z] ---> Running in 9bd32fb6705e [2021-02-03T18:34:46.349Z] ---> Running in 184541a6b6a9 [2021-02-03T18:34:46.349Z] Removing intermediate container 76e23a438ae2 [2021-02-03T18:34:46.349Z] ---> ec1b5f6fa393 [2021-02-03T18:34:46.349Z] Step 24/24 : LABEL version=0.0.0 [2021-02-03T18:34:46.621Z] ---> Running in 2eb4414bbba9 [2021-02-03T18:34:46.621Z] Removing intermediate container 9bd32fb6705e [2021-02-03T18:34:46.621Z] ---> a488b13a304e [2021-02-03T18:34:46.621Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T18:34:46.894Z] ---> Running in 8be99c4b34f0 [2021-02-03T18:34:46.894Z] Removing intermediate container 184541a6b6a9 [2021-02-03T18:34:46.894Z] ---> b40358900a99 [2021-02-03T18:34:46.894Z] Step 21/23 : LABEL arch=arm64 [2021-02-03T18:34:47.167Z] ---> Running in 40f525e496c3 [2021-02-03T18:34:47.167Z] Removing intermediate container 2eb4414bbba9 [2021-02-03T18:34:47.167Z] ---> 8e99a6457124 [2021-02-03T18:34:47.167Z] [2021-02-03T18:34:47.446Z] Removing intermediate container 8be99c4b34f0 [2021-02-03T18:34:47.446Z] ---> dabe9dc48bf3 [2021-02-03T18:34:47.446Z] Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:34:47.717Z] Successfully built 8e99a6457124 [2021-02-03T18:34:47.717Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-03T18:34:47.717Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 40f525e496c3 [2021-02-03T18:34:47.717Z] ---> 0660fc78d019 [2021-02-03T18:34:47.717Z] Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 [2021-02-03T18:34:47.717Z] ---> Running in d0b45428a2d9 [2021-02-03T18:34:47.989Z] ---> Running in 427cbe331d5f [2021-02-03T18:34:48.261Z] Removing intermediate container d0b45428a2d9 [2021-02-03T18:34:48.261Z] ---> a676b22b0f3b [2021-02-03T18:34:48.261Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T18:34:48.261Z] Removing intermediate container 427cbe331d5f [2021-02-03T18:34:48.261Z] ---> 7a3b30fdc291 [2021-02-03T18:34:48.261Z] Step 23/23 : LABEL version=0.0.0 [2021-02-03T18:34:48.533Z] ---> Running in 2a05abaaf72c [2021-02-03T18:34:48.533Z] ---> Running in 473c0664060d [2021-02-03T18:34:49.126Z] Removing intermediate container 2a05abaaf72c [2021-02-03T18:34:49.126Z] ---> d56730952368 [2021-02-03T18:34:49.126Z] [2021-02-03T18:34:49.126Z] Removing intermediate container 473c0664060d [2021-02-03T18:34:49.126Z] ---> 0f4aaad67417 [2021-02-03T18:34:49.126Z] [2021-02-03T18:34:49.398Z] Successfully built d56730952368 [2021-02-03T18:34:49.398Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-03T18:34:49.669Z]  Building docker-core-metadata-go ... done Successfully built 0f4aaad67417 [2021-02-03T18:34:49.670Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-03T18:34:49.955Z]  Building docker-core-command-go ... done  [Pipeline] } [2021-02-03T18:34:49.945Z] $ docker stop --time=1 f8e190970e2ce3b6524964050587506acc688b4f4f8a3e32f7d24a1b8451f2d9 [2021-02-03T18:34:51.856Z] $ docker rm -f f8e190970e2ce3b6524964050587506acc688b4f4f8a3e32f7d24a1b8451f2d9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-03T18:34:52.611Z] + docker images [2021-02-03T18:34:52.611Z] + grep docker [2021-02-03T18:34:52.882Z] docker-core-metadata-go-arm64 latest d56730952368 4 seconds ago 17.7MB [2021-02-03T18:34:52.882Z] docker-core-command-go-arm64 latest 0f4aaad67417 4 seconds ago 16MB [2021-02-03T18:34:52.882Z] docker-security-secretstore-setup-go-arm64 latest 8e99a6457124 6 seconds ago 23.4MB [2021-02-03T18:34:52.882Z] docker-security-proxy-setup-go-arm64 latest f54198591ed6 10 seconds ago 23.2MB [2021-02-03T18:34:52.882Z] docker-sys-mgmt-agent-go-arm64 latest 00705cdeadeb About a minute ago 300MB [2021-02-03T18:34:52.882Z] docker-core-data-go-arm64 latest 0b6a1fec3772 2 minutes ago 21MB [2021-02-03T18:34:52.882Z] docker-security-bootstrapper-go-arm64 latest b7b8050cf50d 3 minutes ago 17MB [2021-02-03T18:34:52.882Z] docker-support-scheduler-go-arm64 latest 2a0e2f2f6253 3 minutes ago 16.1MB [2021-02-03T18:34:52.882Z] docker-support-notifications-go-arm64 latest 5f8c3d01fc84 3 minutes ago 16.6MB [2021-02-03T18:34:52.882Z] 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-03T18:34:56.025Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:34:57.351Z] ---> package-listing.sh [2021-02-03T18:34:57.351Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-03T18:34:57.351Z] ++ facter osfamily [2021-02-03T18:34:57.664Z] + OS_FAMILY=redhat [2021-02-03T18:34:57.664Z] + workspace=/w/workspace/edgex-go/6 [2021-02-03T18:34:57.664Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-03T18:34:57.664Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-03T18:34:57.664Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-03T18:34:57.664Z] + PACKAGES=/tmp/packages_start.txt [2021-02-03T18:34:57.664Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-03T18:34:57.664Z] + PACKAGES=/tmp/packages_end.txt [2021-02-03T18:34:57.664Z] + case "${OS_FAMILY}" in [2021-02-03T18:34:57.664Z] + rpm -qa [2021-02-03T18:34:57.664Z] + sort [2021-02-03T18:35:04.346Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-03T18:35:04.346Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-03T18:35:04.346Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-03T18:35:04.346Z] + '[' /w/workspace/edgex-go/6 ']' [2021-02-03T18:35:04.346Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-02-03T18:35:04.346Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-02-03T18:35:04.369Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-03T18:35:04.678Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:35:05.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:35:05.587Z] [2021-02-03T18:35:05.587Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-03T18:35:05.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:35:06.233Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-03T18:35:06.233Z] df20fa9351a1: Pulling fs layer [2021-02-03T18:35:06.233Z] 36b3adc4ff6f: Pulling fs layer [2021-02-03T18:35:06.233Z] 8ad3a11d3b57: Pulling fs layer [2021-02-03T18:35:06.233Z] 46f8f816bc3b: Pulling fs layer [2021-02-03T18:35:06.233Z] 93b61091891f: Pulling fs layer [2021-02-03T18:35:06.233Z] 93b9cdb0e59b: Pulling fs layer [2021-02-03T18:35:06.233Z] 5e14af77c1be: Pulling fs layer [2021-02-03T18:35:06.233Z] 01666e4c0597: Pulling fs layer [2021-02-03T18:35:06.233Z] aa168da1d23b: Pulling fs layer [2021-02-03T18:35:06.233Z] 93b61091891f: Waiting [2021-02-03T18:35:06.233Z] 93b9cdb0e59b: Waiting [2021-02-03T18:35:06.233Z] 5e14af77c1be: Waiting [2021-02-03T18:35:06.233Z] 01666e4c0597: Waiting [2021-02-03T18:35:06.233Z] aa168da1d23b: Waiting [2021-02-03T18:35:06.233Z] 46f8f816bc3b: Waiting [2021-02-03T18:35:06.233Z] 36b3adc4ff6f: Verifying Checksum [2021-02-03T18:35:06.233Z] 36b3adc4ff6f: Download complete [2021-02-03T18:35:06.233Z] 46f8f816bc3b: Verifying Checksum [2021-02-03T18:35:06.233Z] 46f8f816bc3b: Download complete [2021-02-03T18:35:06.233Z] df20fa9351a1: Verifying Checksum [2021-02-03T18:35:06.233Z] df20fa9351a1: Download complete [2021-02-03T18:35:06.526Z] 93b61091891f: Verifying Checksum [2021-02-03T18:35:06.526Z] 93b61091891f: Download complete [2021-02-03T18:35:06.526Z] 93b9cdb0e59b: Verifying Checksum [2021-02-03T18:35:06.526Z] 93b9cdb0e59b: Download complete [2021-02-03T18:35:06.526Z] 01666e4c0597: Verifying Checksum [2021-02-03T18:35:06.526Z] 01666e4c0597: Download complete [2021-02-03T18:35:06.526Z] 5e14af77c1be: Verifying Checksum [2021-02-03T18:35:06.526Z] 5e14af77c1be: Download complete [2021-02-03T18:35:07.118Z] df20fa9351a1: Pull complete [2021-02-03T18:35:07.118Z] 8ad3a11d3b57: Verifying Checksum [2021-02-03T18:35:07.118Z] 8ad3a11d3b57: Download complete [2021-02-03T18:35:07.399Z] 36b3adc4ff6f: Pull complete [2021-02-03T18:35:08.884Z] 8ad3a11d3b57: Pull complete [2021-02-03T18:35:09.165Z] 46f8f816bc3b: Pull complete [2021-02-03T18:35:11.132Z] aa168da1d23b: Verifying Checksum [2021-02-03T18:35:11.132Z] aa168da1d23b: Download complete [2021-02-03T18:35:11.404Z] 93b61091891f: Pull complete [2021-02-03T18:35:11.813Z] 93b9cdb0e59b: Pull complete [2021-02-03T18:35:12.240Z] 5e14af77c1be: Pull complete [2021-02-03T18:35:12.638Z] 01666e4c0597: Pull complete [2021-02-03T18:35:25.081Z] aa168da1d23b: Pull complete [2021-02-03T18:35:25.081Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-03T18:35:25.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-03T18:35:25.081Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-03T18:35:25.469Z] prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container [2021-02-03T18:35:25.540Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat [2021-02-03T18:35:32.839Z] $ docker top 76004fbede115d4ef5b66ad888e5328e9e234d179e0356d74f6530a50c0fd6b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-03T18:35:33.453Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-03T18:35:34.148Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-03T18:35:34.488Z] + ls /var/log/sa-host [2021-02-03T18:35:34.776Z] + sadf -c /var/log/sa-host/sa03 [2021-02-03T18:35:34.776Z] file_magic: OK [2021-02-03T18:35:34.776Z] HZ: Using current value: 100 [2021-02-03T18:35:34.776Z] file_header: OK [2021-02-03T18:35:34.776Z] 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-03T18:35:34.776Z] Statistics: [2021-02-03T18:35:34.776Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-03T18:35:34.776Z] File successfully converted to sysstat format version 12.2.1 [2021-02-03T18:35:34.776Z] + sadf -c /var/log/sa-host/sa23 [2021-02-03T18:35:34.776Z] file_magic: OK [2021-02-03T18:35:34.776Z] HZ: Using current value: 100 [2021-02-03T18:35:34.776Z] file_header: OK [2021-02-03T18:35:34.776Z] 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-03T18:35:34.776Z] Statistics: [2021-02-03T18:35:34.776Z] Hnuu...uuuununununu... [2021-02-03T18:35:34.776Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-03T18:35:34.989Z] provisioning config files... [2021-02-03T18:35:35.029Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5453746823882117659tmp [Pipeline] { [Pipeline] echo [2021-02-03T18:35:35.243Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:35:35.590Z] ---> create-netrc.sh [Pipeline] } [2021-02-03T18:35:35.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-03T18:35:35.988Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:35:36.302Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-03T18:35:36.317Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:35:36.638Z] ---> sudo-logs.sh [2021-02-03T18:35:36.638Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-03T18:35:36.653Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:35:36.983Z] ---> job-cost.sh [2021-02-03T18:35:36.983Z] lf-activate-venv: SKIPPING [2021-02-03T18:35:36.983Z] INFO: No Stack... [2021-02-03T18:35:38.933Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-03T18:35:39.519Z] INFO: Archiving Costs [Pipeline] echo [2021-02-03T18:35:39.541Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-03T18:35:39.906Z] ---> logs-deploy.sh [2021-02-03T18:35:39.907Z] lf-activate-venv: SKIPPING [2021-02-03T18:35:39.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/6 [2021-02-03T18:35:39.907Z] INFO: archiving workspace using pattern(s): [2021-02-03T18:35:42.549Z] Archives upload complete. [2021-02-03T18:35:42.549Z] INFO: archiving logs to Nexus