Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25663 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/60 [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/60 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 Merge succeeded, producing 6c1696a27a6571a957291915fc210315cd8e6bc0 Checking out Revision 6c1696a27a6571a957291915fc210315cd8e6bc0 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T00:32:51.290Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T00:32:51.537Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T00:32:51.625Z] ========================================================= [2021-02-09T00:32:51.625Z] EdgeX Global Pipelines Version Info [2021-02-09T00:32:51.625Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 [2021-02-09T00:32:54.708Z] ------------------- [2021-02-09T00:32:54.708Z] stable info: [2021-02-09T00:32:54.708Z] ------------------- [2021-02-09T00:32:54.708Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:32:54.708Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:32:54.708Z] Message: update stable to v1.0.179 [2021-02-09T00:32:55.956Z] ------------------- [2021-02-09T00:32:55.956Z] experimental info: [2021-02-09T00:32:55.956Z] ------------------- [2021-02-09T00:32:55.957Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:32:55.957Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:32:55.957Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T00:32:56.356Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T00:32:56.444Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T00:32:56.533Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T00:32:56.617Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T00:32:56.799Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T00:32:56.890Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T00:32:56.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T00:32:57.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T00:32:57.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T00:32:57.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T00:32:57.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T00:32:57.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T00:32:57.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T00:32:57.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T00:32:57.679Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:32:57.770Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:32:57.855Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T00:32:57.968Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T00:32:58.059Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T00:32:58.144Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T00:32:58.228Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T00:32:58.320Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T00:32:58.424Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T00:32:58.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-09T00:32:58.595Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-09T00:32:58.696Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-09T00:32:58.778Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c1696a27a6571a957291915fc210315cd8e6bc0 [Pipeline] echo [2021-02-09T00:32:58.875Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c1696a [Pipeline] echo [2021-02-09T00:32:58.960Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:32:59.135Z] provisioning config files... [2021-02-09T00:32:59.188Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/60@tmp/config2607262484397522017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:33:00.117Z] ---> docker-login.sh [2021-02-09T00:33:00.117Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:33:00.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:33:01.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:33:01.413Z] Configure a credential helper to remove this warning. See [2021-02-09T00:33:01.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:33:01.413Z] [2021-02-09T00:33:01.413Z] Login Succeeded [2021-02-09T00:33:01.413Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:33:01.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:33:01.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:33:01.982Z] Configure a credential helper to remove this warning. See [2021-02-09T00:33:01.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:33:01.982Z] [2021-02-09T00:33:01.982Z] Login Succeeded [2021-02-09T00:33:01.982Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:33:02.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:33:02.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:33:02.320Z] Configure a credential helper to remove this warning. See [2021-02-09T00:33:02.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:33:02.320Z] [2021-02-09T00:33:02.320Z] Login Succeeded [2021-02-09T00:33:02.320Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:33:02.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:33:03.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:33:03.233Z] Configure a credential helper to remove this warning. See [2021-02-09T00:33:03.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:33:03.233Z] [2021-02-09T00:33:03.233Z] Login Succeeded [2021-02-09T00:33:03.233Z] docker.io [2021-02-09T00:33:03.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:33:04.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:33:04.189Z] Configure a credential helper to remove this warning. See [2021-02-09T00:33:04.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:33:04.189Z] [2021-02-09T00:33:04.189Z] Login Succeeded [2021-02-09T00:33:04.189Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:33:04.213Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:33:05.146Z] ++ 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-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T00:33:05.146Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T00:33:05.146Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T00:33:05.146Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T00:33:05.146Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T00:33:05.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:33:05.146Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T00:33:05.146Z] ++ cut -d/ -f2 [2021-02-09T00:33:05.146Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T00:33:05.611Z] 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-09T00:33:06.812Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:33:06.813Z] [2021-02-09T00:33:06.813Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:33:07.445Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:33:07.445Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T00:33:07.445Z] 31603596830f: Pulling fs layer [2021-02-09T00:33:07.445Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T00:33:07.445Z] 6ca5941a6612: Pulling fs layer [2021-02-09T00:33:07.445Z] ecc8261a40a4: Pulling fs layer [2021-02-09T00:33:07.445Z] ecc8261a40a4: Waiting [2021-02-09T00:33:07.445Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T00:33:07.445Z] 2a8b12db71e7: Download complete [2021-02-09T00:33:08.713Z] 31603596830f: Verifying Checksum [2021-02-09T00:33:08.713Z] 31603596830f: Download complete [2021-02-09T00:33:09.827Z] ecc8261a40a4: Verifying Checksum [2021-02-09T00:33:09.827Z] ecc8261a40a4: Download complete [2021-02-09T00:33:10.211Z] 31603596830f: Pull complete [2021-02-09T00:33:10.211Z] 6ca5941a6612: Verifying Checksum [2021-02-09T00:33:10.211Z] 6ca5941a6612: Download complete [2021-02-09T00:33:10.505Z] 2a8b12db71e7: Pull complete [2021-02-09T00:33:12.618Z] 6ca5941a6612: Pull complete [2021-02-09T00:33:13.615Z] ecc8261a40a4: Pull complete [2021-02-09T00:33:13.615Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T00:33:13.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:33:13.615Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T00:33:13.828Z] prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container [2021-02-09T00:33:13.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-09T00:33:17.247Z] $ docker top 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T00:33:17.643Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:33:17.643Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:33:18.161Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:33:18.170Z] $ docker exec 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent [2021-02-09T00:33:18.573Z] SSH_AUTH_SOCK=/tmp/ssh-lTsMEzeUxDLd/agent.11 [2021-02-09T00:33:18.574Z] SSH_AGENT_PID=16 [2021-02-09T00:33:18.589Z] Running ssh-add (command line suppressed) [2021-02-09T00:33:18.900Z] Identity added: /w/workspace/edgex-go/60@tmp/private_key_1693966591103834506.key (/w/workspace/edgex-go/60@tmp/private_key_1693966591103834506.key) [2021-02-09T00:33:19.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:33:20.660Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T00:33:20.788Z] $ docker exec --env ******** --env ******** 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent -k [2021-02-09T00:33:21.225Z] unset SSH_AUTH_SOCK; [2021-02-09T00:33:21.226Z] unset SSH_AGENT_PID; [2021-02-09T00:33:21.227Z] echo Agent pid 16 killed; [2021-02-09T00:33:21.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T00:33:21.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:33:21.645Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:33:22.419Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:33:22.439Z] $ docker exec 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent [2021-02-09T00:33:23.501Z] SSH_AUTH_SOCK=/tmp/ssh-RCfKNfACATjH/agent.45 [2021-02-09T00:33:23.501Z] SSH_AGENT_PID=50 [2021-02-09T00:33:23.520Z] Running ssh-add (command line suppressed) [2021-02-09T00:33:24.572Z] Identity added: /w/workspace/edgex-go/60@tmp/private_key_8467783846331461159.key (/w/workspace/edgex-go/60@tmp/private_key_8467783846331461159.key) [2021-02-09T00:33:24.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:33:26.311Z] + git semver init [2021-02-09T00:33:26.311Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T00:33:26.311Z] # $GIT_DIR = /w/workspace/edgex-go/60/.git [2021-02-09T00:33:26.311Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/60 [2021-02-09T00:33:26.311Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T00:33:26.311Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T00:33:26.311Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T00:33:26.311Z] # $SEMVER_BRANCH = PR-2858 [2021-02-09T00:33:26.311Z] # $SEMVER_TEMP = /tmp/semver-205561340 [2021-02-09T00:33:26.311Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T00:34:50.006Z] # '/tmp/semver-205561340' -> '/w/workspace/edgex-go/60/.semver' [2021-02-09T00:34:50.006Z] # -> Force: false [2021-02-09T00:34:50.006Z] # $SEMVER_DIR = /w/workspace/edgex-go/60/.semver [Pipeline] } [2021-02-09T00:34:50.066Z] $ docker exec --env ******** --env ******** 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent -k [2021-02-09T00:34:51.147Z] unset SSH_AUTH_SOCK; [2021-02-09T00:34:51.147Z] unset SSH_AGENT_PID; [2021-02-09T00:34:51.147Z] echo Agent pid 50 killed; [2021-02-09T00:34:51.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:34:52.802Z] + git semver [Pipeline] } [2021-02-09T00:34:52.829Z] $ docker stop --time=1 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 [2021-02-09T00:34:55.502Z] $ docker rm -f 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:34:56.328Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T00:34:57.625Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T00:34:57.627Z] [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-09T00:34:58.513Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:34:58.911Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:34:59.389Z] + true [2021-02-09T00:34:59.389Z] + sudo service docker restart [2021-02-09T00:34:59.389Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T00:35:01.046Z] ========================================================= [2021-02-09T00:35:01.046Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T00:35:01.046Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:01.436Z] + 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-09T00:35:12.364Z] Sending build context to Docker daemon 327.8MB [2021-02-09T00:35:12.364Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:35:12.364Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:35:12.695Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T00:35:12.695Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T00:35:12.695Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T00:35:12.695Z] de9db76c5a1d: Pulling fs layer [2021-02-09T00:35:12.695Z] bca2f99d35d6: Pulling fs layer [2021-02-09T00:35:12.695Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T00:35:12.695Z] 7c6f9722023f: Pulling fs layer [2021-02-09T00:35:12.695Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T00:35:12.695Z] bca2f99d35d6: Waiting [2021-02-09T00:35:12.695Z] 93359f2a8cfa: Waiting [2021-02-09T00:35:12.695Z] 7c6f9722023f: Waiting [2021-02-09T00:35:12.695Z] a35cf1a2eb13: Waiting [2021-02-09T00:35:12.695Z] de9db76c5a1d: Verifying Checksum [2021-02-09T00:35:12.695Z] de9db76c5a1d: Download complete [2021-02-09T00:35:12.695Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T00:35:12.695Z] 0ef7d3d256c8: Download complete [2021-02-09T00:35:12.695Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T00:35:12.695Z] 93359f2a8cfa: Download complete [2021-02-09T00:35:12.956Z] Still waiting to schedule task [2021-02-09T00:35:12.956Z] Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-25669’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25672’ is offline [2021-02-09T00:35:13.036Z] 7c6f9722023f: Verifying Checksum [2021-02-09T00:35:13.036Z] 7c6f9722023f: Download complete [2021-02-09T00:35:13.716Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T00:35:13.716Z] 188c0c94c7c5: Download complete [2021-02-09T00:35:15.330Z] 188c0c94c7c5: Pull complete [2021-02-09T00:35:15.982Z] 0ef7d3d256c8: Pull complete [2021-02-09T00:35:16.289Z] de9db76c5a1d: Pull complete [2021-02-09T00:35:19.173Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T00:35:19.173Z] a35cf1a2eb13: Download complete [2021-02-09T00:35:23.051Z] bca2f99d35d6: Verifying Checksum [2021-02-09T00:35:23.051Z] bca2f99d35d6: Download complete [2021-02-09T00:35:42.018Z] bca2f99d35d6: Pull complete [2021-02-09T00:35:42.018Z] 93359f2a8cfa: Pull complete [2021-02-09T00:35:42.018Z] 7c6f9722023f: Pull complete [2021-02-09T00:35:47.161Z] a35cf1a2eb13: Pull complete [2021-02-09T00:35:47.161Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T00:35:47.161Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T00:35:47.161Z] ---> a62c8e92a672 [2021-02-09T00:35:47.161Z] 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-09T00:35:47.161Z] ---> Running in 7a2bdb6d91fd [2021-02-09T00:35:49.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:35:50.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:35:51.315Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:35:51.315Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:35:51.936Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:35:51.936Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:36:05.610Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:36:05.610Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:36:05.610Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:36:05.610Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:36:05.610Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:36:05.610Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:36:05.610Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:36:06.503Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:36:06.791Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:36:06.791Z] OK: 233 MiB in 51 packages [2021-02-09T00:36:12.870Z] Removing intermediate container 7a2bdb6d91fd [2021-02-09T00:36:12.870Z] ---> c4e529eab4db [2021-02-09T00:36:12.870Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:36:12.870Z] ---> Running in d49f1dd77eee [2021-02-09T00:36:12.870Z] Removing intermediate container d49f1dd77eee [2021-02-09T00:36:12.870Z] ---> 4fdeafdccafc [2021-02-09T00:36:12.870Z] Step 5/6 : COPY go.mod . [2021-02-09T00:36:13.666Z] ---> 68b752d96b89 [2021-02-09T00:36:13.666Z] Step 6/6 : RUN go mod download [2021-02-09T00:36:13.666Z] ---> Running in 237dc6c7b4f3 [2021-02-09T00:36:55.509Z] Removing intermediate container 237dc6c7b4f3 [2021-02-09T00:36:55.509Z] ---> 2baa9ae283f5 [2021-02-09T00:36:55.509Z] Successfully built 2baa9ae283f5 [2021-02-09T00:36:55.509Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:36:56.287Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:36:56.287Z] . [Pipeline] withDockerContainer [2021-02-09T00:36:57.463Z] prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container [2021-02-09T00:36:58.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-09T00:37:00.388Z] $ docker top 4b896374134bd3b65c31b8173c26711bfd0437b9e32fce45f13467e8e069e78a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:37:01.840Z] + go version [2021-02-09T00:37:01.840Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T00:37:01.930Z] $ docker stop --time=1 4b896374134bd3b65c31b8173c26711bfd0437b9e32fce45f13467e8e069e78a [2021-02-09T00:37:04.162Z] $ docker rm -f 4b896374134bd3b65c31b8173c26711bfd0437b9e32fce45f13467e8e069e78a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:37:05.252Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:37:05.252Z] . [Pipeline] withDockerContainer [2021-02-09T00:37:05.887Z] prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container [2021-02-09T00:37:06.297Z] $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-09T00:37:09.082Z] $ docker top 2ce41b8d0274e154db09d4f33eb61d5e61442e3c9991a5b0bda0bf6c0d75c66f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:37:10.015Z] ========================================================= [2021-02-09T00:37:10.015Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:37:10.015Z] ========================================================= [Pipeline] sh [2021-02-09T00:37:10.977Z] + make test [2021-02-09T00:37:10.977Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:37:44.204Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:37:48.931Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25677 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-09T00:37:49.049Z] Running in /w/workspace/edgex-go/60 [Pipeline] { [Pipeline] checkout [2021-02-09T00:37:55.396Z] using credential edgex-jenkins-ssh [2021-02-09T00:37:55.487Z] Cloning the remote Git repository [2021-02-09T00:37:55.573Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:37:55.714Z] > git init /w/workspace/edgex-go/60 # timeout=10 [2021-02-09T00:37:55.851Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:37:55.853Z] > git --version # timeout=10 [2021-02-09T00:37:55.873Z] > git --version # 'git version 2.17.1' [2021-02-09T00:37:55.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:37:55.979Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:38:14.684Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-09T00:38:13.588Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:38:13.606Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:38:13.638Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:38:13.748Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:38:13.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:38:13.777Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:38:14.706Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:38:14.738Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-09T00:38:15.088Z] > git remote # timeout=10 [2021-02-09T00:38:15.106Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:38:15.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:38:15.141Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:38:15.990Z] Merge succeeded, producing 993b2dd7edea59615731e03eeb0d6a0bd197b801 [2021-02-09T00:38:15.990Z] Checking out Revision 993b2dd7edea59615731e03eeb0d6a0bd197b801 (PR-2858) [2021-02-09T00:38:15.960Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:38:15.999Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:38:16.014Z] > git checkout -f 993b2dd7edea59615731e03eeb0d6a0bd197b801 # timeout=10 [2021-02-09T00:38:20.705Z] Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" [2021-02-09T00:38:20.732Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:38:22.285Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:38:22.704Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:38:20.713Z] > git rev-list --no-walk 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 [2021-02-09T00:38:23.054Z] + true [2021-02-09T00:38:23.054Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:38:25.113Z] provisioning config files... [2021-02-09T00:38:25.154Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/60@tmp/config975376656204722232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:38:25.565Z] ---> docker-login.sh [2021-02-09T00:38:25.565Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:38:26.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:38:26.673Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:38:26.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:38:26.832Z] Configure a credential helper to remove this warning. See [2021-02-09T00:38:26.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:38:26.832Z] [2021-02-09T00:38:26.832Z] Login Succeeded [2021-02-09T00:38:26.832Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:38:27.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:38:27.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:38:27.433Z] Configure a credential helper to remove this warning. See [2021-02-09T00:38:27.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:38:27.433Z] [2021-02-09T00:38:27.433Z] Login Succeeded [2021-02-09T00:38:27.433Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:38:28.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:38:28.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:38:28.033Z] Configure a credential helper to remove this warning. See [2021-02-09T00:38:28.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:38:28.033Z] [2021-02-09T00:38:28.033Z] Login Succeeded [2021-02-09T00:38:28.033Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:38:28.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:38:28.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:38:28.636Z] Configure a credential helper to remove this warning. See [2021-02-09T00:38:28.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:38:28.636Z] [2021-02-09T00:38:28.636Z] Login Succeeded [2021-02-09T00:38:28.636Z] docker.io [2021-02-09T00:38:29.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:38:29.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:38:29.508Z] Configure a credential helper to remove this warning. See [2021-02-09T00:38:29.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:38:29.508Z] [2021-02-09T00:38:29.508Z] Login Succeeded [2021-02-09T00:38:29.508Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:38:29.526Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T00:38:30.089Z] ========================================================= [2021-02-09T00:38:30.089Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T00:38:30.089Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:38:30.493Z] + 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-09T00:38:33.169Z] Sending build context to Docker daemon 166.3MB [2021-02-09T00:38:33.447Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:38:33.447Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:38:33.447Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T00:38:33.447Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T00:38:33.447Z] a4357932f1b6: Pulling fs layer [2021-02-09T00:38:33.447Z] 18c013af1878: Pulling fs layer [2021-02-09T00:38:33.447Z] 00ac8860ef70: Pulling fs layer [2021-02-09T00:38:33.447Z] 63d7cb157983: Pulling fs layer [2021-02-09T00:38:33.447Z] b116817d02f9: Pulling fs layer [2021-02-09T00:38:33.447Z] 745a02a5169b: Pulling fs layer [2021-02-09T00:38:33.447Z] 00ac8860ef70: Waiting [2021-02-09T00:38:33.447Z] 63d7cb157983: Waiting [2021-02-09T00:38:33.447Z] b116817d02f9: Waiting [2021-02-09T00:38:33.447Z] 745a02a5169b: Waiting [2021-02-09T00:38:33.447Z] 18c013af1878: Download complete [2021-02-09T00:38:33.447Z] a4357932f1b6: Verifying Checksum [2021-02-09T00:38:33.447Z] a4357932f1b6: Download complete [2021-02-09T00:38:33.447Z] 63d7cb157983: Verifying Checksum [2021-02-09T00:38:33.447Z] 63d7cb157983: Download complete [2021-02-09T00:38:34.048Z] b116817d02f9: Verifying Checksum [2021-02-09T00:38:34.048Z] b116817d02f9: Download complete [2021-02-09T00:38:34.048Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T00:38:34.048Z] 5f621e34cdf4: Download complete [2021-02-09T00:38:34.653Z] 5f621e34cdf4: Pull complete [2021-02-09T00:38:35.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:38:35.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:38:35.626Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:38:35.653Z] a4357932f1b6: Pull complete [2021-02-09T00:38:35.930Z] 18c013af1878: Pull complete [2021-02-09T00:38:36.937Z] 745a02a5169b: Verifying Checksum [2021-02-09T00:38:36.937Z] 745a02a5169b: Download complete [2021-02-09T00:38:37.933Z] 00ac8860ef70: Verifying Checksum [2021-02-09T00:38:37.933Z] 00ac8860ef70: Download complete [2021-02-09T00:38:40.233Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:38:40.233Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:38:40.233Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:38:40.233Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:38:41.841Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:38:42.731Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:38:48.130Z] 00ac8860ef70: Pull complete [2021-02-09T00:38:48.130Z] 63d7cb157983: Pull complete [2021-02-09T00:38:48.408Z] b116817d02f9: Pull complete [2021-02-09T00:38:52.741Z] 745a02a5169b: Pull complete [2021-02-09T00:38:52.741Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T00:38:52.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T00:38:52.741Z] ---> b7e6874047d6 [2021-02-09T00:38:52.741Z] 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-09T00:38:52.831Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:38:52.832Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:38:52.832Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:38:56.155Z] ---> Running in a8b48aea8a9c [2021-02-09T00:38:57.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:38:57.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.228s coverage: 45.6% of statements [2021-02-09T00:38:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:38:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:38:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:38:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:38:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:38:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:38:57.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:38:57.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-02-09T00:38:58.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:38:59.179Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:38:59.455Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:38:59.731Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:38:59.731Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:39:00.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.357s coverage: 27.1% of statements [2021-02-09T00:39:00.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:39:00.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:39:00.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:39:00.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:39:00.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:39:00.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:39:00.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-02-09T00:39:00.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:39:00.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements [2021-02-09T00:39:00.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:39:00.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:39:04.040Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:39:04.040Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:39:04.040Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:39:04.040Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:39:04.040Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:39:04.040Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:39:04.040Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:39:04.315Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:39:04.315Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:39:04.315Z] OK: 217 MiB in 51 packages [2021-02-09T00:39:04.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 65.8% of statements [2021-02-09T00:39:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:39:04.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:39:06.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.729s coverage: 82.3% of statements [2021-02-09T00:39:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:39:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:39:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:39:06.052Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:39:08.621Z] Removing intermediate container a8b48aea8a9c [2021-02-09T00:39:08.622Z] ---> 9a8634fdf192 [2021-02-09T00:39:08.622Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:39:08.895Z] ---> Running in 5dcbd098830c [2021-02-09T00:39:09.489Z] Removing intermediate container 5dcbd098830c [2021-02-09T00:39:09.489Z] ---> ee935c996325 [2021-02-09T00:39:09.489Z] Step 5/6 : COPY go.mod . [2021-02-09T00:39:10.086Z] ---> 6544e369a4d4 [2021-02-09T00:39:10.086Z] Step 6/6 : RUN go mod download [2021-02-09T00:39:10.086Z] ---> Running in 58ccc7b3d902 [2021-02-09T00:39:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.878s coverage: 28.6% of statements [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:39:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.121s coverage: 100.0% of statements [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:39:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.205s coverage: 100.0% of statements [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:39:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:39:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements [2021-02-09T00:39:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:39:13.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements [2021-02-09T00:39:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:39:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:39:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:39:13.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:39:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.536s coverage: 92.8% of statements [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:39:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.101s coverage: 58.8% of statements [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:39:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:39:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:39:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.132s coverage: 45.5% of statements [2021-02-09T00:39:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.269s coverage: 79.5% of statements [2021-02-09T00:39:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.102s coverage: 94.1% of statements [2021-02-09T00:39:21.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.198s coverage: 96.3% of statements [2021-02-09T00:39:21.817Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.108s coverage: 87.5% of statements [2021-02-09T00:39:35.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.154s coverage: 94.4% of statements [2021-02-09T00:39:35.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2021-02-09T00:39:42.502Z] Removing intermediate container 58ccc7b3d902 [2021-02-09T00:39:42.502Z] ---> 3c90679127d0 [2021-02-09T00:39:42.502Z] Successfully built 3c90679127d0 [2021-02-09T00:39:42.502Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:39:42.864Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:39:42.864Z] . [Pipeline] withDockerContainer [2021-02-09T00:39:43.180Z] prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container [2021-02-09T00:39:43.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T00:39:45.017Z] $ docker top ea2b77d413a87f1edc01ed4600af39d2509152326e3b47881fbf036df481cf9e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:39:46.115Z] + go version [2021-02-09T00:39:46.115Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T00:39:46.142Z] $ docker stop --time=1 ea2b77d413a87f1edc01ed4600af39d2509152326e3b47881fbf036df481cf9e [2021-02-09T00:39:48.224Z] $ docker rm -f ea2b77d413a87f1edc01ed4600af39d2509152326e3b47881fbf036df481cf9e [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.435s coverage: 92.9% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.097s coverage: 77.8% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.444s coverage: 87.2% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.127s coverage: 100.0% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.485s coverage: 75.5% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.312s coverage: 80.8% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.134s coverage: 91.4% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 63.5% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.187s coverage: 91.3% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.175s coverage: 73.7% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements [2021-02-09T00:39:48.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.744s coverage: 68.9% of statements [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:39:48.505Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:39:49.288Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:39:49.288Z] . [Pipeline] withDockerContainer [2021-02-09T00:39:49.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.334s coverage: 37.0% of statements [2021-02-09T00:39:49.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:39:49.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:39:49.614Z] prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container [2021-02-09T00:39:49.714Z] $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T00:39:50.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.288s coverage: 84.0% of statements [2021-02-09T00:39:51.294Z] $ docker top 9f078614096e511c34d5f87f7e84c5bf6376f46306507958773844b38eb5be1a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:39:51.715Z] ========================================================= [2021-02-09T00:39:51.715Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:39:51.715Z] ========================================================= [Pipeline] sh [2021-02-09T00:39:52.075Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.177s coverage: 100.0% of statements [2021-02-09T00:39:52.397Z] + make test [2021-02-09T00:39:52.397Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:39:57.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.525s coverage: 47.0% of statements [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:39:57.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.229s coverage: 100.0% of statements [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:39:57.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:39:57.132Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.202s coverage: 87.7% of statements [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:39:57.132Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.030s coverage: 29.1% of statements [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.133s coverage: 99.0% of statements [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.306s coverage: 100.0% of statements [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.466s coverage: 100.0% of statements [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.168s coverage: 0.0% of statements [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.166s coverage: 100.0% of statements [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.142s coverage: 87.9% of statements [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:40:06.722Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.119s coverage: 100.0% of statements [2021-02-09T00:40:06.722Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-02-09T00:40:07.379Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.212s coverage: 100.0% of statements [2021-02-09T00:40:09.297Z] GO111MODULE=on go vet ./... [2021-02-09T00:40:19.222Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:41:17.412Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:41:20.451Z] gofmt -l . [2021-02-09T00:41:20.451Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:41:20.451Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:41:22.735Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T00:41:25.946Z] + ls -al . [2021-02-09T00:41:25.946Z] total 696 [2021-02-09T00:41:25.947Z] drwxrwxr-x 10 1001 1001 4096 Feb 9 00:41 . [2021-02-09T00:41:25.947Z] drwxr-xr-x 4 root root 30 Feb 9 00:37 .. [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:32 .dockerignore [2021-02-09T00:41:25.947Z] drwxrwxr-x 8 1001 1001 179 Feb 9 00:32 .git [2021-02-09T00:41:25.947Z] drwxrwxr-x 3 1001 1001 125 Feb 9 00:32 .github [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:32 .gitignore [2021-02-09T00:41:25.947Z] drwx------ 3 1001 1001 60 Feb 9 00:34 .semver [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:32 .sonarcloud.properties [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:32 Attribution.txt [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:32 CONTRIBUTING.md [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:32 Dockerfile.build [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:32 Jenkinsfile [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:32 LICENSE [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:32 Makefile [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:32 README.md [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:32 SECURITY.md [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:34 VERSION [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:32 ZMQWindows.md [2021-02-09T00:41:25.947Z] drwxrwxr-x 2 1001 1001 117 Feb 9 00:32 bin [2021-02-09T00:41:25.947Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:32 cmd [2021-02-09T00:41:25.947Z] -rw-r--r-- 1 root root 592672 Feb 9 00:40 coverage.out [2021-02-09T00:41:25.947Z] -rw-r--r-- 1 root root 1054 Feb 9 00:41 go.mod [2021-02-09T00:41:25.947Z] -rw-r--r-- 1 root root 19290 Feb 9 00:41 go.sum [2021-02-09T00:41:25.947Z] drwxrwxr-x 8 1001 1001 127 Feb 9 00:32 internal [2021-02-09T00:41:25.947Z] drwxrwxr-x 4 1001 1001 26 Feb 9 00:32 openapi [2021-02-09T00:41:25.947Z] drwxrwxr-x 4 1001 1001 71 Feb 9 00:32 snap [2021-02-09T00:41:25.947Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:32 version.go [Pipeline] sh [2021-02-09T00:41:26.638Z] + '[' -e coverage.out ] [2021-02-09T00:41:26.638Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T00:41:27.420Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:41:28.380Z] + make build [2021-02-09T00:41:28.381Z] 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-09T00:41:34.310Z] 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-09T00:41:39.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:41:39.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:41:39.669Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-09T00:41:39.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:41:39.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:41:39.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:41:41.666Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:41:44.331Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:41:45.789Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:41:55.992Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:41:55.992Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:41:55.992Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:41:57.607Z] 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-09T00:41:59.704Z] 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-09T00:42:04.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.402s coverage: 45.6% of statements [2021-02-09T00:42:04.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:42:04.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:42:04.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:42:04.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:42:04.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:42:04.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:42:04.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:42:04.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.252s coverage: 100.0% of statements [2021-02-09T00:42:07.956Z] 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-09T00:42:10.762Z] 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-09T00:42:12.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:42:12.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:42:12.758Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.127s coverage: 100.0% of statements [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:42:12.758Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:42:13.377Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 65.8% of statements [2021-02-09T00:42:13.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:42:13.377Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:42:15.400Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.707s coverage: 82.3% of statements [2021-02-09T00:42:15.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:42:15.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:42:15.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:42:15.400Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:42:18.029Z] 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-09T00:42:22.620Z] 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-09T00:42:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.441s coverage: 28.6% of statements [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:42:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:42:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:42:23.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements [2021-02-09T00:42:23.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:42:24.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.436s coverage: 97.5% of statements [2021-02-09T00:42:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:42:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-02-09T00:42:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:42:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:42:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:42:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:42:27.233Z] 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-09T00:42:29.519Z] 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-09T00:42:33.236Z] 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-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.423s coverage: 92.8% of statements [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.245s coverage: 0.1% of statements [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:42:35.756Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 45.5% of statements [2021-02-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.103s coverage: 79.5% of statements [2021-02-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-02-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements [2021-02-09T00:42:35.756Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-02-09T00:42:37.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-09T00:42:42.532Z] $ docker stop --time=1 2ce41b8d0274e154db09d4f33eb61d5e61442e3c9991a5b0bda0bf6c0d75c66f [2021-02-09T00:42:45.380Z] $ docker rm -f 2ce41b8d0274e154db09d4f33eb61d5e61442e3c9991a5b0bda0bf6c0d75c66f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:42:47.719Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:42:48.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2021-02-09T00:42:48.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-02-09T00:42:48.326Z] [2021-02-09T00:42:48.326Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:42:49.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:42:49.279Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-09T00:42:49.279Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-09T00:42:49.279Z] ca9280d653b3: Pulling fs layer [2021-02-09T00:42:49.279Z] 7e9c9ca2126c: Pulling fs layer [2021-02-09T00:42:49.919Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-09T00:42:49.919Z] cbdbe7a5bc2a: Download complete [2021-02-09T00:42:51.063Z] cbdbe7a5bc2a: Pull complete [2021-02-09T00:42:51.343Z] ca9280d653b3: Verifying Checksum [2021-02-09T00:42:51.343Z] ca9280d653b3: Download complete [2021-02-09T00:42:53.667Z] ca9280d653b3: Pull complete [2021-02-09T00:42:55.137Z] 7e9c9ca2126c: Verifying Checksum [2021-02-09T00:42:55.137Z] 7e9c9ca2126c: Download complete [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.143s coverage: 92.9% of statements [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 77.8% of statements [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.251s coverage: 91.4% of statements [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.721s coverage: 63.5% of statements [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:43:03.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-02-09T00:43:03.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-02-09T00:43:07.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.960s coverage: 68.9% of statements [2021-02-09T00:43:07.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:43:07.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:43:07.845Z] 7e9c9ca2126c: Pull complete [2021-02-09T00:43:07.845Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-09T00:43:07.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:43:07.845Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-09T00:43:08.413Z] prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container [2021-02-09T00:43:08.793Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-09T00:43:10.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements [2021-02-09T00:43:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:43:10.337Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:43:11.058Z] $ docker top d5d1b307216d518792c6c8ca05027236b2280391c78497b04ceba05d30be9df8 -eo pid,comm [2021-02-09T00:43:11.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.872s coverage: 84.0% of statements [2021-02-09T00:43:11.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [Pipeline] { [Pipeline] sh [2021-02-09T00:43:11.773Z] + docker-compose build --help [2021-02-09T00:43:11.773Z] + grep parallel [2021-02-09T00:43:13.733Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:43:13.756Z] $ docker stop --time=1 d5d1b307216d518792c6c8ca05027236b2280391c78497b04ceba05d30be9df8 [2021-02-09T00:43:15.776Z] $ docker rm -f d5d1b307216d518792c6c8ca05027236b2280391c78497b04ceba05d30be9df8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:43:16.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-09T00:43:17.118Z] . [Pipeline] withDockerContainer [2021-02-09T00:43:17.508Z] prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container [2021-02-09T00:43:17.658Z] $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-09T00:43:18.999Z] $ docker top 08aa5ea3283e763ed5cf4acef063fc360a3858532213ab3482002477b4c8905d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:43:19.691Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:43:19.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:43:19.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.162s coverage: 100.0% of statements [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:43:19.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:43:19.710Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.388s coverage: 87.7% of statements [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:43:19.710Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:43:21.180Z] Building docker-core-command-go ... [2021-02-09T00:43:21.180Z] Building docker-core-data-go ... [2021-02-09T00:43:21.180Z] Building docker-core-metadata-go ... [2021-02-09T00:43:21.180Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:43:21.180Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:43:21.180Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:43:21.180Z] Building docker-support-notifications-go ... [2021-02-09T00:43:21.180Z] Building docker-support-scheduler-go ... [2021-02-09T00:43:21.180Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:43:21.180Z] Building docker-support-notifications-go [2021-02-09T00:43:21.180Z] Building docker-core-metadata-go [2021-02-09T00:43:21.180Z] Building docker-sys-mgmt-agent-go [2021-02-09T00:43:21.471Z] Building docker-security-proxy-setup-go [2021-02-09T00:43:21.471Z] Building docker-support-scheduler-go [2021-02-09T00:43:29.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.019s coverage: 29.1% of statements [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:43:29.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.284s coverage: 99.0% of statements [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:43:29.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:43:29.946Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.188s coverage: 100.0% of statements [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:43:29.946Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:43:29.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.146s coverage: 100.0% of statements [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:43:29.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:43:29.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:43:29.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-02-09T00:43:30.222Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-02-09T00:43:30.497Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-09T00:43:31.942Z] GO111MODULE=on go vet ./... [2021-02-09T00:44:30.909Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:44:30.909Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:44:31.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:44:31.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:44:31.276Z] ---> 2baa9ae283f5 [2021-02-09T00:44:31.276Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:44:31.276Z] ---> 2baa9ae283f5 [2021-02-09T00:44:31.276Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:44:31.609Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:44:31.609Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:44:31.609Z] ---> 2baa9ae283f5 [2021-02-09T00:44:31.609Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:44:32.320Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:44:32.320Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:44:32.320Z] ---> 2baa9ae283f5 [2021-02-09T00:44:32.320Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:44:32.320Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:44:32.320Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:44:32.320Z] ---> 2baa9ae283f5 [2021-02-09T00:44:32.320Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:44:32.964Z] ---> Running in 03d1d2c3495d [2021-02-09T00:44:32.964Z] ---> Running in 9d2cf9f22add [2021-02-09T00:44:32.964Z] ---> Running in 4a75342973f3 [2021-02-09T00:44:32.964Z] ---> Running in ec8747974757 [2021-02-09T00:44:32.964Z] ---> Running in 8152c37b3bd4 [2021-02-09T00:44:34.081Z] Removing intermediate container 8152c37b3bd4 [2021-02-09T00:44:34.081Z] ---> 3f2875384ee6 [2021-02-09T00:44:34.081Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:44:34.369Z] Removing intermediate container ec8747974757 [2021-02-09T00:44:34.369Z] ---> 8a2b5295be28 [2021-02-09T00:44:34.369Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:44:34.369Z] Removing intermediate container 03d1d2c3495d [2021-02-09T00:44:34.369Z] ---> 996302bc6df6 [2021-02-09T00:44:34.369Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:44:34.369Z] Removing intermediate container 9d2cf9f22add [2021-02-09T00:44:34.369Z] ---> 34d686308ffc [2021-02-09T00:44:34.369Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:44:34.369Z] Removing intermediate container 4a75342973f3 [2021-02-09T00:44:34.369Z] ---> ef30dae245ef [2021-02-09T00:44:34.369Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:44:34.369Z] ---> Running in 6631127c042b [2021-02-09T00:44:34.369Z] ---> Running in f22249ef5f6c [2021-02-09T00:44:34.369Z] ---> Running in 63958c07b5fb [2021-02-09T00:44:34.641Z] ---> Running in e98bab755fbc [2021-02-09T00:44:34.641Z] ---> Running in 40b3c89e7c4b [2021-02-09T00:44:39.924Z] Removing intermediate container 63958c07b5fb [2021-02-09T00:44:39.924Z] ---> b01321468edf [2021-02-09T00:44:39.924Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:44:39.924Z] ---> Running in ff65eb2dbd18 [2021-02-09T00:44:40.263Z] Removing intermediate container 6631127c042b [2021-02-09T00:44:40.263Z] ---> ada81ecd712d [2021-02-09T00:44:40.263Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:44:40.263Z] Removing intermediate container f22249ef5f6c [2021-02-09T00:44:40.263Z] ---> a8aab83f65ad [2021-02-09T00:44:40.263Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:44:40.263Z] Removing intermediate container e98bab755fbc [2021-02-09T00:44:40.263Z] ---> b6951f9693f7 [2021-02-09T00:44:40.263Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:44:40.549Z] ---> Running in ff4692754443 [2021-02-09T00:44:40.892Z] ---> Running in ffb4fc2c2e2b [2021-02-09T00:44:40.892Z] Removing intermediate container 40b3c89e7c4b [2021-02-09T00:44:40.892Z] ---> 1042e7a04e32 [2021-02-09T00:44:40.892Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:44:41.208Z] ---> Running in 3cab1c84e5e5 [2021-02-09T00:44:41.541Z] ---> Running in dd589e7561ea [2021-02-09T00:44:41.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:43.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:43.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.310Z] OK: 233 MiB in 51 packages [2021-02-09T00:44:44.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:44:44.922Z] OK: 233 MiB in 51 packages [2021-02-09T00:44:45.264Z] Removing intermediate container ff65eb2dbd18 [2021-02-09T00:44:45.264Z] ---> 697f350b24cd [2021-02-09T00:44:45.264Z] Step 6/22 : COPY go.mod . [2021-02-09T00:44:45.555Z] OK: 233 MiB in 51 packages [2021-02-09T00:44:45.888Z] OK: 233 MiB in 51 packages [2021-02-09T00:44:46.184Z] ---> 7727782db942 [2021-02-09T00:44:46.184Z] Step 7/22 : RUN go mod download [2021-02-09T00:44:46.184Z] OK: 233 MiB in 51 packages [2021-02-09T00:44:46.495Z] Removing intermediate container ff4692754443 [2021-02-09T00:44:46.495Z] ---> f3f9f206e11a [2021-02-09T00:44:46.495Z] Step 6/22 : COPY go.mod . [2021-02-09T00:44:46.495Z] ---> Running in b7de0e31865b [2021-02-09T00:44:47.198Z] Removing intermediate container dd589e7561ea [2021-02-09T00:44:47.198Z] ---> eaa4c56932d3 [2021-02-09T00:44:47.198Z] Step 6/26 : COPY go.mod . [2021-02-09T00:44:47.532Z] ---> 4d3578ab129f [2021-02-09T00:44:47.532Z] Step 7/22 : RUN go mod download [2021-02-09T00:44:47.923Z] ---> Running in 29ac594106f4 [2021-02-09T00:44:48.427Z] Removing intermediate container ffb4fc2c2e2b [2021-02-09T00:44:48.428Z] ---> 7ccf7e6535bb [2021-02-09T00:44:48.428Z] Step 6/21 : COPY go.mod . [2021-02-09T00:44:48.428Z] ---> 9cbd736769cb [2021-02-09T00:44:48.428Z] Step 7/26 : RUN go mod download [2021-02-09T00:44:48.921Z] Removing intermediate container 3cab1c84e5e5 [2021-02-09T00:44:48.921Z] ---> b805ab8b24db [2021-02-09T00:44:48.921Z] Step 6/23 : COPY go.mod . [2021-02-09T00:44:48.921Z] ---> Running in a2ca6d32b34f [2021-02-09T00:44:49.269Z] ---> 951ad7adc3a4 [2021-02-09T00:44:49.269Z] Step 7/21 : RUN go mod download [2021-02-09T00:44:49.568Z] ---> Running in 846124b8c551 [2021-02-09T00:44:49.896Z] ---> 4ee99c7bc224 [2021-02-09T00:44:49.896Z] Step 7/23 : RUN go mod download [2021-02-09T00:44:49.896Z] ---> Running in 3870ca140796 [2021-02-09T00:44:53.144Z] Removing intermediate container b7de0e31865b [2021-02-09T00:44:53.144Z] ---> 3a98c29d47b2 [2021-02-09T00:44:53.144Z] Step 8/22 : COPY . . [2021-02-09T00:44:53.630Z] Removing intermediate container 29ac594106f4 [2021-02-09T00:44:53.630Z] ---> d8f058d0bbc0 [2021-02-09T00:44:53.630Z] Step 8/22 : COPY . . [2021-02-09T00:44:54.344Z] Removing intermediate container a2ca6d32b34f [2021-02-09T00:44:54.344Z] ---> 5465116cee95 [2021-02-09T00:44:54.344Z] Step 8/26 : COPY . . [2021-02-09T00:44:54.613Z] gofmt -l . [2021-02-09T00:44:54.645Z] Removing intermediate container 846124b8c551 [2021-02-09T00:44:54.646Z] ---> 8ca2f18040ac [2021-02-09T00:44:54.646Z] Step 8/21 : COPY . . [2021-02-09T00:44:56.058Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:44:57.570Z] Removing intermediate container 3870ca140796 [2021-02-09T00:44:57.570Z] ---> e9224e2bd184 [2021-02-09T00:44:57.570Z] Step 8/23 : COPY . . [2021-02-09T00:44:59.437Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:44:59.714Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-09T00:45:01.868Z] + ls -al . [2021-02-09T00:45:01.868Z] total 724 [2021-02-09T00:45:01.868Z] drwxrwxr-x 9 1001 1001 4096 Feb 9 00:45 . [2021-02-09T00:45:01.868Z] drwxr-xr-x 4 root root 4096 Feb 9 00:39 .. [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 11 Feb 9 00:38 .dockerignore [2021-02-09T00:45:01.869Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:38 .git [2021-02-09T00:45:01.869Z] drwxrwxr-x 3 1001 1001 4096 Feb 9 00:38 .github [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 818 Feb 9 00:38 .gitignore [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 166 Feb 9 00:38 .sonarcloud.properties [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:38 Attribution.txt [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:38 CONTRIBUTING.md [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 931 Feb 9 00:38 Dockerfile.build [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 863 Feb 9 00:38 Jenkinsfile [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:38 LICENSE [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:38 Makefile [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:38 README.md [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:38 SECURITY.md [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 5 Feb 9 00:34 VERSION [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:38 ZMQWindows.md [2021-02-09T00:45:01.869Z] drwxrwxr-x 2 1001 1001 4096 Feb 9 00:38 bin [2021-02-09T00:45:01.869Z] drwxrwxr-x 14 1001 1001 4096 Feb 9 00:38 cmd [2021-02-09T00:45:01.869Z] -rw-r--r-- 1 root root 592672 Feb 9 00:43 coverage.out [2021-02-09T00:45:01.869Z] -rw-r--r-- 1 root root 1054 Feb 9 00:44 go.mod [2021-02-09T00:45:01.869Z] -rw-r--r-- 1 root root 19290 Feb 9 00:44 go.sum [2021-02-09T00:45:01.869Z] drwxrwxr-x 8 1001 1001 4096 Feb 9 00:38 internal [2021-02-09T00:45:01.869Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:38 openapi [2021-02-09T00:45:01.869Z] drwxrwxr-x 4 1001 1001 4096 Feb 9 00:38 snap [2021-02-09T00:45:01.869Z] -rw-rw-r-- 1 1001 1001 168 Feb 9 00:38 version.go [Pipeline] sh [2021-02-09T00:45:02.561Z] + '[' -e coverage.out ] [2021-02-09T00:45:02.561Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-09T00:45:02.631Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T00:45:03.958Z] Stashed 1 file(s) [Pipeline] sh [2021-02-09T00:45:04.633Z] + make build [2021-02-09T00:45:04.633Z] 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-09T00:45:17.049Z] 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-09T00:45:43.863Z] 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-09T00:45:49.262Z] 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-09T00:45:55.988Z] 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-09T00:45:57.427Z] 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-09T00:46:04.144Z] 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-09T00:46:10.870Z] 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-09T00:46:16.259Z] 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-09T00:46:20.548Z] 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-09T00:46:24.868Z] 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-09T00:46:29.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-09T00:46:35.896Z] $ docker stop --time=1 9f078614096e511c34d5f87f7e84c5bf6376f46306507958773844b38eb5be1a [2021-02-09T00:46:36.955Z] ---> 8bb3719f83f9 [2021-02-09T00:46:36.956Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:46:36.956Z] ---> cf7db1043b1d [2021-02-09T00:46:36.956Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:46:36.956Z] ---> 6865f8375bfa [2021-02-09T00:46:36.956Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:46:36.956Z] ---> ef402bcd621f [2021-02-09T00:46:36.956Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:46:36.956Z] ---> 5694d449b48a [2021-02-09T00:46:36.956Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:46:36.956Z] ---> Running in 9a8a546df1f4 [2021-02-09T00:46:36.956Z] ---> Running in 9c0db3746e61 [2021-02-09T00:46:36.956Z] ---> Running in 1d9d088c2422 [2021-02-09T00:46:36.956Z] ---> Running in c673cd3d907d [2021-02-09T00:46:36.956Z] ---> Running in 6b95f384d5f9 [2021-02-09T00:46:36.956Z] 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-09T00:46:36.956Z] 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-09T00:46:36.956Z] 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-09T00:46:36.956Z] 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-09T00:46:36.956Z] 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-09T00:46:38.690Z] $ docker rm -f 9f078614096e511c34d5f87f7e84c5bf6376f46306507958773844b38eb5be1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:46:40.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:46:41.225Z] [2021-02-09T00:46:41.225Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:46:41.615Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:46:41.890Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-09T00:46:41.890Z] 29e5d40040c1: Pulling fs layer [2021-02-09T00:46:41.890Z] 1ce36da41761: Pulling fs layer [2021-02-09T00:46:41.890Z] 25b303627fd3: Pulling fs layer [2021-02-09T00:46:42.174Z] 29e5d40040c1: Download complete [2021-02-09T00:46:42.779Z] 1ce36da41761: Verifying Checksum [2021-02-09T00:46:42.779Z] 1ce36da41761: Download complete [2021-02-09T00:46:43.057Z] 29e5d40040c1: Pull complete [2021-02-09T00:46:44.503Z] 1ce36da41761: Pull complete [2021-02-09T00:46:44.503Z] 25b303627fd3: Verifying Checksum [2021-02-09T00:46:44.503Z] 25b303627fd3: Download complete [2021-02-09T00:46:54.663Z] 25b303627fd3: Pull complete [2021-02-09T00:46:54.663Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-09T00:46:54.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:46:54.663Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-09T00:46:54.929Z] prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container [2021-02-09T00:46:55.005Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-09T00:46:58.380Z] $ docker top 93d0ba8e51d300903b29f2700c6e0931eddf0129345845faeaed066d53980785 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:46:59.519Z] + docker-compose build --help [2021-02-09T00:46:59.520Z] + grep parallel [2021-02-09T00:47:06.206Z] --parallel Build images in parallel. [Pipeline] } [2021-02-09T00:47:06.215Z] $ docker stop --time=1 93d0ba8e51d300903b29f2700c6e0931eddf0129345845faeaed066d53980785 [2021-02-09T00:47:08.202Z] $ docker rm -f 93d0ba8e51d300903b29f2700c6e0931eddf0129345845faeaed066d53980785 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:47:09.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-09T00:47:09.201Z] . [Pipeline] withDockerContainer [2021-02-09T00:47:09.481Z] prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container [2021-02-09T00:47:09.555Z] $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-09T00:47:11.137Z] $ docker top 97872be119b717b539a0a1de122649e086551bcb1631e0eeec4ccad4f6766ebf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:47:12.218Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-09T00:47:18.996Z] Building docker-core-command-go ... [2021-02-09T00:47:18.996Z] Building docker-core-data-go ... [2021-02-09T00:47:18.996Z] Building docker-core-metadata-go ... [2021-02-09T00:47:18.996Z] Building docker-security-bootstrapper-go ... [2021-02-09T00:47:18.996Z] Building docker-security-proxy-setup-go ... [2021-02-09T00:47:18.996Z] Building docker-security-secretstore-setup-go ... [2021-02-09T00:47:18.996Z] Building docker-support-notifications-go ... [2021-02-09T00:47:18.996Z] Building docker-support-scheduler-go ... [2021-02-09T00:47:18.996Z] Building docker-sys-mgmt-agent-go ... [2021-02-09T00:47:18.996Z] Building docker-core-data-go [2021-02-09T00:47:18.996Z] Building docker-security-secretstore-setup-go [2021-02-09T00:47:18.996Z] Building docker-support-notifications-go [2021-02-09T00:47:18.996Z] Building docker-core-metadata-go [2021-02-09T00:47:18.996Z] Building docker-support-scheduler-go [2021-02-09T00:47:34.742Z] 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-09T00:47:39.523Z] Removing intermediate container 9c0db3746e61 [2021-02-09T00:47:39.523Z] ---> 75f9c519c861 [2021-02-09T00:47:39.523Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:47:41.056Z] ---> Running in 820120dafe78 [2021-02-09T00:47:42.910Z] Removing intermediate container 1d9d088c2422 [2021-02-09T00:47:42.910Z] ---> 5155057ee860 [2021-02-09T00:47:42.910Z] [2021-02-09T00:47:42.910Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:47:42.910Z] 3.12: Pulling from library/alpine [2021-02-09T00:47:44.940Z] 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-09T00:47:44.940Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:47:44.940Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:47:44.940Z] ---> 389fef711851 [2021-02-09T00:47:44.940Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:47:47.757Z] ---> Running in 87b25faa0f4c [2021-02-09T00:47:48.385Z] Removing intermediate container 9a8a546df1f4 [2021-02-09T00:47:48.385Z] ---> 0ad4d0580a03 [2021-02-09T00:47:48.385Z] [2021-02-09T00:47:48.385Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:47:48.385Z] ---> 389fef711851 [2021-02-09T00:47:48.386Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:47:48.666Z] Removing intermediate container c673cd3d907d [2021-02-09T00:47:48.666Z] ---> a66a0c7e65d1 [2021-02-09T00:47:48.666Z] [2021-02-09T00:47:48.666Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:47:48.666Z] ---> 389fef711851 [2021-02-09T00:47:48.666Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:47:48.940Z] ---> Running in 386c89eb38c0 [2021-02-09T00:47:48.940Z] ---> Running in 7278643e16fa [2021-02-09T00:47:49.235Z] Removing intermediate container 6b95f384d5f9 [2021-02-09T00:47:49.235Z] ---> 91da6459704b [2021-02-09T00:47:49.235Z] [2021-02-09T00:47:49.235Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:47:49.235Z] ---> 389fef711851 [2021-02-09T00:47:49.235Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:47:49.528Z] ---> Running in ed0dc9f9fb8c [2021-02-09T00:47:51.366Z] Removing intermediate container 820120dafe78 [2021-02-09T00:47:51.366Z] ---> 049a17be7160 [2021-02-09T00:47:51.366Z] [2021-02-09T00:47:51.366Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:47:51.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:51.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:51.366Z] 20.10.0: Pulling from library/docker [2021-02-09T00:47:51.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:51.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:51.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:51.837Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:52.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:52.272Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:47:52.642Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:47:52.642Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:47:52.642Z] OK: 6 MiB in 15 packages [2021-02-09T00:47:52.642Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:47:53.042Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:47:53.042Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:47:53.042Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:47:53.042Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:47:53.042Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:47:53.042Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:47:53.042Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:47:53.678Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:47:53.678Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:47:53.678Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:47:53.678Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:47:53.678Z] OK: 6 MiB in 15 packages [2021-02-09T00:47:53.678Z] OK: 6 MiB in 16 packages [2021-02-09T00:47:53.678Z] OK: 7 MiB in 18 packages [2021-02-09T00:47:58.480Z] Removing intermediate container 87b25faa0f4c [2021-02-09T00:47:58.480Z] ---> 89f6112df1a6 [2021-02-09T00:47:58.480Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:47:58.480Z] Removing intermediate container ed0dc9f9fb8c [2021-02-09T00:47:58.480Z] ---> 453e212db76f [2021-02-09T00:47:58.480Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:47:58.480Z] ---> Running in a695baee024a [2021-02-09T00:47:58.480Z] ---> Running in 2d65de94c015 [2021-02-09T00:47:58.799Z] Removing intermediate container 7278643e16fa [2021-02-09T00:47:58.799Z] ---> 03f9f0694b8e [2021-02-09T00:47:58.799Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:47:58.799Z] Removing intermediate container 386c89eb38c0 [2021-02-09T00:47:58.799Z] ---> 86947b69dc95 [2021-02-09T00:47:58.799Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:47:59.123Z] ---> Running in b0ef8e144a01 [2021-02-09T00:47:59.123Z] Removing intermediate container a695baee024a [2021-02-09T00:47:59.123Z] ---> 0653cbd883cf [2021-02-09T00:47:59.123Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:47:59.123Z] ---> Running in 623024bc0fdd [2021-02-09T00:47:59.123Z] Removing intermediate container 2d65de94c015 [2021-02-09T00:47:59.123Z] ---> efb235ba80a1 [2021-02-09T00:47:59.123Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:47:59.423Z] ---> Running in 1dc1e0cf8086 [2021-02-09T00:47:59.423Z] ---> Running in 58a1ced96d22 [2021-02-09T00:47:59.423Z] Removing intermediate container 623024bc0fdd [2021-02-09T00:47:59.423Z] ---> 446b8f331fd2 [2021-02-09T00:47:59.423Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:47:59.726Z] Removing intermediate container b0ef8e144a01 [2021-02-09T00:47:59.726Z] ---> d38fc803010b [2021-02-09T00:47:59.726Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:48:00.026Z] ---> Running in 2cdeba72187c [2021-02-09T00:48:00.026Z] Removing intermediate container 1dc1e0cf8086 [2021-02-09T00:48:00.026Z] ---> 0c1b5eb9c7c2 [2021-02-09T00:48:00.026Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:48:00.026Z] ---> Running in 76d97c3e7462 [2021-02-09T00:48:00.353Z] Removing intermediate container 58a1ced96d22 [2021-02-09T00:48:00.353Z] ---> 1dd03c8dfce2 [2021-02-09T00:48:00.353Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:48:00.353Z] ---> Running in ba05d0349e0d [2021-02-09T00:48:00.353Z] ---> Running in 727a4e3d7303 [2021-02-09T00:48:00.679Z] Removing intermediate container 76d97c3e7462 [2021-02-09T00:48:00.679Z] ---> a44cdc679e87 [2021-02-09T00:48:00.679Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:48:01.028Z] Removing intermediate container 2cdeba72187c [2021-02-09T00:48:01.028Z] ---> 0ae3021f7af5 [2021-02-09T00:48:01.028Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:48:01.028Z] ---> Running in e9d6725fa01b [2021-02-09T00:48:01.028Z] Removing intermediate container 727a4e3d7303 [2021-02-09T00:48:01.028Z] ---> 033720797a03 [2021-02-09T00:48:01.028Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:48:01.028Z] Removing intermediate container ba05d0349e0d [2021-02-09T00:48:01.028Z] ---> 651381e6c678 [2021-02-09T00:48:01.028Z] Step 15/23 : WORKDIR / [2021-02-09T00:48:01.341Z] ---> Running in 64648db75104 [2021-02-09T00:48:01.981Z] Removing intermediate container e9d6725fa01b [2021-02-09T00:48:01.981Z] ---> 17e9d2097023 [2021-02-09T00:48:01.981Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:48:01.981Z] ---> 6ddf8e462b3f [2021-02-09T00:48:01.981Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:48:01.981Z] ---> 15b65067bdae [2021-02-09T00:48:01.981Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:48:02.295Z] Removing intermediate container 64648db75104 [2021-02-09T00:48:02.295Z] ---> 88d136a11789 [2021-02-09T00:48:02.295Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:48:03.495Z] ---> 28f63ab48ff9 [2021-02-09T00:48:03.495Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:48:03.495Z] ---> f3dc20df9640 [2021-02-09T00:48:03.495Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:48:04.250Z] ---> b4a0b72239b6 [2021-02-09T00:48:04.250Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:48:04.250Z] ---> b5c240d3547a [2021-02-09T00:48:04.604Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:05.733Z] ---> 4b3c17f02dee [2021-02-09T00:48:05.733Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:48:06.376Z] ---> Running in 553ef3c28af3 [2021-02-09T00:48:06.672Z] ---> e5784eec4784 [2021-02-09T00:48:06.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:06.672Z] ---> 08e0ef9a154a [2021-02-09T00:48:06.672Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:06.672Z] ---> a4bb874528ed [2021-02-09T00:48:06.672Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:48:06.991Z] Removing intermediate container 553ef3c28af3 [2021-02-09T00:48:06.991Z] ---> 83779c7368cf [2021-02-09T00:48:06.991Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:48:06.991Z] ---> Running in 686f57300912 [2021-02-09T00:48:07.298Z] ---> Running in a6a12218538b [2021-02-09T00:48:07.620Z] ---> 6e4c32c2f94f [2021-02-09T00:48:07.620Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:48:07.620Z] Removing intermediate container 686f57300912 [2021-02-09T00:48:07.620Z] ---> d54a76625a40 [2021-02-09T00:48:07.620Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:48:07.902Z] ---> c00ba8e9c264 [2021-02-09T00:48:07.902Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:48:08.269Z] Removing intermediate container a6a12218538b [2021-02-09T00:48:08.269Z] ---> aad3799de27a [2021-02-09T00:48:08.269Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:48:08.607Z] ---> Running in 553d9a7dfc18 [2021-02-09T00:48:08.607Z] ---> Running in 112bcdbafa1e [2021-02-09T00:48:08.607Z] ---> Running in 2d7e0bba132a [2021-02-09T00:48:08.607Z] ---> Running in 9425118870aa [2021-02-09T00:48:09.755Z] Removing intermediate container 2d7e0bba132a [2021-02-09T00:48:09.755Z] ---> a07b29ed02ec [2021-02-09T00:48:09.755Z] Step 19/21 : LABEL arch=x86_64 [2021-02-09T00:48:09.755Z] Removing intermediate container 553d9a7dfc18 [2021-02-09T00:48:09.755Z] ---> 069442502c4d [2021-02-09T00:48:09.755Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:48:09.755Z] Removing intermediate container 112bcdbafa1e [2021-02-09T00:48:09.755Z] ---> b01f7e0bc488 [2021-02-09T00:48:09.755Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:48:10.039Z] ---> Running in 3cd083f9ba76 [2021-02-09T00:48:10.359Z] ---> Running in 9843af692f32 [2021-02-09T00:48:10.359Z] ---> Running in 015391635fef [2021-02-09T00:48:10.359Z] Removing intermediate container 9425118870aa [2021-02-09T00:48:10.359Z] ---> 6815f8e4b8df [2021-02-09T00:48:10.359Z] Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:48:11.067Z] ---> Running in 7c5deb8df0d9 [2021-02-09T00:48:11.067Z] Removing intermediate container 9843af692f32 [2021-02-09T00:48:11.067Z] ---> 4978d5092aa1 [2021-02-09T00:48:11.067Z] Step 20/22 : LABEL arch=x86_64 [2021-02-09T00:48:11.067Z] Removing intermediate container 015391635fef [2021-02-09T00:48:11.067Z] ---> bd0b820383fc [2021-02-09T00:48:11.067Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:48:11.366Z] Removing intermediate container 3cd083f9ba76 [2021-02-09T00:48:11.366Z] ---> 8c22d708d5cb [2021-02-09T00:48:11.366Z] Step 20/21 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:48:11.664Z] ---> Running in b48f0726a21b [2021-02-09T00:48:11.664Z] ---> Running in 01d5e59a4b82 [2021-02-09T00:48:11.961Z] ---> Running in 50e6ab4e0ca5 [2021-02-09T00:48:11.961Z] Removing intermediate container 7c5deb8df0d9 [2021-02-09T00:48:11.961Z] ---> f6d2c0416a90 [2021-02-09T00:48:11.961Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:48:12.277Z] ---> Running in f66f2e206974 [2021-02-09T00:48:12.277Z] Removing intermediate container 01d5e59a4b82 [2021-02-09T00:48:12.277Z] ---> 926eef820e00 [2021-02-09T00:48:12.277Z] Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:48:12.611Z] Removing intermediate container b48f0726a21b [2021-02-09T00:48:12.611Z] ---> 58302f290104 [2021-02-09T00:48:12.611Z] Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:48:12.611Z] Removing intermediate container 50e6ab4e0ca5 [2021-02-09T00:48:12.611Z] ---> e305c1e1d653 [2021-02-09T00:48:12.611Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:48:12.904Z] ---> Running in 612afcded441 [2021-02-09T00:48:12.904Z] ---> Running in 084e41f8ab91 [2021-02-09T00:48:13.216Z] ---> Running in a70869e6a8dd [2021-02-09T00:48:13.216Z] Removing intermediate container f66f2e206974 [2021-02-09T00:48:13.216Z] ---> d7b22d117705 [2021-02-09T00:48:13.216Z] [2021-02-09T00:48:13.487Z] Removing intermediate container 612afcded441 [2021-02-09T00:48:13.487Z] ---> a3518388909c [2021-02-09T00:48:13.487Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:48:13.795Z] Removing intermediate container 084e41f8ab91 [2021-02-09T00:48:13.795Z] ---> 36a7bd15366e [2021-02-09T00:48:13.795Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:48:13.795Z] ---> Running in 500f08ddbd05 [2021-02-09T00:48:13.795Z] Removing intermediate container a70869e6a8dd [2021-02-09T00:48:13.795Z] ---> 66dd1aa8b98b [2021-02-09T00:48:13.795Z] [2021-02-09T00:48:14.084Z] ---> Running in b697c091b773 [2021-02-09T00:48:14.404Z] Successfully built d7b22d117705 [2021-02-09T00:48:14.404Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-09T00:48:14.404Z] Building docker-core-command-go [2021-02-09T00:48:14.404Z]  Building docker-support-scheduler-go ... done Removing intermediate container 500f08ddbd05 [2021-02-09T00:48:14.404Z] ---> 813f46f1ba66 [2021-02-09T00:48:14.404Z] [2021-02-09T00:48:14.404Z] Successfully built 66dd1aa8b98b [2021-02-09T00:48:14.693Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-09T00:48:14.693Z] Building docker-core-data-go [2021-02-09T00:48:14.693Z]  Building docker-security-proxy-setup-go ... done Successfully built 813f46f1ba66 [2021-02-09T00:48:14.693Z] Removing intermediate container b697c091b773 [2021-02-09T00:48:14.693Z] ---> 7ad0bf9fdcbb [2021-02-09T00:48:14.693Z] [2021-02-09T00:48:14.996Z] Successfully tagged docker-support-notifications-go:latest [2021-02-09T00:48:14.996Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-09T00:48:15.318Z] Successfully built 7ad0bf9fdcbb [2021-02-09T00:48:15.318Z] Successfully tagged docker-core-metadata-go:latest [2021-02-09T00:48:15.318Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-09T00:48:16.002Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:48:16.002Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:48:16.002Z] ---> aefe523efa57 [2021-02-09T00:48:16.002Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:48:16.287Z] ---> Running in 59574433f9cf [2021-02-09T00:48:19.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:48:19.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:48:19.358Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:48:19.358Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:48:19.358Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:48:19.358Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:19.358Z] OK: 12 MiB in 22 packages [2021-02-09T00:48:25.600Z] Removing intermediate container 59574433f9cf [2021-02-09T00:48:25.600Z] ---> 8b4b299c5f43 [2021-02-09T00:48:25.600Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:48:25.600Z] ---> Running in c43aaf85727a [2021-02-09T00:48:25.984Z] Removing intermediate container c43aaf85727a [2021-02-09T00:48:25.984Z] ---> dc3551df70ec [2021-02-09T00:48:25.984Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:48:27.281Z] ---> Running in aa2fdfc1f795 [2021-02-09T00:48:29.049Z] Removing intermediate container aa2fdfc1f795 [2021-02-09T00:48:29.049Z] ---> cbaccb1f43d4 [2021-02-09T00:48:29.049Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:48:29.758Z] ---> Running in e0b190852d66 [2021-02-09T00:48:30.799Z] Removing intermediate container e0b190852d66 [2021-02-09T00:48:30.799Z] ---> f30bf7b75a34 [2021-02-09T00:48:30.799Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:48:33.605Z] ---> 54d7844abf7d [2021-02-09T00:48:33.605Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:48:36.603Z] ---> 7ccb260ea326 [2021-02-09T00:48:36.603Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:48:38.147Z] ---> 71679ad6e1a4 [2021-02-09T00:48:38.147Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:48:38.147Z] ---> Running in 77b9e19051fc [2021-02-09T00:48:40.767Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:48:40.767Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:48:40.767Z] ---> 3c90679127d0 [2021-02-09T00:48:40.767Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:48:40.767Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:48:40.767Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:48:40.767Z] ---> 3c90679127d0 [2021-02-09T00:48:40.767Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:48:40.767Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:48:40.767Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:48:40.767Z] ---> 3c90679127d0 [2021-02-09T00:48:40.767Z] Step 3/22 : WORKDIR /edgex-go [2021-02-09T00:48:40.767Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:48:40.767Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:48:40.767Z] ---> 3c90679127d0 [2021-02-09T00:48:40.767Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:48:40.767Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:48:40.767Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:48:40.767Z] ---> 3c90679127d0 [2021-02-09T00:48:40.767Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:48:40.767Z] ---> Running in 07054f25aa69 [2021-02-09T00:48:40.767Z] ---> Running in c062290b0ac5 [2021-02-09T00:48:40.767Z] ---> Running in 2f5ae33d5034 [2021-02-09T00:48:40.767Z] ---> Running in 3b27e857adec [2021-02-09T00:48:40.767Z] ---> Running in 95a51d6340ef [2021-02-09T00:48:40.767Z] Removing intermediate container 3b27e857adec [2021-02-09T00:48:40.767Z] ---> 2fa3a30c1f7d [2021-02-09T00:48:40.767Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:48:40.767Z] Removing intermediate container 2f5ae33d5034 [2021-02-09T00:48:40.767Z] ---> c3c64f1ceb27 [2021-02-09T00:48:40.768Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:48:40.768Z] Removing intermediate container 07054f25aa69 [2021-02-09T00:48:40.768Z] ---> 812cf0b964ef [2021-02-09T00:48:40.768Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:48:40.768Z] Removing intermediate container c062290b0ac5 [2021-02-09T00:48:40.768Z] ---> 8308c5a53001 [2021-02-09T00:48:40.768Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:48:40.768Z] Removing intermediate container 95a51d6340ef [2021-02-09T00:48:40.768Z] ---> 959b9bf212f5 [2021-02-09T00:48:40.768Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:48:40.768Z] ---> Running in 14141034b520 [2021-02-09T00:48:40.768Z] ---> Running in 528c22b48c6e [2021-02-09T00:48:40.768Z] ---> Running in 82d9f1179b31 [2021-02-09T00:48:40.768Z] ---> Running in 436d6d352346 [2021-02-09T00:48:40.768Z] ---> Running in bfeffb1275f2 [2021-02-09T00:48:40.768Z] Removing intermediate container 14141034b520 [2021-02-09T00:48:40.768Z] ---> c3c99c769c89 [2021-02-09T00:48:40.768Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:48:40.768Z] ---> Running in d457548cc424 [2021-02-09T00:48:40.768Z] Removing intermediate container 82d9f1179b31 [2021-02-09T00:48:40.768Z] ---> 3e2400250fc5 [2021-02-09T00:48:40.768Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:48:40.768Z] ---> Running in 6f9e4b987412 [2021-02-09T00:48:40.768Z] Removing intermediate container bfeffb1275f2 [2021-02-09T00:48:40.768Z] ---> 6358556b9251 [2021-02-09T00:48:40.768Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:48:40.768Z] Removing intermediate container 528c22b48c6e [2021-02-09T00:48:40.768Z] ---> 4e7b81d12380 [2021-02-09T00:48:40.768Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-09T00:48:40.768Z] Removing intermediate container 436d6d352346 [2021-02-09T00:48:40.768Z] ---> 9939da2a3e42 [2021-02-09T00:48:40.768Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-09T00:48:40.768Z] ---> Running in 1bd498d8f455 [2021-02-09T00:48:40.768Z] ---> Running in ac6a1269a9ef [2021-02-09T00:48:40.768Z] ---> Running in 9e5244309964 [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:40.768Z] OK: 217 MiB in 51 packages [2021-02-09T00:48:40.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:41.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:41.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:48:41.043Z] OK: 217 MiB in 51 packages [2021-02-09T00:48:41.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:48:41.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:48:41.654Z] OK: 217 MiB in 51 packages [2021-02-09T00:48:41.941Z] OK: 217 MiB in 51 packages [2021-02-09T00:48:41.941Z] OK: 217 MiB in 51 packages [2021-02-09T00:48:42.003Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:48:42.003Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:48:42.003Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:48:42.003Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:48:42.003Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:48:42.003Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:48:42.003Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:48:42.237Z] Removing intermediate container d457548cc424 [2021-02-09T00:48:42.237Z] ---> 8670fabc2be5 [2021-02-09T00:48:42.237Z] Step 6/24 : COPY go.mod . [2021-02-09T00:48:43.228Z] Removing intermediate container 6f9e4b987412 [2021-02-09T00:48:43.228Z] ---> 36a90df2f0e1 [2021-02-09T00:48:43.228Z] Step 6/23 : COPY go.mod . [2021-02-09T00:48:43.505Z] ---> 67c6933910b9 [2021-02-09T00:48:43.505Z] Step 7/24 : RUN go mod download [2021-02-09T00:48:43.505Z] Removing intermediate container 1bd498d8f455 [2021-02-09T00:48:43.505Z] ---> 87c421a2deae [2021-02-09T00:48:43.505Z] Step 6/23 : COPY go.mod . [2021-02-09T00:48:43.776Z] ---> Running in 226556aeee60 [2021-02-09T00:48:43.777Z] Removing intermediate container ac6a1269a9ef [2021-02-09T00:48:43.777Z] ---> 8bf16ef4f306 [2021-02-09T00:48:43.777Z] Step 6/22 : COPY go.mod . [2021-02-09T00:48:44.067Z] Removing intermediate container 9e5244309964 [2021-02-09T00:48:44.067Z] ---> 3c8ec01b3bd7 [2021-02-09T00:48:44.067Z] Step 6/22 : COPY go.mod . [2021-02-09T00:48:44.343Z] ---> 663909604a33 [2021-02-09T00:48:44.343Z] Step 7/23 : RUN go mod download [2021-02-09T00:48:44.615Z] ---> Running in 5514903da0e5 [2021-02-09T00:48:44.615Z] ---> 5486dfeec43c [2021-02-09T00:48:44.615Z] Step 7/23 : RUN go mod download [2021-02-09T00:48:44.898Z] ---> Running in c22f199e8c7f [2021-02-09T00:48:45.204Z] ---> dc798684c50b [2021-02-09T00:48:45.204Z] Step 7/22 : RUN go mod download [2021-02-09T00:48:45.204Z] ---> a95c72390c8e [2021-02-09T00:48:45.204Z] Step 7/22 : RUN go mod download [2021-02-09T00:48:45.485Z] ---> Running in b06f8c0daa32 [2021-02-09T00:48:45.485Z] ---> Running in e4ee5cfc1f06 [2021-02-09T00:48:47.773Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:48:47.773Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:48:47.773Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:48:47.773Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:48:47.773Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:48:47.773Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:48:47.773Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:48:47.773Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:48:47.773Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:48:48.159Z] Removing intermediate container 226556aeee60 [2021-02-09T00:48:48.159Z] ---> ce10bb870972 [2021-02-09T00:48:48.159Z] Step 8/24 : COPY . . [2021-02-09T00:48:48.454Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:48:48.455Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:48:48.455Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:48:48.455Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:48:48.743Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:48:48.743Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:48:48.743Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:48:49.033Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:48:49.158Z] Removing intermediate container 5514903da0e5 [2021-02-09T00:48:49.158Z] ---> 9576d7738b9e [2021-02-09T00:48:49.158Z] Step 8/23 : COPY . . [2021-02-09T00:48:49.359Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:48:49.359Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:48:50.058Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:48:50.058Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:48:50.058Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:48:50.058Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:48:50.348Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:48:50.348Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:48:50.348Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:48:50.628Z] Removing intermediate container c22f199e8c7f [2021-02-09T00:48:50.628Z] ---> 1b9718c6b16a [2021-02-09T00:48:50.628Z] Step 8/23 : COPY . . [2021-02-09T00:48:50.913Z] Removing intermediate container e4ee5cfc1f06 [2021-02-09T00:48:50.913Z] ---> f7e82475df26 [2021-02-09T00:48:50.913Z] Step 8/22 : COPY . . [2021-02-09T00:48:51.005Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:48:51.005Z] OK: 71 MiB in 55 packages [2021-02-09T00:48:51.516Z] Removing intermediate container b06f8c0daa32 [2021-02-09T00:48:51.516Z] ---> c9a008e563d0 [2021-02-09T00:48:51.516Z] Step 8/22 : COPY . . [2021-02-09T00:49:18.381Z] ---> 5389912105bd [2021-02-09T00:49:18.381Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:49:18.381Z] ---> 0ee44032785c [2021-02-09T00:49:18.381Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:49:18.381Z] ---> 57829365a0d9 [2021-02-09T00:49:18.381Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-09T00:49:18.381Z] ---> b6f923e25fdd [2021-02-09T00:49:18.381Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-09T00:49:18.381Z] ---> Running in 04882a1832c9 [2021-02-09T00:49:18.381Z] ---> Running in 1a0b8daf63e8 [2021-02-09T00:49:18.381Z] ---> 8f053c3efab9 [2021-02-09T00:49:18.381Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-09T00:49:18.381Z] ---> Running in 44490603194a [2021-02-09T00:49:18.381Z] ---> Running in 456f3c22a93c [2021-02-09T00:49:18.381Z] ---> Running in e1b73bf05cab [2021-02-09T00:49:19.841Z] 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-09T00:49:20.120Z] 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-09T00:49:20.396Z] 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-09T00:49:20.396Z] 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-09T00:49:20.672Z] 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-09T00:49:31.852Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:31.852Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:31.852Z] ---> 2baa9ae283f5 [2021-02-09T00:49:31.852Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:49:31.852Z] ---> Using cache [2021-02-09T00:49:31.852Z] ---> ef30dae245ef [2021-02-09T00:49:31.852Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:31.852Z] ---> Using cache [2021-02-09T00:49:31.852Z] ---> 1042e7a04e32 [2021-02-09T00:49:31.852Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:49:31.852Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:31.852Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:31.852Z] ---> 2baa9ae283f5 [2021-02-09T00:49:31.852Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:49:31.852Z] ---> Using cache [2021-02-09T00:49:31.852Z] ---> ef30dae245ef [2021-02-09T00:49:31.852Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:31.852Z] ---> Using cache [2021-02-09T00:49:31.852Z] ---> 1042e7a04e32 [2021-02-09T00:49:31.853Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:49:31.853Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:31.853Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:31.853Z] ---> 2baa9ae283f5 [2021-02-09T00:49:31.853Z] Step 3/24 : WORKDIR /edgex-go [2021-02-09T00:49:31.853Z] ---> Using cache [2021-02-09T00:49:31.853Z] ---> ef30dae245ef [2021-02-09T00:49:31.853Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:31.853Z] ---> Using cache [2021-02-09T00:49:31.853Z] ---> 1042e7a04e32 [2021-02-09T00:49:31.853Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-09T00:49:31.853Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:49:31.853Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:49:31.853Z] ---> 2baa9ae283f5 [2021-02-09T00:49:31.853Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:49:31.853Z] ---> Using cache [2021-02-09T00:49:31.853Z] ---> ef30dae245ef [2021-02-09T00:49:31.853Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:49:31.853Z] ---> Using cache [2021-02-09T00:49:31.853Z] ---> 1042e7a04e32 [2021-02-09T00:49:31.853Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-09T00:49:31.853Z] ---> Running in 1847735227a0 [2021-02-09T00:49:31.853Z] ---> Running in 55b7db68e78c [2021-02-09T00:49:31.853Z] ---> Running in ca821196e14c [2021-02-09T00:49:31.853Z] ---> Running in dfb23bb4e2a5 [2021-02-09T00:49:32.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:32.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:32.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:32.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:34.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:34.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:34.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:34.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:49:34.640Z] OK: 233 MiB in 51 packages [2021-02-09T00:49:35.117Z] OK: 233 MiB in 51 packages [2021-02-09T00:49:35.117Z] OK: 233 MiB in 51 packages [2021-02-09T00:49:35.484Z] OK: 233 MiB in 51 packages [2021-02-09T00:49:37.528Z] Removing intermediate container 55b7db68e78c [2021-02-09T00:49:37.528Z] ---> f4c3c63afbe6 [2021-02-09T00:49:37.528Z] Step 6/23 : COPY go.mod . [2021-02-09T00:49:37.528Z] Removing intermediate container dfb23bb4e2a5 [2021-02-09T00:49:37.528Z] ---> 6c45a7960c36 [2021-02-09T00:49:37.528Z] Step 6/23 : COPY go.mod . [2021-02-09T00:49:37.528Z] Removing intermediate container ca821196e14c [2021-02-09T00:49:37.528Z] ---> 12361c7a8f6e [2021-02-09T00:49:37.528Z] Step 6/30 : COPY go.mod . [2021-02-09T00:49:37.528Z] Removing intermediate container 1847735227a0 [2021-02-09T00:49:37.528Z] ---> c138e8e0fa4c [2021-02-09T00:49:37.528Z] Step 6/24 : COPY go.mod . [2021-02-09T00:49:37.814Z] ---> 3b7f188ef833 [2021-02-09T00:49:37.814Z] Step 7/23 : RUN go mod download [2021-02-09T00:49:38.098Z] ---> a63085d4b8d7 [2021-02-09T00:49:38.098Z] Step 7/30 : RUN go mod download [2021-02-09T00:49:38.098Z] ---> Running in f7cbc1c103b4 [2021-02-09T00:49:38.371Z] ---> c4fa30b9c054 [2021-02-09T00:49:38.371Z] Step 7/23 : RUN go mod download [2021-02-09T00:49:38.685Z] ---> Running in 75e71972d1db [2021-02-09T00:49:38.685Z] ---> 33386987ff57 [2021-02-09T00:49:38.685Z] Step 7/24 : RUN go mod download [2021-02-09T00:49:38.968Z] ---> Running in f2f558945ac6 [2021-02-09T00:49:38.968Z] ---> Running in 7e1051545225 [2021-02-09T00:49:43.556Z] Removing intermediate container 77b9e19051fc [2021-02-09T00:49:43.556Z] ---> 1ed17ab6e0e3 [2021-02-09T00:49:43.556Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:49:43.556Z] ---> Running in 8a1e75253ea1 [2021-02-09T00:49:43.879Z] Removing intermediate container 75e71972d1db [2021-02-09T00:49:43.879Z] ---> 2f57b58c400a [2021-02-09T00:49:43.879Z] Step 8/30 : COPY . . [2021-02-09T00:49:44.168Z] Removing intermediate container 7e1051545225 [2021-02-09T00:49:44.168Z] ---> d7c9cde6d471 [2021-02-09T00:49:44.168Z] Step 8/24 : COPY . . [2021-02-09T00:49:44.168Z] Removing intermediate container f2f558945ac6 [2021-02-09T00:49:44.168Z] ---> ad0c6dd2d20b [2021-02-09T00:49:44.168Z] Step 8/23 : COPY . . [2021-02-09T00:49:44.168Z] Removing intermediate container f7cbc1c103b4 [2021-02-09T00:49:44.168Z] ---> 4a1f55fd125d [2021-02-09T00:49:44.168Z] Step 8/23 : COPY . . [2021-02-09T00:50:17.373Z] Collecting docker-compose==1.23.2 [2021-02-09T00:50:17.373Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:50:17.373Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:50:17.373Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:50:29.573Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:50:29.573Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:50:40.265Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:50:40.265Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:50:40.548Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:50:40.548Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:50:40.821Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:50:40.821Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:50:44.719Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:50:44.719Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:50:45.829Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:50:45.829Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:50:45.829Z] 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-09T00:50:46.610Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:50:46.610Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:50:47.363Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:50:47.363Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:50:52.542Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:50:52.542Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:50:52.542Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:50:52.542Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:50:52.542Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:50:52.862Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:50:52.862Z] 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-09T00:50:52.862Z] 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-09T00:50:52.862Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:50:52.862Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:50:52.862Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:50:52.862Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:50:53.235Z] Installing collected packages: dockerpty, docopt, jsonschema, cached-property, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose [2021-02-09T00:50:53.235Z] Running setup.py install for dockerpty: started [2021-02-09T00:50:55.404Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:50:55.404Z] Running setup.py install for docopt: started [2021-02-09T00:50:56.414Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:50:56.700Z] ---> f7316939dceb [2021-02-09T00:50:56.700Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:50:56.700Z] ---> 7365fcc0f2c2 [2021-02-09T00:50:56.700Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:50:56.998Z] ---> 8a1a1ac10725 [2021-02-09T00:50:56.998Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-09T00:50:56.998Z] ---> Running in 95c66193ec82 [2021-02-09T00:50:57.554Z] 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-09T00:50:58.511Z] ---> Running in 99f3b41ff51b [2021-02-09T00:50:58.511Z] Running setup.py install for texttable: started [2021-02-09T00:50:58.511Z] ---> Running in 440d97e36f95 [2021-02-09T00:50:58.511Z] ---> 59a676584b06 [2021-02-09T00:50:58.511Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-09T00:50:58.511Z] ---> Running in 0b3396f6d832 [2021-02-09T00:50:59.618Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:51:00.336Z] Attempting uninstall: urllib3 [2021-02-09T00:51:00.336Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:51:00.336Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:51:01.013Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:51:01.289Z] 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-09T00:51:01.289Z] 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-09T00:51:01.289Z] 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-09T00:51:01.289Z] 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-09T00:51:01.625Z] Attempting uninstall: idna [2021-02-09T00:51:01.625Z] Found existing installation: idna 2.9 [2021-02-09T00:51:01.625Z] Uninstalling idna-2.9: [2021-02-09T00:51:01.912Z] Successfully uninstalled idna-2.9 [2021-02-09T00:51:02.207Z] Attempting uninstall: requests [2021-02-09T00:51:02.208Z] Found existing installation: requests 2.23.0 [2021-02-09T00:51:02.208Z] Uninstalling requests-2.23.0: [2021-02-09T00:51:02.500Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:51:03.554Z] Running setup.py install for PyYAML: started [2021-02-09T00:51:05.127Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:51:06.660Z] 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-09T00:51:12.732Z] Removing intermediate container 04882a1832c9 [2021-02-09T00:51:12.732Z] ---> 719e31b299a7 [2021-02-09T00:51:12.732Z] [2021-02-09T00:51:12.732Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:51:12.732Z] 3.12: Pulling from library/alpine [2021-02-09T00:51:13.010Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-09T00:51:13.010Z] Status: Downloaded newer image for alpine:3.12 [2021-02-09T00:51:13.010Z] ---> afeebe901d6b [2021-02-09T00:51:13.010Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:51:13.287Z] ---> Running in d26733f19a3f [2021-02-09T00:51:14.314Z] Removing intermediate container 8a1e75253ea1 [2021-02-09T00:51:14.315Z] ---> 3891342959d1 [2021-02-09T00:51:14.315Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:51:14.971Z] ---> Running in ff71a58bf201 [2021-02-09T00:51:15.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:15.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:16.589Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:51:16.867Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:51:16.867Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:51:16.867Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:51:16.867Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:51:16.867Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:16.867Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:51:17.161Z] OK: 7 MiB in 19 packages [2021-02-09T00:51:18.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:51:18.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:51:18.766Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:51:18.766Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:51:18.766Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:51:18.766Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:18.766Z] OK: 72 MiB in 58 packages [2021-02-09T00:51:20.366Z] Removing intermediate container d26733f19a3f [2021-02-09T00:51:20.366Z] ---> 903675bbde4d [2021-02-09T00:51:20.366Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:51:20.366Z] ---> Running in f2e839711ab1 [2021-02-09T00:51:21.418Z] Removing intermediate container f2e839711ab1 [2021-02-09T00:51:21.418Z] ---> a4084d5874ff [2021-02-09T00:51:21.418Z] Step 13/24 : WORKDIR / [2021-02-09T00:51:21.418Z] ---> Running in c31b27dea437 [2021-02-09T00:51:21.448Z] Removing intermediate container ff71a58bf201 [2021-02-09T00:51:21.448Z] ---> b50a8de0f44a [2021-02-09T00:51:21.448Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:51:21.955Z] ---> Running in 8a3e77df976a [2021-02-09T00:51:22.464Z] Removing intermediate container c31b27dea437 [2021-02-09T00:51:22.464Z] ---> a6130887aee6 [2021-02-09T00:51:22.464Z] 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-09T00:51:22.731Z] Removing intermediate container 8a3e77df976a [2021-02-09T00:51:22.731Z] ---> 006b9e1840a2 [2021-02-09T00:51:22.731Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:51:23.295Z] ---> Running in 1750f0147717 [2021-02-09T00:51:23.986Z] ---> ec7b8d3648d4 [2021-02-09T00:51:23.986Z] 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-09T00:51:24.362Z] Removing intermediate container 1750f0147717 [2021-02-09T00:51:24.362Z] ---> 89b1a4946a85 [2021-02-09T00:51:24.362Z] Step 24/26 : LABEL arch=x86_64 [2021-02-09T00:51:24.732Z] ---> Running in a76c9c95e3f5 [2021-02-09T00:51:25.063Z] ---> 39ab65e480c9 [2021-02-09T00:51:25.063Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:51:25.440Z] Removing intermediate container a76c9c95e3f5 [2021-02-09T00:51:25.440Z] ---> 7ee4dbcf98c5 [2021-02-09T00:51:25.440Z] Step 25/26 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:51:25.440Z] ---> Running in 6b6de71fc3b4 [2021-02-09T00:51:26.066Z] ---> 608037055add [2021-02-09T00:51:26.098Z] Removing intermediate container 6b6de71fc3b4 [2021-02-09T00:51:26.098Z] ---> 7206d297d5bb [2021-02-09T00:51:26.098Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:51:26.349Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:51:26.439Z] ---> Running in 8c480c8e955e [2021-02-09T00:51:26.719Z] Removing intermediate container 8c480c8e955e [2021-02-09T00:51:26.719Z] ---> d6f4695ff6de [2021-02-09T00:51:26.719Z] [2021-02-09T00:51:28.372Z] ---> 9ee08848004e [2021-02-09T00:51:28.372Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:51:28.858Z] Successfully built d6f4695ff6de [2021-02-09T00:51:29.152Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-09T00:51:31.318Z] ---> a888d16afced [2021-02-09T00:51:31.318Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:51:33.521Z] ---> 385e07eb0646 [2021-02-09T00:51:33.521Z] 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-09T00:51:34.134Z] ---> Running in 96f8682df462 [2021-02-09T00:51:36.851Z] Removing intermediate container 44490603194a [2021-02-09T00:51:36.851Z] ---> de5c78ad17ca [2021-02-09T00:51:36.851Z] [2021-02-09T00:51:36.851Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:51:36.851Z] ---> afeebe901d6b [2021-02-09T00:51:36.851Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:51:37.139Z] ---> Running in 973903dea6bc [2021-02-09T00:51:39.193Z] Removing intermediate container 96f8682df462 [2021-02-09T00:51:39.193Z] ---> b7954f491d25 [2021-02-09T00:51:39.193Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:51:39.475Z] ---> Running in 1fd9a06be4e8 [2021-02-09T00:51:39.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:39.753Z] Removing intermediate container e1b73bf05cab [2021-02-09T00:51:39.753Z] ---> ce160c4a59e4 [2021-02-09T00:51:39.753Z] [2021-02-09T00:51:39.753Z] Step 10/22 : FROM alpine:3.12 [2021-02-09T00:51:39.753Z] ---> afeebe901d6b [2021-02-09T00:51:39.753Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-09T00:51:40.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:40.034Z] ---> Running in ab5e0ac51565 [2021-02-09T00:51:40.325Z] Removing intermediate container 1fd9a06be4e8 [2021-02-09T00:51:40.325Z] ---> 39682a8c2381 [2021-02-09T00:51:40.325Z] Step 22/24 : LABEL arch=arm64 [2021-02-09T00:51:40.611Z] ---> Running in 194f70f232d2 [2021-02-09T00:51:40.895Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-09T00:51:40.895Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:41.187Z] OK: 5 MiB in 15 packages [2021-02-09T00:51:41.469Z] Removing intermediate container 194f70f232d2 [2021-02-09T00:51:41.469Z] ---> 629c1e8926e3 [2021-02-09T00:51:41.750Z] Step 23/24 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:51:42.033Z] ---> Running in 2271fe2d1fc3 [2021-02-09T00:51:42.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:42.436Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-09T00:51:42.601Z] Removing intermediate container 2271fe2d1fc3 [2021-02-09T00:51:42.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:51:42.601Z] ---> 181586df5918 [2021-02-09T00:51:42.601Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:51:42.886Z] ---> Running in 2d742cd2ed37 [2021-02-09T00:51:43.196Z] Removing intermediate container 973903dea6bc [2021-02-09T00:51:43.196Z] ---> 51a3900c8fc1 [2021-02-09T00:51:43.196Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:51:43.476Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-09T00:51:43.476Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:51:43.476Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:43.476Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:51:43.772Z] ---> Running in 9c01f15b2107 [2021-02-09T00:51:43.772Z] OK: 6 MiB in 16 packages [2021-02-09T00:51:43.772Z] Removing intermediate container 2d742cd2ed37 [2021-02-09T00:51:43.772Z] ---> 17395c3efb72 [2021-02-09T00:51:43.772Z] [2021-02-09T00:51:44.827Z] Successfully built 17395c3efb72 [2021-02-09T00:51:44.827Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-09T00:51:44.827Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9c01f15b2107 [2021-02-09T00:51:44.827Z] ---> 7cfd15fd7e4d [2021-02-09T00:51:44.827Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-09T00:51:44.827Z] Building docker-security-bootstrapper-go [2021-02-09T00:51:44.827Z] ---> Running in e880d7e3621d [2021-02-09T00:51:46.300Z] Removing intermediate container e880d7e3621d [2021-02-09T00:51:46.300Z] ---> 981c55888537 [2021-02-09T00:51:46.300Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:51:48.288Z] ---> Running in 7d05fb2ea1ef [2021-02-09T00:51:48.288Z] Removing intermediate container ab5e0ac51565 [2021-02-09T00:51:48.288Z] ---> 006900b50e4b [2021-02-09T00:51:48.288Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:51:49.732Z] ---> Running in 42cd2356a78c [2021-02-09T00:51:49.732Z] Removing intermediate container 7d05fb2ea1ef [2021-02-09T00:51:49.732Z] ---> 5f4e1e4eed10 [2021-02-09T00:51:49.732Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:51:50.341Z] Removing intermediate container 456f3c22a93c [2021-02-09T00:51:50.341Z] ---> fcda5b88d582 [2021-02-09T00:51:50.341Z] [2021-02-09T00:51:50.341Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:51:50.341Z] ---> afeebe901d6b [2021-02-09T00:51:50.341Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:51:50.341Z] ---> Using cache [2021-02-09T00:51:50.341Z] ---> 51a3900c8fc1 [2021-02-09T00:51:50.341Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:51:50.341Z] ---> Using cache [2021-02-09T00:51:50.341Z] ---> 7cfd15fd7e4d [2021-02-09T00:51:50.341Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-09T00:51:51.353Z] ---> Running in c8090a4bd201 [2021-02-09T00:51:51.353Z] Removing intermediate container 42cd2356a78c [2021-02-09T00:51:51.353Z] ---> 4f394582a93a [2021-02-09T00:51:51.353Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-09T00:51:51.575Z] Removing intermediate container 95c66193ec82 [2021-02-09T00:51:51.575Z] ---> 59ebd0d1996c [2021-02-09T00:51:51.575Z] [2021-02-09T00:51:51.575Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:51:51.575Z] ---> 389fef711851 [2021-02-09T00:51:51.575Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:51:51.957Z] ---> e0dfe19d417e [2021-02-09T00:51:51.957Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-09T00:51:52.247Z] ---> Running in 7135642f9355 [2021-02-09T00:51:52.247Z] Removing intermediate container c8090a4bd201 [2021-02-09T00:51:52.247Z] ---> 99e61de61b9d [2021-02-09T00:51:52.247Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:51:52.856Z] ---> Running in 38c497b1adb9 [2021-02-09T00:51:52.856Z] Removing intermediate container 7135642f9355 [2021-02-09T00:51:52.856Z] ---> 1e756a175ddd [2021-02-09T00:51:52.856Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-09T00:51:53.772Z] ---> Running in f8253b605c54 [2021-02-09T00:51:53.858Z] ---> Running in 4c331a48e783 [2021-02-09T00:51:53.858Z] ---> df6c115d792d [2021-02-09T00:51:53.858Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-09T00:51:54.135Z] Removing intermediate container 38c497b1adb9 [2021-02-09T00:51:54.135Z] ---> 97190f903ce0 [2021-02-09T00:51:54.135Z] Step 15/23 : WORKDIR / [2021-02-09T00:51:54.413Z] ---> Running in 32206559bf3c [2021-02-09T00:51:54.807Z] Removing intermediate container 440d97e36f95 [2021-02-09T00:51:54.807Z] ---> b1f15b9b6b80 [2021-02-09T00:51:54.807Z] [2021-02-09T00:51:54.807Z] Step 10/24 : FROM alpine:3.12 [2021-02-09T00:51:55.017Z] Removing intermediate container 4c331a48e783 [2021-02-09T00:51:55.017Z] ---> 8b60ee2ffeda [2021-02-09T00:51:55.017Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:51:55.114Z] ---> 389fef711851 [2021-02-09T00:51:55.114Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-09T00:51:55.424Z] Removing intermediate container f8253b605c54 [2021-02-09T00:51:55.424Z] ---> 61d26d724cc3 [2021-02-09T00:51:55.424Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:51:55.424Z] ---> Running in ba77f9abc0b4 [2021-02-09T00:51:55.627Z] ---> 1c1158a7c09c [2021-02-09T00:51:55.627Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-09T00:51:55.695Z] ---> Running in 5d85d7a8918c [2021-02-09T00:51:55.695Z] Removing intermediate container 99f3b41ff51b [2021-02-09T00:51:55.695Z] ---> 8097c043e5a2 [2021-02-09T00:51:55.695Z] [2021-02-09T00:51:55.695Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:51:55.695Z] ---> 389fef711851 [2021-02-09T00:51:55.695Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:51:55.695Z] ---> Using cache [2021-02-09T00:51:55.695Z] ---> 453e212db76f [2021-02-09T00:51:55.695Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:51:55.695Z] ---> Using cache [2021-02-09T00:51:55.695Z] ---> 0653cbd883cf [2021-02-09T00:51:55.695Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:51:56.027Z] ---> Running in f3832e3231e6 [2021-02-09T00:51:56.246Z] ---> Running in 7a1fc310d0e5 [2021-02-09T00:51:56.247Z] Removing intermediate container 32206559bf3c [2021-02-09T00:51:56.247Z] ---> a14f7d17f5fe [2021-02-09T00:51:56.247Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:51:56.648Z] Removing intermediate container f3832e3231e6 [2021-02-09T00:51:56.648Z] ---> b76c4e9ecb8e [2021-02-09T00:51:56.648Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:51:56.857Z] ---> 2e3bafd5e237 [2021-02-09T00:51:56.857Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-09T00:51:56.954Z] ---> Running in 6be0d07f38fa [2021-02-09T00:51:57.140Z] Removing intermediate container 1a0b8daf63e8 [2021-02-09T00:51:57.140Z] ---> 2c03dab4db8c [2021-02-09T00:51:57.140Z] [2021-02-09T00:51:57.140Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:51:57.140Z] ---> afeebe901d6b [2021-02-09T00:51:57.140Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:51:57.417Z] Removing intermediate container 7a1fc310d0e5 [2021-02-09T00:51:57.417Z] ---> 50da2e49d962 [2021-02-09T00:51:57.417Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:51:57.699Z] ---> Running in 1197d847a2c5 [2021-02-09T00:51:57.987Z] ---> Running in f2decff7e45d [2021-02-09T00:51:57.988Z] ---> 41e97d1e2cff [2021-02-09T00:51:57.988Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-09T00:51:58.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:51:58.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:51:58.587Z] Removing intermediate container 1197d847a2c5 [2021-02-09T00:51:58.587Z] ---> 0fc5956c8b73 [2021-02-09T00:51:58.587Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:51:58.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:51:58.721Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:51:58.721Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-09T00:51:58.721Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:51:58.721Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-09T00:51:58.868Z] Removing intermediate container f2decff7e45d [2021-02-09T00:51:58.868Z] ---> 4d82808bf33a [2021-02-09T00:51:58.868Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:51:59.013Z] (4/5) Installing curl (7.69.1-r3) [2021-02-09T00:51:59.013Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-09T00:51:59.013Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:59.013Z] Removing intermediate container 6be0d07f38fa [2021-02-09T00:51:59.013Z] ---> f19357e0898f [2021-02-09T00:51:59.013Z] Step 15/23 : WORKDIR / [2021-02-09T00:51:59.145Z] ---> 4f6ff9210260 [2021-02-09T00:51:59.145Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-09T00:51:59.145Z] ---> Running in 0e7173888a0c [2021-02-09T00:51:59.314Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:51:59.314Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:51:59.314Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:51:59.314Z] OK: 6 MiB in 16 packages [2021-02-09T00:51:59.314Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:51:59.592Z] OK: 7 MiB in 19 packages [2021-02-09T00:51:59.754Z] ---> Running in 8cdf00121781 [2021-02-09T00:52:00.032Z] Removing intermediate container 0e7173888a0c [2021-02-09T00:52:00.032Z] ---> 5ff0f10db62d [2021-02-09T00:52:00.032Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:52:00.179Z] ---> Running in 0d263d8e1fb4 [2021-02-09T00:52:00.307Z] ---> ae76f45f8379 [2021-02-09T00:52:00.307Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:00.603Z] ---> Running in 489d977cbf77 [2021-02-09T00:52:00.878Z] Removing intermediate container 8cdf00121781 [2021-02-09T00:52:00.878Z] ---> 3640b5278899 [2021-02-09T00:52:00.878Z] Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:00.878Z] ---> 26a30eb2e6ad [2021-02-09T00:52:00.878Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-09T00:52:01.155Z] ---> Running in 587a4cd21b60 [2021-02-09T00:52:01.250Z] Removing intermediate container 0b3396f6d832 [2021-02-09T00:52:01.251Z] ---> 20a15cca32cb [2021-02-09T00:52:01.251Z] [2021-02-09T00:52:01.251Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:52:01.251Z] ---> 389fef711851 [2021-02-09T00:52:01.251Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-09T00:52:01.251Z] Removing intermediate container 0d263d8e1fb4 [2021-02-09T00:52:01.251Z] ---> 8f8f56bdbe47 [2021-02-09T00:52:01.251Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:52:01.251Z] ---> Running in 68233e9dffb2 [2021-02-09T00:52:01.449Z] ---> Running in 35883be3737c [2021-02-09T00:52:02.006Z] Removing intermediate container 5d85d7a8918c [2021-02-09T00:52:02.006Z] ---> c4fc945793d1 [2021-02-09T00:52:02.006Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:52:02.006Z] ---> Running in b46725ed94ee [2021-02-09T00:52:02.006Z] Removing intermediate container 68233e9dffb2 [2021-02-09T00:52:02.006Z] ---> 874098566a24 [2021-02-09T00:52:02.006Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-09T00:52:02.006Z] Removing intermediate container ba77f9abc0b4 [2021-02-09T00:52:02.006Z] ---> 5d320ee8ad4e [2021-02-09T00:52:02.006Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:52:02.055Z] Removing intermediate container 489d977cbf77 [2021-02-09T00:52:02.056Z] ---> 3cfe928005c9 [2021-02-09T00:52:02.056Z] ---> e8d4dccf94e6 [2021-02-09T00:52:02.056Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:52:02.056Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-09T00:52:02.316Z] ---> 2eb26f7c4147 [2021-02-09T00:52:02.316Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:52:02.316Z] ---> Running in 69647ea465f6 [2021-02-09T00:52:02.316Z] ---> Running in bf6051249e8e [2021-02-09T00:52:02.331Z] Removing intermediate container 587a4cd21b60 [2021-02-09T00:52:02.331Z] ---> c8fc57c36dbe [2021-02-09T00:52:02.331Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:52:02.633Z] Removing intermediate container b46725ed94ee [2021-02-09T00:52:02.634Z] ---> 3f58ba24c3ff [2021-02-09T00:52:02.634Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:52:02.634Z] Removing intermediate container 69647ea465f6 [2021-02-09T00:52:02.634Z] ---> 3381db22e63e [2021-02-09T00:52:02.634Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-09T00:52:02.918Z] ---> Running in d8d25fa1506d [2021-02-09T00:52:02.918Z] Removing intermediate container bf6051249e8e [2021-02-09T00:52:02.918Z] ---> a293d8a1bcc6 [2021-02-09T00:52:02.918Z] Step 13/24 : WORKDIR / [2021-02-09T00:52:02.933Z] ---> Running in b1011a47b034 [2021-02-09T00:52:02.933Z] ---> Running in 94bc5c881e37 [2021-02-09T00:52:02.933Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:52:02.933Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:52:02.933Z] ---> 3c90679127d0 [2021-02-09T00:52:02.933Z] Step 3/30 : WORKDIR /edgex-go [2021-02-09T00:52:02.933Z] ---> Using cache [2021-02-09T00:52:02.933Z] ---> 959b9bf212f5 [2021-02-09T00:52:02.933Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:52:02.933Z] ---> Using cache [2021-02-09T00:52:02.933Z] ---> 6358556b9251 [2021-02-09T00:52:02.933Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-09T00:52:02.933Z] ---> Using cache [2021-02-09T00:52:02.933Z] ---> 87c421a2deae [2021-02-09T00:52:02.933Z] Step 6/30 : COPY go.mod . [2021-02-09T00:52:02.933Z] ---> Using cache [2021-02-09T00:52:02.933Z] ---> 5486dfeec43c [2021-02-09T00:52:02.933Z] Step 7/30 : RUN go mod download [2021-02-09T00:52:02.933Z] ---> Using cache [2021-02-09T00:52:02.933Z] ---> 1b9718c6b16a [2021-02-09T00:52:02.933Z] Step 8/30 : COPY . . [2021-02-09T00:52:02.933Z] Removing intermediate container 35883be3737c [2021-02-09T00:52:02.933Z] ---> 08bdf12edfcd [2021-02-09T00:52:02.933Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:02.933Z] ---> Using cache [2021-02-09T00:52:02.933Z] ---> b6f923e25fdd [2021-02-09T00:52:02.933Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-09T00:52:03.200Z] ---> Running in ce7c5bdd529e [2021-02-09T00:52:03.200Z] ---> Running in b7a0cf85d157 [2021-02-09T00:52:03.223Z] ---> Running in c1cc0bf34394 [2021-02-09T00:52:03.223Z] ---> Running in 4e4a2bce2ee1 [2021-02-09T00:52:03.223Z] ---> Running in d8d0c2de4057 [2021-02-09T00:52:03.483Z] Removing intermediate container d8d25fa1506d [2021-02-09T00:52:03.483Z] ---> 6b3bc19b6885 [2021-02-09T00:52:03.483Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:52:03.483Z] Removing intermediate container ce7c5bdd529e [2021-02-09T00:52:03.483Z] ---> 824ea858dbf7 [2021-02-09T00:52:03.483Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:52:03.499Z] Removing intermediate container 94bc5c881e37 [2021-02-09T00:52:03.500Z] ---> cb3c28335ec5 [2021-02-09T00:52:03.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:03.780Z] ---> Running in 612b11e484e4 [2021-02-09T00:52:03.791Z] ---> 4249adbe8468 [2021-02-09T00:52:03.791Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:03.791Z] ---> Running in 18eede1b39fa [2021-02-09T00:52:04.061Z] Removing intermediate container c1cc0bf34394 [2021-02-09T00:52:04.061Z] ---> b930f98abfbf [2021-02-09T00:52:04.061Z] [2021-02-09T00:52:04.061Z] Removing intermediate container 4e4a2bce2ee1 [2021-02-09T00:52:04.061Z] ---> 7fed9f015188 [2021-02-09T00:52:04.061Z] Step 20/22 : LABEL arch=arm64 [2021-02-09T00:52:04.068Z] ---> Running in af84ce0c5513 [2021-02-09T00:52:04.340Z] ---> Running in 1f1753a26d61 [2021-02-09T00:52:04.459Z] Removing intermediate container b7a0cf85d157 [2021-02-09T00:52:04.460Z] ---> b0ef556a0d4f [2021-02-09T00:52:04.460Z] 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-09T00:52:04.617Z] Removing intermediate container 612b11e484e4 [2021-02-09T00:52:04.617Z] ---> 9fbb990f6a8e [2021-02-09T00:52:04.617Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:52:04.777Z] ---> afcae3c57efb [2021-02-09T00:52:04.777Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:52:04.777Z] ---> Running in 2c6ad43efaeb [2021-02-09T00:52:04.902Z] Successfully built b930f98abfbf [2021-02-09T00:52:04.902Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-09T00:52:04.902Z] Building docker-sys-mgmt-agent-go [2021-02-09T00:52:04.902Z] ---> Running in b7519cced2f5 [2021-02-09T00:52:04.902Z]  Building docker-support-scheduler-go ... done 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-09T00:52:05.106Z] ---> bbb3a7a3ff7b [2021-02-09T00:52:05.106Z] 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-09T00:52:05.180Z] Removing intermediate container 1f1753a26d61 [2021-02-09T00:52:05.180Z] ---> 17209d55b0fb [2021-02-09T00:52:05.180Z] Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:05.465Z] ---> Running in 624cb71e1187 [2021-02-09T00:52:05.500Z] Removing intermediate container 2c6ad43efaeb [2021-02-09T00:52:05.500Z] ---> 9d999d75006d [2021-02-09T00:52:05.500Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:05.753Z] Removing intermediate container b7519cced2f5 [2021-02-09T00:52:05.753Z] ---> a64927a06b15 [2021-02-09T00:52:05.753Z] Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:05.842Z] ---> Running in 658393cfce1a [2021-02-09T00:52:05.842Z] ---> e2ed459e3973 [2021-02-09T00:52:05.842Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:06.034Z] ---> Running in 329c96c3c3c4 [2021-02-09T00:52:06.034Z] Removing intermediate container 624cb71e1187 [2021-02-09T00:52:06.034Z] ---> fa58b49e5cbf [2021-02-09T00:52:06.034Z] Step 22/22 : LABEL version=0.0.0 [2021-02-09T00:52:06.312Z] Removing intermediate container b1011a47b034 [2021-02-09T00:52:06.312Z] ---> Running in 5c905836c623 [2021-02-09T00:52:06.312Z] ---> def7a597658b [2021-02-09T00:52:06.312Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:52:06.478Z] Removing intermediate container 658393cfce1a [2021-02-09T00:52:06.478Z] ---> c72fc8dd65b6 [2021-02-09T00:52:06.478Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:52:06.478Z] ---> Running in cc87155ff017 [2021-02-09T00:52:06.594Z] ---> Running in 1d48e647ae7f [2021-02-09T00:52:06.781Z] ---> 5d20a52c4dc4 [2021-02-09T00:52:06.781Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-09T00:52:06.781Z] Removing intermediate container 18eede1b39fa [2021-02-09T00:52:06.781Z] ---> 351b94f4f30b [2021-02-09T00:52:06.781Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:52:07.066Z] Removing intermediate container cc87155ff017 [2021-02-09T00:52:07.066Z] ---> dd173291ec23 [2021-02-09T00:52:07.066Z] Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:07.066Z] Removing intermediate container af84ce0c5513 [2021-02-09T00:52:07.066Z] ---> 9d7cebbb5d21 [2021-02-09T00:52:07.066Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-09T00:52:07.211Z] Removing intermediate container 329c96c3c3c4 [2021-02-09T00:52:07.211Z] ---> 639496827a6d [2021-02-09T00:52:07.211Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:52:07.354Z] ---> Running in c942417e8ecb [2021-02-09T00:52:07.354Z] ---> Running in 6bc0476cbb7a [2021-02-09T00:52:07.354Z] ---> Running in 1832f945bc1b [2021-02-09T00:52:07.623Z] ---> 63838fa1cfda [2021-02-09T00:52:07.623Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-09T00:52:07.820Z] Removing intermediate container 5c905836c623 [2021-02-09T00:52:07.820Z] ---> 2732ab644688 [2021-02-09T00:52:07.820Z] [2021-02-09T00:52:08.099Z] ---> Running in 5085bf2b9e85 [2021-02-09T00:52:08.383Z] Successfully built 2732ab644688 [2021-02-09T00:52:08.383Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-09T00:52:08.665Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-02-09T00:52:08.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:08.699Z] Removing intermediate container 6bc0476cbb7a [2021-02-09T00:52:08.699Z] ---> 4b6b909783de [2021-02-09T00:52:08.699Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:52:08.699Z] Removing intermediate container c942417e8ecb [2021-02-09T00:52:08.699Z] ---> 3181a5859cc6 [2021-02-09T00:52:08.699Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:52:08.699Z] ---> Running in 5848800e2a5a [2021-02-09T00:52:08.989Z] ---> 0b05b1e78679 [2021-02-09T00:52:08.989Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-09T00:52:09.258Z] Removing intermediate container 5848800e2a5a [2021-02-09T00:52:09.258Z] ---> ea6d97274d18 [2021-02-09T00:52:09.258Z] [2021-02-09T00:52:09.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:52:09.279Z] Removing intermediate container 5085bf2b9e85 [2021-02-09T00:52:09.279Z] ---> 495b55deb7cc [2021-02-09T00:52:09.279Z] [2021-02-09T00:52:09.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:09.535Z] ---> 6d2598c38531 [2021-02-09T00:52:09.535Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:52:09.535Z] ---> 03b266c96033 [2021-02-09T00:52:09.535Z] 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-09T00:52:09.888Z] Successfully built 495b55deb7cc [2021-02-09T00:52:09.888Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-09T00:52:09.888Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-02-09T00:52:10.164Z] ---> Running in dbe1502ac10e [2021-02-09T00:52:10.472Z] ---> Running in db9cbc4ad73b [2021-02-09T00:52:10.472Z] Successfully built ea6d97274d18 [2021-02-09T00:52:10.472Z] Successfully tagged docker-core-command-go:latest [2021-02-09T00:52:10.472Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:52:10.515Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:52:10.515Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:52:10.515Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:52:10.802Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:52:11.096Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:52:11.423Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:52:11.423Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:52:11.423Z] OK: 8 MiB in 20 packages [2021-02-09T00:52:12.040Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-09T00:52:12.040Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-09T00:52:12.040Z] Removing intermediate container dbe1502ac10e [2021-02-09T00:52:12.040Z] ---> c3a20a9009c3 [2021-02-09T00:52:12.040Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:52:12.040Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-09T00:52:12.040Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-09T00:52:12.040Z] Removing intermediate container db9cbc4ad73b [2021-02-09T00:52:12.040Z] ---> 21e7c3c3f7c6 [2021-02-09T00:52:12.040Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-09T00:52:12.309Z] ---> Running in 7dc67765bf36 [2021-02-09T00:52:12.309Z] ---> de808595b4d8 [2021-02-09T00:52:12.309Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:52:12.599Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-09T00:52:12.599Z] Removing intermediate container 7dc67765bf36 [2021-02-09T00:52:12.599Z] ---> 8240e301c176 [2021-02-09T00:52:12.599Z] Step 22/24 : LABEL arch=x86_64 [2021-02-09T00:52:12.599Z] ---> Running in eed733851a09 [2021-02-09T00:52:12.874Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-09T00:52:12.874Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:52:12.874Z] OK: 8 MiB in 20 packages [2021-02-09T00:52:13.172Z] Removing intermediate container eed733851a09 [2021-02-09T00:52:13.172Z] ---> 3d7a5babe664 [2021-02-09T00:52:13.172Z] Step 23/24 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:13.172Z] ---> Running in cebc8db2a07c [2021-02-09T00:52:13.785Z] ---> 54492fc8a5c4 [2021-02-09T00:52:13.785Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:52:13.785Z] Removing intermediate container cebc8db2a07c [2021-02-09T00:52:13.785Z] ---> 3b86bd8b5155 [2021-02-09T00:52:13.785Z] Step 24/24 : LABEL version=0.0.0 [2021-02-09T00:52:14.087Z] ---> Running in c3ce3ef12909 [2021-02-09T00:52:14.125Z] Removing intermediate container 1d48e647ae7f [2021-02-09T00:52:14.125Z] ---> 9a4bd8ee690c [2021-02-09T00:52:14.125Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:52:14.401Z] Removing intermediate container 1832f945bc1b [2021-02-09T00:52:14.401Z] ---> f5dcd14b5440 [2021-02-09T00:52:14.401Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:52:14.401Z] ---> fdfc3189c306 [2021-02-09T00:52:14.401Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T00:52:14.716Z] Removing intermediate container c3ce3ef12909 [2021-02-09T00:52:14.716Z] ---> 45f37c4deb7c [2021-02-09T00:52:14.716Z] [2021-02-09T00:52:15.776Z] Successfully built 45f37c4deb7c [2021-02-09T00:52:15.776Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-09T00:52:16.051Z]  Building docker-security-secretstore-setup-go ... done  ---> 0b9daefd2809 [2021-02-09T00:52:16.051Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:52:16.051Z] ---> 1a856fca04d2 [2021-02-09T00:52:16.051Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:52:16.802Z] ---> 86e900ac206e [2021-02-09T00:52:16.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-09T00:52:17.055Z] ---> Running in 6242e5c73697 [2021-02-09T00:52:17.055Z] ---> 8c21093efc5a [2021-02-09T00:52:17.055Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:17.358Z] Removing intermediate container 6242e5c73697 [2021-02-09T00:52:17.358Z] ---> a9ad903f74f7 [2021-02-09T00:52:17.358Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:52:17.997Z] ---> 992b4e516668 [2021-02-09T00:52:17.997Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:52:17.997Z] ---> Running in 775b741dff54 [2021-02-09T00:52:18.276Z] ---> bac518305dc9 [2021-02-09T00:52:18.276Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:52:18.577Z] ---> Running in eb103afe06a4 [2021-02-09T00:52:18.577Z] Removing intermediate container 775b741dff54 [2021-02-09T00:52:18.577Z] ---> 85df3062d153 [2021-02-09T00:52:18.577Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:18.577Z] ---> Running in a80dfa121bdd [2021-02-09T00:52:19.178Z] Removing intermediate container a80dfa121bdd [2021-02-09T00:52:19.178Z] ---> b735f9078ef1 [2021-02-09T00:52:19.178Z] Step 21/23 : LABEL arch=x86_64 [2021-02-09T00:52:19.811Z] ---> Running in d7aa002f65cf [2021-02-09T00:52:20.199Z] Removing intermediate container d7aa002f65cf [2021-02-09T00:52:20.199Z] ---> acd5b7de19e1 [2021-02-09T00:52:20.199Z] Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:20.254Z] ---> 0be04f822b4b [2021-02-09T00:52:20.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-09T00:52:20.535Z] ---> Running in 5cd2dd37db0f [2021-02-09T00:52:20.535Z] Removing intermediate container 5cd2dd37db0f [2021-02-09T00:52:20.535Z] ---> 79304fba3b97 [2021-02-09T00:52:20.535Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:52:20.881Z] Removing intermediate container eb103afe06a4 [2021-02-09T00:52:20.881Z] ---> b702fc998167 [2021-02-09T00:52:20.881Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:52:20.881Z] ---> Running in f760d08aeffd [2021-02-09T00:52:20.881Z] ---> Running in 04f3245e2de6 [2021-02-09T00:52:21.205Z] Removing intermediate container f760d08aeffd [2021-02-09T00:52:21.205Z] ---> 8c49a4e8be21 [2021-02-09T00:52:21.205Z] [2021-02-09T00:52:21.259Z] ---> 234e7f64a55d [2021-02-09T00:52:21.259Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-09T00:52:21.259Z] ---> Running in bd276f7e8d73 [2021-02-09T00:52:21.814Z] Removing intermediate container 04f3245e2de6 [2021-02-09T00:52:21.814Z] ---> 838204e5bdbb [2021-02-09T00:52:21.814Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:52:21.814Z] Successfully built 8c49a4e8be21 [2021-02-09T00:52:21.814Z] Successfully tagged docker-core-data-go:latest [2021-02-09T00:52:21.880Z] Removing intermediate container bd276f7e8d73 [2021-02-09T00:52:21.880Z] ---> c3ad9f20ad55 [2021-02-09T00:52:21.880Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:52:22.104Z]  Building docker-core-data-go ... done  ---> Running in 052caac57878 [2021-02-09T00:52:22.393Z] Removing intermediate container 052caac57878 [2021-02-09T00:52:22.393Z] ---> 6d98f6ba682a [2021-02-09T00:52:22.393Z] Step 28/30 : LABEL arch=x86_64 [2021-02-09T00:52:22.498Z] ---> Running in 96512368ad89 [2021-02-09T00:52:22.679Z] ---> Running in 036a271319d7 [2021-02-09T00:52:22.983Z] Removing intermediate container 036a271319d7 [2021-02-09T00:52:22.983Z] ---> 225a3e565e37 [2021-02-09T00:52:22.983Z] Step 29/30 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:23.273Z] ---> Running in 2f0a81ea95a9 [2021-02-09T00:52:23.516Z] Removing intermediate container 96512368ad89 [2021-02-09T00:52:23.516Z] ---> 87b8a5a17033 [2021-02-09T00:52:23.516Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:52:23.554Z] Removing intermediate container 2f0a81ea95a9 [2021-02-09T00:52:23.554Z] ---> efb1f0fbff05 [2021-02-09T00:52:23.554Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:52:23.800Z] ---> Running in 680e35879b7d [2021-02-09T00:52:23.822Z] ---> Running in e69c7c7ed5cd [2021-02-09T00:52:24.097Z] Removing intermediate container e69c7c7ed5cd [2021-02-09T00:52:24.098Z] ---> a9212b4c3796 [2021-02-09T00:52:24.098Z] [2021-02-09T00:52:24.432Z] Successfully built a9212b4c3796 [2021-02-09T00:52:24.786Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-09T00:52:25.249Z] Removing intermediate container 680e35879b7d [2021-02-09T00:52:25.249Z] ---> 3e10b8c2e8ee [2021-02-09T00:52:25.249Z] Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:52:25.399Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-09T00:52:25.455Z] $ docker stop --time=1 08aa5ea3283e763ed5cf4acef063fc360a3858532213ab3482002477b4c8905d [2021-02-09T00:52:25.855Z] ---> Running in a3a66e34f732 [2021-02-09T00:52:26.848Z] Removing intermediate container a3a66e34f732 [2021-02-09T00:52:26.848Z] ---> edac88e1ee19 [2021-02-09T00:52:26.848Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:52:27.445Z] ---> Running in fe3656eaacd1 [2021-02-09T00:52:28.283Z] $ docker rm -f 08aa5ea3283e763ed5cf4acef063fc360a3858532213ab3482002477b4c8905d [2021-02-09T00:52:28.468Z] Removing intermediate container fe3656eaacd1 [2021-02-09T00:52:28.468Z] ---> b5be01d823d6 [2021-02-09T00:52:28.468Z] [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:52:29.055Z] + docker images [2021-02-09T00:52:29.055Z] + grep docker [2021-02-09T00:52:29.073Z] Successfully built b5be01d823d6 [2021-02-09T00:52:29.073Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-09T00:52:30.032Z] docker-security-bootstrapper-go latest a9212b4c3796 6 seconds ago 17.9MB [2021-02-09T00:52:30.032Z] docker-core-data-go latest 8c49a4e8be21 9 seconds ago 22.3MB [2021-02-09T00:52:30.032Z] docker-security-secretstore-setup-go latest 45f37c4deb7c 15 seconds ago 24.6MB [2021-02-09T00:52:30.032Z] docker-core-command-go latest ea6d97274d18 20 seconds ago 16.9MB [2021-02-09T00:52:30.032Z] docker-sys-mgmt-agent-go latest d6f4695ff6de About a minute ago 313MB [2021-02-09T00:52:30.032Z] docker-support-notifications-go latest 813f46f1ba66 4 minutes ago 17.6MB [2021-02-09T00:52:30.032Z] docker-core-metadata-go latest 7ad0bf9fdcbb 4 minutes ago 18.8MB [2021-02-09T00:52:30.032Z] docker-security-proxy-setup-go latest 66dd1aa8b98b 4 minutes ago 24.4MB [2021-02-09T00:52:30.032Z] docker-support-scheduler-go latest d7b22d117705 4 minutes ago 17MB [2021-02-09T00:52:30.032Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-09T00:52:31.055Z] Running on prd-ubuntu18.04-docker-8c-8g-25683 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-09T00:52:31.107Z] Running in /w/workspace/edgex-go/60 [Pipeline] { [Pipeline] checkout [2021-02-09T00:52:33.108Z] using credential edgex-jenkins-ssh [2021-02-09T00:52:33.159Z] Cloning the remote Git repository [2021-02-09T00:52:33.174Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:52:33.282Z] > git init /w/workspace/edgex-go/60 # timeout=10 [2021-02-09T00:52:33.309Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:52:33.310Z] > git --version # timeout=10 [2021-02-09T00:52:33.316Z] > git --version # 'git version 2.17.1' [2021-02-09T00:52:33.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:52:33.338Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:52:39.005Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:52:39.011Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:52:39.021Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:52:39.033Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:52:39.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:52:39.037Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:52:39.665Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-09T00:52:39.954Z] Merge succeeded, producing 2ebd68f67545ee74cf8c00c89e6863ee50ba3621 [2021-02-09T00:52:39.955Z] Checking out Revision 2ebd68f67545ee74cf8c00c89e6863ee50ba3621 (PR-2858) [2021-02-09T00:52:39.669Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:52:39.673Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-09T00:52:39.751Z] > git remote # timeout=10 [2021-02-09T00:52:39.757Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:52:39.769Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:52:39.773Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:52:39.942Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:52:39.951Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:52:39.957Z] > git checkout -f 2ebd68f67545ee74cf8c00c89e6863ee50ba3621 # timeout=10 [2021-02-09T00:52:43.591Z] Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" [2021-02-09T00:52:43.600Z] First time build. Skipping changelog. [2021-02-09T00:52:43.587Z] > git rev-list --no-walk 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:52:44.681Z] + echo snap-build.sh [2021-02-09T00:52:44.681Z] snap-build.sh [2021-02-09T00:52:44.681Z] + SNAP_BASE_DIR=. [2021-02-09T00:52:44.681Z] + '[' '!' -z /w/workspace/edgex-go/60 ']' [2021-02-09T00:52:44.681Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/60 [2021-02-09T00:52:44.681Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/60]' [2021-02-09T00:52:44.681Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/60] [2021-02-09T00:52:44.681Z] + cd /w/workspace/edgex-go/60 [2021-02-09T00:52:44.681Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-09T00:52:44.681Z] Reading package lists... [2021-02-09T00:52:44.681Z] Building dependency tree... [2021-02-09T00:52:44.681Z] Reading state information... [2021-02-09T00:52:44.942Z] The following packages were automatically installed and are no longer required: [2021-02-09T00:52:44.942Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-09T00:52:44.942Z] uidmap xdelta3 [2021-02-09T00:52:44.942Z] Use 'sudo apt autoremove' to remove them. [2021-02-09T00:52:44.942Z] The following packages will be REMOVED: [2021-02-09T00:52:44.942Z] lxd* lxd-client* [2021-02-09T00:52:45.203Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-09T00:52:45.203Z] After this operation, 31.7 MB disk space will be freed. [2021-02-09T00:52:47.401Z] (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-09T00:52:47.401Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:52:47.618Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:52:47.618Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:52:47.618Z] ---> 3c90679127d0 [2021-02-09T00:52:47.618Z] Step 3/26 : WORKDIR /edgex-go [2021-02-09T00:52:47.618Z] ---> Using cache [2021-02-09T00:52:47.618Z] ---> 959b9bf212f5 [2021-02-09T00:52:47.618Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:52:47.618Z] ---> Using cache [2021-02-09T00:52:47.618Z] ---> 6358556b9251 [2021-02-09T00:52:47.618Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-09T00:52:47.976Z] Removing lxd dnsmasq configuration [2021-02-09T00:52:48.240Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:52:48.501Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-09T00:52:49.448Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-09T00:52:49.448Z] (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-09T00:52:49.448Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-09T00:52:50.835Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-09T00:52:50.835Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-09T00:52:51.092Z] ---> Running in e20996416834 [2021-02-09T00:52:52.122Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:52:52.122Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:52:52.122Z] ---> 3c90679127d0 [2021-02-09T00:52:52.122Z] Step 3/21 : WORKDIR /edgex-go [2021-02-09T00:52:52.122Z] ---> Using cache [2021-02-09T00:52:52.122Z] ---> 959b9bf212f5 [2021-02-09T00:52:52.123Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:52:52.123Z] ---> Using cache [2021-02-09T00:52:52.123Z] ---> 6358556b9251 [2021-02-09T00:52:52.123Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-09T00:52:52.123Z] ---> Using cache [2021-02-09T00:52:52.123Z] ---> 87c421a2deae [2021-02-09T00:52:52.123Z] Step 6/21 : COPY go.mod . [2021-02-09T00:52:52.123Z] ---> Using cache [2021-02-09T00:52:52.123Z] ---> 5486dfeec43c [2021-02-09T00:52:52.123Z] Step 7/21 : RUN go mod download [2021-02-09T00:52:52.123Z] ---> Using cache [2021-02-09T00:52:52.123Z] ---> 1b9718c6b16a [2021-02-09T00:52:52.123Z] Step 8/21 : COPY . . [2021-02-09T00:52:52.219Z] + sudo snap remove --purge lxd [2021-02-09T00:52:52.219Z] snap "lxd" is not installed [2021-02-09T00:52:52.219Z] + sudo groupadd --force --system lxd [2021-02-09T00:52:52.219Z] ++ whoami [2021-02-09T00:52:52.219Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-09T00:52:52.219Z] + newgrp - lxd [2021-02-09T00:52:52.219Z] + sudo snap install lxd [2021-02-09T00:52:52.403Z] ---> Using cache [2021-02-09T00:52:52.403Z] ---> b6f923e25fdd [2021-02-09T00:52:52.403Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-09T00:52:53.001Z] ---> Running in 0c87ce758c74 [2021-02-09T00:52:53.278Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-09T00:52:53.278Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-09T00:52:53.278Z] ---> 3c90679127d0 [2021-02-09T00:52:53.278Z] Step 3/23 : WORKDIR /edgex-go [2021-02-09T00:52:53.278Z] ---> Using cache [2021-02-09T00:52:53.278Z] ---> 959b9bf212f5 [2021-02-09T00:52:53.278Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:52:53.278Z] ---> Using cache [2021-02-09T00:52:53.278Z] ---> 6358556b9251 [2021-02-09T00:52:53.278Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-09T00:52:53.278Z] ---> Using cache [2021-02-09T00:52:53.278Z] ---> 87c421a2deae [2021-02-09T00:52:53.278Z] Step 6/23 : COPY go.mod . [2021-02-09T00:52:53.278Z] ---> Using cache [2021-02-09T00:52:53.278Z] ---> 5486dfeec43c [2021-02-09T00:52:53.278Z] Step 7/23 : RUN go mod download [2021-02-09T00:52:53.278Z] ---> Using cache [2021-02-09T00:52:53.278Z] ---> 1b9718c6b16a [2021-02-09T00:52:53.278Z] Step 8/23 : COPY . . [2021-02-09T00:52:53.278Z] ---> Using cache [2021-02-09T00:52:53.278Z] ---> b6f923e25fdd [2021-02-09T00:52:53.278Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-09T00:52:53.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:53.848Z] ---> Running in c4241e05495c [2021-02-09T00:52:54.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:54.858Z] 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-09T00:52:55.139Z] Removing intermediate container d8d0c2de4057 [2021-02-09T00:52:55.139Z] ---> 33c95b08ff5c [2021-02-09T00:52:55.139Z] [2021-02-09T00:52:55.139Z] Step 10/30 : FROM alpine:3.12 [2021-02-09T00:52:55.139Z] ---> afeebe901d6b [2021-02-09T00:52:55.139Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-09T00:52:55.428Z] ---> Running in d8ec60e2f9d8 [2021-02-09T00:52:55.428Z] 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-09T00:52:56.036Z] Removing intermediate container d8ec60e2f9d8 [2021-02-09T00:52:56.037Z] ---> ead17d042f01 [2021-02-09T00:52:56.037Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-09T00:52:56.037Z] ---> Running in 673b74376af4 [2021-02-09T00:52:56.326Z] OK: 217 MiB in 51 packages [2021-02-09T00:52:58.356Z] Removing intermediate container e20996416834 [2021-02-09T00:52:58.356Z] ---> 090ec601c1b5 [2021-02-09T00:52:58.356Z] Step 6/26 : COPY go.mod . [2021-02-09T00:52:58.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:58.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:52:59.356Z] ---> 0554aba23c73 [2021-02-09T00:52:59.356Z] Step 7/26 : RUN go mod download [2021-02-09T00:52:59.356Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-09T00:52:59.356Z] ---> Running in 6e3511259803 [2021-02-09T00:52:59.356Z] (2/2) Installing su-exec (0.2-r1) [2021-02-09T00:52:59.356Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:52:59.356Z] OK: 5 MiB in 16 packages [2021-02-09T00:53:00.373Z] 2021-02-09T00:52:57Z INFO Waiting for automatic snapd restart... [2021-02-09T00:53:02.028Z] Removing intermediate container 673b74376af4 [2021-02-09T00:53:02.028Z] ---> 24edaf120c4d [2021-02-09T00:53:02.028Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-09T00:53:02.028Z] ---> Running in b4db7dd213e0 [2021-02-09T00:53:02.308Z] Removing intermediate container b4db7dd213e0 [2021-02-09T00:53:02.308Z] ---> 300039839107 [2021-02-09T00:53:02.308Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-09T00:53:02.590Z] ---> Running in b1153bbdaf58 [2021-02-09T00:53:03.596Z] Removing intermediate container b1153bbdaf58 [2021-02-09T00:53:03.596Z] ---> 8a13aa79c860 [2021-02-09T00:53:03.596Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-09T00:53:03.872Z] ---> Running in 709a459c3695 [2021-02-09T00:53:04.151Z] Removing intermediate container 6e3511259803 [2021-02-09T00:53:04.151Z] ---> 59643af1c7ab [2021-02-09T00:53:04.151Z] Step 8/26 : COPY . . [2021-02-09T00:53:09.625Z] Removing intermediate container 709a459c3695 [2021-02-09T00:53:09.625Z] ---> 7279e3dc61fe [2021-02-09T00:53:09.625Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-09T00:53:09.625Z] ---> Running in 121c61a40488 [2021-02-09T00:53:11.113Z] Removing intermediate container 121c61a40488 [2021-02-09T00:53:11.113Z] ---> ee6240638208 [2021-02-09T00:53:11.113Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-09T00:53:13.768Z] ---> d4f46cf6c1e6 [2021-02-09T00:53:13.768Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-09T00:53:13.768Z] ---> Running in 19e71441bd86 [2021-02-09T00:53:19.219Z] Removing intermediate container 19e71441bd86 [2021-02-09T00:53:19.219Z] ---> 73c07e9aecae [2021-02-09T00:53:19.219Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:53:21.234Z] ---> a3fef568e976 [2021-02-09T00:53:21.234Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-09T00:53:24.673Z] ---> 5208b983dd61 [2021-02-09T00:53:24.673Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-09T00:53:26.693Z] ---> 1b7ff7bb1c6c [2021-02-09T00:53:26.693Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-09T00:53:28.171Z] ---> 88e341e041ef [2021-02-09T00:53:28.171Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-09T00:53:28.171Z] ---> 67b519816e16 [2021-02-09T00:53:28.171Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-09T00:53:28.171Z] ---> Running in 7a85277ea11f [2021-02-09T00:53:28.803Z] ---> Running in 77fd3ab3cbc9 [2021-02-09T00:53:29.807Z] Removing intermediate container 77fd3ab3cbc9 [2021-02-09T00:53:29.807Z] ---> 3d7eaa23958d [2021-02-09T00:53:29.807Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-09T00:53:30.825Z] 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-09T00:53:31.114Z] ---> 38e4d9ce17cf [2021-02-09T00:53:31.114Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-09T00:53:31.410Z] ---> Running in 7a6755d8e0a1 [2021-02-09T00:53:35.756Z] Removing intermediate container 7a6755d8e0a1 [2021-02-09T00:53:35.756Z] ---> 7aeda50d1d82 [2021-02-09T00:53:35.756Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-09T00:53:35.756Z] ---> Running in 64f650ea6c42 [2021-02-09T00:53:36.041Z] Removing intermediate container 64f650ea6c42 [2021-02-09T00:53:36.041Z] ---> 302882f16968 [2021-02-09T00:53:36.041Z] Step 27/30 : CMD ["gate"] [2021-02-09T00:53:36.650Z] ---> Running in c596e9ac3a81 [2021-02-09T00:53:37.253Z] Removing intermediate container c596e9ac3a81 [2021-02-09T00:53:37.253Z] ---> d39b226fa49a [2021-02-09T00:53:37.253Z] Step 28/30 : LABEL arch=arm64 [2021-02-09T00:53:37.859Z] ---> Running in 12e061816443 [2021-02-09T00:53:38.466Z] Removing intermediate container 12e061816443 [2021-02-09T00:53:38.466Z] ---> 006b215c8e7b [2021-02-09T00:53:38.466Z] Step 29/30 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:53:39.065Z] ---> Running in 59f3d358dd58 [2021-02-09T00:53:39.136Z] lxd 4.11 from Canonical* installed [2021-02-09T00:53:39.136Z] + sudo lxd init --auto [2021-02-09T00:53:39.692Z] Removing intermediate container 59f3d358dd58 [2021-02-09T00:53:39.692Z] ---> 6ceaa66f0e8f [2021-02-09T00:53:39.692Z] Step 30/30 : LABEL version=0.0.0 [2021-02-09T00:53:39.967Z] ---> Running in dfcf4069b232 [2021-02-09T00:53:40.955Z] Removing intermediate container dfcf4069b232 [2021-02-09T00:53:40.955Z] ---> 8b3bf00f4b0e [2021-02-09T00:53:40.955Z] [2021-02-09T00:53:41.560Z] Successfully built 8b3bf00f4b0e [2021-02-09T00:53:41.560Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-09T00:53:43.490Z] + sudo snap install --classic snapcraft [2021-02-09T00:53:56.679Z]  Building docker-security-bootstrapper-go ... done 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-09T00:54:01.604Z] snapcraft 4.4.4 from Canonical* installed [2021-02-09T00:54:01.604Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-09T00:54:01.604Z] + patch --verbose -p1 [2021-02-09T00:54:01.604Z] Hmm... Looks like a unified diff to me... [2021-02-09T00:54:01.604Z] The text leading up to this was: [2021-02-09T00:54:01.604Z] -------------------------- [2021-02-09T00:54:01.604Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-09T00:54:01.604Z] |From: Tony Espy [2021-02-09T00:54:01.604Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-09T00:54:01.604Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-09T00:54:01.604Z] | [2021-02-09T00:54:01.604Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-09T00:54:01.604Z] |optimize the snap CI check run for pull requests. When [2021-02-09T00:54:01.604Z] |applied, it essentially strips out everything (apps and [2021-02-09T00:54:01.604Z] |parts) from the snapcraft.yaml file except those required [2021-02-09T00:54:01.604Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-09T00:54:01.604Z] |catch changes to edgex-go that break the snap build. [2021-02-09T00:54:01.604Z] | [2021-02-09T00:54:01.604Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-09T00:54:01.604Z] |to update this patch file, otherwise it may fail to apply, [2021-02-09T00:54:01.604Z] |resulting in a failed snap build CI check in the associated [2021-02-09T00:54:01.604Z] |pull request. [2021-02-09T00:54:01.604Z] | [2021-02-09T00:54:01.604Z] |Note - in addition to applying this patch, the pipeline also [2021-02-09T00:54:01.604Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-09T00:54:01.604Z] |need to build the finally binary .snap file (and it won't [2021-02-09T00:54:01.604Z] |work with the patch applied). This further reduces the build [2021-02-09T00:54:01.604Z] |time. [2021-02-09T00:54:01.604Z] |--- [2021-02-09T00:54:01.604Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-09T00:54:01.604Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-09T00:54:01.604Z] | [2021-02-09T00:54:01.604Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-09T00:54:01.604Z] |index 1e537489..faf42425 100644 [2021-02-09T00:54:01.604Z] |--- a/snap/snapcraft.yaml [2021-02-09T00:54:01.604Z] |+++ b/snap/snapcraft.yaml [2021-02-09T00:54:01.604Z] -------------------------- [2021-02-09T00:54:01.604Z] patching file snap/snapcraft.yaml [2021-02-09T00:54:01.604Z] Using Plan A... [2021-02-09T00:54:01.604Z] Hunk #1 succeeded at 73. [2021-02-09T00:54:01.604Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-09T00:54:01.604Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-09T00:54:01.604Z] Hunk #4 FAILED at 222. [2021-02-09T00:54:01.604Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-09T00:54:01.604Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-09T00:54:01.604Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-09T00:54:01.604Z] Hunk #8 FAILED at 411. [2021-02-09T00:54:01.604Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-09T00:54:01.604Z] Hmm... Ignoring the trailing garbage. [2021-02-09T00:54:01.604Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T00:54:02.429Z] Failed in branch amd64 [2021-02-09T00:54:09.103Z] Removing intermediate container 0c87ce758c74 [2021-02-09T00:54:09.103Z] ---> 61247aba2d6d [2021-02-09T00:54:09.103Z] [2021-02-09T00:54:09.103Z] Step 10/21 : FROM alpine:3.12 [2021-02-09T00:54:09.103Z] ---> afeebe901d6b [2021-02-09T00:54:09.103Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-09T00:54:09.103Z] ---> Running in 45bc473365cc [2021-02-09T00:54:10.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:54:10.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:54:11.536Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-09T00:54:11.536Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:54:11.536Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-09T00:54:11.536Z] (4/4) Installing curl (7.69.1-r3) [2021-02-09T00:54:11.536Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:54:11.536Z] Executing ca-certificates-20191127-r4.trigger [2021-02-09T00:54:11.821Z] OK: 7 MiB in 18 packages [2021-02-09T00:54:12.825Z] Removing intermediate container c4241e05495c [2021-02-09T00:54:12.825Z] ---> 65b728429d90 [2021-02-09T00:54:12.825Z] [2021-02-09T00:54:12.825Z] Step 10/23 : FROM alpine:3.12 [2021-02-09T00:54:12.825Z] ---> afeebe901d6b [2021-02-09T00:54:12.825Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-09T00:54:12.825Z] ---> Using cache [2021-02-09T00:54:12.825Z] ---> 51a3900c8fc1 [2021-02-09T00:54:12.825Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-09T00:54:12.825Z] ---> Using cache [2021-02-09T00:54:12.825Z] ---> 7cfd15fd7e4d [2021-02-09T00:54:12.825Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-09T00:54:12.825Z] ---> Running in dc77f6909cfb [2021-02-09T00:54:13.810Z] Removing intermediate container dc77f6909cfb [2021-02-09T00:54:13.810Z] ---> 5bd045149026 [2021-02-09T00:54:13.810Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-09T00:54:14.082Z] ---> Running in 4744bb60ed01 [2021-02-09T00:54:14.082Z] Removing intermediate container 45bc473365cc [2021-02-09T00:54:14.082Z] ---> d252f14dc7e1 [2021-02-09T00:54:14.082Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-09T00:54:14.357Z] ---> Running in ac80a95fedaa [2021-02-09T00:54:14.632Z] Removing intermediate container 4744bb60ed01 [2021-02-09T00:54:14.632Z] ---> 475a1a799aa4 [2021-02-09T00:54:14.632Z] Step 15/23 : WORKDIR / [2021-02-09T00:54:14.914Z] ---> Running in ae24b7315604 [2021-02-09T00:54:14.914Z] Removing intermediate container ac80a95fedaa [2021-02-09T00:54:14.914Z] ---> 54167e3a9107 [2021-02-09T00:54:14.914Z] Step 13/21 : WORKDIR /edgex [2021-02-09T00:54:15.187Z] ---> Running in df78337ff7ee [2021-02-09T00:54:15.791Z] Removing intermediate container ae24b7315604 [2021-02-09T00:54:15.791Z] ---> 1dbb46bcf15d [2021-02-09T00:54:15.791Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-09T00:54:15.791Z] Removing intermediate container df78337ff7ee [2021-02-09T00:54:15.791Z] ---> 3a69a30d4b91 [2021-02-09T00:54:15.791Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-09T00:54:16.781Z] ---> 3927bfb55433 [2021-02-09T00:54:16.781Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-09T00:54:16.781Z] ---> 7dd822595eaf [2021-02-09T00:54:16.781Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-09T00:54:18.777Z] ---> 8bbe238164f6 [2021-02-09T00:54:18.777Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-09T00:54:18.777Z] ---> 70afc98f0370 [2021-02-09T00:54:18.777Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-09T00:54:20.225Z] ---> 27f00e72bc04 [2021-02-09T00:54:20.225Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-09T00:54:20.225Z] ---> Running in 9daa89784a22 [2021-02-09T00:54:20.512Z] ---> 531ce1c5fc06 [2021-02-09T00:54:20.512Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-09T00:54:20.512Z] ---> Running in 25491e50be67 [2021-02-09T00:54:21.108Z] Removing intermediate container 9daa89784a22 [2021-02-09T00:54:21.108Z] ---> 07090077189c [2021-02-09T00:54:21.108Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:54:21.382Z] Removing intermediate container 25491e50be67 [2021-02-09T00:54:21.382Z] ---> bf6b75b511b8 [2021-02-09T00:54:21.382Z] Step 18/21 : CMD ["--init=true"] [2021-02-09T00:54:21.382Z] ---> Running in 9d26d59ce843 [2021-02-09T00:54:21.382Z] ---> Running in 41d836824064 [2021-02-09T00:54:21.975Z] Removing intermediate container 9d26d59ce843 [2021-02-09T00:54:21.975Z] ---> a10819616dd0 [2021-02-09T00:54:21.975Z] Step 21/23 : LABEL arch=arm64 [2021-02-09T00:54:21.975Z] Removing intermediate container 41d836824064 [2021-02-09T00:54:21.975Z] ---> df56dfb4dd85 [2021-02-09T00:54:21.975Z] Step 19/21 : LABEL arch=arm64 [2021-02-09T00:54:22.249Z] ---> Running in a134884de55f [2021-02-09T00:54:22.249Z] ---> Running in 4fa8f787471e [2021-02-09T00:54:22.847Z] Removing intermediate container a134884de55f [2021-02-09T00:54:22.847Z] ---> b94d3e0f8bc4 [2021-02-09T00:54:22.847Z] Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:54:23.124Z] Removing intermediate container 4fa8f787471e [2021-02-09T00:54:23.125Z] ---> aff9df0dac07 [2021-02-09T00:54:23.125Z] Step 20/21 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:54:23.400Z] ---> Running in 6277755ecf03 [2021-02-09T00:54:23.678Z] ---> Running in d6ab32480d4f [2021-02-09T00:54:23.950Z] Removing intermediate container 6277755ecf03 [2021-02-09T00:54:23.950Z] ---> 740e05a7e008 [2021-02-09T00:54:23.950Z] Step 23/23 : LABEL version=0.0.0 [2021-02-09T00:54:24.224Z] ---> Running in 9bc35c68147f [2021-02-09T00:54:24.224Z] Removing intermediate container d6ab32480d4f [2021-02-09T00:54:24.224Z] ---> 0d1d42e20b27 [2021-02-09T00:54:24.224Z] Step 21/21 : LABEL version=0.0.0 [2021-02-09T00:54:24.501Z] ---> Running in 912ab6cd84c0 [2021-02-09T00:54:24.777Z] Removing intermediate container 7a85277ea11f [2021-02-09T00:54:24.777Z] ---> 0de50a5aa92e [2021-02-09T00:54:24.777Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-09T00:54:24.777Z] Removing intermediate container 9bc35c68147f [2021-02-09T00:54:24.777Z] ---> 5b4a0139048d [2021-02-09T00:54:24.777Z] [2021-02-09T00:54:25.048Z] ---> Running in a2c6ec174144 [2021-02-09T00:54:25.323Z] Removing intermediate container 912ab6cd84c0 [2021-02-09T00:54:25.323Z] ---> 17a5f5e21c1a [2021-02-09T00:54:25.323Z] [2021-02-09T00:54:25.323Z] Successfully built 5b4a0139048d [2021-02-09T00:54:25.323Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-09T00:54:25.595Z]  Building docker-core-command-go ... done Successfully built 17a5f5e21c1a [2021-02-09T00:54:25.595Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-09T00:54:26.191Z]  Building docker-security-proxy-setup-go ... done 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-09T00:54:28.807Z] Removing intermediate container a2c6ec174144 [2021-02-09T00:54:28.807Z] ---> 9cb719deb64f [2021-02-09T00:54:28.807Z] [2021-02-09T00:54:28.807Z] Step 11/26 : FROM docker:20.10.0 [2021-02-09T00:54:28.807Z] 20.10.0: Pulling from library/docker [2021-02-09T00:54:35.492Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T00:54:35.492Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T00:54:35.492Z] ---> eeaf43b92773 [2021-02-09T00:54:35.492Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-09T00:54:36.931Z] ---> Running in a45afb7f14a0 [2021-02-09T00:54:38.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:54:38.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:54:38.956Z] (1/2) Installing readline (8.0.4-r0) [2021-02-09T00:54:38.956Z] (2/2) Installing bash (5.0.17-r0) [2021-02-09T00:54:38.956Z] Executing bash-5.0.17-r0.post-install [2021-02-09T00:54:38.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:54:38.956Z] OK: 12 MiB in 22 packages [2021-02-09T00:54:40.393Z] Removing intermediate container a45afb7f14a0 [2021-02-09T00:54:40.393Z] ---> d3b8224815f2 [2021-02-09T00:54:40.393Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-09T00:54:40.393Z] ---> Running in c4653027ba4d [2021-02-09T00:54:40.664Z] Removing intermediate container c4653027ba4d [2021-02-09T00:54:40.664Z] ---> 8ff249c8c97a [2021-02-09T00:54:40.664Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-09T00:54:40.938Z] ---> Running in 639e4825abb3 [2021-02-09T00:54:41.213Z] Removing intermediate container 639e4825abb3 [2021-02-09T00:54:41.213Z] ---> 6869da4e28c0 [2021-02-09T00:54:41.213Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-09T00:54:41.485Z] ---> Running in 556d5aaec5c5 [2021-02-09T00:54:41.756Z] Removing intermediate container 556d5aaec5c5 [2021-02-09T00:54:41.756Z] ---> 4dfd7517eaac [2021-02-09T00:54:41.756Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-09T00:54:43.189Z] ---> de6323b63fe9 [2021-02-09T00:54:43.189Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-09T00:54:43.782Z] ---> 573fe8eea43e [2021-02-09T00:54:43.782Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-09T00:54:44.757Z] ---> d23d2a1ff477 [2021-02-09T00:54:44.757Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-09T00:54:45.031Z] ---> Running in 8c3b98ffe75e [2021-02-09T00:54:46.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:54:46.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:54:46.867Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-09T00:54:46.867Z] (2/33) Installing expat (2.2.9-r1) [2021-02-09T00:54:46.867Z] (3/33) Installing libffi (3.3-r2) [2021-02-09T00:54:46.867Z] (4/33) Installing gdbm (1.13-r1) [2021-02-09T00:54:46.867Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-09T00:54:46.867Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-09T00:54:46.867Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-09T00:54:48.828Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-09T00:54:48.828Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-09T00:54:48.828Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-09T00:54:48.828Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-09T00:54:48.828Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-09T00:54:48.828Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-09T00:54:48.828Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-09T00:54:48.828Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-09T00:54:48.828Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-09T00:54:48.828Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-09T00:54:48.828Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-09T00:54:48.828Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-09T00:54:48.828Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-09T00:54:48.828Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-09T00:54:48.828Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-09T00:54:48.828Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-09T00:54:48.828Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-09T00:54:48.828Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-09T00:54:48.828Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-09T00:54:49.099Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-09T00:54:49.099Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-09T00:54:49.099Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-09T00:54:49.099Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-09T00:54:49.100Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-09T00:54:49.100Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-09T00:54:49.100Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-09T00:54:49.100Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:54:49.371Z] OK: 71 MiB in 55 packages [2021-02-09T00:54:56.072Z] Removing intermediate container 8c3b98ffe75e [2021-02-09T00:54:56.072Z] ---> 4591979f0637 [2021-02-09T00:54:56.072Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-09T00:54:56.072Z] ---> Running in 72e07e615352 [2021-02-09T00:55:00.350Z] Collecting docker-compose==1.23.2 [2021-02-09T00:55:00.350Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-09T00:55:00.939Z] Collecting jsonschema<3,>=2.5.1 [2021-02-09T00:55:00.939Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-09T00:55:02.368Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-09T00:55:02.368Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-09T00:55:02.638Z] Collecting cached-property<2,>=1.2.0 [2021-02-09T00:55:02.908Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-09T00:55:03.498Z] Collecting PyYAML<4,>=3.10 [2021-02-09T00:55:03.771Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-09T00:55:07.154Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-09T00:55:07.154Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-09T00:55:08.594Z] Collecting texttable<0.10,>=0.9.0 [2021-02-09T00:55:08.594Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-09T00:55:11.209Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-09T00:55:11.209Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-09T00:55:11.209Z] Collecting docopt<0.7,>=0.6.1 [2021-02-09T00:55:11.209Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-09T00:55:13.866Z] Collecting docker<4.0,>=3.6.0 [2021-02-09T00:55:13.866Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-09T00:55:14.167Z] 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-09T00:55:14.442Z] Collecting idna<2.8,>=2.5 [2021-02-09T00:55:14.442Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-09T00:55:14.714Z] 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-09T00:55:14.714Z] 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-09T00:55:15.303Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-09T00:55:15.303Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-09T00:55:15.892Z] Collecting docker-pycreds>=0.4.0 [2021-02-09T00:55:15.892Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-09T00:55:15.892Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-09T00:55:15.892Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-09T00:55:15.892Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-09T00:55:15.892Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-09T00:55:16.864Z] Installing collected packages: jsonschema, idna, urllib3, requests, cached-property, PyYAML, dockerpty, texttable, websocket-client, docopt, docker-pycreds, docker, docker-compose [2021-02-09T00:55:16.864Z] Attempting uninstall: idna [2021-02-09T00:55:16.864Z] Found existing installation: idna 2.9 [2021-02-09T00:55:16.864Z] Uninstalling idna-2.9: [2021-02-09T00:55:17.138Z] Successfully uninstalled idna-2.9 [2021-02-09T00:55:17.733Z] Attempting uninstall: urllib3 [2021-02-09T00:55:17.733Z] Found existing installation: urllib3 1.25.9 [2021-02-09T00:55:17.733Z] Uninstalling urllib3-1.25.9: [2021-02-09T00:55:18.004Z] Successfully uninstalled urllib3-1.25.9 [2021-02-09T00:55:18.595Z] Attempting uninstall: requests [2021-02-09T00:55:18.595Z] Found existing installation: requests 2.23.0 [2021-02-09T00:55:18.595Z] Uninstalling requests-2.23.0: [2021-02-09T00:55:18.595Z] Successfully uninstalled requests-2.23.0 [2021-02-09T00:55:18.867Z] Running setup.py install for PyYAML: started [2021-02-09T00:55:20.830Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-09T00:55:20.830Z] Running setup.py install for dockerpty: started [2021-02-09T00:55:22.795Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-09T00:55:22.795Z] Running setup.py install for texttable: started [2021-02-09T00:55:24.764Z] Running setup.py install for texttable: finished with status 'done' [2021-02-09T00:55:24.764Z] Running setup.py install for docopt: started [2021-02-09T00:55:26.746Z] Running setup.py install for docopt: finished with status 'done' [2021-02-09T00:55:28.718Z] 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-09T00:55:32.091Z] Removing intermediate container 72e07e615352 [2021-02-09T00:55:32.091Z] ---> ef5f9dca638f [2021-02-09T00:55:32.091Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-09T00:55:32.091Z] ---> Running in 6436f42011b7 [2021-02-09T00:55:33.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:55:33.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:55:33.934Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-09T00:55:33.934Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-09T00:55:33.934Z] (3/3) Installing curl (7.69.1-r3) [2021-02-09T00:55:33.934Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:55:33.934Z] OK: 71 MiB in 58 packages [2021-02-09T00:55:34.912Z] Removing intermediate container 6436f42011b7 [2021-02-09T00:55:34.912Z] ---> b3f40877fae9 [2021-02-09T00:55:34.912Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-09T00:55:35.182Z] ---> Running in d0e700675f04 [2021-02-09T00:55:35.772Z] Removing intermediate container d0e700675f04 [2021-02-09T00:55:35.772Z] ---> e0c53238fd01 [2021-02-09T00:55:35.772Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-09T00:55:35.772Z] ---> Running in 63efdc33b0a5 [2021-02-09T00:55:36.042Z] Removing intermediate container 63efdc33b0a5 [2021-02-09T00:55:36.042Z] ---> 1ca4b0b2ed9b [2021-02-09T00:55:36.042Z] Step 24/26 : LABEL arch=arm64 [2021-02-09T00:55:36.328Z] ---> Running in f55393427f91 [2021-02-09T00:55:36.601Z] Removing intermediate container f55393427f91 [2021-02-09T00:55:36.602Z] ---> df447bfad3c4 [2021-02-09T00:55:36.602Z] Step 25/26 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 [2021-02-09T00:55:36.873Z] ---> Running in bd82ac2039aa [2021-02-09T00:55:37.145Z] Removing intermediate container bd82ac2039aa [2021-02-09T00:55:37.145Z] ---> 9ee1cff4bbbb [2021-02-09T00:55:37.145Z] Step 26/26 : LABEL version=0.0.0 [2021-02-09T00:55:37.420Z] ---> Running in a928a1bf281b [2021-02-09T00:55:37.692Z] Removing intermediate container a928a1bf281b [2021-02-09T00:55:37.692Z] ---> d2f3488f4192 [2021-02-09T00:55:37.692Z] [2021-02-09T00:55:38.283Z] Successfully built d2f3488f4192 [2021-02-09T00:55:38.283Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-09T00:55:38.299Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-09T00:55:38.288Z] $ docker stop --time=1 97872be119b717b539a0a1de122649e086551bcb1631e0eeec4ccad4f6766ebf [2021-02-09T00:55:40.147Z] $ docker rm -f 97872be119b717b539a0a1de122649e086551bcb1631e0eeec4ccad4f6766ebf [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:55:40.932Z] + docker images [2021-02-09T00:55:40.932Z] + grep docker [2021-02-09T00:55:41.202Z] docker-sys-mgmt-agent-go-arm64 latest d2f3488f4192 3 seconds ago 300MB [2021-02-09T00:55:41.202Z] docker-core-command-go-arm64 latest 5b4a0139048d About a minute ago 16MB [2021-02-09T00:55:41.202Z] docker-security-proxy-setup-go-arm64 latest 17a5f5e21c1a About a minute ago 23.2MB [2021-02-09T00:55:41.202Z] docker-security-bootstrapper-go-arm64 latest 8b3bf00f4b0e 2 minutes ago 17MB [2021-02-09T00:55:41.202Z] docker-core-data-go-arm64 latest b5be01d823d6 3 minutes ago 21MB [2021-02-09T00:55:41.202Z] docker-core-metadata-go-arm64 latest 495b55deb7cc 3 minutes ago 17.8MB [2021-02-09T00:55:41.202Z] docker-support-notifications-go-arm64 latest 2732ab644688 3 minutes ago 16.7MB [2021-02-09T00:55:41.202Z] docker-support-scheduler-go-arm64 latest b930f98abfbf 3 minutes ago 16.1MB [2021-02-09T00:55:41.202Z] docker-security-secretstore-setup-go-arm64 latest 17395c3efb72 3 minutes ago 23.4MB [2021-02-09T00:55:41.202Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:55:44.419Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:55:45.865Z] ---> package-listing.sh [2021-02-09T00:55:45.865Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T00:55:45.865Z] ++ facter osfamily [2021-02-09T00:55:46.134Z] + OS_FAMILY=redhat [2021-02-09T00:55:46.134Z] + workspace=/w/workspace/edgex-go/60 [2021-02-09T00:55:46.134Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T00:55:46.134Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T00:55:46.134Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T00:55:46.134Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T00:55:46.134Z] + '[' /w/workspace/edgex-go/60 ']' [2021-02-09T00:55:46.134Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T00:55:46.134Z] + case "${OS_FAMILY}" in [2021-02-09T00:55:46.134Z] + rpm -qa [2021-02-09T00:55:46.134Z] + sort [2021-02-09T00:55:52.828Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T00:55:52.828Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T00:55:52.828Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T00:55:52.828Z] + '[' /w/workspace/edgex-go/60 ']' [2021-02-09T00:55:52.828Z] + mkdir -p /w/workspace/edgex-go/60/archives/ [2021-02-09T00:55:52.828Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/60/archives/ [Pipeline] echo [2021-02-09T00:55:52.847Z] 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/60/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T00:55:53.175Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:55:53.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:55:54.221Z] [2021-02-09T00:55:54.221Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:55:54.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:55:54.921Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T00:55:55.323Z] df20fa9351a1: Pulling fs layer [2021-02-09T00:55:55.323Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T00:55:55.323Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T00:55:55.323Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T00:55:55.323Z] 93b61091891f: Pulling fs layer [2021-02-09T00:55:55.323Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T00:55:55.323Z] 5e14af77c1be: Pulling fs layer [2021-02-09T00:55:55.323Z] 01666e4c0597: Pulling fs layer [2021-02-09T00:55:55.323Z] aa168da1d23b: Pulling fs layer [2021-02-09T00:55:55.323Z] 93b9cdb0e59b: Waiting [2021-02-09T00:55:55.323Z] 5e14af77c1be: Waiting [2021-02-09T00:55:55.323Z] 01666e4c0597: Waiting [2021-02-09T00:55:55.323Z] aa168da1d23b: Waiting [2021-02-09T00:55:55.323Z] 46f8f816bc3b: Waiting [2021-02-09T00:55:55.323Z] 93b61091891f: Waiting [2021-02-09T00:55:55.323Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T00:55:55.323Z] 36b3adc4ff6f: Download complete [2021-02-09T00:55:55.323Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T00:55:55.323Z] 46f8f816bc3b: Download complete [2021-02-09T00:55:55.323Z] df20fa9351a1: Verifying Checksum [2021-02-09T00:55:55.323Z] df20fa9351a1: Download complete [2021-02-09T00:55:55.324Z] 93b61091891f: Verifying Checksum [2021-02-09T00:55:55.324Z] 93b61091891f: Download complete [2021-02-09T00:55:55.612Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T00:55:55.612Z] 93b9cdb0e59b: Download complete [2021-02-09T00:55:55.612Z] 5e14af77c1be: Verifying Checksum [2021-02-09T00:55:55.612Z] 5e14af77c1be: Download complete [2021-02-09T00:55:55.612Z] 01666e4c0597: Verifying Checksum [2021-02-09T00:55:55.612Z] 01666e4c0597: Download complete [2021-02-09T00:55:55.918Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T00:55:55.918Z] 8ad3a11d3b57: Download complete [2021-02-09T00:55:56.563Z] df20fa9351a1: Pull complete [2021-02-09T00:55:56.845Z] 36b3adc4ff6f: Pull complete [2021-02-09T00:55:59.261Z] 8ad3a11d3b57: Pull complete [2021-02-09T00:55:59.261Z] 46f8f816bc3b: Pull complete [2021-02-09T00:56:00.771Z] aa168da1d23b: Verifying Checksum [2021-02-09T00:56:00.771Z] aa168da1d23b: Download complete [2021-02-09T00:56:00.771Z] 93b61091891f: Pull complete [2021-02-09T00:56:00.771Z] 93b9cdb0e59b: Pull complete [2021-02-09T00:56:01.046Z] 5e14af77c1be: Pull complete [2021-02-09T00:56:01.336Z] 01666e4c0597: Pull complete [2021-02-09T00:56:16.885Z] aa168da1d23b: Pull complete [2021-02-09T00:56:16.885Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T00:56:16.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:56:16.885Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T00:56:17.552Z] prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container [2021-02-09T00:56:17.650Z] $ 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/60/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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-09T00:56:22.782Z] $ docker top 0ecf194ebe4a487075d93fcb29254208b205dd64cadc9eeaca070408b17d591e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:56:23.625Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T00:56:23.976Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T00:56:24.333Z] + ls /var/log/sa-host [2021-02-09T00:56:24.333Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T00:56:24.333Z] file_magic: OK [2021-02-09T00:56:24.333Z] HZ: Using current value: 100 [2021-02-09T00:56:24.333Z] file_header: OK [2021-02-09T00:56:24.333Z] 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-09T00:56:24.333Z] Statistics: [2021-02-09T00:56:24.333Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T00:56:24.333Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T00:56:24.333Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T00:56:24.333Z] file_magic: OK [2021-02-09T00:56:24.333Z] HZ: Using current value: 100 [2021-02-09T00:56:24.333Z] file_header: OK [2021-02-09T00:56:24.333Z] 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-09T00:56:24.333Z] Statistics: [2021-02-09T00:56:24.333Z] Hnuu...uuuununununu... [2021-02-09T00:56:24.333Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T00:56:24.572Z] provisioning config files... [2021-02-09T00:56:24.622Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/60@tmp/config6916484784424058765tmp [Pipeline] { [Pipeline] echo [2021-02-09T00:56:24.706Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:56:25.404Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T00:56:25.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T00:56:25.513Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:56:25.840Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T00:56:25.855Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:56:26.585Z] ---> sudo-logs.sh [2021-02-09T00:56:26.585Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T00:56:26.606Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:56:27.013Z] ---> job-cost.sh [2021-02-09T00:56:27.013Z] lf-activate-venv: SKIPPING [2021-02-09T00:56:27.013Z] INFO: No Stack... [2021-02-09T00:56:27.999Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T00:56:28.997Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T00:56:29.017Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:56:29.687Z] ---> logs-deploy.sh [2021-02-09T00:56:29.687Z] lf-activate-venv: SKIPPING [2021-02-09T00:56:29.687Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/60 [2021-02-09T00:56:29.687Z] INFO: archiving workspace using pattern(s): [2021-02-09T00:56:31.707Z] Archives upload complete. [2021-02-09T00:56:31.707Z] INFO: archiving logs to Nexus [2021-02-09T00:56:33.698Z] ---> uname -a: [2021-02-09T00:56:33.698Z] Linux prd-centos7-docker-4c-2g-25663.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-09T00:56:33.698Z] [2021-02-09T00:56:33.698Z]