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 a05352d37eb5b985ae670d360b56d8b81b9d117b rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from a05352d37eb5b985ae670d360b56d8b81b9d117b 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true 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-26737 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/65 [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/65 # 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 a05352d37eb5b985ae670d360b56d8b81b9d117b 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 Merge succeeded, producing 7353095aee73c78019a4fb8d661452a8e1792ede Checking out Revision 7353095aee73c78019a4fb8d661452a8e1792ede (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T00:32:30.898Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T00:32:31.109Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T00:32:31.197Z] ========================================================= [2021-02-18T00:32:31.197Z] EdgeX Global Pipelines Version Info [2021-02-18T00:32:31.197Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:32:33.997Z] ------------------- [2021-02-18T00:32:33.997Z] stable info: [2021-02-18T00:32:33.997Z] ------------------- [2021-02-18T00:32:33.997Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:32:33.997Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:32:33.997Z] Message: update stable to v1.0.179 [2021-02-18T00:32:35.005Z] ------------------- [2021-02-18T00:32:35.005Z] experimental info: [2021-02-18T00:32:35.005Z] ------------------- [2021-02-18T00:32:35.005Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:32:35.005Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:32:35.005Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T00:32:35.358Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T00:32:35.442Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T00:32:35.526Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T00:32:35.661Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T00:32:35.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T00:32:35.830Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T00:32:35.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T00:32:36.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T00:32:36.098Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T00:32:36.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T00:32:36.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T00:32:36.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T00:32:36.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T00:32:36.530Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T00:32:36.617Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:32:36.697Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:32:36.802Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T00:32:36.924Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T00:32:37.004Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T00:32:37.083Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T00:32:37.173Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T00:32:37.256Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T00:32:37.340Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T00:32:37.424Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-18T00:32:37.508Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-18T00:32:37.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-18T00:32:37.691Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7353095aee73c78019a4fb8d661452a8e1792ede [Pipeline] echo [2021-02-18T00:32:37.805Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7353095 [Pipeline] echo [2021-02-18T00:32:37.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T00:32:38.049Z] provisioning config files... [2021-02-18T00:32:38.208Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config5368217489391627720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:32:38.877Z] ---> docker-login.sh [2021-02-18T00:32:38.877Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:32:40.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:32:40.321Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:32:40.321Z] Configure a credential helper to remove this warning. See [2021-02-18T00:32:40.321Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:32:40.321Z] [2021-02-18T00:32:40.321Z] Login Succeeded [2021-02-18T00:32:40.321Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:32:40.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:32:40.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:32:40.980Z] Configure a credential helper to remove this warning. See [2021-02-18T00:32:40.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:32:40.980Z] [2021-02-18T00:32:40.980Z] Login Succeeded [2021-02-18T00:32:40.980Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:32:41.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:32:41.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:32:41.647Z] Configure a credential helper to remove this warning. See [2021-02-18T00:32:41.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:32:41.647Z] [2021-02-18T00:32:41.647Z] Login Succeeded [2021-02-18T00:32:41.647Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:32:42.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:32:43.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:32:43.240Z] Configure a credential helper to remove this warning. See [2021-02-18T00:32:43.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:32:43.240Z] [2021-02-18T00:32:43.240Z] Login Succeeded [2021-02-18T00:32:44.023Z] docker.io [2021-02-18T00:32:44.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:32:45.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:32:45.018Z] Configure a credential helper to remove this warning. See [2021-02-18T00:32:45.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:32:45.018Z] [2021-02-18T00:32:45.018Z] Login Succeeded [2021-02-18T00:32:45.018Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:32:45.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:32:45.674Z] ++ 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-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T00:32:45.674Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T00:32:45.674Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:32:45.674Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T00:32:45.674Z] ++ cut -d/ -f2 [2021-02-18T00:32:45.674Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T00:32:45.850Z] 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-18T00:32:46.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:32:47.287Z] [2021-02-18T00:32:47.287Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:32:47.764Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:32:48.235Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T00:32:48.235Z] 31603596830f: Pulling fs layer [2021-02-18T00:32:48.235Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T00:32:48.235Z] 6ca5941a6612: Pulling fs layer [2021-02-18T00:32:48.235Z] ecc8261a40a4: Pulling fs layer [2021-02-18T00:32:48.235Z] ecc8261a40a4: Waiting [2021-02-18T00:32:48.235Z] 2a8b12db71e7: Download complete [2021-02-18T00:32:48.588Z] 31603596830f: Verifying Checksum [2021-02-18T00:32:48.588Z] 31603596830f: Download complete [2021-02-18T00:32:48.894Z] ecc8261a40a4: Verifying Checksum [2021-02-18T00:32:48.894Z] ecc8261a40a4: Download complete [2021-02-18T00:32:49.724Z] 6ca5941a6612: Verifying Checksum [2021-02-18T00:32:49.724Z] 6ca5941a6612: Download complete [2021-02-18T00:32:49.724Z] 31603596830f: Pull complete [2021-02-18T00:32:49.991Z] 2a8b12db71e7: Pull complete [2021-02-18T00:32:52.806Z] 6ca5941a6612: Pull complete [2021-02-18T00:32:53.572Z] ecc8261a40a4: Pull complete [2021-02-18T00:32:53.572Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T00:32:53.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:32:53.572Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T00:32:54.099Z] prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container [2021-02-18T00:32:54.381Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:32:57.413Z] $ docker top 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T00:32:57.786Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:32:57.786Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:32:58.167Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:32:58.204Z] $ docker exec 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent [2021-02-18T00:32:58.690Z] SSH_AUTH_SOCK=/tmp/ssh-ZzBP2cnESAVe/agent.12 [2021-02-18T00:32:58.690Z] SSH_AGENT_PID=17 [2021-02-18T00:32:58.716Z] Running ssh-add (command line suppressed) [2021-02-18T00:32:59.020Z] Identity added: /w/workspace/edgex-go/65@tmp/private_key_8539033652122409318.key (/w/workspace/edgex-go/65@tmp/private_key_8539033652122409318.key) [2021-02-18T00:32:59.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:32:59.964Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T00:33:00.019Z] $ docker exec --env ******** --env ******** 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent -k [2021-02-18T00:33:00.329Z] unset SSH_AUTH_SOCK; [2021-02-18T00:33:00.331Z] unset SSH_AGENT_PID; [2021-02-18T00:33:00.331Z] echo Agent pid 17 killed; [2021-02-18T00:33:00.507Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T00:33:00.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:33:00.722Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:33:01.443Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:33:01.449Z] $ docker exec 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent [2021-02-18T00:33:02.594Z] SSH_AUTH_SOCK=/tmp/ssh-hRJDLMhog1Nd/agent.45 [2021-02-18T00:33:02.594Z] SSH_AGENT_PID=50 [2021-02-18T00:33:02.660Z] Running ssh-add (command line suppressed) [2021-02-18T00:33:03.408Z] Identity added: /w/workspace/edgex-go/65@tmp/private_key_8590314765099558727.key (/w/workspace/edgex-go/65@tmp/private_key_8590314765099558727.key) [2021-02-18T00:33:03.667Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:33:04.467Z] + git semver init [2021-02-18T00:33:04.467Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T00:33:04.467Z] # $GIT_DIR = /w/workspace/edgex-go/65/.git [2021-02-18T00:33:04.467Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/65 [2021-02-18T00:33:04.467Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T00:33:04.467Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T00:33:04.467Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T00:33:04.467Z] # $SEMVER_BRANCH = PR-2858 [2021-02-18T00:33:04.467Z] # $SEMVER_TEMP = /tmp/semver-772871005 [2021-02-18T00:33:04.467Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T00:34:03.811Z] # '/tmp/semver-772871005' -> '/w/workspace/edgex-go/65/.semver' [2021-02-18T00:34:03.811Z] # -> Force: false [2021-02-18T00:34:03.811Z] # $SEMVER_DIR = /w/workspace/edgex-go/65/.semver [Pipeline] } [2021-02-18T00:34:03.850Z] $ docker exec --env ******** --env ******** 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 ssh-agent -k [2021-02-18T00:34:05.317Z] unset SSH_AUTH_SOCK; [2021-02-18T00:34:05.317Z] unset SSH_AGENT_PID; [2021-02-18T00:34:05.317Z] echo Agent pid 50 killed; [2021-02-18T00:34:05.605Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:34:06.576Z] + git semver [Pipeline] } [2021-02-18T00:34:06.623Z] $ docker stop --time=1 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 [2021-02-18T00:34:09.102Z] $ docker rm -f 2a5fa3d8999bf4ce67e49781baf0091e056f3a76efe4b086a3fdc8306e3be2a8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:34:10.053Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T00:34:12.019Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T00:34:12.021Z] [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-18T00:34:13.217Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:34:13.676Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:34:14.424Z] + true [2021-02-18T00:34:14.424Z] + sudo service docker restart [2021-02-18T00:34:14.424Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T00:34:17.712Z] ========================================================= [2021-02-18T00:34:17.712Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T00:34:17.712Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:18.178Z] + 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-18T00:34:27.378Z] Still waiting to schedule task [2021-02-18T00:34:27.378Z] ‘prd-centos7-docker-4c-2g-26729’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26741’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26742’ is offline [2021-02-18T00:34:28.677Z] Sending build context to Docker daemon 327.9MB [2021-02-18T00:34:28.677Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:34:28.677Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:34:28.677Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T00:34:28.677Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T00:34:28.677Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T00:34:28.677Z] de9db76c5a1d: Pulling fs layer [2021-02-18T00:34:28.677Z] bca2f99d35d6: Pulling fs layer [2021-02-18T00:34:28.677Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T00:34:28.677Z] 7c6f9722023f: Pulling fs layer [2021-02-18T00:34:28.677Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T00:34:28.677Z] 93359f2a8cfa: Waiting [2021-02-18T00:34:28.677Z] 7c6f9722023f: Waiting [2021-02-18T00:34:28.677Z] a35cf1a2eb13: Waiting [2021-02-18T00:34:28.677Z] bca2f99d35d6: Waiting [2021-02-18T00:34:28.677Z] de9db76c5a1d: Verifying Checksum [2021-02-18T00:34:28.677Z] de9db76c5a1d: Download complete [2021-02-18T00:34:29.073Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T00:34:29.073Z] 0ef7d3d256c8: Download complete [2021-02-18T00:34:29.073Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T00:34:29.073Z] 93359f2a8cfa: Download complete [2021-02-18T00:34:29.378Z] 7c6f9722023f: Verifying Checksum [2021-02-18T00:34:29.378Z] 7c6f9722023f: Download complete [2021-02-18T00:34:29.939Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T00:34:29.939Z] 188c0c94c7c5: Download complete [2021-02-18T00:34:31.015Z] 188c0c94c7c5: Pull complete [2021-02-18T00:34:31.886Z] 0ef7d3d256c8: Pull complete [2021-02-18T00:34:31.886Z] de9db76c5a1d: Pull complete [2021-02-18T00:34:47.639Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T00:34:47.639Z] a35cf1a2eb13: Download complete [2021-02-18T00:34:51.834Z] bca2f99d35d6: Verifying Checksum [2021-02-18T00:34:51.834Z] bca2f99d35d6: Download complete [2021-02-18T00:35:07.833Z] bca2f99d35d6: Pull complete [2021-02-18T00:35:07.833Z] 93359f2a8cfa: Pull complete [2021-02-18T00:35:07.833Z] 7c6f9722023f: Pull complete [2021-02-18T00:35:16.677Z] a35cf1a2eb13: Pull complete [2021-02-18T00:35:16.677Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T00:35:16.677Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T00:35:16.677Z] ---> a62c8e92a672 [2021-02-18T00:35:16.677Z] 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-18T00:35:16.677Z] ---> Running in 59a1dd4a6ad6 [2021-02-18T00:35:16.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:18.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:20.463Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:35:20.775Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:35:21.052Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:35:21.052Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:35:30.017Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:35:30.017Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:35:30.017Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:35:30.017Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:35:30.017Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:35:30.017Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:35:30.017Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:35:30.017Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:35:30.017Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:35:30.017Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:35.777Z] Removing intermediate container 59a1dd4a6ad6 [2021-02-18T00:35:35.777Z] ---> 355fdc347a55 [2021-02-18T00:35:35.777Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:35:35.777Z] ---> Running in ce0e11f8c91c [2021-02-18T00:35:35.777Z] Removing intermediate container ce0e11f8c91c [2021-02-18T00:35:35.777Z] ---> 82045b5fb9c2 [2021-02-18T00:35:35.777Z] Step 5/6 : COPY go.mod . [2021-02-18T00:35:36.420Z] ---> 6c5383242729 [2021-02-18T00:35:36.420Z] Step 6/6 : RUN go mod download [2021-02-18T00:35:36.420Z] ---> Running in 0cb77e3edaf7 [2021-02-18T00:35:55.198Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26744 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-18T00:35:55.247Z] Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout [2021-02-18T00:36:00.754Z] using credential edgex-jenkins-ssh [2021-02-18T00:36:00.808Z] Cloning the remote Git repository [2021-02-18T00:36:00.875Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:36:00.999Z] > git init /w/workspace/edgex-go/65 # timeout=10 [2021-02-18T00:36:01.087Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:36:01.088Z] > git --version # timeout=10 [2021-02-18T00:36:01.111Z] > git --version # 'git version 2.17.1' [2021-02-18T00:36:01.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:36:01.219Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:36:16.457Z] Removing intermediate container 0cb77e3edaf7 [2021-02-18T00:36:16.458Z] ---> 12fa56fe09f1 [2021-02-18T00:36:16.458Z] Successfully built 12fa56fe09f1 [2021-02-18T00:36:16.458Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:36:16.875Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:36:17.147Z] . [Pipeline] withDockerContainer [2021-02-18T00:36:17.385Z] prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container [2021-02-18T00:36:17.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:36:17.245Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:36:17.264Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:36:17.298Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:36:17.332Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:36:17.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:36:17.344Z] > 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-18T00:36:18.241Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-18T00:36:19.502Z] Merge succeeded, producing 1d1b8b914c0e253e9e7262b093165933231b030f [2021-02-18T00:36:19.503Z] Checking out Revision 1d1b8b914c0e253e9e7262b093165933231b030f (PR-2858) [2021-02-18T00:36:18.259Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:36:18.277Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-18T00:36:18.581Z] > git remote # timeout=10 [2021-02-18T00:36:18.598Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:36:18.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:36:18.622Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:36:19.487Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:36:19.512Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:36:19.530Z] > git checkout -f 1d1b8b914c0e253e9e7262b093165933231b030f # timeout=10 [2021-02-18T00:36:20.225Z] $ docker top 257c8c2a172e76c2b70d9a4728703ef9a95483389c8ce1115f17a149cfd50efe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:36:21.062Z] + go version [2021-02-18T00:36:21.062Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T00:36:21.085Z] $ docker stop --time=1 257c8c2a172e76c2b70d9a4728703ef9a95483389c8ce1115f17a149cfd50efe [2021-02-18T00:36:23.649Z] $ docker rm -f 257c8c2a172e76c2b70d9a4728703ef9a95483389c8ce1115f17a149cfd50efe [2021-02-18T00:36:23.849Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [Pipeline] // withDockerContainer [2021-02-18T00:36:23.872Z] First time build. Skipping changelog. [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:36:23.860Z] > git rev-list --no-walk f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T00:36:24.646Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:36:24.646Z] . [Pipeline] withDockerContainer [2021-02-18T00:36:25.615Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-18T00:36:25.828Z] prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container [2021-02-18T00:36:26.002Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:36:27.887Z] $ docker top a8bc6931a583dcfd2c52ab24fb80da1b30cd8ec550c5566799a1d5e25855342b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2021-02-18T00:36:28.384Z] ========================================================= [2021-02-18T00:36:28.384Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:36:28.384Z] ========================================================= [Pipeline] sh [2021-02-18T00:36:28.604Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:36:28.947Z] + true [2021-02-18T00:36:28.947Z] + sudo service docker restart [2021-02-18T00:36:30.127Z] + make test [2021-02-18T00:36:30.127Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T00:36:31.015Z] provisioning config files... [2021-02-18T00:36:31.121Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/65@tmp/config16823338711736278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:36:31.558Z] ---> docker-login.sh [2021-02-18T00:36:31.558Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:36:32.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:36:32.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:36:32.822Z] Configure a credential helper to remove this warning. See [2021-02-18T00:36:32.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:36:32.822Z] [2021-02-18T00:36:32.822Z] Login Succeeded [2021-02-18T00:36:32.822Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:36:33.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:36:33.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:36:33.420Z] Configure a credential helper to remove this warning. See [2021-02-18T00:36:33.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:36:33.420Z] [2021-02-18T00:36:33.420Z] Login Succeeded [2021-02-18T00:36:33.420Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:36:33.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:36:33.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:36:33.974Z] Configure a credential helper to remove this warning. See [2021-02-18T00:36:33.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:36:33.974Z] [2021-02-18T00:36:33.974Z] Login Succeeded [2021-02-18T00:36:33.974Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:36:34.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:36:34.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:36:34.575Z] Configure a credential helper to remove this warning. See [2021-02-18T00:36:34.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:36:34.575Z] [2021-02-18T00:36:34.575Z] Login Succeeded [2021-02-18T00:36:34.575Z] docker.io [2021-02-18T00:36:34.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:36:35.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:36:35.448Z] Configure a credential helper to remove this warning. See [2021-02-18T00:36:35.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:36:35.448Z] [2021-02-18T00:36:35.448Z] Login Succeeded [2021-02-18T00:36:35.448Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:36:35.467Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T00:36:36.044Z] ========================================================= [2021-02-18T00:36:36.044Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T00:36:36.044Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:36:36.429Z] + 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-18T00:36:39.087Z] Sending build context to Docker daemon 166.4MB [2021-02-18T00:36:39.087Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:36:39.087Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:36:39.087Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T00:36:39.087Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T00:36:39.087Z] a4357932f1b6: Pulling fs layer [2021-02-18T00:36:39.087Z] 18c013af1878: Pulling fs layer [2021-02-18T00:36:39.087Z] 00ac8860ef70: Pulling fs layer [2021-02-18T00:36:39.087Z] 63d7cb157983: Pulling fs layer [2021-02-18T00:36:39.087Z] b116817d02f9: Pulling fs layer [2021-02-18T00:36:39.087Z] 745a02a5169b: Pulling fs layer [2021-02-18T00:36:39.087Z] 63d7cb157983: Waiting [2021-02-18T00:36:39.087Z] b116817d02f9: Waiting [2021-02-18T00:36:39.087Z] 745a02a5169b: Waiting [2021-02-18T00:36:39.087Z] 00ac8860ef70: Waiting [2021-02-18T00:36:39.087Z] 18c013af1878: Verifying Checksum [2021-02-18T00:36:39.087Z] 18c013af1878: Download complete [2021-02-18T00:36:39.087Z] a4357932f1b6: Download complete [2021-02-18T00:36:39.087Z] 63d7cb157983: Verifying Checksum [2021-02-18T00:36:39.087Z] 63d7cb157983: Download complete [2021-02-18T00:36:39.087Z] b116817d02f9: Verifying Checksum [2021-02-18T00:36:39.087Z] b116817d02f9: Download complete [2021-02-18T00:36:39.087Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T00:36:39.087Z] 5f621e34cdf4: Download complete [2021-02-18T00:36:39.702Z] 5f621e34cdf4: Pull complete [2021-02-18T00:36:40.320Z] a4357932f1b6: Pull complete [2021-02-18T00:36:40.600Z] 18c013af1878: Pull complete [2021-02-18T00:36:41.210Z] 745a02a5169b: Download complete [2021-02-18T00:36:42.201Z] 00ac8860ef70: Download complete [2021-02-18T00:36:52.453Z] 00ac8860ef70: Pull complete [2021-02-18T00:36:52.725Z] 63d7cb157983: Pull complete [2021-02-18T00:36:53.317Z] b116817d02f9: Pull complete [2021-02-18T00:36:54.675Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:36:56.733Z] 745a02a5169b: Pull complete [2021-02-18T00:36:56.733Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T00:36:56.733Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T00:36:56.733Z] ---> b7e6874047d6 [2021-02-18T00:36:56.733Z] 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-18T00:37:00.144Z] ---> Running in 56210a3959c5 [2021-02-18T00:37:01.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:37:02.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:37:04.540Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:37:04.540Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:37:04.813Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:37:04.813Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:37:13.090Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:37:13.091Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:37:13.091Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:37:13.091Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:37:13.091Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:37:13.091Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:37:13.091Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:37:13.091Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:37:13.365Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:13.365Z] OK: 217 MiB in 51 packages [2021-02-18T00:37:17.906Z] Removing intermediate container 56210a3959c5 [2021-02-18T00:37:17.906Z] ---> c0ac95665fc4 [2021-02-18T00:37:17.906Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:37:17.906Z] ---> Running in a351e478519d [2021-02-18T00:37:17.906Z] Removing intermediate container a351e478519d [2021-02-18T00:37:17.906Z] ---> e600254b18ef [2021-02-18T00:37:17.906Z] Step 5/6 : COPY go.mod . [2021-02-18T00:37:18.883Z] ---> 8a52fbb53cbc [2021-02-18T00:37:18.883Z] Step 6/6 : RUN go mod download [2021-02-18T00:37:18.883Z] ---> Running in 6a0d3b090f34 [2021-02-18T00:37:35.713Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:37:45.680Z] Removing intermediate container 6a0d3b090f34 [2021-02-18T00:37:45.680Z] ---> 992d378778ec [2021-02-18T00:37:45.680Z] Successfully built 992d378778ec [2021-02-18T00:37:45.680Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:37:46.025Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:37:46.025Z] . [Pipeline] withDockerContainer [2021-02-18T00:37:46.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container [2021-02-18T00:37:46.348Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:37:47.790Z] $ docker top 88e512fe942fe1bf495ae9826ec6bb21cf90d2301f6da4f0458ae7022241eae6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:37:48.785Z] + go version [2021-02-18T00:37:48.785Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T00:37:48.810Z] $ docker stop --time=1 88e512fe942fe1bf495ae9826ec6bb21cf90d2301f6da4f0458ae7022241eae6 [2021-02-18T00:37:50.702Z] $ docker rm -f 88e512fe942fe1bf495ae9826ec6bb21cf90d2301f6da4f0458ae7022241eae6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:37:51.674Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:37:51.674Z] . [Pipeline] withDockerContainer [2021-02-18T00:37:51.937Z] prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container [2021-02-18T00:37:52.020Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:37:53.314Z] $ docker top 807fdc204046a7d01fd5a9a6eb2a06f83cb6cbe0c47d7358fc628bad93ddd98e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T00:37:53.688Z] ========================================================= [2021-02-18T00:37:53.688Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:37:53.688Z] ========================================================= [Pipeline] sh [2021-02-18T00:37:54.333Z] + make test [2021-02-18T00:37:54.334Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T00:37:55.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:37:55.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:37:55.322Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:37:57.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:37:57.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:37:57.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:37:57.878Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:37:59.327Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:37:59.965Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:38:05.708Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:38:05.708Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:38:05.708Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:38:10.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.640s coverage: 45.9% of statements [2021-02-18T00:38:10.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:38:10.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:38:10.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:38:10.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:38:10.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:38:10.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:38:10.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:38:11.517Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.455s coverage: 100.0% of statements [2021-02-18T00:38:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.488s coverage: 27.1% of statements [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:38:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:38:15.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.183s coverage: 100.0% of statements [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:38:15.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:38:17.956Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.369s coverage: 65.8% of statements [2021-02-18T00:38:17.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:38:17.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:38:19.100Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.687s coverage: 82.3% of statements [2021-02-18T00:38:19.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:19.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:19.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:38:19.100Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:38:21.144Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:38:26.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.698s coverage: 28.6% of statements [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:38:26.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:38:26.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:38:26.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.474s coverage: 86.7% of statements [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:38:26.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.143s coverage: 97.5% of statements [2021-02-18T00:38:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:38:27.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.105s coverage: 78.3% of statements [2021-02-18T00:38:27.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:38:27.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:38:27.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:38:27.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.465s coverage: 92.8% of statements [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.1% of statements [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:38:34.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.117s coverage: 45.5% of statements [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.384s coverage: 79.5% of statements [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.167s coverage: 94.1% of statements [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.144s coverage: 96.3% of statements [2021-02-18T00:38:34.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-02-18T00:38:47.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.113s coverage: 94.4% of statements [2021-02-18T00:38:47.954Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.079s coverage: 44.8% of statements [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.279s coverage: 92.9% of statements [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.049s coverage: 77.8% of statements [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.498s coverage: 80.8% of statements [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.276s coverage: 87.2% of statements [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.381s coverage: 91.4% of statements [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 63.5% of statements [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:39:00.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-02-18T00:39:00.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2021-02-18T00:39:00.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.120s coverage: 73.7% of statements [2021-02-18T00:39:00.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.138s coverage: 100.0% of statements [2021-02-18T00:39:00.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.729s coverage: 68.9% of statements [2021-02-18T00:39:00.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:39:00.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:39:00.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 37.0% of statements [2021-02-18T00:39:00.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:39:00.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:39:00.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.451s coverage: 84.0% of statements [2021-02-18T00:39:00.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements [2021-02-18T00:39:03.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 1.086s coverage: 47.0% of statements [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:39:03.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.226s coverage: 100.0% of statements [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:39:03.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.168s coverage: 100.0% of statements [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:39:03.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:39:05.331Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.279s coverage: 89.4% of statements [2021-02-18T00:39:05.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:05.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:05.331Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:39:08.207Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.141s coverage: 29.1% of statements [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.175s coverage: 100.0% of statements [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.172s coverage: 0.0% of statements [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:39:11.314Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:39:11.314Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.159s coverage: 100.0% of statements [2021-02-18T00:39:12.073Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.201s coverage: 32.1% of statements [2021-02-18T00:39:13.663Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.185s coverage: 100.0% of statements [2021-02-18T00:39:13.958Z] GO111MODULE=on go vet ./... [2021-02-18T00:39:14.934Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:39:24.589Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:39:24.589Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:39:26.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:39:26.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:39:26.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:39:26.580Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:39:28.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:39:30.026Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:39:38.337Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:39:38.337Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:39:38.337Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:39:43.780Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 45.9% of statements [2021-02-18T00:39:43.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:39:43.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:39:43.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:39:43.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:39:43.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:39:43.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:39:43.780Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:39:44.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.223s coverage: 100.0% of statements [2021-02-18T00:39:51.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.608s coverage: 27.1% of statements [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:39:51.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:39:51.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:39:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:39:51.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 65.8% of statements [2021-02-18T00:39:51.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:39:51.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:39:54.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.3% of statements [2021-02-18T00:39:54.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:39:54.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:39:54.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:39:54.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:40:01.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.321s coverage: 28.6% of statements [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:40:01.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:40:01.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:40:01.163Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements [2021-02-18T00:40:01.163Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:40:02.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements [2021-02-18T00:40:02.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:40:02.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 78.3% of statements [2021-02-18T00:40:02.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:40:02.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:40:02.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:40:02.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.331s coverage: 92.8% of statements [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 0.1% of statements [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:40:12.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.122s coverage: 79.5% of statements [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.108s coverage: 96.3% of statements [2021-02-18T00:40:12.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-02-18T00:40:24.687Z] gofmt -l . [2021-02-18T00:40:25.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.103s coverage: 94.4% of statements [2021-02-18T00:40:25.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-02-18T00:40:25.708Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:40:27.383Z] ./bin/test-go-mod-tidy.sh [2021-02-18T00:40:31.156Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T00:40:36.560Z] + ls -al . [2021-02-18T00:40:36.560Z] total 700 [2021-02-18T00:40:36.560Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 00:40 . [2021-02-18T00:40:36.560Z] drwxr-xr-x 4 root root 30 Feb 18 00:36 .. [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:32 .dockerignore [2021-02-18T00:40:36.560Z] drwxrwxr-x 8 1001 1001 179 Feb 18 00:32 .git [2021-02-18T00:40:36.560Z] drwxrwxr-x 3 1001 1001 125 Feb 18 00:32 .github [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:32 .gitignore [2021-02-18T00:40:36.560Z] drwx------ 3 1001 1001 60 Feb 18 00:34 .semver [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:32 .sonarcloud.properties [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:32 Attribution.txt [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:32 CONTRIBUTING.md [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:32 Dockerfile.build [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:32 Jenkinsfile [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:32 LICENSE [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:32 Makefile [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:32 README.md [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:32 SECURITY.md [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:34 VERSION [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:32 ZMQWindows.md [2021-02-18T00:40:36.560Z] drwxrwxr-x 2 1001 1001 117 Feb 18 00:32 bin [2021-02-18T00:40:36.560Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:32 cmd [2021-02-18T00:40:36.560Z] -rw-r--r-- 1 root root 596907 Feb 18 00:39 coverage.out [2021-02-18T00:40:36.560Z] -rw-r--r-- 1 root root 1054 Feb 18 00:40 go.mod [2021-02-18T00:40:36.560Z] -rw-r--r-- 1 root root 19518 Feb 18 00:40 go.sum [2021-02-18T00:40:36.560Z] drwxrwxr-x 8 1001 1001 127 Feb 18 00:32 internal [2021-02-18T00:40:36.560Z] drwxrwxr-x 4 1001 1001 26 Feb 18 00:32 openapi [2021-02-18T00:40:36.560Z] drwxrwxr-x 4 1001 1001 71 Feb 18 00:32 snap [2021-02-18T00:40:36.560Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:32 version.go [Pipeline] sh [2021-02-18T00:40:37.427Z] + '[' -e coverage.out ] [2021-02-18T00:40:37.428Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:40:38.830Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:40:39.979Z] + make build [2021-02-18T00:40:39.979Z] 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-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.572s coverage: 63.5% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements [2021-02-18T00:40:40.341Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 68.9% of statements [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:40:40.341Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:40:41.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.457s coverage: 37.0% of statements [2021-02-18T00:40:41.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:40:41.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:40:41.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.742s coverage: 84.0% of statements [2021-02-18T00:40:41.940Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements [2021-02-18T00:40:47.290Z] 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-18T00:40:48.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.481s coverage: 47.0% of statements [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:40:48.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.176s coverage: 100.0% of statements [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:40:48.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:40:48.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.318s coverage: 89.4% of statements [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:40:48.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.262s coverage: 29.1% of statements [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.236s coverage: 100.0% of statements [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:40:56.990Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-02-18T00:40:56.990Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements [2021-02-18T00:40:57.968Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-18T00:40:58.947Z] GO111MODULE=on go vet ./... [2021-02-18T00:41:14.997Z] 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-18T00:41:17.081Z] 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-18T00:41:22.664Z] 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-18T00:41:23.781Z] 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-18T00:41:29.288Z] 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-18T00:41:33.832Z] 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-18T00:41:36.623Z] 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-18T00:41:40.650Z] 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-18T00:41:43.801Z] 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-18T00:41:48.367Z] 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-18T00:41:55.265Z] $ docker stop --time=1 a8bc6931a583dcfd2c52ab24fb80da1b30cd8ec550c5566799a1d5e25855342b [2021-02-18T00:41:57.995Z] $ docker rm -f a8bc6931a583dcfd2c52ab24fb80da1b30cd8ec550c5566799a1d5e25855342b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:01.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:42:01.964Z] [2021-02-18T00:42:01.964Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:02.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:42:03.566Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T00:42:03.566Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T00:42:03.566Z] ca9280d653b3: Pulling fs layer [2021-02-18T00:42:03.566Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T00:42:04.253Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-18T00:42:04.253Z] cbdbe7a5bc2a: Download complete [2021-02-18T00:42:06.485Z] cbdbe7a5bc2a: Pull complete [2021-02-18T00:42:06.485Z] ca9280d653b3: Verifying Checksum [2021-02-18T00:42:06.485Z] ca9280d653b3: Download complete [2021-02-18T00:42:10.175Z] 7e9c9ca2126c: Verifying Checksum [2021-02-18T00:42:10.175Z] 7e9c9ca2126c: Download complete [2021-02-18T00:42:10.175Z] ca9280d653b3: Pull complete [2021-02-18T00:42:20.763Z] gofmt -l . [2021-02-18T00:42:20.763Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:42:22.797Z] ./bin/test-go-mod-tidy.sh [2021-02-18T00:42:23.811Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T00:42:25.629Z] 7e9c9ca2126c: Pull complete [2021-02-18T00:42:25.629Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T00:42:25.629Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:42:25.629Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T00:42:25.931Z] + ls -al . [2021-02-18T00:42:25.931Z] total 728 [2021-02-18T00:42:25.931Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 00:42 . [2021-02-18T00:42:25.931Z] drwxr-xr-x 4 root root 4096 Feb 18 00:37 .. [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:36 .dockerignore [2021-02-18T00:42:25.931Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:36 .git [2021-02-18T00:42:25.931Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 00:36 .github [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:36 .gitignore [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:36 .sonarcloud.properties [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:36 Attribution.txt [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:36 CONTRIBUTING.md [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:36 Dockerfile.build [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:36 Jenkinsfile [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:36 LICENSE [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:36 Makefile [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:36 README.md [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:36 SECURITY.md [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:34 VERSION [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:36 ZMQWindows.md [2021-02-18T00:42:25.931Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 00:36 bin [2021-02-18T00:42:25.931Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:36 cmd [2021-02-18T00:42:25.931Z] -rw-r--r-- 1 root root 596907 Feb 18 00:40 coverage.out [2021-02-18T00:42:25.931Z] -rw-r--r-- 1 root root 1054 Feb 18 00:42 go.mod [2021-02-18T00:42:25.931Z] -rw-r--r-- 1 root root 19518 Feb 18 00:42 go.sum [2021-02-18T00:42:25.931Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:36 internal [2021-02-18T00:42:25.931Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:36 openapi [2021-02-18T00:42:25.931Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:36 snap [2021-02-18T00:42:25.931Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:36 version.go [2021-02-18T00:42:26.531Z] prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container [2021-02-18T00:42:26.959Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:42:29.339Z] $ docker top f8a50e212ac3a2978d91b282166326b552be856b8ff89fd1c4feb626fb5245dd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-18T00:42:30.678Z] + '[' -e coverage.out ] [2021-02-18T00:42:30.679Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:42:30.752Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T00:42:31.612Z] + docker-compose build --help [2021-02-18T00:42:31.612Z] + grep parallel [2021-02-18T00:42:31.847Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:42:32.489Z] + make build [2021-02-18T00:42:32.489Z] 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-18T00:42:32.790Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:42:32.856Z] $ docker stop --time=1 f8a50e212ac3a2978d91b282166326b552be856b8ff89fd1c4feb626fb5245dd [2021-02-18T00:42:35.319Z] $ docker rm -f f8a50e212ac3a2978d91b282166326b552be856b8ff89fd1c4feb626fb5245dd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:36.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:42:36.630Z] . [Pipeline] withDockerContainer [2021-02-18T00:42:37.369Z] prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container [2021-02-18T00:42:37.508Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:42:38.505Z] $ docker top c2f35f75cc88da10e73f076a0940960ba864f25f1fc040d2d209f7cbee84afaa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:42:39.087Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:42:40.675Z] Building docker-core-command-go ... [2021-02-18T00:42:40.675Z] Building docker-core-data-go ... [2021-02-18T00:42:40.675Z] Building docker-core-metadata-go ... [2021-02-18T00:42:40.675Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:42:40.675Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:42:40.675Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:42:40.675Z] Building docker-support-notifications-go ... [2021-02-18T00:42:40.675Z] Building docker-support-scheduler-go ... [2021-02-18T00:42:40.675Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:42:40.675Z] Building docker-security-proxy-setup-go [2021-02-18T00:42:40.675Z] Building docker-security-bootstrapper-go [2021-02-18T00:42:40.675Z] Building docker-core-command-go [2021-02-18T00:42:40.675Z] Building docker-core-data-go [2021-02-18T00:42:40.675Z] Building docker-security-secretstore-setup-go [2021-02-18T00:42:42.643Z] 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-18T00:43:04.805Z] 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-18T00:43:10.200Z] 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-18T00:43:14.509Z] 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-18T00:43:15.946Z] 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-18T00:43:21.330Z] 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-18T00:43:25.627Z] 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-18T00:43:29.004Z] 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-18T00:43:32.389Z] 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-18T00:43:36.693Z] 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-18T00:43:40.094Z] 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-18T00:43:46.824Z] $ docker stop --time=1 807fdc204046a7d01fd5a9a6eb2a06f83cb6cbe0c47d7358fc628bad93ddd98e [2021-02-18T00:43:49.314Z] $ docker rm -f 807fdc204046a7d01fd5a9a6eb2a06f83cb6cbe0c47d7358fc628bad93ddd98e [2021-02-18T00:43:50.271Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:50.271Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:50.271Z] ---> 12fa56fe09f1 [2021-02-18T00:43:50.271Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:43:51.410Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:43:51.410Z] [2021-02-18T00:43:51.410Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:43:51.792Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:43:51.792Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T00:43:51.792Z] 29e5d40040c1: Pulling fs layer [2021-02-18T00:43:51.792Z] 1ce36da41761: Pulling fs layer [2021-02-18T00:43:51.792Z] 25b303627fd3: Pulling fs layer [2021-02-18T00:43:52.386Z] 29e5d40040c1: Verifying Checksum [2021-02-18T00:43:52.386Z] 29e5d40040c1: Download complete [2021-02-18T00:43:53.366Z] 1ce36da41761: Verifying Checksum [2021-02-18T00:43:53.366Z] 1ce36da41761: Download complete [2021-02-18T00:43:53.366Z] 29e5d40040c1: Pull complete [2021-02-18T00:43:54.346Z] 1ce36da41761: Pull complete [2021-02-18T00:43:54.404Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:54.404Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:54.404Z] ---> 12fa56fe09f1 [2021-02-18T00:43:54.404Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:43:54.404Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:54.404Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:54.404Z] ---> 12fa56fe09f1 [2021-02-18T00:43:54.404Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:43:54.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:54.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:54.404Z] ---> 12fa56fe09f1 [2021-02-18T00:43:54.404Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:43:54.938Z] 25b303627fd3: Verifying Checksum [2021-02-18T00:43:54.938Z] 25b303627fd3: Download complete [2021-02-18T00:43:55.528Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:55.528Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:55.528Z] ---> 12fa56fe09f1 [2021-02-18T00:43:55.528Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:43:55.528Z] ---> Running in e02107e1f4fd [2021-02-18T00:43:55.826Z] ---> Running in 060073f9bcb1 [2021-02-18T00:43:55.826Z] ---> Running in f4aed26d97a9 [2021-02-18T00:43:55.826Z] ---> Running in 11b3afd6e870 [2021-02-18T00:43:55.826Z] ---> Running in d6e4fb7c3bda [2021-02-18T00:43:56.838Z] Removing intermediate container 11b3afd6e870 [2021-02-18T00:43:56.838Z] ---> 710e60295ac6 [2021-02-18T00:43:56.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:43:56.838Z] Removing intermediate container 060073f9bcb1 [2021-02-18T00:43:56.838Z] ---> c95375ced9cb [2021-02-18T00:43:56.838Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:43:56.838Z] Removing intermediate container d6e4fb7c3bda [2021-02-18T00:43:56.838Z] ---> e7b4662ff45b [2021-02-18T00:43:56.838Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:43:56.838Z] Removing intermediate container f4aed26d97a9 [2021-02-18T00:43:56.838Z] ---> a36f5c250832 [2021-02-18T00:43:56.838Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:43:56.838Z] Removing intermediate container e02107e1f4fd [2021-02-18T00:43:56.838Z] ---> 72f48013cfc7 [2021-02-18T00:43:56.838Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:43:56.838Z] ---> Running in 01d097b44e73 [2021-02-18T00:43:56.838Z] ---> Running in 39f8dd52e6d4 [2021-02-18T00:43:57.124Z] ---> Running in 846f930449f9 [2021-02-18T00:43:57.124Z] ---> Running in f50db6847be5 [2021-02-18T00:43:57.124Z] ---> Running in 5ae083a184e1 [2021-02-18T00:44:01.564Z] Removing intermediate container 5ae083a184e1 [2021-02-18T00:44:01.564Z] ---> 1351e6b3d765 [2021-02-18T00:44:01.564Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:44:01.564Z] Removing intermediate container 846f930449f9 [2021-02-18T00:44:01.564Z] ---> 9d4ee4624efd [2021-02-18T00:44:01.564Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:44:01.564Z] ---> Running in 48bbe22f9a64 [2021-02-18T00:44:01.564Z] ---> Running in f7dd565eaf49 [2021-02-18T00:44:01.845Z] Removing intermediate container 01d097b44e73 [2021-02-18T00:44:01.845Z] ---> a994afb2a3f1 [2021-02-18T00:44:01.845Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:44:01.845Z] Removing intermediate container f50db6847be5 [2021-02-18T00:44:01.845Z] ---> a7786ec92aa3 [2021-02-18T00:44:01.845Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:44:01.845Z] Removing intermediate container 39f8dd52e6d4 [2021-02-18T00:44:01.845Z] ---> 052f6eb2fb00 [2021-02-18T00:44:01.845Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:44:02.125Z] ---> Running in 781d7a2f485f [2021-02-18T00:44:02.125Z] ---> Running in 60b2ec820864 [2021-02-18T00:44:02.125Z] ---> Running in 2f08013e70ec [2021-02-18T00:44:03.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:03.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:03.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:04.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:04.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:04.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:04.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:04.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:04.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:05.078Z] 25b303627fd3: Pull complete [2021-02-18T00:44:05.078Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T00:44:05.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:44:05.079Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T00:44:05.137Z] OK: 233 MiB in 51 packages [2021-02-18T00:44:05.137Z] OK: 233 MiB in 51 packages [2021-02-18T00:44:05.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container [2021-02-18T00:44:05.425Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:44:05.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:44:05.825Z] OK: 233 MiB in 51 packages [2021-02-18T00:44:05.825Z] OK: 233 MiB in 51 packages [2021-02-18T00:44:06.491Z] OK: 233 MiB in 51 packages [2021-02-18T00:44:06.491Z] Removing intermediate container f7dd565eaf49 [2021-02-18T00:44:06.491Z] ---> 8f8b2bdd08fe [2021-02-18T00:44:06.491Z] Step 6/24 : COPY go.mod . [2021-02-18T00:44:06.814Z] Removing intermediate container 48bbe22f9a64 [2021-02-18T00:44:06.814Z] ---> 42ec65e3d465 [2021-02-18T00:44:06.814Z] Step 6/23 : COPY go.mod . [2021-02-18T00:44:07.124Z] Removing intermediate container 781d7a2f485f [2021-02-18T00:44:07.124Z] ---> 1801404d740e [2021-02-18T00:44:07.124Z] Step 6/23 : COPY go.mod . [2021-02-18T00:44:07.467Z] ---> 522548e4c50e [2021-02-18T00:44:07.467Z] Step 7/24 : RUN go mod download [2021-02-18T00:44:07.901Z] ---> Running in aa75d7602d05 [2021-02-18T00:44:07.901Z] ---> 84253cb713ac [2021-02-18T00:44:07.901Z] Step 7/23 : RUN go mod download [2021-02-18T00:44:08.281Z] Removing intermediate container 2f08013e70ec [2021-02-18T00:44:08.281Z] ---> 2ff051814218 [2021-02-18T00:44:08.281Z] Step 6/21 : COPY go.mod . [2021-02-18T00:44:08.281Z] Removing intermediate container 60b2ec820864 [2021-02-18T00:44:08.281Z] ---> 272be7f65f07 [2021-02-18T00:44:08.281Z] Step 6/30 : COPY go.mod . [2021-02-18T00:44:08.279Z] $ docker top df74fa5486f550d3661cba0b2aa028b26f6325e8ca192a0de142b63edeb32ac1 -eo pid,comm [2021-02-18T00:44:08.581Z] ---> Running in 2e37dde3f180 [2021-02-18T00:44:08.581Z] ---> 5562c1ee052a [2021-02-18T00:44:08.581Z] Step 7/23 : RUN go mod download [Pipeline] { [Pipeline] sh [2021-02-18T00:44:08.892Z] ---> Running in 933513c0e2e4 [2021-02-18T00:44:09.296Z] ---> d73cd7ac9690 [2021-02-18T00:44:09.296Z] Step 7/21 : RUN go mod download [2021-02-18T00:44:09.296Z] ---> f32fabaaa82c [2021-02-18T00:44:09.296Z] Step 7/30 : RUN go mod download [2021-02-18T00:44:09.376Z] + grep parallel [2021-02-18T00:44:09.376Z] + docker-compose build --help [2021-02-18T00:44:09.692Z] ---> Running in bf821b6eed2d [2021-02-18T00:44:09.692Z] ---> Running in 13b0538a915f [2021-02-18T00:44:12.759Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:44:12.786Z] $ docker stop --time=1 df74fa5486f550d3661cba0b2aa028b26f6325e8ca192a0de142b63edeb32ac1 [2021-02-18T00:44:14.762Z] $ docker rm -f df74fa5486f550d3661cba0b2aa028b26f6325e8ca192a0de142b63edeb32ac1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:44:15.503Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:44:15.503Z] . [Pipeline] withDockerContainer [2021-02-18T00:44:15.659Z] Removing intermediate container 2e37dde3f180 [2021-02-18T00:44:15.659Z] ---> e14c8db7d18f [2021-02-18T00:44:15.659Z] Step 8/23 : COPY . . [2021-02-18T00:44:15.659Z] Removing intermediate container aa75d7602d05 [2021-02-18T00:44:15.659Z] ---> 64c123d67c4d [2021-02-18T00:44:15.659Z] Step 8/24 : COPY . . [2021-02-18T00:44:15.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-26744 does not seem to be running inside a container [2021-02-18T00:44:15.846Z] $ 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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:44:15.969Z] Removing intermediate container 13b0538a915f [2021-02-18T00:44:15.969Z] ---> b3b6a9267298 [2021-02-18T00:44:15.969Z] Step 8/30 : COPY . . [2021-02-18T00:44:16.294Z] Removing intermediate container bf821b6eed2d [2021-02-18T00:44:16.294Z] ---> bd6402b85840 [2021-02-18T00:44:16.294Z] Step 8/21 : COPY . . [2021-02-18T00:44:16.294Z] Removing intermediate container 933513c0e2e4 [2021-02-18T00:44:16.294Z] ---> 387181ce6dc9 [2021-02-18T00:44:16.294Z] Step 8/23 : COPY . . [2021-02-18T00:44:17.148Z] $ docker top e75103252c64328aae97de27cbf7443d1aa242208f227030857a1737d0a43362 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:44:18.127Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:44:22.414Z] Building docker-core-command-go ... [2021-02-18T00:44:22.414Z] Building docker-core-data-go ... [2021-02-18T00:44:22.414Z] Building docker-core-metadata-go ... [2021-02-18T00:44:22.414Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:44:22.414Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:44:22.414Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:44:22.414Z] Building docker-support-notifications-go ... [2021-02-18T00:44:22.414Z] Building docker-support-scheduler-go ... [2021-02-18T00:44:22.414Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:44:22.414Z] Building docker-core-metadata-go [2021-02-18T00:44:22.414Z] Building docker-security-secretstore-setup-go [2021-02-18T00:44:22.414Z] Building docker-core-command-go [2021-02-18T00:44:22.414Z] Building docker-sys-mgmt-agent-go [2021-02-18T00:44:22.414Z] Building docker-support-scheduler-go [2021-02-18T00:45:44.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:45:44.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:45:44.314Z] ---> 992d378778ec [2021-02-18T00:45:44.314Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:45:44.314Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:45:44.314Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:45:44.314Z] ---> 992d378778ec [2021-02-18T00:45:44.314Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:45:44.314Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:45:44.314Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:45:44.314Z] ---> 992d378778ec [2021-02-18T00:45:44.314Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:45:44.314Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:45:44.314Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:45:44.314Z] ---> 992d378778ec [2021-02-18T00:45:44.314Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:45:44.314Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:45:44.314Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:45:44.314Z] ---> 992d378778ec [2021-02-18T00:45:44.314Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:45:44.314Z] ---> Running in 562d01ce5466 [2021-02-18T00:45:44.314Z] ---> Running in 113c8115166e [2021-02-18T00:45:44.314Z] ---> Running in 1d8b34baf150 [2021-02-18T00:45:44.314Z] ---> Running in 7206efe1142e [2021-02-18T00:45:44.314Z] ---> Running in 40a9dd41a5b6 [2021-02-18T00:45:44.314Z] Removing intermediate container 1d8b34baf150 [2021-02-18T00:45:44.314Z] ---> 60846f920eb8 [2021-02-18T00:45:44.314Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:45:44.314Z] Removing intermediate container 40a9dd41a5b6 [2021-02-18T00:45:44.314Z] ---> f60ccb3ae440 [2021-02-18T00:45:44.314Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:45:44.314Z] Removing intermediate container 113c8115166e [2021-02-18T00:45:44.314Z] ---> dbfff71fc788 [2021-02-18T00:45:44.314Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:45:44.314Z] Removing intermediate container 7206efe1142e [2021-02-18T00:45:44.314Z] ---> 4f508187db74 [2021-02-18T00:45:44.314Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:45:44.314Z] Removing intermediate container 562d01ce5466 [2021-02-18T00:45:44.314Z] ---> dc2809242522 [2021-02-18T00:45:44.314Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:45:44.314Z] ---> Running in 1fb7cd9f5147 [2021-02-18T00:45:44.314Z] ---> Running in 28d565e24084 [2021-02-18T00:45:44.314Z] ---> Running in 1b91bd4803c4 [2021-02-18T00:45:44.314Z] ---> Running in ae8e00b6cf4d [2021-02-18T00:45:44.314Z] ---> Running in 1b23071fce88 [2021-02-18T00:45:44.314Z] Removing intermediate container 1b91bd4803c4 [2021-02-18T00:45:44.314Z] ---> 5387976a8b6b [2021-02-18T00:45:44.314Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:45:44.314Z] Removing intermediate container 28d565e24084 [2021-02-18T00:45:44.314Z] ---> 24afe6ef370d [2021-02-18T00:45:44.314Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:45:44.314Z] ---> Running in d97be5442685 [2021-02-18T00:45:44.314Z] ---> Running in 3ba17812c39a [2021-02-18T00:45:44.314Z] Removing intermediate container 1fb7cd9f5147 [2021-02-18T00:45:44.314Z] ---> 14e0a6049e88 [2021-02-18T00:45:44.314Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:45:44.314Z] Removing intermediate container 1b23071fce88 [2021-02-18T00:45:44.314Z] ---> 4546a1cb02db [2021-02-18T00:45:44.314Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:45:44.314Z] ---> Running in 6b2cd490aac8 [2021-02-18T00:45:44.314Z] Removing intermediate container ae8e00b6cf4d [2021-02-18T00:45:44.314Z] ---> fa88d6e56b3d [2021-02-18T00:45:44.314Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:45:44.314Z] ---> Running in d7d60e78bb8a [2021-02-18T00:45:44.314Z] ---> Running in 3d27c473f586 [2021-02-18T00:45:45.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:45.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:45.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:45.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:45.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:46.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:46.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:46.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:46.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:46.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:45:47.255Z] OK: 217 MiB in 51 packages [2021-02-18T00:45:47.255Z] OK: 217 MiB in 51 packages [2021-02-18T00:45:47.540Z] OK: 217 MiB in 51 packages [2021-02-18T00:45:47.540Z] OK: 217 MiB in 51 packages [2021-02-18T00:45:47.540Z] OK: 217 MiB in 51 packages [2021-02-18T00:45:48.986Z] Removing intermediate container 3ba17812c39a [2021-02-18T00:45:48.986Z] ---> bd893900dbda [2021-02-18T00:45:48.986Z] Step 6/26 : COPY go.mod . [2021-02-18T00:45:49.262Z] Removing intermediate container d97be5442685 [2021-02-18T00:45:49.262Z] ---> 41d1ad435eea [2021-02-18T00:45:49.262Z] Step 6/23 : COPY go.mod . [2021-02-18T00:45:49.542Z] Removing intermediate container d7d60e78bb8a [2021-02-18T00:45:49.542Z] ---> d3fb319697d7 [2021-02-18T00:45:49.542Z] Step 6/24 : COPY go.mod . [2021-02-18T00:45:49.542Z] Removing intermediate container 6b2cd490aac8 [2021-02-18T00:45:49.542Z] ---> 73a2160f468f [2021-02-18T00:45:49.542Z] Step 6/22 : COPY go.mod . [2021-02-18T00:45:49.821Z] ---> 734bb8037488 [2021-02-18T00:45:49.821Z] Step 7/26 : RUN go mod download [2021-02-18T00:45:49.821Z] Removing intermediate container 3d27c473f586 [2021-02-18T00:45:49.821Z] ---> a94a08b8dee5 [2021-02-18T00:45:49.821Z] Step 6/23 : COPY go.mod . [2021-02-18T00:45:49.821Z] ---> Running in 764b59edc5c3 [2021-02-18T00:45:50.803Z] ---> 533c57830c21 [2021-02-18T00:45:50.804Z] Step 7/23 : RUN go mod download [2021-02-18T00:45:50.804Z] ---> d381556648e3 [2021-02-18T00:45:50.804Z] Step 7/22 : RUN go mod download [2021-02-18T00:45:50.804Z] ---> f17b10e4e2bf [2021-02-18T00:45:50.804Z] Step 7/24 : RUN go mod download [2021-02-18T00:45:51.076Z] ---> Running in 6a4d4fb2907e [2021-02-18T00:45:51.076Z] ---> Running in 5cf1ca2868f2 [2021-02-18T00:45:51.076Z] ---> 25958cb09178 [2021-02-18T00:45:51.076Z] Step 7/23 : RUN go mod download [2021-02-18T00:45:51.076Z] ---> Running in 183878328d7c [2021-02-18T00:45:51.355Z] ---> Running in 978453a84572 [2021-02-18T00:45:54.002Z] Removing intermediate container 764b59edc5c3 [2021-02-18T00:45:54.002Z] ---> 5c86392c26ea [2021-02-18T00:45:54.002Z] Step 8/26 : COPY . . [2021-02-18T00:45:54.678Z] ---> 41f95fe30eac [2021-02-18T00:45:54.678Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:45:54.678Z] ---> bc5298798326 [2021-02-18T00:45:54.678Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:45:54.678Z] ---> 2d753cb1f70e [2021-02-18T00:45:54.678Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:45:54.678Z] ---> c9b0199b090f [2021-02-18T00:45:54.678Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T00:45:54.678Z] ---> 867cbc5ded88 [2021-02-18T00:45:54.678Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:45:54.678Z] ---> Running in fc7f6ecd7315 [2021-02-18T00:45:54.678Z] ---> Running in f06c81554ce0 [2021-02-18T00:45:54.678Z] ---> Running in 7ff2eac10579 [2021-02-18T00:45:54.678Z] ---> Running in 496fcdf98be2 [2021-02-18T00:45:54.678Z] ---> Running in 595e51113bc0 [2021-02-18T00:45:54.678Z] 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-18T00:45:54.678Z] 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-18T00:45:54.678Z] 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-18T00:45:54.678Z] 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-18T00:45:54.678Z] 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-18T00:45:56.003Z] Removing intermediate container 6a4d4fb2907e [2021-02-18T00:45:56.003Z] ---> 538d85775565 [2021-02-18T00:45:56.003Z] Step 8/23 : COPY . . [2021-02-18T00:45:56.280Z] Removing intermediate container 5cf1ca2868f2 [2021-02-18T00:45:56.280Z] ---> 6d78d6670fa6 [2021-02-18T00:45:56.280Z] Step 8/22 : COPY . . [2021-02-18T00:45:56.555Z] Removing intermediate container 183878328d7c [2021-02-18T00:45:56.555Z] ---> 9105c786a3f4 [2021-02-18T00:45:56.555Z] Removing intermediate container 978453a84572 [2021-02-18T00:45:56.555Z] ---> 39d450225b7e [2021-02-18T00:45:56.555Z] Step 8/23 : COPY . . [2021-02-18T00:45:56.555Z] Step 8/24 : COPY . . [2021-02-18T00:46:23.367Z] ---> cdfc36b6a342 [2021-02-18T00:46:23.367Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:46:23.367Z] ---> 50b62fd4f294 [2021-02-18T00:46:23.367Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:46:23.367Z] ---> ad6d6d99da05 [2021-02-18T00:46:23.367Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:46:23.367Z] ---> 16dd5a141d8e [2021-02-18T00:46:23.367Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T00:46:23.367Z] ---> d5d4eaa2a384 [2021-02-18T00:46:23.367Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:46:23.367Z] ---> Running in 654f54b05612 [2021-02-18T00:46:23.367Z] ---> Running in f2269b1864d9 [2021-02-18T00:46:23.367Z] ---> Running in fa39f638fa9e [2021-02-18T00:46:23.367Z] ---> Running in 0c1bea15a5d4 [2021-02-18T00:46:23.367Z] ---> Running in 239908d69418 [2021-02-18T00:46:23.367Z] 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-18T00:46:23.367Z] 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-18T00:46:23.640Z] 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-18T00:46:23.640Z] 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-18T00:46:23.912Z] 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-18T00:46:44.649Z] 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-18T00:46:44.649Z] 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-18T00:47:01.018Z] Removing intermediate container fc7f6ecd7315 [2021-02-18T00:47:01.019Z] ---> 3722a72f7ce0 [2021-02-18T00:47:01.019Z] [2021-02-18T00:47:01.019Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:47:01.019Z] 3.12: Pulling from library/alpine [2021-02-18T00:47:01.019Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:47:01.019Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:47:01.019Z] ---> 389fef711851 [2021-02-18T00:47:01.019Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:47:01.019Z] Removing intermediate container 595e51113bc0 [2021-02-18T00:47:01.019Z] ---> ed0fda541e80 [2021-02-18T00:47:01.019Z] [2021-02-18T00:47:01.019Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:47:01.019Z] ---> 389fef711851 [2021-02-18T00:47:01.019Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:47:01.019Z] ---> Running in 7f3205f647c2 [2021-02-18T00:47:01.019Z] ---> Running in 2d6d5d2aa0da [2021-02-18T00:47:02.018Z] Removing intermediate container 7f3205f647c2 [2021-02-18T00:47:02.018Z] ---> dc651be51fc3 [2021-02-18T00:47:02.018Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:47:02.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:03.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:03.036Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:03.036Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:03.036Z] OK: 6 MiB in 15 packages [2021-02-18T00:47:04.688Z] ---> Running in f877c5549f4c [2021-02-18T00:47:06.811Z] Removing intermediate container f06c81554ce0 [2021-02-18T00:47:06.811Z] ---> d3d8de20d2ad [2021-02-18T00:47:06.811Z] [2021-02-18T00:47:06.811Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:47:06.811Z] ---> 389fef711851 [2021-02-18T00:47:06.811Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:47:06.811Z] Removing intermediate container 496fcdf98be2 [2021-02-18T00:47:06.811Z] ---> 47986acef8e8 [2021-02-18T00:47:06.811Z] [2021-02-18T00:47:06.811Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:47:06.811Z] ---> 389fef711851 [2021-02-18T00:47:06.811Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:47:07.236Z] ---> Running in 7283a6296d8a [2021-02-18T00:47:07.236Z] ---> Running in 8f0b64368839 [2021-02-18T00:47:07.600Z] Removing intermediate container 7ff2eac10579 [2021-02-18T00:47:07.600Z] ---> 05b51aa30168 [2021-02-18T00:47:07.600Z] [2021-02-18T00:47:07.600Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:47:07.600Z] ---> 389fef711851 [2021-02-18T00:47:07.600Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:47:07.961Z] Removing intermediate container 2d6d5d2aa0da [2021-02-18T00:47:07.961Z] ---> 322bb1b83fb3 [2021-02-18T00:47:07.961Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:47:07.961Z] ---> Running in 9d6c81a95131 [2021-02-18T00:47:08.763Z] ---> Running in 609e0108d3b9 [2021-02-18T00:47:09.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:09.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:09.525Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:09.525Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:47:09.525Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:09.525Z] OK: 6 MiB in 16 packages [2021-02-18T00:47:09.874Z] Removing intermediate container 9d6c81a95131 [2021-02-18T00:47:09.874Z] ---> 854a84d3ed75 [2021-02-18T00:47:09.874Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:47:09.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:10.308Z] Removing intermediate container 609e0108d3b9 [2021-02-18T00:47:10.308Z] ---> 066bfca82457 [2021-02-18T00:47:10.308Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:47:10.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:11.149Z] ---> Running in e6953af3a948 [2021-02-18T00:47:11.149Z] ---> Running in 4d7436fbf612 [2021-02-18T00:47:11.149Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:47:11.149Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:47:11.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:11.149Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:47:11.149Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:47:11.149Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:11.149Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:11.149Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:47:11.557Z] Removing intermediate container e6953af3a948 [2021-02-18T00:47:11.557Z] ---> a060039f357b [2021-02-18T00:47:11.557Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:47:11.557Z] OK: 7 MiB in 19 packages [2021-02-18T00:47:11.557Z] Removing intermediate container 4d7436fbf612 [2021-02-18T00:47:11.557Z] ---> 445ad6f4e972 [2021-02-18T00:47:11.557Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:47:11.557Z] ---> Running in 2d10deb62a4f [2021-02-18T00:47:11.557Z] ---> Running in c0837ed6f705 [2021-02-18T00:47:11.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:11.557Z] Removing intermediate container f877c5549f4c [2021-02-18T00:47:11.557Z] ---> 9de9e31f543b [2021-02-18T00:47:11.557Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:47:11.891Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:47:11.891Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:47:11.891Z] ---> Running in 27ec0c22eb16 [2021-02-18T00:47:11.891Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:47:11.891Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:47:11.891Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:11.891Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:47:11.891Z] OK: 7 MiB in 18 packages [2021-02-18T00:47:12.653Z] Removing intermediate container 2d10deb62a4f [2021-02-18T00:47:12.653Z] ---> 0cf976147dab [2021-02-18T00:47:12.653Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:47:12.971Z] Removing intermediate container c0837ed6f705 [2021-02-18T00:47:12.971Z] ---> 8d9e12d05544 [2021-02-18T00:47:12.971Z] Step 15/23 : WORKDIR / [2021-02-18T00:47:13.594Z] ---> Running in cc9887ba45b2 [2021-02-18T00:47:13.594Z] ---> Running in 2f23e9a5b069 [2021-02-18T00:47:13.594Z] Removing intermediate container 27ec0c22eb16 [2021-02-18T00:47:13.594Z] ---> ec8ccd1932c3 [2021-02-18T00:47:13.594Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:47:13.881Z] Removing intermediate container 7283a6296d8a [2021-02-18T00:47:13.881Z] ---> 5a051e60374c [2021-02-18T00:47:13.881Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:47:13.881Z] ---> Running in 04c90d80781d [2021-02-18T00:47:14.202Z] ---> Running in ddfdde7f36ac [2021-02-18T00:47:14.477Z] Removing intermediate container 2f23e9a5b069 [2021-02-18T00:47:14.477Z] ---> 2ab29d2e4416 [2021-02-18T00:47:14.477Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:14.477Z] Removing intermediate container 8f0b64368839 [2021-02-18T00:47:14.477Z] ---> 4ad6c3e4fcd3 [2021-02-18T00:47:14.477Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:47:14.764Z] Removing intermediate container 04c90d80781d [2021-02-18T00:47:14.764Z] ---> f45ecc2e306c [2021-02-18T00:47:14.764Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:47:14.764Z] Removing intermediate container ddfdde7f36ac [2021-02-18T00:47:14.764Z] ---> 4baf19a5d2e8 [2021-02-18T00:47:14.764Z] Step 13/24 : WORKDIR / [2021-02-18T00:47:15.354Z] ---> Running in c3aec7c07833 [2021-02-18T00:47:15.354Z] ---> Running in eb36fc08051c [2021-02-18T00:47:15.658Z] ---> Running in 242fa8d96b14 [2021-02-18T00:47:15.658Z] ---> 2678c722be51 [2021-02-18T00:47:15.658Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:47:16.322Z] Removing intermediate container c3aec7c07833 [2021-02-18T00:47:16.322Z] ---> 20955b3e0d88 [2021-02-18T00:47:16.322Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:47:16.640Z] Removing intermediate container 242fa8d96b14 [2021-02-18T00:47:16.640Z] ---> 1fda8fb997bc [2021-02-18T00:47:16.640Z] 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-18T00:47:16.982Z] ---> Running in 1b9413cefae3 [2021-02-18T00:47:17.304Z] Removing intermediate container cc9887ba45b2 [2021-02-18T00:47:17.304Z] ---> 639854202442 [2021-02-18T00:47:17.304Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:47:17.632Z] ---> Running in 5d4f1aeed951 [2021-02-18T00:47:17.632Z] ---> af067b86d97d [2021-02-18T00:47:17.632Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:18.699Z] Removing intermediate container 1b9413cefae3 [2021-02-18T00:47:18.699Z] ---> b2079b849dad [2021-02-18T00:47:18.699Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:47:19.591Z] ---> 7eef8f903f9f [2021-02-18T00:47:19.591Z] 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-18T00:47:19.591Z] ---> 63b54d09f5fe [2021-02-18T00:47:19.591Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:47:19.956Z] ---> Running in 42a687dda7fe [2021-02-18T00:47:20.292Z] Removing intermediate container eb36fc08051c [2021-02-18T00:47:20.292Z] ---> 79d5ec14162d [2021-02-18T00:47:20.292Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:47:20.292Z] ---> d3a6c7af127c [2021-02-18T00:47:20.292Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:47:20.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:20.292Z] ---> 1eb07301dee9 [2021-02-18T00:47:20.292Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:20.292Z] ---> Running in dceba8dbd899 [2021-02-18T00:47:20.590Z] Removing intermediate container 42a687dda7fe [2021-02-18T00:47:20.590Z] ---> 63ff98fb5d1f [2021-02-18T00:47:20.590Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:20.885Z] ---> Running in 0681f894bc50 [2021-02-18T00:47:21.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:47:21.234Z] ---> 25d3950b3062 [2021-02-18T00:47:21.234Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:47:21.567Z] Removing intermediate container dceba8dbd899 [2021-02-18T00:47:21.567Z] ---> 6bccd57d5ced [2021-02-18T00:47:21.567Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:47:21.567Z] ---> d2968f1bf777 [2021-02-18T00:47:21.567Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:47:21.567Z] Removing intermediate container 0681f894bc50 [2021-02-18T00:47:21.567Z] ---> 70b890ef5d97 [2021-02-18T00:47:21.567Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:47:21.953Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:47:22.322Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:47:22.322Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:47:22.322Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:47:22.996Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:47:22.996Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:47:22.996Z] ---> Running in 2c1f9ae1fac8 [2021-02-18T00:47:23.371Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:47:23.371Z] OK: 8 MiB in 20 packages [2021-02-18T00:47:24.105Z] ---> 80e6aab95936 [2021-02-18T00:47:24.105Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:47:24.105Z] ---> 54964d263599 [2021-02-18T00:47:24.105Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:47:24.105Z] ---> Running in c2c198423e55 [2021-02-18T00:47:24.537Z] ---> aaa6e48dcd45 [2021-02-18T00:47:24.537Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:47:24.537Z] Removing intermediate container 2c1f9ae1fac8 [2021-02-18T00:47:24.537Z] ---> 9d321a77e614 [2021-02-18T00:47:24.537Z] Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:47:24.959Z] ---> Running in fb061eb8f76a [2021-02-18T00:47:24.959Z] ---> Running in d56aa33d9a5c [2021-02-18T00:47:25.265Z] Removing intermediate container 5d4f1aeed951 [2021-02-18T00:47:25.265Z] ---> 5c024c3f216c [2021-02-18T00:47:25.265Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:25.584Z] Removing intermediate container fb061eb8f76a [2021-02-18T00:47:25.584Z] ---> 2908592680e4 [2021-02-18T00:47:25.584Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:47:25.584Z] Removing intermediate container d56aa33d9a5c [2021-02-18T00:47:25.584Z] ---> a1df4e9714e6 [2021-02-18T00:47:25.584Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:47:25.584Z] ---> 21f716ef2821 [2021-02-18T00:47:25.584Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:47:25.862Z] ---> Running in 96cc2e3ad678 [2021-02-18T00:47:25.862Z] ---> Running in 0f1c8ada45bb [2021-02-18T00:47:26.637Z] ---> 55bc682954c2 [2021-02-18T00:47:26.637Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:47:27.468Z] ---> 5cf77933e85e [2021-02-18T00:47:27.468Z] 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-18T00:47:27.468Z] Removing intermediate container 0f1c8ada45bb [2021-02-18T00:47:27.468Z] ---> 122177d56922 [2021-02-18T00:47:27.468Z] [2021-02-18T00:47:27.468Z] Removing intermediate container 96cc2e3ad678 [2021-02-18T00:47:27.468Z] ---> eea8f199c124 [2021-02-18T00:47:27.468Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T00:47:27.468Z] ---> Running in 59001d2e98bc [2021-02-18T00:47:27.841Z] ---> Running in f72175fbf0b9 [2021-02-18T00:47:28.156Z] Removing intermediate container c2c198423e55 [2021-02-18T00:47:28.156Z] ---> 28a75676c49e [2021-02-18T00:47:28.156Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:47:28.626Z] Successfully built 122177d56922 [2021-02-18T00:47:28.626Z] ---> d1805606af30 [2021-02-18T00:47:28.626Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:29.006Z] Successfully tagged docker-core-command-go:latest [2021-02-18T00:47:29.006Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-02-18T00:47:29.006Z] Removing intermediate container f72175fbf0b9 [2021-02-18T00:47:29.006Z] ---> 1a9a456c88ff [2021-02-18T00:47:29.006Z] Step 20/21 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:47:29.408Z] ---> Running in 0b221d4b3913 [2021-02-18T00:47:29.408Z] ---> 917c89fb9fe1 [2021-02-18T00:47:29.408Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:47:29.705Z] ---> 5fac0448ea46 [2021-02-18T00:47:29.705Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:47:30.340Z] Removing intermediate container 0b221d4b3913 [2021-02-18T00:47:30.340Z] ---> 8efbe6236a9d [2021-02-18T00:47:30.340Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:47:30.340Z] ---> Running in c1adf33d30fb [2021-02-18T00:47:30.750Z] ---> Running in 1823fb79cd43 [2021-02-18T00:47:31.068Z] Removing intermediate container c1adf33d30fb [2021-02-18T00:47:31.068Z] ---> fc145687a308 [2021-02-18T00:47:31.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:31.341Z] ---> c6843e5e066e [2021-02-18T00:47:31.341Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:47:32.025Z] ---> Running in 6628f6f3eca6 [2021-02-18T00:47:32.025Z] Removing intermediate container 59001d2e98bc [2021-02-18T00:47:32.025Z] ---> ac57ab559a84 [2021-02-18T00:47:32.025Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:47:32.337Z] Removing intermediate container 1823fb79cd43 [2021-02-18T00:47:32.337Z] ---> 4747e2d7b227 [2021-02-18T00:47:32.337Z] [2021-02-18T00:47:32.687Z] ---> Running in 1248e3958b4a [2021-02-18T00:47:32.979Z] ---> 94628780dc20 [2021-02-18T00:47:32.979Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:47:32.979Z] Successfully built 4747e2d7b227 [2021-02-18T00:47:32.979Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T00:47:32.979Z] Building docker-sys-mgmt-agent-go [2021-02-18T00:47:33.271Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 6628f6f3eca6 [2021-02-18T00:47:33.271Z] ---> 93145e861553 [2021-02-18T00:47:33.271Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:47:33.271Z] ---> Running in eb941506b244 [2021-02-18T00:47:33.271Z] Removing intermediate container 1248e3958b4a [2021-02-18T00:47:33.271Z] ---> 27a5fcadc4c9 [2021-02-18T00:47:33.271Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T00:47:33.576Z] ---> Running in c5e9802edeff [2021-02-18T00:47:33.576Z] ---> 5e7920a1ecb1 [2021-02-18T00:47:33.576Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:47:35.158Z] Removing intermediate container eb941506b244 [2021-02-18T00:47:35.158Z] ---> 5e6eee4c6125 [2021-02-18T00:47:35.158Z] Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:47:35.158Z] ---> Running in 321e61617548 [2021-02-18T00:47:36.318Z] ---> Running in 02c18e8fd4fb [2021-02-18T00:47:36.318Z] Removing intermediate container c5e9802edeff [2021-02-18T00:47:36.318Z] ---> e73f3ce7e3ac [2021-02-18T00:47:36.318Z] Step 23/24 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:47:38.354Z] Removing intermediate container 321e61617548 [2021-02-18T00:47:38.354Z] ---> 3753aa1d0bc1 [2021-02-18T00:47:38.354Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:47:38.354Z] ---> Running in b8053535f57c [2021-02-18T00:47:38.678Z] Removing intermediate container 02c18e8fd4fb [2021-02-18T00:47:38.678Z] ---> 15336dd8aaa1 [2021-02-18T00:47:38.678Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:47:39.020Z] ---> Running in 43d955b180b8 [2021-02-18T00:47:39.292Z] Removing intermediate container b8053535f57c [2021-02-18T00:47:39.292Z] ---> d9df2ef1d3e7 [2021-02-18T00:47:39.292Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:47:39.292Z] ---> 3723eb460072 [2021-02-18T00:47:39.292Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:47:39.292Z] ---> Running in e30214d776d4 [2021-02-18T00:47:39.949Z] Removing intermediate container 43d955b180b8 [2021-02-18T00:47:39.949Z] ---> 7debd984c3ae [2021-02-18T00:47:39.949Z] [2021-02-18T00:47:39.949Z] ---> Running in 44522d1f095d [2021-02-18T00:47:41.494Z] Successfully built 7debd984c3ae [2021-02-18T00:47:41.806Z] Successfully tagged docker-core-data-go:latest [2021-02-18T00:47:41.806Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2021-02-18T00:47:42.504Z] Removing intermediate container e30214d776d4 [2021-02-18T00:47:42.504Z] ---> 3215e28aa706 [2021-02-18T00:47:42.504Z] [2021-02-18T00:47:44.119Z] Successfully built 3215e28aa706 [2021-02-18T00:47:44.119Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T00:47:44.119Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-02-18T00:47:45.730Z] 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-18T00:47:49.122Z] Removing intermediate container 44522d1f095d [2021-02-18T00:47:49.122Z] ---> ef51bbd7d361 [2021-02-18T00:47:49.122Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:47:49.629Z] ---> Running in 12729debac8e [2021-02-18T00:47:50.819Z] Removing intermediate container 12729debac8e [2021-02-18T00:47:50.819Z] ---> 0c341b0ea51d [2021-02-18T00:47:50.819Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:47:51.439Z] ---> Running in 46aff41fbc5d [2021-02-18T00:47:52.445Z] Removing intermediate container 46aff41fbc5d [2021-02-18T00:47:52.445Z] ---> f848ac4c398a [2021-02-18T00:47:52.445Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T00:47:52.739Z] ---> Running in 9f562b9a2765 [2021-02-18T00:47:54.032Z] Removing intermediate container 0c1bea15a5d4 [2021-02-18T00:47:54.032Z] ---> 3ee812cf0f88 [2021-02-18T00:47:54.032Z] [2021-02-18T00:47:54.032Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:47:54.032Z] 3.12: Pulling from library/alpine [2021-02-18T00:47:54.280Z] Removing intermediate container 9f562b9a2765 [2021-02-18T00:47:54.280Z] ---> 66cb4f4f0139 [2021-02-18T00:47:54.280Z] Step 29/30 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:47:56.008Z] ---> Running in 69eb11e9fed8 [2021-02-18T00:47:56.022Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:47:56.330Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:47:56.330Z] ---> afeebe901d6b [2021-02-18T00:47:56.330Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:47:57.322Z] ---> Running in 253d4ebf2c46 [2021-02-18T00:47:57.521Z] Removing intermediate container 69eb11e9fed8 [2021-02-18T00:47:57.521Z] ---> 0ae5e7ea4390 [2021-02-18T00:47:57.521Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:47:57.837Z] ---> Running in 43c7b36c6273 [2021-02-18T00:47:57.927Z] Removing intermediate container 654f54b05612 [2021-02-18T00:47:57.927Z] ---> a8895196fe22 [2021-02-18T00:47:57.927Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:47:58.202Z] ---> Running in 02ef61563b8e [2021-02-18T00:47:59.416Z] Removing intermediate container 43c7b36c6273 [2021-02-18T00:47:59.416Z] ---> 782778da3279 [2021-02-18T00:47:59.416Z] [2021-02-18T00:47:59.751Z] Successfully built 782778da3279 [2021-02-18T00:48:00.104Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T00:48:00.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:00.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:00.473Z] 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-18T00:48:00.749Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:48:01.025Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:48:01.025Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:48:01.025Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:48:01.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:48:01.025Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:48:01.025Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:48:01.309Z] OK: 7 MiB in 19 packages [2021-02-18T00:48:03.946Z] Removing intermediate container 253d4ebf2c46 [2021-02-18T00:48:03.946Z] ---> a2a6e9e6a9d7 [2021-02-18T00:48:03.946Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:48:04.222Z] ---> Running in a60a91a28e35 [2021-02-18T00:48:05.211Z] Removing intermediate container a60a91a28e35 [2021-02-18T00:48:05.211Z] ---> 1cc8ef45841d [2021-02-18T00:48:05.211Z] Step 13/24 : WORKDIR / [2021-02-18T00:48:05.487Z] ---> Running in 50aeaeabee4b [2021-02-18T00:48:06.093Z] Removing intermediate container 50aeaeabee4b [2021-02-18T00:48:06.093Z] ---> 161d5c60cd61 [2021-02-18T00:48:06.093Z] 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-18T00:48:07.081Z] Removing intermediate container 02ef61563b8e [2021-02-18T00:48:07.081Z] ---> 0bf7276293b1 [2021-02-18T00:48:07.081Z] [2021-02-18T00:48:07.081Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:48:07.081Z] 20.10.0: Pulling from library/docker [2021-02-18T00:48:07.686Z] ---> ec041ca29ff0 [2021-02-18T00:48:07.686Z] 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-18T00:48:09.671Z] ---> b595086e32e0 [2021-02-18T00:48:09.671Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:48:13.103Z] ---> 6533ca7607a9 [2021-02-18T00:48:13.103Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:48:13.377Z] Removing intermediate container fa39f638fa9e [2021-02-18T00:48:13.377Z] ---> 23164476a9a9 [2021-02-18T00:48:13.377Z] [2021-02-18T00:48:13.377Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:48:13.377Z] ---> afeebe901d6b [2021-02-18T00:48:13.377Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:48:14.363Z] ---> Running in 6a6b6c96629d [2021-02-18T00:48:14.648Z] Removing intermediate container f2269b1864d9 [2021-02-18T00:48:14.648Z] ---> 84b007a646b6 [2021-02-18T00:48:14.648Z] [2021-02-18T00:48:14.648Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:48:14.648Z] ---> afeebe901d6b [2021-02-18T00:48:14.648Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:48:15.242Z] ---> c28fe4c817b6 [2021-02-18T00:48:15.242Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:48:15.242Z] ---> Running in 6482bece4073 [2021-02-18T00:48:17.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:17.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:17.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:17.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:17.784Z] ---> ea32fa1b3c51 [2021-02-18T00:48:17.784Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:48:17.784Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:48:17.784Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:48:17.784Z] OK: 5 MiB in 15 packages [2021-02-18T00:48:18.058Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:48:18.058Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:48:18.058Z] OK: 5 MiB in 15 packages [2021-02-18T00:48:19.641Z] ---> f92200b3d890 [2021-02-18T00:48:19.641Z] 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-18T00:48:20.364Z] ---> Running in 3bc73f8e4334 [2021-02-18T00:48:20.364Z] Removing intermediate container 6a6b6c96629d [2021-02-18T00:48:20.364Z] ---> 8cf02354a43b [2021-02-18T00:48:20.364Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:48:20.964Z] ---> Running in 7291826ab338 [2021-02-18T00:48:20.964Z] Removing intermediate container 6482bece4073 [2021-02-18T00:48:20.964Z] ---> 5e4e02e2eb82 [2021-02-18T00:48:20.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:48:21.237Z] ---> Running in 9214524a3927 [2021-02-18T00:48:21.510Z] Removing intermediate container 239908d69418 [2021-02-18T00:48:21.510Z] ---> fd1ef8c7f53e [2021-02-18T00:48:21.510Z] [2021-02-18T00:48:21.510Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:48:21.510Z] ---> afeebe901d6b [2021-02-18T00:48:21.510Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:48:21.510Z] ---> Using cache [2021-02-18T00:48:21.510Z] ---> 5e4e02e2eb82 [2021-02-18T00:48:21.510Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:48:21.783Z] Removing intermediate container 7291826ab338 [2021-02-18T00:48:21.783Z] ---> 158d866b6e1d [2021-02-18T00:48:21.783Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:48:22.058Z] ---> Running in a6bae9c15b12 [2021-02-18T00:48:22.336Z] ---> Running in cde513b2d141 [2021-02-18T00:48:22.336Z] Removing intermediate container 9214524a3927 [2021-02-18T00:48:22.336Z] ---> 8c3b2899dead [2021-02-18T00:48:22.336Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:48:22.610Z] ---> Running in 0dda376b0d0b [2021-02-18T00:48:22.886Z] Removing intermediate container a6bae9c15b12 [2021-02-18T00:48:22.886Z] ---> 169d9d5917df [2021-02-18T00:48:22.886Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:48:23.157Z] Removing intermediate container cde513b2d141 [2021-02-18T00:48:23.157Z] ---> 021451b6e8d9 [2021-02-18T00:48:23.157Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:48:23.430Z] ---> Running in 748286c9fdbb [2021-02-18T00:48:23.711Z] ---> Running in 7a4e766dd665 [2021-02-18T00:48:23.711Z] Removing intermediate container 0dda376b0d0b [2021-02-18T00:48:23.711Z] ---> 54fe34ef40b4 [2021-02-18T00:48:23.711Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:48:23.711Z] Removing intermediate container 3bc73f8e4334 [2021-02-18T00:48:23.711Z] ---> 258d611f2f49 [2021-02-18T00:48:23.711Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:48:23.984Z] ---> Running in 992028df38bc [2021-02-18T00:48:23.984Z] ---> Running in 0efdbdef83a3 [2021-02-18T00:48:23.984Z] Removing intermediate container 748286c9fdbb [2021-02-18T00:48:23.984Z] ---> 0b625055d168 [2021-02-18T00:48:23.984Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:48:24.256Z] Removing intermediate container 7a4e766dd665 [2021-02-18T00:48:24.256Z] ---> 0200f27a2f66 [2021-02-18T00:48:24.256Z] Step 15/23 : WORKDIR / [2021-02-18T00:48:24.530Z] ---> Running in 07ae1d058680 [2021-02-18T00:48:24.530Z] ---> Running in cdc0e4f2f917 [2021-02-18T00:48:24.530Z] Removing intermediate container 992028df38bc [2021-02-18T00:48:24.530Z] ---> 5babd405cdeb [2021-02-18T00:48:24.530Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:48:24.809Z] Removing intermediate container 0efdbdef83a3 [2021-02-18T00:48:24.809Z] ---> ab696ef9dcf0 [2021-02-18T00:48:24.809Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T00:48:25.082Z] ---> Running in d29f118c5701 [2021-02-18T00:48:25.082Z] Removing intermediate container 07ae1d058680 [2021-02-18T00:48:25.082Z] ---> 7db91c2618e8 [2021-02-18T00:48:25.082Z] Step 15/23 : WORKDIR / [2021-02-18T00:48:25.370Z] Removing intermediate container cdc0e4f2f917 [2021-02-18T00:48:25.370Z] ---> 144946aa92a4 [2021-02-18T00:48:25.370Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:48:25.370Z] ---> Running in c09a04c7a0fb [2021-02-18T00:48:25.370Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:48:25.370Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:48:25.370Z] ---> eeaf43b92773 [2021-02-18T00:48:25.370Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:48:25.651Z] Removing intermediate container d29f118c5701 [2021-02-18T00:48:25.651Z] ---> f9f9777983df [2021-02-18T00:48:25.651Z] Step 23/24 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:48:25.651Z] ---> Running in 21711f8ff352 [2021-02-18T00:48:25.928Z] ---> e7af91acd0b1 [2021-02-18T00:48:25.928Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:48:25.928Z] ---> Running in 9862151ff249 [2021-02-18T00:48:26.200Z] Removing intermediate container c09a04c7a0fb [2021-02-18T00:48:26.200Z] ---> faeb6f11c540 [2021-02-18T00:48:26.200Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:48:26.200Z] ---> e93eb67e59e9 [2021-02-18T00:48:26.200Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:48:26.802Z] Removing intermediate container 9862151ff249 [2021-02-18T00:48:26.802Z] ---> ae3da5fa0468 [2021-02-18T00:48:26.802Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:48:27.078Z] ---> Running in d4f0c9cb25ad [2021-02-18T00:48:27.357Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:27.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:27.630Z] ---> ed02c79802e7 [2021-02-18T00:48:27.630Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:48:27.908Z] Removing intermediate container d4f0c9cb25ad [2021-02-18T00:48:27.908Z] ---> e8a32999024a [2021-02-18T00:48:27.908Z] ---> e23971aa858c [2021-02-18T00:48:27.908Z] [2021-02-18T00:48:28.184Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:48:28.184Z] ---> 83331e630b42 [2021-02-18T00:48:28.184Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:48:28.184Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:48:28.307Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:28.307Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:28.307Z] ---> 12fa56fe09f1 [2021-02-18T00:48:28.307Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:48:28.307Z] ---> Using cache [2021-02-18T00:48:28.307Z] ---> 72f48013cfc7 [2021-02-18T00:48:28.307Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:28.307Z] ---> Using cache [2021-02-18T00:48:28.307Z] ---> 1351e6b3d765 [2021-02-18T00:48:28.307Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:48:28.458Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:48:28.458Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:48:28.458Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:48:28.458Z] OK: 12 MiB in 22 packages [2021-02-18T00:48:28.626Z] ---> Running in 888dfe2f623f [2021-02-18T00:48:29.062Z] Successfully built e23971aa858c [2021-02-18T00:48:29.062Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T00:48:29.062Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-02-18T00:48:29.316Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:29.316Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:29.316Z] ---> 12fa56fe09f1 [2021-02-18T00:48:29.316Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:48:29.316Z] ---> Using cache [2021-02-18T00:48:29.316Z] ---> 72f48013cfc7 [2021-02-18T00:48:29.316Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:29.316Z] ---> Using cache [2021-02-18T00:48:29.316Z] ---> 1351e6b3d765 [2021-02-18T00:48:29.316Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:48:29.335Z] ---> 78c42c7dca2f [2021-02-18T00:48:29.335Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:48:29.607Z] ---> Running in d12044b8065c [2021-02-18T00:48:29.607Z] ---> 0a835e31cef6 [2021-02-18T00:48:29.607Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:48:29.607Z] ---> ad297883fd46 [2021-02-18T00:48:29.607Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:48:29.881Z] ---> Running in 79df847711c3 [2021-02-18T00:48:30.160Z] Removing intermediate container 21711f8ff352 [2021-02-18T00:48:30.160Z] ---> 74acce9979a2 [2021-02-18T00:48:30.160Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:48:30.405Z] ---> Running in 57479186b027 [2021-02-18T00:48:30.752Z] Removing intermediate container d12044b8065c [2021-02-18T00:48:30.752Z] ---> aae8e2a96d6e [2021-02-18T00:48:30.752Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:48:31.025Z] ---> Running in d98058ad3f47 [2021-02-18T00:48:31.625Z] ---> Running in 23ec3e79b03a [2021-02-18T00:48:31.899Z] Removing intermediate container 79df847711c3 [2021-02-18T00:48:31.899Z] ---> 5e3fbf00447e [2021-02-18T00:48:31.899Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:48:31.899Z] ---> 604df69908ab [2021-02-18T00:48:31.899Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:48:32.169Z] Removing intermediate container d98058ad3f47 [2021-02-18T00:48:32.169Z] ---> ce466d5849c1 [2021-02-18T00:48:32.169Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:48:32.200Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:32.200Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:32.200Z] ---> 12fa56fe09f1 [2021-02-18T00:48:32.200Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:48:32.200Z] ---> Using cache [2021-02-18T00:48:32.200Z] ---> 72f48013cfc7 [2021-02-18T00:48:32.200Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:32.200Z] ---> Using cache [2021-02-18T00:48:32.200Z] ---> 1351e6b3d765 [2021-02-18T00:48:32.200Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:48:32.442Z] ---> Running in f6b071e79460 [2021-02-18T00:48:32.442Z] ---> Running in 8ca201aa5aac [2021-02-18T00:48:32.442Z] Removing intermediate container 23ec3e79b03a [2021-02-18T00:48:32.442Z] ---> 17ef34085d1a [2021-02-18T00:48:32.442Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:48:32.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:48:32.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:48:32.469Z] ---> 12fa56fe09f1 [2021-02-18T00:48:32.469Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:48:32.469Z] ---> Using cache [2021-02-18T00:48:32.469Z] ---> 72f48013cfc7 [2021-02-18T00:48:32.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:48:32.469Z] ---> Using cache [2021-02-18T00:48:32.469Z] ---> 1351e6b3d765 [2021-02-18T00:48:32.469Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:48:32.716Z] ---> Running in c3c82b2bcf3b [2021-02-18T00:48:32.716Z] ---> Running in 389c0a35a6b5 [2021-02-18T00:48:33.453Z] ---> Running in c332c3b46692 [2021-02-18T00:48:33.453Z] ---> Running in 1780781ae5ea [2021-02-18T00:48:33.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:33.695Z] Removing intermediate container f6b071e79460 [2021-02-18T00:48:33.695Z] ---> 6b227ba80afe [2021-02-18T00:48:33.695Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:48:33.695Z] Removing intermediate container 8ca201aa5aac [2021-02-18T00:48:33.695Z] ---> ff775dbf1ac7 [2021-02-18T00:48:33.695Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:48:34.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:34.300Z] ---> Running in 3af822edde14 [2021-02-18T00:48:34.300Z] Removing intermediate container c3c82b2bcf3b [2021-02-18T00:48:34.300Z] Removing intermediate container 389c0a35a6b5 [2021-02-18T00:48:34.300Z] ---> 5ba691495704 [2021-02-18T00:48:34.300Z] Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:48:34.300Z] ---> e5fd3a73febd [2021-02-18T00:48:34.300Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:48:34.300Z] ---> Running in 7a1b14635a0a [2021-02-18T00:48:34.475Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:34.575Z] ---> Running in a937b6578bca [2021-02-18T00:48:34.575Z] ---> Running in 2fe4cb1ce0e1 [2021-02-18T00:48:34.858Z] Removing intermediate container 3af822edde14 [2021-02-18T00:48:34.858Z] ---> 1e3b36184ff6 [2021-02-18T00:48:34.858Z] Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:48:34.858Z] ---> Running in d15016dc3846 [2021-02-18T00:48:35.132Z] Removing intermediate container 7a1b14635a0a [2021-02-18T00:48:35.132Z] ---> f5a557b024fe [2021-02-18T00:48:35.132Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:48:35.191Z] OK: 233 MiB in 51 packages [2021-02-18T00:48:35.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:35.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:35.406Z] ---> Running in ebcbff9f7ede [2021-02-18T00:48:35.406Z] Removing intermediate container a937b6578bca [2021-02-18T00:48:35.406Z] ---> df852b72a7b5 [2021-02-18T00:48:35.406Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:48:35.406Z] Removing intermediate container 2fe4cb1ce0e1 [2021-02-18T00:48:35.406Z] ---> 86ea6ee36541 [2021-02-18T00:48:35.406Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:48:35.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:35.685Z] Removing intermediate container d15016dc3846 [2021-02-18T00:48:35.685Z] ---> a5a8bc071729 [2021-02-18T00:48:35.685Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:48:35.685Z] ---> Running in ba9a72e29d8d [2021-02-18T00:48:35.844Z] OK: 233 MiB in 51 packages [2021-02-18T00:48:35.969Z] ---> Running in e5f99d9e5482 [2021-02-18T00:48:35.969Z] Removing intermediate container ebcbff9f7ede [2021-02-18T00:48:35.969Z] ---> 258437675380 [2021-02-18T00:48:35.969Z] Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:48:36.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:36.407Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:48:36.564Z] ---> Running in 46b6e1f6fc46 [2021-02-18T00:48:36.564Z] Removing intermediate container ba9a72e29d8d [2021-02-18T00:48:36.564Z] ---> 70b65c0a8ccc [2021-02-18T00:48:36.564Z] [2021-02-18T00:48:36.694Z] Removing intermediate container 888dfe2f623f [2021-02-18T00:48:36.694Z] ---> ed529550acc8 [2021-02-18T00:48:36.694Z] Step 6/22 : COPY go.mod . [2021-02-18T00:48:36.851Z] Removing intermediate container e5f99d9e5482 [2021-02-18T00:48:36.851Z] ---> 97d1711b446f [2021-02-18T00:48:36.851Z] [2021-02-18T00:48:36.992Z] OK: 233 MiB in 51 packages [2021-02-18T00:48:36.992Z] OK: 233 MiB in 51 packages [2021-02-18T00:48:36.992Z] Removing intermediate container 57479186b027 [2021-02-18T00:48:36.992Z] ---> 22fb4792ba1e [2021-02-18T00:48:36.992Z] Step 6/26 : COPY go.mod . [2021-02-18T00:48:37.128Z] Successfully built 70b65c0a8ccc [2021-02-18T00:48:37.401Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T00:48:37.402Z]  Building docker-core-command-go ... done Successfully built 97d1711b446f [2021-02-18T00:48:37.402Z] Building docker-security-bootstrapper-go [2021-02-18T00:48:37.402Z] ---> 4de25b218ada [2021-02-18T00:48:37.402Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:48:37.402Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T00:48:37.402Z] Building docker-security-proxy-setup-go [2021-02-18T00:48:37.675Z]  Building docker-support-scheduler-go ... done Removing intermediate container 46b6e1f6fc46 [2021-02-18T00:48:37.675Z] ---> 62b2fe501159 [2021-02-18T00:48:37.675Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:48:37.689Z] ---> 05e06b31ac0b [2021-02-18T00:48:37.689Z] Step 7/22 : RUN go mod download [2021-02-18T00:48:37.946Z] ---> Running in 6e9c8747bd1d [2021-02-18T00:48:38.216Z] ---> Running in b62e92975edd [2021-02-18T00:48:38.216Z] ---> 0088d826110c [2021-02-18T00:48:38.216Z] Step 7/26 : RUN go mod download [2021-02-18T00:48:38.218Z] ---> 250f7581d466 [2021-02-18T00:48:38.218Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:48:38.491Z] Removing intermediate container 6e9c8747bd1d [2021-02-18T00:48:38.491Z] ---> 0496aecf387c [2021-02-18T00:48:38.491Z] [2021-02-18T00:48:38.607Z] ---> Running in a967b21bae2e [2021-02-18T00:48:38.770Z] Successfully built 0496aecf387c [2021-02-18T00:48:39.050Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T00:48:39.050Z] Building docker-core-data-go [2021-02-18T00:48:39.050Z]  Building docker-core-metadata-go ... done  ---> afb020ee43a6 [2021-02-18T00:48:39.050Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:48:39.326Z] ---> Running in 95984ac0c97b [2021-02-18T00:48:39.345Z] Removing intermediate container c332c3b46692 [2021-02-18T00:48:39.345Z] ---> 58f4cf3dfdee [2021-02-18T00:48:39.345Z] Step 6/23 : COPY go.mod . [2021-02-18T00:48:39.345Z] Removing intermediate container 1780781ae5ea [2021-02-18T00:48:39.345Z] ---> ba9fdfb0861b [2021-02-18T00:48:39.345Z] Step 6/22 : COPY go.mod . [2021-02-18T00:48:40.302Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:40.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:40.625Z] ---> 91ec0495344b [2021-02-18T00:48:40.626Z] Step 7/23 : RUN go mod download [2021-02-18T00:48:41.008Z] ---> 684b75286cda [2021-02-18T00:48:41.008Z] Step 7/22 : RUN go mod download [2021-02-18T00:48:41.008Z] ---> Running in 6c48d9f5dd49 [2021-02-18T00:48:41.008Z] ---> Running in 302a81bd23a8 [2021-02-18T00:48:41.169Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:48:41.169Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:48:41.169Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:48:41.169Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:48:41.169Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:48:41.169Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:48:41.169Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:48:43.137Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:48:43.137Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:48:43.137Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:48:43.137Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:48:43.137Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:48:43.137Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:48:43.137Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:48:43.137Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:48:43.137Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:48:43.137Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:48:43.414Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:48:43.414Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:48:43.414Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:48:43.414Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:48:43.414Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:48:43.414Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:48:43.414Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:48:43.414Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:48:43.414Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:48:43.414Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:48:43.414Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:48:43.414Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:48:43.414Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:48:43.689Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:48:43.689Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:48:43.689Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:48:43.689Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:48:43.689Z] OK: 71 MiB in 55 packages [2021-02-18T00:48:45.532Z] Removing intermediate container b62e92975edd [2021-02-18T00:48:45.532Z] ---> bf2f5ffe12ef [2021-02-18T00:48:45.532Z] Step 8/22 : COPY . . [2021-02-18T00:48:45.532Z] Removing intermediate container 6c48d9f5dd49 [2021-02-18T00:48:45.532Z] ---> aa0070c82283 [2021-02-18T00:48:45.532Z] Step 8/23 : COPY . . [2021-02-18T00:48:45.840Z] Removing intermediate container a967b21bae2e [2021-02-18T00:48:45.840Z] ---> 8dbb88facee4 [2021-02-18T00:48:45.841Z] Step 8/26 : COPY . . [2021-02-18T00:48:45.841Z] Removing intermediate container 302a81bd23a8 [2021-02-18T00:48:45.841Z] ---> 2218e7f8924a [2021-02-18T00:48:45.841Z] Step 8/22 : COPY . . [2021-02-18T00:48:56.101Z] Removing intermediate container 95984ac0c97b [2021-02-18T00:48:56.101Z] ---> d58ab0db6667 [2021-02-18T00:48:56.101Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:48:56.101Z] ---> Running in bc742d8eef2d [2021-02-18T00:49:00.402Z] Collecting docker-compose==1.23.2 [2021-02-18T00:49:00.402Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:49:00.994Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:49:00.994Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:49:01.589Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:49:01.589Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:49:02.184Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:49:02.184Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T00:49:04.168Z] 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-18T00:49:04.442Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:49:04.442Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T00:49:05.882Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:49:05.882Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:49:08.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:49:08.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:49:08.511Z] ---> 992d378778ec [2021-02-18T00:49:08.511Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:49:08.511Z] ---> Using cache [2021-02-18T00:49:08.511Z] ---> dc2809242522 [2021-02-18T00:49:08.787Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:49:08.787Z] ---> Using cache [2021-02-18T00:49:08.787Z] ---> 4546a1cb02db [2021-02-18T00:49:08.787Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:49:11.411Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:49:11.411Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:49:12.005Z] ---> Running in 6c1a4533cb07 [2021-02-18T00:49:12.005Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:49:12.005Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:49:13.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:14.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:15.033Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:49:15.033Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:49:15.309Z] OK: 217 MiB in 51 packages [2021-02-18T00:49:15.589Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:49:15.589Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:49:17.574Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:49:17.574Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:49:17.959Z] 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-18T00:49:18.246Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:49:18.246Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:49:18.246Z] Removing intermediate container 6c1a4533cb07 [2021-02-18T00:49:18.246Z] ---> 69ba2d7a8c8a [2021-02-18T00:49:18.246Z] Step 6/22 : COPY go.mod . [2021-02-18T00:49:19.233Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:49:19.233Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T00:49:19.520Z] 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-18T00:49:19.520Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T00:49:19.520Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:49:19.520Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:49:19.520Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:49:19.797Z] ---> 93bc893dbf90 [2021-02-18T00:49:19.797Z] Step 7/22 : RUN go mod download [2021-02-18T00:49:20.400Z] ---> Running in ab3436a95aa2 [2021-02-18T00:49:20.400Z] Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docopt, texttable, docker-compose [2021-02-18T00:49:21.003Z] Attempting uninstall: idna [2021-02-18T00:49:21.003Z] Found existing installation: idna 2.9 [2021-02-18T00:49:21.003Z] Uninstalling idna-2.9: [2021-02-18T00:49:21.003Z] Successfully uninstalled idna-2.9 [2021-02-18T00:49:21.603Z] Attempting uninstall: urllib3 [2021-02-18T00:49:21.603Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:49:21.603Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:49:21.877Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:49:22.481Z] Attempting uninstall: requests [2021-02-18T00:49:22.481Z] Found existing installation: requests 2.23.0 [2021-02-18T00:49:22.481Z] Uninstalling requests-2.23.0: [2021-02-18T00:49:22.758Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:49:23.365Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:49:23.365Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:49:23.365Z] ---> 992d378778ec [2021-02-18T00:49:23.365Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:49:23.365Z] ---> Using cache [2021-02-18T00:49:23.365Z] ---> dc2809242522 [2021-02-18T00:49:23.365Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:49:23.365Z] ---> Using cache [2021-02-18T00:49:23.365Z] ---> 4546a1cb02db [2021-02-18T00:49:23.365Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:49:23.365Z] ---> Using cache [2021-02-18T00:49:23.365Z] ---> d3fb319697d7 [2021-02-18T00:49:23.365Z] Step 6/21 : COPY go.mod . [2021-02-18T00:49:23.365Z] ---> Using cache [2021-02-18T00:49:23.365Z] ---> f17b10e4e2bf [2021-02-18T00:49:23.365Z] Step 7/21 : RUN go mod download [2021-02-18T00:49:23.365Z] ---> Using cache [2021-02-18T00:49:23.365Z] ---> 9105c786a3f4 [2021-02-18T00:49:23.365Z] Step 8/21 : COPY . . [2021-02-18T00:49:23.365Z] ---> Using cache [2021-02-18T00:49:23.365Z] ---> 16dd5a141d8e [2021-02-18T00:49:23.365Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:49:23.969Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:49:23.969Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:49:23.969Z] ---> 992d378778ec [2021-02-18T00:49:23.969Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:49:23.969Z] ---> Using cache [2021-02-18T00:49:23.969Z] ---> dc2809242522 [2021-02-18T00:49:23.969Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:49:23.969Z] ---> Using cache [2021-02-18T00:49:23.969Z] ---> 4546a1cb02db [2021-02-18T00:49:23.969Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:49:24.270Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:49:24.270Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:49:24.270Z] ---> 992d378778ec [2021-02-18T00:49:24.270Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:49:24.270Z] ---> Using cache [2021-02-18T00:49:24.270Z] ---> dc2809242522 [2021-02-18T00:49:24.270Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:49:24.270Z] ---> Using cache [2021-02-18T00:49:24.270Z] ---> 4546a1cb02db [2021-02-18T00:49:24.270Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:49:24.270Z] ---> Using cache [2021-02-18T00:49:24.270Z] ---> d3fb319697d7 [2021-02-18T00:49:24.270Z] Step 6/30 : COPY go.mod . [2021-02-18T00:49:24.270Z] ---> Using cache [2021-02-18T00:49:24.270Z] ---> f17b10e4e2bf [2021-02-18T00:49:24.270Z] Step 7/30 : RUN go mod download [2021-02-18T00:49:24.270Z] ---> Using cache [2021-02-18T00:49:24.270Z] ---> 9105c786a3f4 [2021-02-18T00:49:24.270Z] Step 8/30 : COPY . . [2021-02-18T00:49:24.270Z] ---> Using cache [2021-02-18T00:49:24.270Z] ---> 16dd5a141d8e [2021-02-18T00:49:24.270Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:49:24.270Z] Running setup.py install for dockerpty: started [2021-02-18T00:49:24.589Z] ---> Running in 1476d03f99fc [2021-02-18T00:49:24.589Z] ---> Running in 6196d1a681ef [2021-02-18T00:49:24.589Z] ---> Running in 166b865d5c1c [2021-02-18T00:49:25.197Z] Removing intermediate container ab3436a95aa2 [2021-02-18T00:49:25.197Z] ---> 1d3068299832 [2021-02-18T00:49:25.197Z] Step 8/22 : COPY . . [2021-02-18T00:49:27.333Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:49:27.333Z] 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-18T00:49:27.333Z] 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-18T00:49:27.333Z] Running setup.py install for PyYAML: started [2021-02-18T00:49:27.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:28.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:29.582Z] OK: 217 MiB in 51 packages [2021-02-18T00:49:30.581Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:49:30.581Z] Running setup.py install for docopt: started [2021-02-18T00:49:32.615Z] Removing intermediate container 166b865d5c1c [2021-02-18T00:49:32.891Z] ---> 378bc2e820d7 [2021-02-18T00:49:32.891Z] Step 6/23 : COPY go.mod . [2021-02-18T00:49:33.174Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:49:33.174Z] Running setup.py install for texttable: started [2021-02-18T00:49:34.624Z] ---> 93f85fdc09f3 [2021-02-18T00:49:34.624Z] Step 7/23 : RUN go mod download [2021-02-18T00:49:34.901Z] ---> Running in dd6a335cdf73 [2021-02-18T00:49:35.898Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:49:37.351Z] 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-18T00:49:41.722Z] Removing intermediate container dd6a335cdf73 [2021-02-18T00:49:41.722Z] ---> 6510774c8ddd [2021-02-18T00:49:41.722Z] Step 8/23 : COPY . . [2021-02-18T00:49:45.151Z] Removing intermediate container bc742d8eef2d [2021-02-18T00:49:45.152Z] ---> c6f952fb0383 [2021-02-18T00:49:45.152Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:49:45.760Z] ---> Running in 3eea44564e94 [2021-02-18T00:49:48.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:48.408Z] ---> a127a29883c2 [2021-02-18T00:49:48.408Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T00:49:48.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:49:49.020Z] ---> Running in 1f11f0dda593 [2021-02-18T00:49:49.020Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:49:49.020Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:49:49.020Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:49:49.020Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:49:49.020Z] OK: 71 MiB in 58 packages [2021-02-18T00:49:51.666Z] 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-18T00:49:52.647Z] Removing intermediate container 3eea44564e94 [2021-02-18T00:49:52.647Z] ---> 8ee5111ce079 [2021-02-18T00:49:52.648Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:49:53.246Z] ---> Running in c9cde4f40fba [2021-02-18T00:49:53.850Z] Removing intermediate container c9cde4f40fba [2021-02-18T00:49:53.850Z] ---> 37ffe42ed78d [2021-02-18T00:49:53.850Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:49:54.128Z] ---> Running in 6112e2389630 [2021-02-18T00:49:55.120Z] Removing intermediate container 6112e2389630 [2021-02-18T00:49:55.120Z] ---> 1ffbaa8e2e98 [2021-02-18T00:49:55.120Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T00:49:55.394Z] ---> Running in e63899490b6b [2021-02-18T00:49:55.468Z] ---> 00f8b2736ac2 [2021-02-18T00:49:55.468Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications ---> 19270caf01a8 [2021-02-18T00:49:55.468Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:49:55.468Z] [2021-02-18T00:49:55.468Z] ---> d2e23498ed9d [2021-02-18T00:49:55.468Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:49:55.468Z] ---> Running in cad175997436 [2021-02-18T00:49:55.468Z] ---> Running in e7a2b34d9e83 [2021-02-18T00:49:55.468Z] ---> Running in ea3e0215bebe [2021-02-18T00:49:56.056Z] ---> f8b1d51094c0 [2021-02-18T00:49:56.056Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:49:56.378Z] Removing intermediate container e63899490b6b [2021-02-18T00:49:56.378Z] ---> 9c037c76b394 [2021-02-18T00:49:56.378Z] Step 25/26 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:49:56.703Z] ---> Running in dcb89202c385 [2021-02-18T00:49:56.977Z] ---> Running in 3ee9a781f599 [2021-02-18T00:49:57.959Z] Removing intermediate container 3ee9a781f599 [2021-02-18T00:49:57.959Z] ---> 6637ca835a35 [2021-02-18T00:49:57.959Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:49:57.959Z] ---> Running in 84b31d4c51da [2021-02-18T00:49:58.962Z] Removing intermediate container 84b31d4c51da [2021-02-18T00:49:58.962Z] ---> c658624d1abb [2021-02-18T00:49:58.962Z] [2021-02-18T00:49:59.117Z] 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-18T00:49:59.117Z] 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-18T00:49:59.117Z] 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-18T00:49:59.117Z] 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-18T00:49:59.959Z] Successfully built c658624d1abb [2021-02-18T00:49:59.959Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T00:50:06.737Z]  Building docker-sys-mgmt-agent-go ... done  ---> 8d52dadefdf2 [2021-02-18T00:50:06.737Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:50:06.737Z] ---> Running in 5407296c5f25 [2021-02-18T00:50:07.737Z] 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-18T00:50:34.615Z] 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-18T00:50:41.366Z] Removing intermediate container 6196d1a681ef [2021-02-18T00:50:41.366Z] ---> 2afbd10981f1 [2021-02-18T00:50:41.366Z] [2021-02-18T00:50:41.366Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:50:41.366Z] ---> afeebe901d6b [2021-02-18T00:50:41.366Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:50:41.644Z] ---> Running in 7275ca4b15ca [2021-02-18T00:50:42.258Z] Removing intermediate container 7275ca4b15ca [2021-02-18T00:50:42.535Z] ---> c4001df7378e [2021-02-18T00:50:42.535Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:50:42.813Z] ---> Running in 3d37e338c267 [2021-02-18T00:50:45.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:45.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:46.072Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:50:46.072Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:50:46.072Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:46.072Z] OK: 5 MiB in 16 packages [2021-02-18T00:50:47.530Z] Removing intermediate container 1476d03f99fc [2021-02-18T00:50:47.530Z] ---> 21ed33caf7c8 [2021-02-18T00:50:47.530Z] [2021-02-18T00:50:47.530Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:50:47.530Z] ---> afeebe901d6b [2021-02-18T00:50:47.530Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:50:47.530Z] ---> Running in 51b270c3474c [2021-02-18T00:50:48.149Z] Removing intermediate container 3d37e338c267 [2021-02-18T00:50:48.149Z] ---> 96840d4688af [2021-02-18T00:50:48.149Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:50:48.438Z] ---> Running in 5a6cd1a9b12a [2021-02-18T00:50:49.044Z] Removing intermediate container 5a6cd1a9b12a [2021-02-18T00:50:49.044Z] ---> 0a5ba7c75db5 [2021-02-18T00:50:49.044Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:50:49.321Z] ---> Running in d9669f55805b [2021-02-18T00:50:49.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:49.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:50.201Z] Removing intermediate container d9669f55805b [2021-02-18T00:50:50.201Z] ---> 6bf27f5e0ea3 [2021-02-18T00:50:50.201Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:50:50.476Z] ---> Running in a21296b6b7c6 [2021-02-18T00:50:50.476Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:50:50.476Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:50:50.756Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:50:50.756Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:50:50.756Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:50.756Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:50:51.037Z] OK: 7 MiB in 18 packages [2021-02-18T00:50:54.037Z] Removing intermediate container 51b270c3474c [2021-02-18T00:50:54.037Z] ---> e0bf06a0f71d [2021-02-18T00:50:54.037Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:50:54.323Z] ---> Running in 90ea9341ba97 [2021-02-18T00:50:54.639Z] Removing intermediate container a21296b6b7c6 [2021-02-18T00:50:54.639Z] ---> adf0c8d234c5 [2021-02-18T00:50:54.639Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:50:54.942Z] ---> Running in e3d4dca4631a [2021-02-18T00:50:55.226Z] Removing intermediate container 90ea9341ba97 [2021-02-18T00:50:55.226Z] ---> e9466bcfbc81 [2021-02-18T00:50:55.226Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:50:55.503Z] ---> Running in 8a54bc6443f5 [2021-02-18T00:50:55.784Z] Removing intermediate container e3d4dca4631a [2021-02-18T00:50:55.784Z] ---> ae04b410213f [2021-02-18T00:50:55.784Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:50:56.395Z] Removing intermediate container 8a54bc6443f5 [2021-02-18T00:50:56.395Z] ---> e681be8b21bd [2021-02-18T00:50:56.395Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:50:56.831Z] Removing intermediate container e7a2b34d9e83 [2021-02-18T00:50:56.831Z] ---> 10755f9e7f06 [2021-02-18T00:50:56.831Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:50:56.831Z] ---> Running in 4e60a83a4e52 [2021-02-18T00:50:56.831Z] 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-18T00:50:57.391Z] ---> b62ef12f64ea [2021-02-18T00:50:57.391Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:50:57.443Z] Removing intermediate container dcb89202c385 [2021-02-18T00:50:57.443Z] ---> 637422df2536 [2021-02-18T00:50:57.443Z] [2021-02-18T00:50:57.443Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:50:57.443Z] ---> 389fef711851 [2021-02-18T00:50:57.443Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:50:57.670Z] ---> 4e6fd31c4d10 [2021-02-18T00:50:57.670Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:50:57.670Z] ---> Running in a2d2d2962e2b [2021-02-18T00:50:57.798Z] Removing intermediate container cad175997436 [2021-02-18T00:50:57.798Z] ---> 2807888005f0 [2021-02-18T00:50:57.798Z] [2021-02-18T00:50:57.798Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:50:57.798Z] ---> 389fef711851 [2021-02-18T00:50:57.798Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:50:57.798Z] ---> Using cache [2021-02-18T00:50:57.798Z] ---> 322bb1b83fb3 [2021-02-18T00:50:57.798Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:50:57.798Z] ---> Using cache [2021-02-18T00:50:57.798Z] ---> 066bfca82457 [2021-02-18T00:50:57.798Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:50:59.015Z] ---> Running in 39c9cdf3af1e [2021-02-18T00:50:59.015Z] ---> Running in 3554f09317a5 [2021-02-18T00:51:00.346Z] ---> 46b3dec5c104 [2021-02-18T00:51:00.347Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:51:00.760Z] Removing intermediate container 39c9cdf3af1e [2021-02-18T00:51:00.760Z] ---> 93bc23250bae [2021-02-18T00:51:00.760Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:51:00.760Z] ---> Running in 1e972a09bd05 [2021-02-18T00:51:01.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:51:01.045Z] Removing intermediate container ea3e0215bebe [2021-02-18T00:51:01.045Z] ---> 611a83498693 [2021-02-18T00:51:01.045Z] [2021-02-18T00:51:01.045Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:51:01.045Z] ---> 389fef711851 [2021-02-18T00:51:01.045Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:51:01.045Z] ---> Using cache [2021-02-18T00:51:01.045Z] ---> 322bb1b83fb3 [2021-02-18T00:51:01.045Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:51:01.045Z] ---> Using cache [2021-02-18T00:51:01.045Z] ---> 066bfca82457 [2021-02-18T00:51:01.045Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:51:01.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:51:01.347Z] Removing intermediate container 4e60a83a4e52 [2021-02-18T00:51:01.347Z] ---> 83754f321772 [2021-02-18T00:51:01.347Z] [2021-02-18T00:51:01.347Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:51:01.347Z] ---> Running in 901568ddf68f [2021-02-18T00:51:01.347Z] Removing intermediate container 1e972a09bd05 [2021-02-18T00:51:01.347Z] ---> debb22aa09e6 [2021-02-18T00:51:01.347Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:51:02.050Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:51:02.050Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:51:02.050Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:51:02.050Z] 20.10.0: Pulling from library/docker [2021-02-18T00:51:02.050Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:51:02.050Z] Removing intermediate container 901568ddf68f [2021-02-18T00:51:02.050Z] ---> 95aaae84fdf1 [2021-02-18T00:51:02.050Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:51:02.050Z] OK: 6 MiB in 16 packages [2021-02-18T00:51:02.352Z] ---> c6e8ec499c4d [2021-02-18T00:51:02.352Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:51:02.352Z] Removing intermediate container a2d2d2962e2b [2021-02-18T00:51:02.352Z] ---> 2db13d009ac9 [2021-02-18T00:51:02.352Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:51:02.352Z] ---> Running in 3f8ccae0845a [2021-02-18T00:51:02.399Z] ---> Running in 8b5ff8c1a9dc [2021-02-18T00:51:02.399Z] ---> b134d5d042bf [2021-02-18T00:51:02.399Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:51:03.316Z] Removing intermediate container 8b5ff8c1a9dc [2021-02-18T00:51:03.316Z] ---> 2a996010f822 [2021-02-18T00:51:03.316Z] Step 15/23 : WORKDIR / [2021-02-18T00:51:03.316Z] ---> Running in d2728590ffd3 [2021-02-18T00:51:03.355Z] Removing intermediate container 3f8ccae0845a [2021-02-18T00:51:03.356Z] ---> b7b232af1d16 [2021-02-18T00:51:03.356Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:51:03.356Z] ---> Running in c50bf69fb5dd [2021-02-18T00:51:03.641Z] ---> b12a878a1f9d [2021-02-18T00:51:03.641Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:51:04.248Z] Removing intermediate container c50bf69fb5dd [2021-02-18T00:51:04.248Z] ---> 3ac4ba4d8553 [2021-02-18T00:51:04.248Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T00:51:04.853Z] ---> Running in b5c1af4ca490 [2021-02-18T00:51:05.018Z] Removing intermediate container 3554f09317a5 [2021-02-18T00:51:05.018Z] ---> 76421c9c1c98 [2021-02-18T00:51:05.018Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:51:05.018Z] Removing intermediate container d2728590ffd3 [2021-02-18T00:51:05.018Z] ---> a07e772d2866 [2021-02-18T00:51:05.018Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:51:05.464Z] Removing intermediate container b5c1af4ca490 [2021-02-18T00:51:05.464Z] ---> c79cedd6ddc0 [2021-02-18T00:51:05.464Z] Step 20/21 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:51:05.742Z] ---> 438df320928e [2021-02-18T00:51:05.742Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:51:05.742Z] ---> Running in dde2b63dc6f1 [2021-02-18T00:51:05.803Z] ---> fdedc0d96b7e [2021-02-18T00:51:05.803Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:51:06.153Z] ---> Running in 2e0b2f00fd67 [2021-02-18T00:51:06.348Z] Removing intermediate container dde2b63dc6f1 [2021-02-18T00:51:06.348Z] ---> 31a960d70d4e [2021-02-18T00:51:06.348Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:51:06.507Z] ---> aab254fd87bb [2021-02-18T00:51:06.507Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:51:06.626Z] ---> Running in 3eb91b2e8b96 [2021-02-18T00:51:06.806Z] Removing intermediate container 2e0b2f00fd67 [2021-02-18T00:51:06.806Z] ---> 1ae09e0ebf14 [2021-02-18T00:51:06.806Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:51:06.806Z] ---> Running in 2d85ad834cbb [2021-02-18T00:51:06.906Z] ---> a49bebf71966 [2021-02-18T00:51:06.907Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:51:07.121Z] ---> b2817088350e [2021-02-18T00:51:07.121Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:51:07.856Z] ---> Running in 6e51fa3d7015 [2021-02-18T00:51:07.903Z] Removing intermediate container 3eb91b2e8b96 [2021-02-18T00:51:07.903Z] ---> e5f48af66a7c [2021-02-18T00:51:07.903Z] [2021-02-18T00:51:08.140Z] Removing intermediate container 2d85ad834cbb [2021-02-18T00:51:08.140Z] ---> b2025c308f16 [2021-02-18T00:51:08.140Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:51:08.140Z] ---> cb5ade1d9a89 [2021-02-18T00:51:08.140Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:51:08.180Z] Successfully built e5f48af66a7c [2021-02-18T00:51:08.181Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T00:51:08.443Z] ---> Running in a8140d2d03c4 [2021-02-18T00:51:08.462Z]  Building docker-security-proxy-setup-go ... done  ---> cf376d9cdd2a [2021-02-18T00:51:08.462Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:51:08.736Z] ---> Running in 3b4bf91000a3 [2021-02-18T00:51:08.823Z] Removing intermediate container 6e51fa3d7015 [2021-02-18T00:51:08.823Z] ---> 1f32d501de23 [2021-02-18T00:51:08.823Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:51:09.167Z] ---> Running in 11e56280c416 [2021-02-18T00:51:09.167Z] ---> e754c847002a [2021-02-18T00:51:09.167Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:51:09.545Z] Removing intermediate container a8140d2d03c4 [2021-02-18T00:51:09.545Z] ---> 9cd1590a2f6a [2021-02-18T00:51:09.545Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:51:09.545Z] ---> Running in 4c4c5fd146ed [2021-02-18T00:51:09.727Z] Removing intermediate container 3b4bf91000a3 [2021-02-18T00:51:09.727Z] ---> c50f3d0e9d45 [2021-02-18T00:51:09.727Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:51:10.080Z] Removing intermediate container 11e56280c416 [2021-02-18T00:51:10.080Z] ---> 7f3c51ffe109 [2021-02-18T00:51:10.080Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:51:10.385Z] ---> 9a8bef3c97ce [2021-02-18T00:51:10.385Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:51:10.385Z] ---> Running in 432f0544a326 [2021-02-18T00:51:10.385Z] Removing intermediate container 4c4c5fd146ed [2021-02-18T00:51:10.385Z] ---> 05c2bf529559 [2021-02-18T00:51:10.385Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:51:10.672Z] ---> Running in d385e986ac78 [2021-02-18T00:51:10.713Z] ---> 1c0581c0f4f7 [2021-02-18T00:51:10.713Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:51:10.992Z] Removing intermediate container 432f0544a326 [2021-02-18T00:51:10.992Z] ---> e102871ac850 [2021-02-18T00:51:10.992Z] Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:51:11.309Z] ---> Running in 0ab26328b345 [2021-02-18T00:51:12.160Z] ---> Running in 3c7bea6be4cf [2021-02-18T00:51:12.161Z] Removing intermediate container d385e986ac78 [2021-02-18T00:51:12.161Z] ---> 8e9ba12b2f3e [2021-02-18T00:51:12.161Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:51:12.161Z] ---> aec631f5cfba [2021-02-18T00:51:12.161Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:51:12.161Z] ---> Running in 171ba06e14c4 [2021-02-18T00:51:13.027Z] Removing intermediate container 3c7bea6be4cf [2021-02-18T00:51:13.027Z] ---> 25649f6a2e7c [2021-02-18T00:51:13.027Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:51:13.027Z] Removing intermediate container 171ba06e14c4 [2021-02-18T00:51:13.027Z] ---> 327c752c8656 [2021-02-18T00:51:13.027Z] Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:51:13.422Z] ---> Running in 66bc74978064 [2021-02-18T00:51:13.422Z] ---> Running in 25bff2120005 [2021-02-18T00:51:15.300Z] Removing intermediate container 0ab26328b345 [2021-02-18T00:51:15.300Z] ---> ae08e87b5fbc [2021-02-18T00:51:15.300Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:51:15.382Z] ---> c31026a024a5 [2021-02-18T00:51:15.382Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:51:15.382Z] ---> Running in 12464d7174b2 [2021-02-18T00:51:15.382Z] Removing intermediate container 66bc74978064 [2021-02-18T00:51:15.382Z] ---> 4192c1a3a776 [2021-02-18T00:51:15.382Z] [2021-02-18T00:51:15.382Z] Removing intermediate container 25bff2120005 [2021-02-18T00:51:15.382Z] ---> c131d50c1c78 [2021-02-18T00:51:15.382Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:51:15.382Z] ---> Running in 4c09a9c3c58c [2021-02-18T00:51:15.382Z] Removing intermediate container 12464d7174b2 [2021-02-18T00:51:15.382Z] ---> 279f2343dd6c [2021-02-18T00:51:15.382Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:51:15.382Z] ---> Running in 53b282ec7c24 [2021-02-18T00:51:15.658Z] Removing intermediate container 4c09a9c3c58c [2021-02-18T00:51:15.658Z] ---> bbee7905aa72 [2021-02-18T00:51:15.658Z] [2021-02-18T00:51:15.658Z] Successfully built 4192c1a3a776 [2021-02-18T00:51:15.917Z] ---> Running in 67f8e9a76fe9 [2021-02-18T00:51:15.944Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T00:51:16.233Z]  Building docker-support-scheduler-go ... done Removing intermediate container 53b282ec7c24 [2021-02-18T00:51:16.233Z] ---> 366ba10deb6f [2021-02-18T00:51:16.233Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:51:16.233Z] Successfully built bbee7905aa72 [2021-02-18T00:51:16.525Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T00:51:16.525Z]  Building docker-core-metadata-go ... done  ---> Running in 3477d0c67fbe [2021-02-18T00:51:16.560Z] Removing intermediate container 67f8e9a76fe9 [2021-02-18T00:51:16.560Z] ---> 499490d39940 [2021-02-18T00:51:16.560Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:51:16.560Z] Removing intermediate container 1f11f0dda593 [2021-02-18T00:51:16.560Z] ---> 184c11050b84 [2021-02-18T00:51:16.560Z] [2021-02-18T00:51:16.560Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:51:16.560Z] ---> afeebe901d6b [2021-02-18T00:51:16.560Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:51:16.884Z] ---> Running in c92f075578b2 [2021-02-18T00:51:17.187Z] ---> Running in a0a8cc3cb613 [2021-02-18T00:51:17.587Z] Removing intermediate container 3477d0c67fbe [2021-02-18T00:51:17.588Z] ---> 3c7ce4c110fc [2021-02-18T00:51:17.588Z] Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:51:17.588Z] ---> Running in c67813b40aea [2021-02-18T00:51:17.801Z] Removing intermediate container a0a8cc3cb613 [2021-02-18T00:51:17.801Z] ---> 05d5bbda0c8e [2021-02-18T00:51:17.801Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T00:51:18.083Z] ---> Running in 4e985bfad1b7 [2021-02-18T00:51:18.192Z] Removing intermediate container c67813b40aea [2021-02-18T00:51:18.192Z] ---> 14e46293706f [2021-02-18T00:51:18.192Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:51:18.192Z] ---> Running in 1244d0572170 [2021-02-18T00:51:18.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:18.461Z] Removing intermediate container 1244d0572170 [2021-02-18T00:51:18.461Z] ---> 8a52fb207d0e [2021-02-18T00:51:18.461Z] [2021-02-18T00:51:18.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:18.637Z] Removing intermediate container 4e985bfad1b7 [2021-02-18T00:51:18.637Z] ---> 33d11f458929 [2021-02-18T00:51:18.637Z] Step 29/30 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:51:18.747Z] Successfully built 8a52fb207d0e [2021-02-18T00:51:18.913Z] ---> Running in cf2514db1ede [2021-02-18T00:51:19.038Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T00:51:19.194Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:51:19.194Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:51:19.194Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:51:19.194Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:51:19.359Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:51:19.359Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:51:19.359Z] ---> aefe523efa57 [2021-02-18T00:51:19.359Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:51:19.359Z] ---> Running in c176d54f0797 [2021-02-18T00:51:19.467Z] OK: 6 MiB in 16 packages [2021-02-18T00:51:19.742Z] Removing intermediate container cf2514db1ede [2021-02-18T00:51:19.742Z] ---> 3eeb04984e4e [2021-02-18T00:51:19.742Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:51:20.020Z] ---> Running in 2e36bfa9df07 [2021-02-18T00:51:20.612Z] Removing intermediate container 2e36bfa9df07 [2021-02-18T00:51:20.612Z] ---> caf80ca76012 [2021-02-18T00:51:20.612Z] [2021-02-18T00:51:20.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:51:20.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:51:21.207Z] Successfully built caf80ca76012 [2021-02-18T00:51:21.212Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:51:21.212Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:51:21.212Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:51:21.212Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:51:21.212Z] OK: 12 MiB in 22 packages [2021-02-18T00:51:21.481Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T00:51:21.755Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container c92f075578b2 [2021-02-18T00:51:21.755Z] ---> 919602e05384 [2021-02-18T00:51:21.755Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:51:22.025Z] ---> Running in 5167ca256810 [2021-02-18T00:51:22.415Z] Removing intermediate container c176d54f0797 [2021-02-18T00:51:22.415Z] ---> f05377c47571 [2021-02-18T00:51:22.415Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:51:22.415Z] ---> Running in 37828ef109c2 [2021-02-18T00:51:22.620Z] Removing intermediate container 5167ca256810 [2021-02-18T00:51:22.620Z] ---> d54e15c2727f [2021-02-18T00:51:22.620Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:51:22.698Z] Removing intermediate container 37828ef109c2 [2021-02-18T00:51:22.698Z] ---> cb3c23bc9080 [2021-02-18T00:51:22.698Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:51:22.698Z] ---> Running in cf4af46993e5 [2021-02-18T00:51:22.900Z] ---> Running in 35696e8b6adc [2021-02-18T00:51:22.970Z] Removing intermediate container cf4af46993e5 [2021-02-18T00:51:22.970Z] ---> 02e3916ab4e9 [2021-02-18T00:51:22.970Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:51:23.255Z] ---> Running in 277a9f3a6a96 [2021-02-18T00:51:23.534Z] Removing intermediate container 35696e8b6adc [2021-02-18T00:51:23.534Z] ---> 1490efbc247a [2021-02-18T00:51:23.534Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:51:23.534Z] ---> Running in 5175114b9224 [2021-02-18T00:51:24.132Z] Removing intermediate container 5175114b9224 [2021-02-18T00:51:24.132Z] ---> 5882a1e93db5 [2021-02-18T00:51:24.132Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:51:24.725Z] ---> 7498a6400a33 [2021-02-18T00:51:24.725Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:51:25.299Z] Removing intermediate container 277a9f3a6a96 [2021-02-18T00:51:25.299Z] ---> 9d297b647363 [2021-02-18T00:51:25.299Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:51:26.156Z] ---> 645fe336dec5 [2021-02-18T00:51:26.156Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:51:26.164Z] ---> 8bc5295d7afa [2021-02-18T00:51:26.164Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:51:26.751Z] ---> 7ad3ba7cae6c [2021-02-18T00:51:26.751Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:51:27.028Z] ---> Running in b08d2886d867 [2021-02-18T00:51:27.714Z] ---> ce1d421b618a [2021-02-18T00:51:27.714Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:51:28.012Z] Removing intermediate container b08d2886d867 [2021-02-18T00:51:28.012Z] ---> c201d2e9c0db [2021-02-18T00:51:28.012Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:51:28.012Z] ---> Running in 15e2ccb9f71c [2021-02-18T00:51:28.022Z] ---> 226f63abf277 [2021-02-18T00:51:28.023Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:51:28.023Z] ---> Running in c8620496241f [2021-02-18T00:51:28.987Z] Removing intermediate container 15e2ccb9f71c [2021-02-18T00:51:28.987Z] ---> ae3f11ef8b4a [2021-02-18T00:51:28.987Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:51:28.987Z] Removing intermediate container 5407296c5f25 [2021-02-18T00:51:28.987Z] ---> 78faee861e6f [2021-02-18T00:51:28.987Z] [2021-02-18T00:51:28.987Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:51:28.987Z] ---> afeebe901d6b [2021-02-18T00:51:28.987Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:51:28.987Z] ---> Running in 758736b81d46 [2021-02-18T00:51:29.259Z] ---> Running in eb9f7b192f7c [2021-02-18T00:51:29.536Z] Removing intermediate container 758736b81d46 [2021-02-18T00:51:29.536Z] ---> 756cbf2536bd [2021-02-18T00:51:29.536Z] Step 21/22 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:51:29.536Z] Removing intermediate container eb9f7b192f7c [2021-02-18T00:51:29.536Z] ---> 67a4c16da01f [2021-02-18T00:51:29.536Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:51:29.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:51:29.808Z] ---> Running in c1e3fdf03255 [2021-02-18T00:51:29.808Z] ---> Running in cbe12b721662 [2021-02-18T00:51:29.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:51:30.079Z] Removing intermediate container c1e3fdf03255 [2021-02-18T00:51:30.079Z] ---> 10e426a2e0f7 [2021-02-18T00:51:30.079Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:51:30.181Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:51:30.181Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:51:30.181Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:51:30.181Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:51:30.181Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:51:30.181Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:51:30.181Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:51:30.351Z] Removing intermediate container cbe12b721662 [2021-02-18T00:51:30.352Z] ---> d52a8f337a13 [2021-02-18T00:51:30.352Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:51:30.352Z] ---> Running in 97dd3643d1a7 [2021-02-18T00:51:30.626Z] ---> Running in 31ce35c05456 [2021-02-18T00:51:30.898Z] Removing intermediate container 97dd3643d1a7 [2021-02-18T00:51:30.898Z] ---> 4e3276e5d38d [2021-02-18T00:51:30.898Z] [2021-02-18T00:51:31.172Z] Removing intermediate container 31ce35c05456 [2021-02-18T00:51:31.172Z] ---> 5919dab8e974 [2021-02-18T00:51:31.172Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:51:31.172Z] Successfully built 4e3276e5d38d [2021-02-18T00:51:31.172Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T00:51:31.445Z]  Building docker-support-notifications-go ... done  ---> Running in e57ef0fc683f [2021-02-18T00:51:31.719Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:51:31.719Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:51:31.719Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:51:31.719Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:51:31.719Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:51:31.719Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:51:31.719Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:51:31.719Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:51:31.719Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:51:31.719Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:51:31.719Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:51:31.719Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:51:31.719Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:51:31.719Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:51:31.719Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:51:31.719Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:51:31.719Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:51:32.004Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:51:32.004Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:51:32.004Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:51:32.004Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:51:32.004Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:51:32.004Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:51:32.004Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:51:32.004Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:51:32.004Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:51:32.004Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:51:32.004Z] OK: 71 MiB in 55 packages [2021-02-18T00:51:33.417Z] Removing intermediate container e57ef0fc683f [2021-02-18T00:51:33.417Z] ---> 138ab342e79c [2021-02-18T00:51:33.417Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:51:33.417Z] ---> Running in fd0e7f9e2b8c [2021-02-18T00:51:34.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:35.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:38.808Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:51:38.808Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:51:38.808Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:51:38.808Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:51:39.785Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:51:40.054Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:51:40.325Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:51:40.325Z] OK: 8 MiB in 20 packages [2021-02-18T00:51:41.751Z] Removing intermediate container fd0e7f9e2b8c [2021-02-18T00:51:41.751Z] ---> 1bf0f728370d [2021-02-18T00:51:41.751Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:51:42.345Z] ---> 6222d7c78087 [2021-02-18T00:51:42.345Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:51:42.351Z] Removing intermediate container c8620496241f [2021-02-18T00:51:42.351Z] ---> c8c4923ed29f [2021-02-18T00:51:42.351Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:51:42.351Z] ---> Running in 95be6a001b9e [2021-02-18T00:51:43.803Z] ---> fe0263bd6525 [2021-02-18T00:51:43.803Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:51:44.077Z] ---> 56455fd59aa0 [2021-02-18T00:51:44.077Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:51:44.353Z] ---> Running in 9225c921a2c9 [2021-02-18T00:51:44.947Z] Removing intermediate container 9225c921a2c9 [2021-02-18T00:51:44.947Z] ---> 95ca0a27d433 [2021-02-18T00:51:44.947Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:51:44.947Z] ---> Running in bdbeb68916a5 [2021-02-18T00:51:45.011Z] Collecting docker-compose==1.23.2 [2021-02-18T00:51:45.222Z] Removing intermediate container bdbeb68916a5 [2021-02-18T00:51:45.222Z] ---> ebfdc2361987 [2021-02-18T00:51:45.222Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:51:45.310Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:51:45.492Z] ---> Running in 55e38f7d4833 [2021-02-18T00:51:45.636Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:51:45.636Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:51:45.636Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:51:45.636Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:51:46.083Z] Removing intermediate container 55e38f7d4833 [2021-02-18T00:51:46.083Z] ---> 25a8a51e05d3 [2021-02-18T00:51:46.083Z] Step 22/23 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:51:46.083Z] ---> Running in 78306a41d188 [2021-02-18T00:51:46.677Z] Removing intermediate container 78306a41d188 [2021-02-18T00:51:46.677Z] ---> d8d376c9dec5 [2021-02-18T00:51:46.677Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:51:46.677Z] ---> Running in c446340e07e9 [2021-02-18T00:51:46.950Z] Removing intermediate container c446340e07e9 [2021-02-18T00:51:46.950Z] ---> 024c5171d94f [2021-02-18T00:51:46.950Z] [2021-02-18T00:51:47.191Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:51:47.191Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:51:47.543Z] Successfully built 024c5171d94f [2021-02-18T00:51:47.543Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T00:51:47.839Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-18T00:51:47.851Z] $ docker stop --time=1 e75103252c64328aae97de27cbf7443d1aa242208f227030857a1737d0a43362 [2021-02-18T00:51:48.966Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:51:48.966Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:51:48.966Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:51:48.966Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:51:49.343Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:51:49.343Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:51:49.734Z] 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-18T00:51:49.836Z] $ docker rm -f e75103252c64328aae97de27cbf7443d1aa242208f227030857a1737d0a43362 [2021-02-18T00:51:50.023Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:51:50.023Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:51:50.023Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:51:50.023Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:51:50.611Z] + docker images+ [2021-02-18T00:51:50.611Z] grep docker [2021-02-18T00:51:50.884Z] docker-core-data-go-arm64 latest 024c5171d94f 4 seconds ago 21MB [2021-02-18T00:51:50.884Z] docker-support-notifications-go-arm64 latest 4e3276e5d38d 20 seconds ago 16.7MB [2021-02-18T00:51:50.884Z] docker-security-bootstrapper-go-arm64 latest caf80ca76012 30 seconds ago 17MB [2021-02-18T00:51:50.884Z] docker-security-proxy-setup-go-arm64 latest e5f48af66a7c 43 seconds ago 23.2MB [2021-02-18T00:51:50.884Z] docker-sys-mgmt-agent-go-arm64 latest c658624d1abb About a minute ago 300MB [2021-02-18T00:51:50.884Z] docker-core-metadata-go-arm64 latest 0496aecf387c 3 minutes ago 17.8MB [2021-02-18T00:51:50.884Z] docker-support-scheduler-go-arm64 latest 97d1711b446f 3 minutes ago 16.1MB [2021-02-18T00:51:50.884Z] docker-core-command-go-arm64 latest 70b65c0a8ccc 3 minutes ago 16MB [2021-02-18T00:51:50.884Z] docker-security-secretstore-setup-go-arm64 latest e23971aa858c 3 minutes ago 23.4MB [2021-02-18T00:51:50.884Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-18T00:51:51.005Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:51:51.005Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-02-18T00:51:51.355Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:51:51.355Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-18T00:51:51.665Z] 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-18T00:51:51.665Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:51:51.665Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:51:51.665Z] 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-18T00:51:51.665Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:51:51.665Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:51:51.665Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:51:51.665Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:51:51.665Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:51:51.665Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-02-18T00:51:51.946Z] Installing collected packages: cached-property, docopt, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, jsonschema, docker-compose [Pipeline] // stage [Pipeline] } [2021-02-18T00:51:52.235Z] Running setup.py install for docopt: started [2021-02-18T00:51:53.265Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:51:53.265Z] Running setup.py install for PyYAML: started [2021-02-18T00:51:54.758Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:51:55.051Z] Attempting uninstall: urllib3 [2021-02-18T00:51:55.051Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:51:55.051Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:51:55.051Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:51:55.332Z] Attempting uninstall: idna [2021-02-18T00:51:55.332Z] Found existing installation: idna 2.9 [2021-02-18T00:51:55.332Z] Uninstalling idna-2.9: [2021-02-18T00:51:55.332Z] Successfully uninstalled idna-2.9 [2021-02-18T00:51:55.947Z] Attempting uninstall: requests [2021-02-18T00:51:55.947Z] Found existing installation: requests 2.23.0 [2021-02-18T00:51:55.947Z] Uninstalling requests-2.23.0: [2021-02-18T00:51:55.947Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:51:56.555Z] Running setup.py install for texttable: started [2021-02-18T00:51:57.257Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:51:57.257Z] Running setup.py install for dockerpty: started [2021-02-18T00:51:58.377Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:51:59.140Z] 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-18T00:52:03.721Z] Removing intermediate container 95be6a001b9e [2021-02-18T00:52:03.721Z] ---> 321e8e2ce78a [2021-02-18T00:52:03.721Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:52:03.721Z] ---> Running in 1cec395f15c7 [2021-02-18T00:52:05.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:52:05.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:52:06.008Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:52:06.009Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:52:06.009Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:52:06.009Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:52:06.009Z] OK: 72 MiB in 58 packages [2021-02-18T00:52:07.500Z] Removing intermediate container 1cec395f15c7 [2021-02-18T00:52:07.500Z] ---> c0ed3f96d2e5 [2021-02-18T00:52:07.500Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:52:07.500Z] ---> Running in 6f9c2a6390d0 [2021-02-18T00:52:07.781Z] Removing intermediate container 6f9c2a6390d0 [2021-02-18T00:52:07.781Z] ---> 4b7c50834d06 [2021-02-18T00:52:07.781Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:52:07.781Z] ---> Running in 94c000af71e6 [2021-02-18T00:52:08.759Z] Removing intermediate container 94c000af71e6 [2021-02-18T00:52:08.759Z] ---> 2e851e6bdccf [2021-02-18T00:52:08.759Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T00:52:08.759Z] ---> Running in 48c27d19bf77 [2021-02-18T00:52:09.064Z] Removing intermediate container 48c27d19bf77 [2021-02-18T00:52:09.064Z] ---> c39d9aff0884 [2021-02-18T00:52:09.064Z] Step 25/26 : LABEL git_sha=7353095aee73c78019a4fb8d661452a8e1792ede [2021-02-18T00:52:09.064Z] ---> Running in 271b69ab2a64 [2021-02-18T00:52:09.709Z] Removing intermediate container 271b69ab2a64 [2021-02-18T00:52:09.709Z] ---> c2c700a5c3d5 [2021-02-18T00:52:09.709Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:52:09.709Z] ---> Running in 0c3fb99c6345 [2021-02-18T00:52:09.985Z] Removing intermediate container 0c3fb99c6345 [2021-02-18T00:52:09.985Z] ---> e49e4b42e034 [2021-02-18T00:52:09.985Z] [2021-02-18T00:52:10.582Z] Successfully built e49e4b42e034 [2021-02-18T00:52:10.582Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T00:52:11.671Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T00:52:11.727Z] $ docker stop --time=1 c2f35f75cc88da10e73f076a0940960ba864f25f1fc040d2d209f7cbee84afaa [2021-02-18T00:52:13.894Z] $ docker rm -f c2f35f75cc88da10e73f076a0940960ba864f25f1fc040d2d209f7cbee84afaa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:52:14.662Z] + grep docker [2021-02-18T00:52:14.662Z] + docker images [2021-02-18T00:52:16.127Z] docker-sys-mgmt-agent-go latest e49e4b42e034 6 seconds ago 313MB [2021-02-18T00:52:16.127Z] docker-support-notifications-go latest 8a52fb207d0e 57 seconds ago 17.6MB [2021-02-18T00:52:16.127Z] docker-core-metadata-go latest bbee7905aa72 About a minute ago 18.8MB [2021-02-18T00:52:16.127Z] docker-support-scheduler-go latest 4192c1a3a776 About a minute ago 17MB [2021-02-18T00:52:16.127Z] docker-security-bootstrapper-go latest 782778da3279 4 minutes ago 18MB [2021-02-18T00:52:16.127Z] docker-security-secretstore-setup-go latest 3215e28aa706 4 minutes ago 24.6MB [2021-02-18T00:52:16.127Z] docker-core-data-go latest 7debd984c3ae 4 minutes ago 22.3MB [2021-02-18T00:52:16.127Z] docker-security-proxy-setup-go latest 4747e2d7b227 4 minutes ago 24.4MB [2021-02-18T00:52:16.127Z] docker-core-command-go latest 122177d56922 4 minutes ago 16.9MB [2021-02-18T00:52:16.127Z] docker 20.10.0 aefe523efa57 2 months 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-18T00:52:32.563Z] Still waiting to schedule task [2021-02-18T00:52:32.563Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T00:53:20.364Z] Running on prd-ubuntu18.04-docker-8c-8g-26751 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-18T00:53:20.426Z] Running in /w/workspace/edgex-go/65 [Pipeline] { [Pipeline] checkout [2021-02-18T00:53:22.601Z] using credential edgex-jenkins-ssh [2021-02-18T00:53:22.657Z] Cloning the remote Git repository [2021-02-18T00:53:22.683Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:53:22.755Z] > git init /w/workspace/edgex-go/65 # timeout=10 [2021-02-18T00:53:22.784Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:53:22.784Z] > git --version # timeout=10 [2021-02-18T00:53:22.790Z] > git --version # 'git version 2.17.1' [2021-02-18T00:53:22.791Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:53:22.816Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:53:28.850Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-18T00:53:28.192Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:53:28.202Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:53:28.212Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:53:28.223Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:53:28.223Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:53:28.227Z] > 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-18T00:53:28.861Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:53:28.866Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-18T00:53:28.941Z] > git remote # timeout=10 [2021-02-18T00:53:28.949Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:53:28.959Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:53:28.964Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:53:29.147Z] Merge succeeded, producing 5f51f553a98d7e49647d92bb5c5dd3fa4d6afea9 [2021-02-18T00:53:29.148Z] Checking out Revision 5f51f553a98d7e49647d92bb5c5dd3fa4d6afea9 (PR-2858) [2021-02-18T00:53:29.145Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:53:29.154Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:53:29.158Z] > git checkout -f 5f51f553a98d7e49647d92bb5c5dd3fa4d6afea9 # timeout=10 [2021-02-18T00:53:32.802Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [2021-02-18T00:53:32.812Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:53:32.810Z] > git rev-list --no-walk f534e5f9d04b017a9fc5fe287232a3a1cbef38dc # timeout=10 [2021-02-18T00:53:33.977Z] + echo snap-build.sh [2021-02-18T00:53:33.978Z] snap-build.sh [2021-02-18T00:53:33.978Z] + SNAP_BASE_DIR=. [2021-02-18T00:53:33.978Z] + '[' '!' -z /w/workspace/edgex-go/65 ']' [2021-02-18T00:53:33.978Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/65 [2021-02-18T00:53:33.978Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/65]' [2021-02-18T00:53:33.978Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/65] [2021-02-18T00:53:33.978Z] + cd /w/workspace/edgex-go/65 [2021-02-18T00:53:33.978Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T00:53:33.978Z] Reading package lists... [2021-02-18T00:53:34.242Z] Building dependency tree... [2021-02-18T00:53:34.242Z] Reading state information... [2021-02-18T00:53:34.504Z] The following packages were automatically installed and are no longer required: [2021-02-18T00:53:34.504Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T00:53:34.504Z] uidmap xdelta3 [2021-02-18T00:53:34.504Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T00:53:34.504Z] The following packages will be REMOVED: [2021-02-18T00:53:34.504Z] lxd* lxd-client* [2021-02-18T00:53:35.078Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T00:53:35.078Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T00:53:35.865Z] (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-18T00:53:35.865Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:53:36.818Z] Removing lxd dnsmasq configuration [2021-02-18T00:53:36.818Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:53:36.818Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T00:53:37.773Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T00:53:38.034Z] (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-18T00:53:38.034Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:53:38.984Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T00:53:39.245Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T00:53:40.648Z] + sudo snap remove --purge lxd [2021-02-18T00:53:40.648Z] snap "lxd" is not installed [2021-02-18T00:53:40.648Z] + sudo groupadd --force --system lxd [2021-02-18T00:53:40.910Z] ++ whoami [2021-02-18T00:53:40.910Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T00:53:40.910Z] + newgrp - lxd [2021-02-18T00:53:40.910Z] + sudo snap install lxd [2021-02-18T00:53:49.063Z] 2021-02-18T00:53:47Z INFO Waiting for automatic snapd restart... [2021-02-18T00:54:07.206Z] lxd 4.11 from Canonical* installed [2021-02-18T00:54:07.206Z] + sudo lxd init --auto [2021-02-18T00:54:13.803Z] + sudo snap install --classic snapcraft [2021-02-18T00:54:19.101Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T00:54:19.101Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T00:54:19.101Z] + patch --verbose -p1 [2021-02-18T00:54:19.101Z] Hmm... Looks like a unified diff to me... [2021-02-18T00:54:19.101Z] The text leading up to this was: [2021-02-18T00:54:19.101Z] -------------------------- [2021-02-18T00:54:19.101Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T00:54:19.101Z] |From: Tony Espy [2021-02-18T00:54:19.101Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T00:54:19.101Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T00:54:19.101Z] | [2021-02-18T00:54:19.101Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T00:54:19.101Z] |optimize the snap CI check run for pull requests. When [2021-02-18T00:54:19.101Z] |applied, it essentially strips out everything (apps and [2021-02-18T00:54:19.101Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T00:54:19.101Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T00:54:19.101Z] |catch changes to edgex-go that break the snap build. [2021-02-18T00:54:19.101Z] | [2021-02-18T00:54:19.101Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T00:54:19.101Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T00:54:19.101Z] |resulting in a failed snap build CI check in the associated [2021-02-18T00:54:19.101Z] |pull request. [2021-02-18T00:54:19.101Z] | [2021-02-18T00:54:19.101Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T00:54:19.101Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T00:54:19.101Z] |need to build the finally binary .snap file (and it won't [2021-02-18T00:54:19.101Z] |work with the patch applied). This further reduces the build [2021-02-18T00:54:19.101Z] |time. [2021-02-18T00:54:19.101Z] |--- [2021-02-18T00:54:19.101Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T00:54:19.101Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T00:54:19.101Z] | [2021-02-18T00:54:19.101Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T00:54:19.101Z] |index 1e537489..faf42425 100644 [2021-02-18T00:54:19.101Z] |--- a/snap/snapcraft.yaml [2021-02-18T00:54:19.101Z] |+++ b/snap/snapcraft.yaml [2021-02-18T00:54:19.101Z] -------------------------- [2021-02-18T00:54:19.101Z] patching file snap/snapcraft.yaml [2021-02-18T00:54:19.101Z] Using Plan A... [2021-02-18T00:54:19.101Z] Hunk #1 succeeded at 73. [2021-02-18T00:54:19.101Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T00:54:19.101Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T00:54:19.101Z] Hunk #4 FAILED at 222. [2021-02-18T00:54:19.101Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-18T00:54:19.101Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-18T00:54:19.101Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-18T00:54:19.101Z] Hunk #8 FAILED at 411. [2021-02-18T00:54:19.101Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-18T00:54:19.101Z] Hmm... Ignoring the trailing garbage. [2021-02-18T00:54:19.101Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T00:54:19.793Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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-18T00:54:22.231Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:54:23.362Z] ---> package-listing.sh [2021-02-18T00:54:23.362Z] ++ facter osfamily [2021-02-18T00:54:23.362Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T00:54:23.636Z] + OS_FAMILY=redhat [2021-02-18T00:54:23.636Z] + workspace=/w/workspace/edgex-go/65 [2021-02-18T00:54:23.636Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T00:54:23.636Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T00:54:23.636Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T00:54:23.636Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T00:54:23.636Z] + '[' /w/workspace/edgex-go/65 ']' [2021-02-18T00:54:23.636Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T00:54:23.636Z] + case "${OS_FAMILY}" in [2021-02-18T00:54:23.636Z] + rpm -qa [2021-02-18T00:54:23.636Z] + sort [2021-02-18T00:54:31.493Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T00:54:31.493Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T00:54:31.494Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T00:54:31.494Z] + '[' /w/workspace/edgex-go/65 ']' [2021-02-18T00:54:31.494Z] + mkdir -p /w/workspace/edgex-go/65/archives/ [2021-02-18T00:54:31.494Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/65/archives/ [Pipeline] echo [2021-02-18T00:54:31.513Z] 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/65/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T00:54:31.931Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:54:33.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:54:34.054Z] [2021-02-18T00:54:34.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:54:34.465Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:54:34.743Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T00:54:34.743Z] df20fa9351a1: Pulling fs layer [2021-02-18T00:54:34.743Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T00:54:34.743Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T00:54:34.743Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T00:54:34.743Z] 93b61091891f: Pulling fs layer [2021-02-18T00:54:34.743Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T00:54:34.743Z] 5e14af77c1be: Pulling fs layer [2021-02-18T00:54:34.743Z] 01666e4c0597: Pulling fs layer [2021-02-18T00:54:34.743Z] aa168da1d23b: Pulling fs layer [2021-02-18T00:54:34.743Z] 93b9cdb0e59b: Waiting [2021-02-18T00:54:34.743Z] 5e14af77c1be: Waiting [2021-02-18T00:54:34.743Z] 01666e4c0597: Waiting [2021-02-18T00:54:34.743Z] aa168da1d23b: Waiting [2021-02-18T00:54:34.743Z] 46f8f816bc3b: Waiting [2021-02-18T00:54:34.743Z] 93b61091891f: Waiting [2021-02-18T00:54:34.743Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T00:54:34.743Z] 36b3adc4ff6f: Download complete [2021-02-18T00:54:34.743Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T00:54:34.743Z] 46f8f816bc3b: Download complete [2021-02-18T00:54:35.076Z] 93b61091891f: Verifying Checksum [2021-02-18T00:54:35.076Z] 93b61091891f: Download complete [2021-02-18T00:54:35.076Z] df20fa9351a1: Verifying Checksum [2021-02-18T00:54:35.076Z] df20fa9351a1: Download complete [2021-02-18T00:54:35.355Z] 5e14af77c1be: Verifying Checksum [2021-02-18T00:54:35.355Z] 5e14af77c1be: Download complete [2021-02-18T00:54:35.355Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T00:54:35.355Z] 93b9cdb0e59b: Download complete [2021-02-18T00:54:35.355Z] 01666e4c0597: Verifying Checksum [2021-02-18T00:54:35.355Z] 01666e4c0597: Download complete [2021-02-18T00:54:35.936Z] df20fa9351a1: Pull complete [2021-02-18T00:54:36.579Z] 36b3adc4ff6f: Pull complete [2021-02-18T00:54:36.579Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T00:54:36.579Z] 8ad3a11d3b57: Download complete [2021-02-18T00:54:38.667Z] 8ad3a11d3b57: Pull complete [2021-02-18T00:54:39.001Z] 46f8f816bc3b: Pull complete [2021-02-18T00:54:41.010Z] 93b61091891f: Pull complete [2021-02-18T00:54:41.010Z] 93b9cdb0e59b: Pull complete [2021-02-18T00:54:41.634Z] aa168da1d23b: Verifying Checksum [2021-02-18T00:54:41.634Z] aa168da1d23b: Download complete [2021-02-18T00:54:41.913Z] 5e14af77c1be: Pull complete [2021-02-18T00:54:42.519Z] 01666e4c0597: Pull complete [2021-02-18T00:55:01.279Z] aa168da1d23b: Pull complete [2021-02-18T00:55:01.279Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T00:55:01.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:55:01.279Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T00:55:03.489Z] prd-centos7-docker-4c-2g-26737 does not seem to be running inside a container [2021-02-18T00:55:04.423Z] $ 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/65/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/65 -v /w/workspace/edgex-go/65:/w/workspace/edgex-go/65:rw,z -v /w/workspace/edgex-go/65@tmp:/w/workspace/edgex-go/65@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-18T00:55:07.771Z] $ docker top ae25ab4bd203ea5833a3f7baf03cc8cacb1e25604ab05c694e635ef7f1bb0c3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:55:09.163Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T00:55:09.561Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T00:55:10.858Z] + ls /var/log/sa-host [2021-02-18T00:55:10.858Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T00:55:10.858Z] file_magic: OK [2021-02-18T00:55:10.858Z] HZ: Using current value: 100 [2021-02-18T00:55:10.858Z] file_header: OK [2021-02-18T00:55:10.858Z] 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-18T00:55:10.858Z] Statistics: [2021-02-18T00:55:10.858Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T00:55:10.858Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T00:55:10.858Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T00:55:10.858Z] file_magic: OK [2021-02-18T00:55:10.858Z] HZ: Using current value: 100 [2021-02-18T00:55:10.858Z] file_header: OK [2021-02-18T00:55:10.858Z] 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-18T00:55:10.858Z] Statistics: [2021-02-18T00:55:10.858Z] Hnuu...uuuununununu... [2021-02-18T00:55:10.858Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T00:55:11.337Z] provisioning config files... [2021-02-18T00:55:11.407Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/65@tmp/config4436110817114755254tmp [Pipeline] { [Pipeline] echo [2021-02-18T00:55:11.575Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:55:12.622Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T00:55:12.641Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T00:55:12.762Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:55:13.895Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T00:55:13.925Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:55:15.097Z] ---> sudo-logs.sh [2021-02-18T00:55:15.097Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T00:55:15.156Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:55:15.588Z] ---> job-cost.sh [2021-02-18T00:55:15.886Z] lf-activate-venv: SKIPPING [2021-02-18T00:55:15.886Z] INFO: No Stack... [2021-02-18T00:55:16.983Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T00:55:17.623Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T00:55:17.649Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:55:18.820Z] ---> logs-deploy.sh [2021-02-18T00:55:18.820Z] lf-activate-venv: SKIPPING [2021-02-18T00:55:18.820Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/65 [2021-02-18T00:55:18.820Z] INFO: archiving workspace using pattern(s): [2021-02-18T00:55:21.494Z] Archives upload complete. [2021-02-18T00:55:21.494Z] INFO: archiving logs to Nexus