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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c4887d0c009f35026456fc1c8cef2ef56b2ea654 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-21425 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/44 [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/44 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c Checking out Revision 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c # timeout=10 Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T00:31:01.333Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T00:31:01.552Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T00:31:01.644Z] ========================================================= [2021-01-20T00:31:01.644Z] EdgeX Global Pipelines Version Info [2021-01-20T00:31:01.644Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:31:03.688Z] ------------------- [2021-01-20T00:31:03.688Z] stable info: [2021-01-20T00:31:03.688Z] ------------------- [2021-01-20T00:31:03.688Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:31:03.688Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:31:03.688Z] Message: update stable to v1.0.179 [2021-01-20T00:31:04.650Z] ------------------- [2021-01-20T00:31:04.650Z] experimental info: [2021-01-20T00:31:04.650Z] ------------------- [2021-01-20T00:31:04.650Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T00:31:04.650Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T00:31:04.650Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T00:31:04.950Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-20T00:31:05.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-20T00:31:05.126Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T00:31:05.221Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T00:31:05.310Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T00:31:05.394Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T00:31:05.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T00:31:05.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-20T00:31:05.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-20T00:31:05.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-20T00:31:05.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T00:31:05.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T00:31:05.998Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T00:31:06.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T00:31:06.218Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T00:31:06.306Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T00:31:06.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T00:31:06.489Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T00:31:06.575Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-20T00:31:06.659Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-20T00:31:06.742Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-20T00:31:06.833Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T00:31:06.917Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T00:31:07.000Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-01-20T00:31:07.089Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-01-20T00:31:07.181Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-01-20T00:31:07.262Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [Pipeline] echo [2021-01-20T00:31:07.355Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a0907c [Pipeline] echo [2021-01-20T00:31:07.473Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T00:31:07.647Z] provisioning config files... [2021-01-20T00:31:07.720Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/44@tmp/config6939156656397710267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:31:08.094Z] ---> docker-login.sh [2021-01-20T00:31:08.094Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:31:08.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:31:08.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:31:08.633Z] Configure a credential helper to remove this warning. See [2021-01-20T00:31:08.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:31:08.633Z] [2021-01-20T00:31:08.633Z] Login Succeeded [2021-01-20T00:31:08.633Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:31:08.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:31:08.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:31:08.633Z] Configure a credential helper to remove this warning. See [2021-01-20T00:31:08.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:31:08.633Z] [2021-01-20T00:31:08.633Z] Login Succeeded [2021-01-20T00:31:08.899Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:31:08.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:31:09.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:31:09.171Z] Configure a credential helper to remove this warning. See [2021-01-20T00:31:09.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:31:09.171Z] [2021-01-20T00:31:09.171Z] Login Succeeded [2021-01-20T00:31:09.171Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:31:09.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:31:09.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:31:09.171Z] Configure a credential helper to remove this warning. See [2021-01-20T00:31:09.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:31:09.171Z] [2021-01-20T00:31:09.171Z] Login Succeeded [2021-01-20T00:31:09.171Z] docker.io [2021-01-20T00:31:09.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:31:09.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:31:09.699Z] Configure a credential helper to remove this warning. See [2021-01-20T00:31:09.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:31:09.699Z] [2021-01-20T00:31:09.699Z] Login Succeeded [2021-01-20T00:31:09.699Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:31:09.713Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:31:10.205Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/core-command/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/core-data/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-20T00:31:10.205Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-20T00:31:10.205Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-20T00:31:10.205Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-20T00:31:10.205Z] ++ cut -d/ -f2 [2021-01-20T00:31:10.205Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-20T00:31:10.330Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-01-20T00:31:11.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:31:11.283Z] [2021-01-20T00:31:11.283Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:31:11.636Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:31:11.636Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T00:31:11.636Z] 31603596830f: Pulling fs layer [2021-01-20T00:31:11.636Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T00:31:11.636Z] 6ca5941a6612: Pulling fs layer [2021-01-20T00:31:11.636Z] ecc8261a40a4: Pulling fs layer [2021-01-20T00:31:11.636Z] ecc8261a40a4: Waiting [2021-01-20T00:31:11.636Z] 2a8b12db71e7: Verifying Checksum [2021-01-20T00:31:11.636Z] 2a8b12db71e7: Download complete [2021-01-20T00:31:11.911Z] 31603596830f: Verifying Checksum [2021-01-20T00:31:11.911Z] 31603596830f: Download complete [2021-01-20T00:31:11.911Z] ecc8261a40a4: Verifying Checksum [2021-01-20T00:31:11.911Z] ecc8261a40a4: Download complete [2021-01-20T00:31:12.178Z] 6ca5941a6612: Verifying Checksum [2021-01-20T00:31:12.178Z] 6ca5941a6612: Download complete [2021-01-20T00:31:12.452Z] 31603596830f: Pull complete [2021-01-20T00:31:12.452Z] 2a8b12db71e7: Pull complete [2021-01-20T00:31:13.931Z] 6ca5941a6612: Pull complete [2021-01-20T00:31:13.931Z] ecc8261a40a4: Pull complete [2021-01-20T00:31:13.931Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T00:31:13.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T00:31:13.931Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T00:31:14.084Z] prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container [2021-01-20T00:31:14.153Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T00:31:16.245Z] $ docker top bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T00:31:16.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:31:16.575Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:31:16.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:31:16.832Z] $ docker exec bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent [2021-01-20T00:31:17.030Z] SSH_AUTH_SOCK=/tmp/ssh-sUvPSzdjISBr/agent.12 [2021-01-20T00:31:17.030Z] SSH_AGENT_PID=17 [2021-01-20T00:31:17.046Z] Running ssh-add (command line suppressed) [2021-01-20T00:31:17.181Z] Identity added: /w/workspace/edgex-go/44@tmp/private_key_2382968751427314052.key (/w/workspace/edgex-go/44@tmp/private_key_2382968751427314052.key) [2021-01-20T00:31:17.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:31:17.589Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T00:31:17.618Z] $ docker exec --env ******** --env ******** bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent -k [2021-01-20T00:31:17.806Z] unset SSH_AUTH_SOCK; [2021-01-20T00:31:17.807Z] unset SSH_AGENT_PID; [2021-01-20T00:31:17.807Z] echo Agent pid 17 killed; [2021-01-20T00:31:17.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T00:31:18.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T00:31:18.131Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T00:31:18.371Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T00:31:18.382Z] $ docker exec bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent [2021-01-20T00:31:18.595Z] SSH_AUTH_SOCK=/tmp/ssh-3xyUkKyX2gbt/agent.47 [2021-01-20T00:31:18.595Z] SSH_AGENT_PID=52 [2021-01-20T00:31:18.603Z] Running ssh-add (command line suppressed) [2021-01-20T00:31:18.728Z] Identity added: /w/workspace/edgex-go/44@tmp/private_key_6372494910438373314.key (/w/workspace/edgex-go/44@tmp/private_key_6372494910438373314.key) [2021-01-20T00:31:18.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T00:31:19.142Z] + git semver init [2021-01-20T00:31:19.142Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T00:31:19.143Z] # $GIT_DIR = /w/workspace/edgex-go/44/.git [2021-01-20T00:31:19.143Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/44 [2021-01-20T00:31:19.143Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T00:31:19.143Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T00:31:19.143Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T00:31:19.143Z] # $SEMVER_BRANCH = PR-2858 [2021-01-20T00:31:19.143Z] # $SEMVER_TEMP = /tmp/semver-277720247 [2021-01-20T00:31:19.143Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-20T00:31:58.051Z] # '/tmp/semver-277720247' -> '/w/workspace/edgex-go/44/.semver' [2021-01-20T00:31:58.051Z] # -> Force: false [2021-01-20T00:31:58.051Z] # $SEMVER_DIR = /w/workspace/edgex-go/44/.semver [Pipeline] } [2021-01-20T00:31:58.072Z] $ docker exec --env ******** --env ******** bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 ssh-agent -k [2021-01-20T00:31:58.391Z] unset SSH_AUTH_SOCK; [2021-01-20T00:31:58.391Z] unset SSH_AGENT_PID; [2021-01-20T00:31:58.392Z] echo Agent pid 52 killed; [2021-01-20T00:31:58.512Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T00:31:59.236Z] + git semver [Pipeline] } [2021-01-20T00:31:59.267Z] $ docker stop --time=1 bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 [2021-01-20T00:32:01.150Z] $ docker rm -f bb6f3ad893d3bbf106092d65dccd8d32106ad0ba4df38e1912f7179800e25546 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:32:01.758Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T00:32:02.324Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T00:32:02.327Z] [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-01-20T00:32:03.169Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:32:03.471Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:32:03.774Z] + sudo service docker restart [2021-01-20T00:32:03.775Z] + true [2021-01-20T00:32:03.775Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-20T00:32:04.368Z] ========================================================= [2021-01-20T00:32:04.368Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T00:32:04.368Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:32:04.714Z] + 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-01-20T00:32:08.056Z] Sending build context to Docker daemon 326.6MB [2021-01-20T00:32:08.056Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:32:08.056Z] Step 2/6 : FROM ${BASE} [2021-01-20T00:32:08.321Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T00:32:08.321Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T00:32:08.321Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T00:32:08.321Z] de9db76c5a1d: Pulling fs layer [2021-01-20T00:32:08.321Z] bca2f99d35d6: Pulling fs layer [2021-01-20T00:32:08.321Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T00:32:08.321Z] 7c6f9722023f: Pulling fs layer [2021-01-20T00:32:08.321Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T00:32:08.321Z] 93359f2a8cfa: Waiting [2021-01-20T00:32:08.321Z] 7c6f9722023f: Waiting [2021-01-20T00:32:08.321Z] a35cf1a2eb13: Waiting [2021-01-20T00:32:08.321Z] bca2f99d35d6: Waiting [2021-01-20T00:32:08.321Z] de9db76c5a1d: Verifying Checksum [2021-01-20T00:32:08.321Z] de9db76c5a1d: Download complete [2021-01-20T00:32:08.321Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T00:32:08.321Z] 0ef7d3d256c8: Download complete [2021-01-20T00:32:08.321Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T00:32:08.321Z] 93359f2a8cfa: Download complete [2021-01-20T00:32:08.321Z] 7c6f9722023f: Verifying Checksum [2021-01-20T00:32:08.321Z] 7c6f9722023f: Download complete [2021-01-20T00:32:08.321Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T00:32:08.321Z] 188c0c94c7c5: Download complete [2021-01-20T00:32:08.902Z] 188c0c94c7c5: Pull complete [2021-01-20T00:32:09.170Z] 0ef7d3d256c8: Pull complete [2021-01-20T00:32:09.435Z] de9db76c5a1d: Pull complete [2021-01-20T00:32:10.017Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T00:32:10.976Z] bca2f99d35d6: Verifying Checksum [2021-01-20T00:32:10.976Z] bca2f99d35d6: Download complete [2021-01-20T00:32:17.620Z] bca2f99d35d6: Pull complete [2021-01-20T00:32:17.620Z] 93359f2a8cfa: Pull complete [2021-01-20T00:32:17.620Z] 7c6f9722023f: Pull complete [2021-01-20T00:32:17.677Z] Still waiting to schedule task [2021-01-20T00:32:17.677Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-20T00:32:24.273Z] a35cf1a2eb13: Pull complete [2021-01-20T00:32:24.273Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T00:32:24.273Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T00:32:24.273Z] ---> a62c8e92a672 [2021-01-20T00:32:24.273Z] 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-01-20T00:32:24.273Z] ---> Running in 7590407aee10 [2021-01-20T00:32:25.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:32:26.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:32:27.156Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T00:32:27.431Z] (2/12) Installing file (5.38-r0) [2021-01-20T00:32:27.695Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T00:32:27.695Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T00:32:49.709Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T00:32:49.709Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T00:32:49.709Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T00:32:49.709Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T00:32:49.709Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T00:32:49.709Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T00:32:49.709Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T00:32:49.972Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T00:32:49.972Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:32:49.972Z] OK: 233 MiB in 51 packages [2021-01-20T00:32:54.239Z] Removing intermediate container 7590407aee10 [2021-01-20T00:32:54.239Z] ---> ec5a8c357dbc [2021-01-20T00:32:54.239Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T00:32:54.239Z] ---> Running in a120a92561e7 [2021-01-20T00:32:54.239Z] Removing intermediate container a120a92561e7 [2021-01-20T00:32:54.239Z] ---> 2f70dc2b5596 [2021-01-20T00:32:54.239Z] Step 5/6 : COPY go.mod . [2021-01-20T00:32:54.239Z] ---> 8c643cc3abbd [2021-01-20T00:32:54.239Z] Step 6/6 : RUN go mod download [2021-01-20T00:32:54.524Z] ---> Running in 42712eaa61f9 [2021-01-20T00:33:18.286Z] Removing intermediate container 42712eaa61f9 [2021-01-20T00:33:18.286Z] ---> 2cc716901c7b [2021-01-20T00:33:18.286Z] Successfully built 2cc716901c7b [2021-01-20T00:33:18.286Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:33:18.614Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:33:18.877Z] . [Pipeline] withDockerContainer [2021-01-20T00:33:19.002Z] prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container [2021-01-20T00:33:19.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** ci-base-image-x86_64 cat [2021-01-20T00:33:20.294Z] $ docker top 2dae81805f1f8aa49efd7e1e5045ee922918cd2d1144f6ce837befadff4042c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:33:20.936Z] + go version [2021-01-20T00:33:20.936Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-20T00:33:20.966Z] $ docker stop --time=1 2dae81805f1f8aa49efd7e1e5045ee922918cd2d1144f6ce837befadff4042c3 [2021-01-20T00:33:22.355Z] $ docker rm -f 2dae81805f1f8aa49efd7e1e5045ee922918cd2d1144f6ce837befadff4042c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:33:23.164Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T00:33:23.165Z] . [Pipeline] withDockerContainer [2021-01-20T00:33:23.275Z] prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container [2021-01-20T00:33:23.382Z] $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** ci-base-image-x86_64 cat [2021-01-20T00:33:25.151Z] $ docker top fb1f65ee6c6876c839c9b96019b41cf3630651416c7afd5b32327c505ec7733f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T00:33:25.458Z] ========================================================= [2021-01-20T00:33:25.458Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T00:33:25.458Z] ========================================================= [Pipeline] sh [2021-01-20T00:33:25.782Z] + make test [2021-01-20T00:33:25.782Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T00:33:38.218Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T00:33:56.642Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T00:34:03.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T00:34:03.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T00:34:03.362Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T00:34:03.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T00:34:03.362Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T00:34:03.645Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T00:34:04.244Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T00:34:04.515Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T00:34:05.480Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T00:34:08.093Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T00:34:08.093Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T00:34:08.093Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T00:34:10.088Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.108s coverage: 46.6% of statements [2021-01-20T00:34:10.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T00:34:10.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T00:34:10.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T00:34:10.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T00:34:10.088Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T00:34:14.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.269s coverage: 27.0% of statements [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T00:34:14.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T00:34:14.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T00:34:14.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.133s coverage: 67.9% of statements [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T00:34:14.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.182s coverage: 82.3% of statements [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T00:34:14.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T00:34:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T00:34:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T00:34:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T00:34:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T00:34:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T00:34:17.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T00:34:17.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.628s coverage: 92.8% of statements [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.111s coverage: 0.1% of statements [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements [2021-01-20T00:34:21.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.117s coverage: 91.4% of statements [2021-01-20T00:34:21.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T00:34:22.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.256s coverage: 63.5% of statements [2021-01-20T00:34:22.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T00:34:22.742Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T00:34:22.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-01-20T00:34:22.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements [2021-01-20T00:34:22.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-20T00:34:22.742Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements [2021-01-20T00:34:23.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-01-20T00:34:24.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.438s coverage: 68.9% of statements [2021-01-20T00:34:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T00:34:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T00:34:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T00:34:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T00:34:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T00:34:24.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 37.0% of statements [2021-01-20T00:34:24.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T00:34:24.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T00:34:24.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.433s coverage: 84.0% of statements [2021-01-20T00:34:24.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-01-20T00:34:27.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.186s coverage: 47.1% of statements [2021-01-20T00:34:27.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T00:34:27.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T00:34:27.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T00:34:27.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T00:34:27.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T00:34:27.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-01-20T00:34:27.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T00:34:27.412Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-01-20T00:34:27.412Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T00:34:28.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.844s coverage: 29.1% of statements [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T00:34:28.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T00:34:28.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T00:34:28.839Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T00:34:28.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T00:34:28.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T00:34:28.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T00:34:29.444Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-20T00:34:29.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-01-20T00:34:29.708Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-20T00:34:30.294Z] GO111MODULE=on go vet ./... [2021-01-20T00:34:57.063Z] gofmt -l . [2021-01-20T00:34:57.063Z] [ "`gofmt -l .`" = "" ] [2021-01-20T00:34:57.063Z] ./bin/test-go-mod-tidy.sh [2021-01-20T00:34:57.657Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T00:34:58.901Z] + ls -al . [2021-01-20T00:34:58.901Z] total 656 [2021-01-20T00:34:58.901Z] drwxrwxr-x 10 1001 1001 4096 Jan 20 00:34 . [2021-01-20T00:34:58.901Z] drwxr-xr-x 4 root root 30 Jan 20 00:33 .. [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 00:30 .dockerignore [2021-01-20T00:34:58.901Z] drwxrwxr-x 8 1001 1001 179 Jan 20 00:31 .git [2021-01-20T00:34:58.901Z] drwxrwxr-x 3 1001 1001 125 Jan 20 00:30 .github [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 00:30 .gitignore [2021-01-20T00:34:58.901Z] drwx------ 3 1001 1001 47 Jan 20 00:31 .semver [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 00:30 .sonarcloud.properties [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 7744 Jan 20 00:30 Attribution.txt [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 00:30 CONTRIBUTING.md [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 00:30 Dockerfile.build [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 00:30 Jenkinsfile [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 00:30 LICENSE [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 00:30 Makefile [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 00:30 README.md [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 00:30 SECURITY.md [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 00:32 VERSION [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 00:30 ZMQWindows.md [2021-01-20T00:34:58.901Z] drwxrwxr-x 2 1001 1001 117 Jan 20 00:30 bin [2021-01-20T00:34:58.901Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 00:30 cmd [2021-01-20T00:34:58.901Z] -rw-r--r-- 1 root root 550280 Jan 20 00:34 coverage.out [2021-01-20T00:34:58.901Z] -rw-r--r-- 1 root root 981 Jan 20 00:34 go.mod [2021-01-20T00:34:58.901Z] -rw-r--r-- 1 root root 19436 Jan 20 00:34 go.sum [2021-01-20T00:34:58.901Z] drwxrwxr-x 8 1001 1001 127 Jan 20 00:30 internal [2021-01-20T00:34:58.901Z] drwxrwxr-x 4 1001 1001 26 Jan 20 00:30 openapi [2021-01-20T00:34:58.901Z] drwxrwxr-x 4 1001 1001 71 Jan 20 00:30 snap [2021-01-20T00:34:58.901Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 00:30 version.go [Pipeline] sh [2021-01-20T00:34:59.209Z] + '[' -e coverage.out ] [2021-01-20T00:34:59.209Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T00:34:59.474Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T00:34:59.779Z] + make build [2021-01-20T00:34:59.780Z] 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-01-20T00:35:03.148Z] 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-01-20T00:35:12.115Z] 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-01-20T00:35:12.383Z] 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-01-20T00:35:13.793Z] 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-01-20T00:35:14.389Z] 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-01-20T00:35:16.057Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21433 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-20T00:35:16.107Z] Running in /w/workspace/edgex-go/44 [Pipeline] { [Pipeline] checkout [2021-01-20T00:35:16.334Z] 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-01-20T00:35:17.299Z] 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-01-20T00:35:18.706Z] 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-01-20T00:35:20.103Z] 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-01-20T00:35:20.892Z] using credential edgex-jenkins-ssh [2021-01-20T00:35:20.961Z] Cloning the remote Git repository [2021-01-20T00:35:21.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T00:35:21.030Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:35:21.150Z] > git init /w/workspace/edgex-go/44 # timeout=10 [2021-01-20T00:35:22.019Z] 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-01-20T00:35:21.253Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:35:21.254Z] > git --version # timeout=10 [2021-01-20T00:35:21.273Z] > git --version # 'git version 2.17.1' [2021-01-20T00:35:21.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:35:21.338Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-01-20T00:35:23.452Z] $ docker stop --time=1 fb1f65ee6c6876c839c9b96019b41cf3630651416c7afd5b32327c505ec7733f [2021-01-20T00:35:25.784Z] $ docker rm -f fb1f65ee6c6876c839c9b96019b41cf3630651416c7afd5b32327c505ec7733f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:27.695Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:35:27.695Z] [2021-01-20T00:35:27.695Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:28.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:35:28.052Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-20T00:35:28.052Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-20T00:35:28.052Z] ca9280d653b3: Pulling fs layer [2021-01-20T00:35:28.052Z] 7e9c9ca2126c: Pulling fs layer [2021-01-20T00:35:28.321Z] cbdbe7a5bc2a: Download complete [2021-01-20T00:35:28.919Z] ca9280d653b3: Verifying Checksum [2021-01-20T00:35:28.919Z] ca9280d653b3: Download complete [2021-01-20T00:35:28.919Z] cbdbe7a5bc2a: Pull complete [2021-01-20T00:35:29.920Z] ca9280d653b3: Pull complete [2021-01-20T00:35:29.920Z] 7e9c9ca2126c: Download complete [2021-01-20T00:35:38.120Z] 7e9c9ca2126c: Pull complete [2021-01-20T00:35:38.120Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-20T00:35:38.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:35:38.120Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-20T00:35:38.310Z] prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container [2021-01-20T00:35:38.363Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-20T00:35:40.830Z] $ docker top 78b97c4ba62fc53b7b70148bd3e6832198bb7395a9451f67e13dd25ce3de10aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:35:41.354Z] + docker-compose build --help [2021-01-20T00:35:41.354Z] + grep parallel [2021-01-20T00:35:42.197Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-20T00:35:41.323Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:35:41.342Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:35:41.372Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:35:41.406Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:35:41.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:35:41.418Z] > 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-01-20T00:35:42.223Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:35:42.236Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-20T00:35:42.580Z] > git remote # timeout=10 [2021-01-20T00:35:42.612Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T00:35:42.754Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T00:35:42.770Z] $ docker stop --time=1 78b97c4ba62fc53b7b70148bd3e6832198bb7395a9451f67e13dd25ce3de10aa [2021-01-20T00:35:43.249Z] Merge succeeded, producing 5a168f1c0641def4b853f970f0de25fbdaab94f1 [2021-01-20T00:35:43.249Z] Checking out Revision 5a168f1c0641def4b853f970f0de25fbdaab94f1 (PR-2858) [2021-01-20T00:35:44.181Z] $ docker rm -f 78b97c4ba62fc53b7b70148bd3e6832198bb7395a9451f67e13dd25ce3de10aa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:42.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:35:42.666Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-20T00:35:43.233Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T00:35:43.261Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:35:43.278Z] > git checkout -f 5a168f1c0641def4b853f970f0de25fbdaab94f1 # timeout=10 [2021-01-20T00:35:44.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-20T00:35:44.917Z] . [Pipeline] withDockerContainer [2021-01-20T00:35:45.152Z] prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container [2021-01-20T00:35:45.276Z] $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-20T00:35:46.125Z] $ docker top f699eaf52e695f0af9b079aca80ab1257fc5739211cf6b00ce3ee2067df5497f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:35:46.683Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T00:35:47.513Z] Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" [2021-01-20T00:35:47.533Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-20T00:35:48.082Z] Building docker-core-command-go ... [2021-01-20T00:35:48.082Z] Building docker-core-data-go ... [2021-01-20T00:35:48.082Z] Building docker-core-metadata-go ... [2021-01-20T00:35:48.082Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T00:35:48.082Z] Building docker-security-proxy-setup-go ... [2021-01-20T00:35:48.082Z] Building docker-security-secretstore-setup-go ... [2021-01-20T00:35:48.082Z] Building docker-support-notifications-go ... [2021-01-20T00:35:48.082Z] Building docker-support-scheduler-go ... [2021-01-20T00:35:48.082Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T00:35:48.082Z] Building docker-support-scheduler-go [2021-01-20T00:35:48.082Z] Building docker-core-metadata-go [2021-01-20T00:35:48.082Z] Building docker-security-bootstrap-redis-go [2021-01-20T00:35:48.082Z] Building docker-core-command-go [2021-01-20T00:35:48.082Z] Building docker-support-notifications-go [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T00:35:49.081Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:35:49.487Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T00:35:47.524Z] > git rev-list --no-walk d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 [2021-01-20T00:35:49.827Z] + + sudo servicetrue docker [2021-01-20T00:35:49.827Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T00:35:51.928Z] provisioning config files... [2021-01-20T00:35:51.965Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/44@tmp/config7296350838710941221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:35:52.375Z] ---> docker-login.sh [2021-01-20T00:35:52.375Z] nexus3.edgexfoundry.org:10001 [2021-01-20T00:35:53.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:53.638Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:53.638Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:53.638Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:53.638Z] [2021-01-20T00:35:53.638Z] Login Succeeded [2021-01-20T00:35:53.638Z] nexus3.edgexfoundry.org:10002 [2021-01-20T00:35:53.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:54.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:54.186Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:54.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:54.186Z] [2021-01-20T00:35:54.186Z] Login Succeeded [2021-01-20T00:35:54.186Z] nexus3.edgexfoundry.org:10003 [2021-01-20T00:35:54.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:54.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:54.738Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:54.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:54.738Z] [2021-01-20T00:35:54.738Z] Login Succeeded [2021-01-20T00:35:54.738Z] nexus3.edgexfoundry.org:10004 [2021-01-20T00:35:55.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:55.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:55.287Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:55.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:55.287Z] [2021-01-20T00:35:55.287Z] Login Succeeded [2021-01-20T00:35:55.287Z] docker.io [2021-01-20T00:35:55.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T00:35:55.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T00:35:55.835Z] Configure a credential helper to remove this warning. See [2021-01-20T00:35:55.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T00:35:55.835Z] [2021-01-20T00:35:55.835Z] Login Succeeded [2021-01-20T00:35:55.835Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T00:35:55.854Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T00:35:56.281Z] ========================================================= [2021-01-20T00:35:56.281Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T00:35:56.281Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:35:56.675Z] + 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-01-20T00:35:59.333Z] Sending build context to Docker daemon 165.6MB [2021-01-20T00:35:59.333Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T00:35:59.333Z] Step 2/6 : FROM ${BASE} [2021-01-20T00:35:59.333Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T00:35:59.333Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T00:35:59.333Z] a4357932f1b6: Pulling fs layer [2021-01-20T00:35:59.333Z] 18c013af1878: Pulling fs layer [2021-01-20T00:35:59.333Z] 00ac8860ef70: Pulling fs layer [2021-01-20T00:35:59.333Z] 63d7cb157983: Pulling fs layer [2021-01-20T00:35:59.333Z] b116817d02f9: Pulling fs layer [2021-01-20T00:35:59.333Z] 745a02a5169b: Pulling fs layer [2021-01-20T00:35:59.333Z] 00ac8860ef70: Waiting [2021-01-20T00:35:59.333Z] 63d7cb157983: Waiting [2021-01-20T00:35:59.333Z] b116817d02f9: Waiting [2021-01-20T00:35:59.333Z] 745a02a5169b: Waiting [2021-01-20T00:35:59.333Z] 18c013af1878: Download complete [2021-01-20T00:35:59.333Z] a4357932f1b6: Download complete [2021-01-20T00:35:59.333Z] 63d7cb157983: Verifying Checksum [2021-01-20T00:35:59.333Z] 63d7cb157983: Download complete [2021-01-20T00:35:59.333Z] b116817d02f9: Download complete [2021-01-20T00:35:59.333Z] 5f621e34cdf4: Verifying Checksum [2021-01-20T00:35:59.333Z] 5f621e34cdf4: Download complete [2021-01-20T00:35:59.942Z] 5f621e34cdf4: Pull complete [2021-01-20T00:36:00.544Z] a4357932f1b6: Pull complete [2021-01-20T00:36:00.817Z] 18c013af1878: Pull complete [2021-01-20T00:36:01.415Z] 745a02a5169b: Verifying Checksum [2021-01-20T00:36:01.415Z] 745a02a5169b: Download complete [2021-01-20T00:36:03.394Z] 00ac8860ef70: Verifying Checksum [2021-01-20T00:36:03.394Z] 00ac8860ef70: Download complete [2021-01-20T00:36:13.625Z] 00ac8860ef70: Pull complete [2021-01-20T00:36:13.625Z] 63d7cb157983: Pull complete [2021-01-20T00:36:13.900Z] b116817d02f9: Pull complete [2021-01-20T00:36:18.232Z] 745a02a5169b: Pull complete [2021-01-20T00:36:18.232Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T00:36:18.232Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T00:36:18.232Z] ---> b7e6874047d6 [2021-01-20T00:36:18.232Z] 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-01-20T00:36:20.856Z] ---> Running in ee7313be20db [2021-01-20T00:36:21.837Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:36:22.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:36:25.437Z] (1/12) Installing libmagic (5.38-r0) [2021-01-20T00:36:25.714Z] (2/12) Installing file (5.38-r0) [2021-01-20T00:36:25.993Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-20T00:36:25.993Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-20T00:36:27.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:36:27.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:36:27.139Z] ---> 2cc716901c7b [2021-01-20T00:36:27.139Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:36:27.139Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:36:27.139Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:36:27.139Z] ---> 2cc716901c7b [2021-01-20T00:36:27.139Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:36:27.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:36:27.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:36:27.139Z] ---> 2cc716901c7b [2021-01-20T00:36:27.139Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:36:27.139Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:36:27.139Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:36:27.139Z] ---> 2cc716901c7b [2021-01-20T00:36:27.139Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:36:27.139Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:36:27.139Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:36:27.139Z] ---> 2cc716901c7b [2021-01-20T00:36:27.139Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:36:27.139Z] ---> Running in 8e26e47ab99c [2021-01-20T00:36:27.139Z] ---> Running in 6838849a1ed7 [2021-01-20T00:36:27.139Z] ---> Running in 40582b4e4e66 [2021-01-20T00:36:27.139Z] ---> Running in 81eb83d87125 [2021-01-20T00:36:27.139Z] ---> Running in d7fa46f0c39d [2021-01-20T00:36:27.139Z] Removing intermediate container 6838849a1ed7 [2021-01-20T00:36:27.139Z] ---> 3340cd0fc6a3 [2021-01-20T00:36:27.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:36:27.139Z] Removing intermediate container 81eb83d87125 [2021-01-20T00:36:27.139Z] ---> a50e5ada8841 [2021-01-20T00:36:27.139Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:36:27.139Z] Removing intermediate container d7fa46f0c39d [2021-01-20T00:36:27.139Z] ---> e4d48f6dddee [2021-01-20T00:36:27.139Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:36:27.140Z] Removing intermediate container 8e26e47ab99c [2021-01-20T00:36:27.140Z] ---> b880145fdee4 [2021-01-20T00:36:27.140Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:36:27.140Z] ---> Running in 430d389d9a2c [2021-01-20T00:36:27.140Z] Removing intermediate container 40582b4e4e66 [2021-01-20T00:36:27.140Z] ---> ec60408cc396 [2021-01-20T00:36:27.140Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:36:27.140Z] ---> Running in de49e04bd7cf [2021-01-20T00:36:27.140Z] ---> Running in f2cdbf9b0b4a [2021-01-20T00:36:27.140Z] ---> Running in c08fe674fdc8 [2021-01-20T00:36:27.140Z] ---> Running in 96420c6bfd9d [2021-01-20T00:36:28.588Z] Removing intermediate container f2cdbf9b0b4a [2021-01-20T00:36:28.588Z] ---> 7470a251e205 [2021-01-20T00:36:28.588Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:36:28.856Z] Removing intermediate container 430d389d9a2c [2021-01-20T00:36:28.856Z] ---> 435316ccb4fd [2021-01-20T00:36:28.856Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:36:28.856Z] Removing intermediate container de49e04bd7cf [2021-01-20T00:36:28.856Z] ---> d3a29bbd6a89 [2021-01-20T00:36:28.856Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:36:28.856Z] ---> Running in 7867d818f33b [2021-01-20T00:36:28.856Z] ---> Running in 781702ed373c [2021-01-20T00:36:28.856Z] Removing intermediate container 96420c6bfd9d [2021-01-20T00:36:28.856Z] ---> 1c3752241fee [2021-01-20T00:36:28.856Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T00:36:29.125Z] Removing intermediate container c08fe674fdc8 [2021-01-20T00:36:29.125Z] ---> c21933d225c1 [2021-01-20T00:36:29.125Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:36:29.125Z] ---> Running in 36a51e40afd2 [2021-01-20T00:36:29.125Z] ---> Running in 107fd3813d4b [2021-01-20T00:36:29.125Z] ---> Running in 918dc5871265 [2021-01-20T00:36:30.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:30.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:30.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:30.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:30.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:31.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:31.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:31.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:31.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:31.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:36:32.366Z] OK: 233 MiB in 51 packages [2021-01-20T00:36:32.636Z] OK: 233 MiB in 51 packages [2021-01-20T00:36:32.636Z] OK: 233 MiB in 51 packages [2021-01-20T00:36:32.636Z] OK: 233 MiB in 51 packages [2021-01-20T00:36:33.230Z] Removing intermediate container 7867d818f33b [2021-01-20T00:36:33.230Z] ---> 49efb5cd9143 [2021-01-20T00:36:33.230Z] Step 6/22 : COPY go.mod . [2021-01-20T00:36:33.230Z] Removing intermediate container 36a51e40afd2 [2021-01-20T00:36:33.230Z] ---> ba7cc5d6503b [2021-01-20T00:36:33.230Z] Step 6/24 : COPY go.mod . [2021-01-20T00:36:33.499Z] OK: 233 MiB in 51 packages [2021-01-20T00:36:33.499Z] ---> 4633254eef75 [2021-01-20T00:36:33.499Z] Step 7/22 : RUN go mod download [2021-01-20T00:36:33.499Z] Removing intermediate container 107fd3813d4b [2021-01-20T00:36:33.499Z] ---> 4274d9e7d1a0 [2021-01-20T00:36:33.499Z] Step 6/21 : COPY go.mod . [2021-01-20T00:36:33.499Z] Removing intermediate container 918dc5871265 [2021-01-20T00:36:33.499Z] ---> e3a09f19013f [2021-01-20T00:36:33.499Z] Step 6/22 : COPY go.mod . [2021-01-20T00:36:33.764Z] ---> Running in e397233f482f [2021-01-20T00:36:33.764Z] ---> f65d53a2b165 [2021-01-20T00:36:33.764Z] Step 7/24 : RUN go mod download [2021-01-20T00:36:34.027Z] ---> Running in 2a28dca186b7 [2021-01-20T00:36:34.027Z] ---> 0cb35c27524e [2021-01-20T00:36:34.027Z] Step 7/21 : RUN go mod download [2021-01-20T00:36:34.027Z] ---> cae562d95a22 [2021-01-20T00:36:34.027Z] Step 7/22 : RUN go mod download [2021-01-20T00:36:34.304Z] ---> Running in 09e166a3aae5 [2021-01-20T00:36:34.575Z] ---> Running in 522f535354af [2021-01-20T00:36:34.575Z] Removing intermediate container 781702ed373c [2021-01-20T00:36:34.575Z] ---> 23052c0115ec [2021-01-20T00:36:34.575Z] Step 6/22 : COPY go.mod . [2021-01-20T00:36:34.845Z] ---> 59e6efd6b260 [2021-01-20T00:36:34.845Z] Step 7/22 : RUN go mod download [2021-01-20T00:36:35.109Z] ---> Running in 2bef506ce8c8 [2021-01-20T00:36:37.058Z] Removing intermediate container 522f535354af [2021-01-20T00:36:37.058Z] ---> 4032310f38dc [2021-01-20T00:36:37.058Z] Step 8/22 : COPY . . [2021-01-20T00:36:37.058Z] Removing intermediate container 2a28dca186b7 [2021-01-20T00:36:37.058Z] ---> 9dad5ad3188f [2021-01-20T00:36:37.058Z] Step 8/24 : COPY . . [2021-01-20T00:36:37.058Z] Removing intermediate container e397233f482f [2021-01-20T00:36:37.058Z] ---> 436118f6427c [2021-01-20T00:36:37.058Z] Step 8/22 : COPY . . [2021-01-20T00:36:37.058Z] Removing intermediate container 09e166a3aae5 [2021-01-20T00:36:37.058Z] ---> f73fe3385f8b [2021-01-20T00:36:37.058Z] Step 8/21 : COPY . . [2021-01-20T00:36:39.048Z] Removing intermediate container 2bef506ce8c8 [2021-01-20T00:36:39.048Z] ---> 2c0a98d7d395 [2021-01-20T00:36:39.048Z] Step 8/22 : COPY . . [2021-01-20T00:36:52.804Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-20T00:36:52.804Z] (6/12) Installing patch (2.7.6-r6) [2021-01-20T00:36:52.804Z] (7/12) Installing build-base (0.5-r2) [2021-01-20T00:36:52.804Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-20T00:36:52.804Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-20T00:36:52.804Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-20T00:36:52.804Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-20T00:36:52.804Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-20T00:36:52.804Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:36:52.804Z] OK: 217 MiB in 51 packages [2021-01-20T00:36:53.785Z] Removing intermediate container ee7313be20db [2021-01-20T00:36:53.785Z] ---> 0975355e973b [2021-01-20T00:36:53.785Z] Step 4/6 : WORKDIR /edgex-go [2021-01-20T00:36:53.785Z] ---> Running in 85d2c9300ec7 [2021-01-20T00:36:54.385Z] Removing intermediate container 85d2c9300ec7 [2021-01-20T00:36:54.385Z] ---> 0697bd084fc4 [2021-01-20T00:36:54.385Z] Step 5/6 : COPY go.mod . [2021-01-20T00:36:54.979Z] ---> 5cca7453b06d [2021-01-20T00:36:54.979Z] Step 6/6 : RUN go mod download [2021-01-20T00:36:54.979Z] ---> Running in 5da84dc9d1e6 [2021-01-20T00:37:18.216Z] ---> 514b8cba5665 [2021-01-20T00:37:18.216Z] ---> 246a7d39662b [2021-01-20T00:37:18.216Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T00:37:18.216Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T00:37:18.216Z] ---> c0f0cec1ab46 [2021-01-20T00:37:18.216Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T00:37:18.216Z] ---> 382e1244a56e [2021-01-20T00:37:18.216Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T00:37:18.216Z] ---> b925f765d645 [2021-01-20T00:37:18.216Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T00:37:18.216Z] ---> Running in d023c1718be8 [2021-01-20T00:37:18.216Z] ---> Running in 0ffbd450f136 [2021-01-20T00:37:18.216Z] ---> Running in 2807332c2993 [2021-01-20T00:37:18.216Z] ---> Running in 02e83f05a283 [2021-01-20T00:37:18.216Z] ---> Running in c15d24bee286 [2021-01-20T00:37:18.216Z] 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-01-20T00:37:18.216Z] 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-01-20T00:37:18.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T00:37:18.216Z] 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-01-20T00:37:18.216Z] 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-01-20T00:37:21.853Z] Removing intermediate container 5da84dc9d1e6 [2021-01-20T00:37:21.854Z] ---> 52eb1dc14553 [2021-01-20T00:37:21.854Z] Successfully built 52eb1dc14553 [2021-01-20T00:37:21.854Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:37:22.197Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:37:22.198Z] . [Pipeline] withDockerContainer [2021-01-20T00:37:22.496Z] prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container [2021-01-20T00:37:22.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** ci-base-image-arm64 cat [2021-01-20T00:37:24.231Z] $ docker top b730b69cefd32442a20a533195651c3e5a94c6768bca88a92644dc2b62264d95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:37:25.276Z] + go version [2021-01-20T00:37:25.276Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T00:37:25.312Z] $ docker stop --time=1 b730b69cefd32442a20a533195651c3e5a94c6768bca88a92644dc2b62264d95 [2021-01-20T00:37:27.343Z] $ docker rm -f b730b69cefd32442a20a533195651c3e5a94c6768bca88a92644dc2b62264d95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:37:28.343Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T00:37:28.343Z] . [Pipeline] withDockerContainer [2021-01-20T00:37:28.605Z] prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container [2021-01-20T00:37:28.690Z] $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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 ******** ci-base-image-arm64 cat [2021-01-20T00:37:30.253Z] $ docker top 6c2933cef7cb632e4dc0c8cec623c63b12525955ab6cb4d763f8067592221fd4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-20T00:37:30.640Z] ========================================================= [2021-01-20T00:37:30.640Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-20T00:37:30.640Z] ========================================================= [Pipeline] sh [2021-01-20T00:37:31.294Z] + make test [2021-01-20T00:37:31.294Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-20T00:37:53.448Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-20T00:37:57.138Z] Removing intermediate container d023c1718be8 [2021-01-20T00:37:57.138Z] ---> a9820fd2ba58 [2021-01-20T00:37:57.138Z] [2021-01-20T00:37:57.138Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T00:37:57.138Z] Removing intermediate container 02e83f05a283 [2021-01-20T00:37:57.138Z] ---> fd4f10b84287 [2021-01-20T00:37:57.138Z] [2021-01-20T00:37:57.138Z] Step 10/24 : FROM scratch [2021-01-20T00:37:57.138Z] ---> [2021-01-20T00:37:57.138Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T00:37:57.138Z] Removing intermediate container 0ffbd450f136 [2021-01-20T00:37:57.138Z] ---> 89fc9fb3762e [2021-01-20T00:37:57.138Z] [2021-01-20T00:37:57.138Z] Step 10/21 : FROM scratch [2021-01-20T00:37:57.138Z] ---> [2021-01-20T00:37:57.138Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:37:57.138Z] 3.12: Pulling from library/alpine [2021-01-20T00:37:57.138Z] ---> Running in 179f1eccdf94 [2021-01-20T00:37:57.138Z] ---> Running in ab63af2dbbee [2021-01-20T00:37:57.138Z] Removing intermediate container c15d24bee286 [2021-01-20T00:37:57.138Z] ---> 007b7edb36c3 [2021-01-20T00:37:57.138Z] [2021-01-20T00:37:57.138Z] Step 10/22 : FROM scratch [2021-01-20T00:37:57.138Z] ---> [2021-01-20T00:37:57.138Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:37:57.138Z] ---> Running in 49b020942f89 [2021-01-20T00:37:57.138Z] Removing intermediate container 179f1eccdf94 [2021-01-20T00:37:57.138Z] ---> 24616b827d34 [2021-01-20T00:37:57.138Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T00:37:57.138Z] Removing intermediate container ab63af2dbbee [2021-01-20T00:37:57.138Z] ---> 094f947d9ad7 [2021-01-20T00:37:57.138Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T00:37:57.138Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T00:37:57.138Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T00:37:57.138Z] ---> 389fef711851 [2021-01-20T00:37:57.138Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:37:57.138Z] ---> Running in 2c8865c80d27 [2021-01-20T00:37:57.138Z] ---> Running in 2bf70e0e39db [2021-01-20T00:37:57.138Z] ---> Running in e1a7ea6a2f88 [2021-01-20T00:37:57.138Z] Removing intermediate container 49b020942f89 [2021-01-20T00:37:57.138Z] ---> bc11c2faa7f1 [2021-01-20T00:37:57.138Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T00:37:57.725Z] ---> Running in 10de69cc397e [2021-01-20T00:37:58.307Z] Removing intermediate container 2c8865c80d27 [2021-01-20T00:37:58.307Z] ---> d24c2484fd4c [2021-01-20T00:37:58.307Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T00:37:58.570Z] Removing intermediate container 2bf70e0e39db [2021-01-20T00:37:58.570Z] ---> 6bac8b6f38d2 [2021-01-20T00:37:58.570Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T00:37:59.155Z] ---> Running in de85d60d05f9 [2021-01-20T00:37:59.155Z] ---> Running in 02b3f1306fbc [2021-01-20T00:37:59.155Z] Removing intermediate container 10de69cc397e [2021-01-20T00:37:59.155Z] ---> 3a6842a28cb1 [2021-01-20T00:37:59.155Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:37:59.429Z] ---> Running in 34a889d125b8 [2021-01-20T00:37:59.429Z] Removing intermediate container 2807332c2993 [2021-01-20T00:37:59.429Z] ---> c950bfd30291 [2021-01-20T00:37:59.429Z] [2021-01-20T00:37:59.429Z] Step 10/22 : FROM scratch [2021-01-20T00:37:59.429Z] ---> [2021-01-20T00:37:59.429Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:37:59.429Z] ---> Using cache [2021-01-20T00:37:59.429Z] ---> bc11c2faa7f1 [2021-01-20T00:37:59.429Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T00:37:59.429Z] Removing intermediate container de85d60d05f9 [2021-01-20T00:37:59.429Z] ---> daab3d521e01 [2021-01-20T00:37:59.429Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:37:59.429Z] ---> Running in 3d9391c7442c [2021-01-20T00:37:59.429Z] Removing intermediate container 02b3f1306fbc [2021-01-20T00:37:59.429Z] ---> 8e57daf69893 [2021-01-20T00:37:59.429Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T00:37:59.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:59.707Z] Removing intermediate container 34a889d125b8 [2021-01-20T00:37:59.707Z] ---> 9e4380fa999b [2021-01-20T00:37:59.707Z] Step 14/22 : WORKDIR / [2021-01-20T00:37:59.707Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:37:59.707Z] ---> Running in 3f1ba21b3553 [2021-01-20T00:37:59.983Z] Removing intermediate container 3d9391c7442c [2021-01-20T00:37:59.983Z] ---> 3a5b26c4170f [2021-01-20T00:37:59.983Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:37:59.983Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T00:37:59.983Z] ---> d0e39a835c4b [2021-01-20T00:37:59.983Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T00:37:59.983Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:37:59.983Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T00:37:59.983Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T00:37:59.983Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T00:37:59.983Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:37:59.983Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:37:59.983Z] OK: 7 MiB in 19 packages [2021-01-20T00:38:00.251Z] ---> 48d19cab6c7a [2021-01-20T00:38:00.251Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T00:38:00.523Z] ---> Running in 78ccde4dce08 [2021-01-20T00:38:00.789Z] Removing intermediate container 3f1ba21b3553 [2021-01-20T00:38:00.789Z] ---> b87e2b90f8bb [2021-01-20T00:38:00.789Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:38:01.370Z] ---> d3c78c6dbfe1 [2021-01-20T00:38:01.370Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T00:38:01.370Z] Removing intermediate container 78ccde4dce08 [2021-01-20T00:38:01.370Z] ---> 892789cb7447 [2021-01-20T00:38:01.370Z] Step 14/22 : WORKDIR / [2021-01-20T00:38:01.638Z] ---> d9c7fa1c3478 [2021-01-20T00:38:01.638Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T00:38:01.638Z] ---> 276456b11f86 [2021-01-20T00:38:01.638Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T00:38:01.638Z] ---> Running in 0c1ecb17c335 [2021-01-20T00:38:02.242Z] ---> dee8f794a7a7 [2021-01-20T00:38:02.242Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T00:38:02.242Z] Removing intermediate container e1a7ea6a2f88 [2021-01-20T00:38:02.242Z] ---> 6b2f449577a0 [2021-01-20T00:38:02.242Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T00:38:02.823Z] ---> Running in 6797b5b22b42 [2021-01-20T00:38:02.823Z] ---> Running in 4ae7f7ae85f3 [2021-01-20T00:38:03.104Z] Removing intermediate container 0c1ecb17c335 [2021-01-20T00:38:03.104Z] ---> 1765974f44c1 [2021-01-20T00:38:03.104Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:38:03.104Z] ---> 4241aa6b0f2a [2021-01-20T00:38:03.104Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:38:03.104Z] ---> 300bd15a9536 [2021-01-20T00:38:03.104Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T00:38:03.104Z] Removing intermediate container 6797b5b22b42 [2021-01-20T00:38:03.104Z] ---> a9e3363c1786 [2021-01-20T00:38:03.104Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:38:03.368Z] Removing intermediate container 4ae7f7ae85f3 [2021-01-20T00:38:03.368Z] ---> e7ca0ae30e5f [2021-01-20T00:38:03.368Z] Step 13/22 : WORKDIR / [2021-01-20T00:38:03.368Z] ---> Running in be5e760ce6f4 [2021-01-20T00:38:03.368Z] ---> d35f82677507 [2021-01-20T00:38:03.368Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T00:38:03.368Z] ---> Running in 593e02307b5b [2021-01-20T00:38:03.639Z] ---> 0b4497da6c4e [2021-01-20T00:38:03.639Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T00:38:03.639Z] ---> d567d3ed0ef8 [2021-01-20T00:38:03.639Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T00:38:03.639Z] Removing intermediate container be5e760ce6f4 [2021-01-20T00:38:03.639Z] ---> 56758048a17c [2021-01-20T00:38:03.639Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T00:38:03.639Z] ---> Running in 2e98512b393b [2021-01-20T00:38:03.909Z] Removing intermediate container 593e02307b5b [2021-01-20T00:38:03.909Z] ---> 1baedf87f2a5 [2021-01-20T00:38:03.909Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:38:04.176Z] ---> Running in 0980fa73fcab [2021-01-20T00:38:04.176Z] Removing intermediate container 2e98512b393b [2021-01-20T00:38:04.176Z] ---> 9a0b8ddbae04 [2021-01-20T00:38:04.176Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:38:04.176Z] ---> e6870bb1d7a0 [2021-01-20T00:38:04.176Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T00:38:04.176Z] ---> Running in a481b88b5405 [2021-01-20T00:38:04.442Z] Removing intermediate container 0980fa73fcab [2021-01-20T00:38:04.442Z] ---> 6e1c9b660bb0 [2021-01-20T00:38:04.442Z] Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:38:04.442Z] ---> 965f6ed5365b [2021-01-20T00:38:04.442Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T00:38:04.442Z] ---> b2f7d558d73e [2021-01-20T00:38:04.442Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T00:38:04.442Z] ---> Running in 4e21c706a105 [2021-01-20T00:38:04.706Z] Removing intermediate container a481b88b5405 [2021-01-20T00:38:04.706Z] ---> f1fae461b4a9 [2021-01-20T00:38:04.706Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T00:38:04.706Z] ---> fcc8b2362b18 [2021-01-20T00:38:04.706Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T00:38:04.979Z] ---> Running in 1ea726a0f720 [2021-01-20T00:38:04.979Z] ---> Running in c1c2890d0782 [2021-01-20T00:38:05.253Z] ---> d237c9432008 [2021-01-20T00:38:05.253Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T00:38:05.253Z] Removing intermediate container 4e21c706a105 [2021-01-20T00:38:05.253Z] ---> b269683edd8f [2021-01-20T00:38:05.253Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:38:05.253Z] ---> 690db5240701 [2021-01-20T00:38:05.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T00:38:05.253Z] ---> Running in ed7439d0f796 [2021-01-20T00:38:05.253Z] ---> Running in 5d807d9016e6 [2021-01-20T00:38:05.522Z] Removing intermediate container 1ea726a0f720 [2021-01-20T00:38:05.522Z] ---> 045d6df7520b [2021-01-20T00:38:05.522Z] Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:38:05.522Z] Removing intermediate container c1c2890d0782 [2021-01-20T00:38:05.522Z] ---> eb2fd0a82b08 [2021-01-20T00:38:05.522Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:38:05.522Z] ---> Running in 0bda25d4f9be [2021-01-20T00:38:05.522Z] ---> Running in 3975c3f14a9c [2021-01-20T00:38:05.792Z] ---> f98f001de7b7 [2021-01-20T00:38:05.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T00:38:05.792Z] Removing intermediate container 5d807d9016e6 [2021-01-20T00:38:05.792Z] ---> 2d90572cf543 [2021-01-20T00:38:05.792Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:38:05.792Z] Removing intermediate container ed7439d0f796 [2021-01-20T00:38:05.792Z] ---> e863594cccc7 [2021-01-20T00:38:05.792Z] [2021-01-20T00:38:06.062Z] ---> Running in 5fdcb9fcab8c [2021-01-20T00:38:06.062Z] Successfully built e863594cccc7 [2021-01-20T00:38:06.332Z] Removing intermediate container 3975c3f14a9c [2021-01-20T00:38:06.332Z] ---> 6da21e59e99f [2021-01-20T00:38:06.332Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T00:38:06.332Z] Removing intermediate container 0bda25d4f9be [2021-01-20T00:38:06.332Z] ---> 050f96d26799 [2021-01-20T00:38:06.332Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:38:06.332Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-20T00:38:06.332Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-01-20T00:38:06.332Z] ---> 7676793bfe36 [2021-01-20T00:38:06.332Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T00:38:06.332Z] ---> Running in b2853b53ea1c [2021-01-20T00:38:06.332Z] Removing intermediate container 5fdcb9fcab8c [2021-01-20T00:38:06.332Z] ---> af1210d5203f [2021-01-20T00:38:06.332Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T00:38:06.611Z] ---> Running in 04c36eb5bd04 [2021-01-20T00:38:06.611Z] ---> Running in 0481b8c78cd1 [2021-01-20T00:38:06.611Z] ---> Running in ee6017851cad [2021-01-20T00:38:06.892Z] Removing intermediate container b2853b53ea1c [2021-01-20T00:38:06.892Z] ---> fa1234a6d72f [2021-01-20T00:38:06.892Z] Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:38:06.892Z] Removing intermediate container 04c36eb5bd04 [2021-01-20T00:38:06.892Z] ---> e05e7c14e977 [2021-01-20T00:38:06.892Z] [2021-01-20T00:38:07.165Z] ---> Running in e924213a1d01 [2021-01-20T00:38:07.165Z] Removing intermediate container ee6017851cad [2021-01-20T00:38:07.165Z] ---> e18cec5df1c6 [2021-01-20T00:38:07.165Z] Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:38:07.165Z] Successfully built e05e7c14e977 [2021-01-20T00:38:07.446Z] Successfully tagged docker-core-command-go:latest [2021-01-20T00:38:07.446Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-20T00:38:07.446Z] ---> Running in e8b7586fedce [2021-01-20T00:38:07.446Z] Removing intermediate container e924213a1d01 [2021-01-20T00:38:07.715Z] ---> 6ee0b8c9e74f [2021-01-20T00:38:07.715Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:38:07.715Z] ---> Running in 2ebf514613c4 [2021-01-20T00:38:07.990Z] Removing intermediate container e8b7586fedce [2021-01-20T00:38:07.990Z] ---> d90047b31688 [2021-01-20T00:38:07.990Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:38:08.267Z] ---> Running in 7bb7e79ffbee [2021-01-20T00:38:09.681Z] Removing intermediate container 0481b8c78cd1 [2021-01-20T00:38:09.681Z] ---> fde9242bfe76 [2021-01-20T00:38:09.681Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T00:38:09.681Z] Removing intermediate container 2ebf514613c4 [2021-01-20T00:38:09.681Z] ---> 8e498ec0ab77 [2021-01-20T00:38:09.681Z] [2021-01-20T00:38:11.633Z] Successfully built 8e498ec0ab77 [2021-01-20T00:38:11.633Z] Removing intermediate container 7bb7e79ffbee [2021-01-20T00:38:11.633Z] ---> 263633658727 [2021-01-20T00:38:11.633Z] [2021-01-20T00:38:12.231Z] Successfully built 263633658727 [2021-01-20T00:38:13.222Z] Successfully tagged docker-support-notifications-go:latest [2021-01-20T00:38:13.222Z] Successfully tagged docker-core-metadata-go:latest [2021-01-20T00:38:13.223Z] Building docker-core-data-go [2021-01-20T00:38:13.223Z] Building docker-sys-mgmt-agent-go [2021-01-20T00:38:13.223Z] ---> Running in 8c1139c3f4c7 [2021-01-20T00:38:13.810Z]  Building docker-core-metadata-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 8c1139c3f4c7 [2021-01-20T00:38:13.810Z] ---> e3b849a562bb [2021-01-20T00:38:13.810Z] Step 20/22 : LABEL arch=x86_64 [2021-01-20T00:38:14.078Z] ---> Running in 9e5c3e6aea74 [2021-01-20T00:38:14.673Z] Removing intermediate container 9e5c3e6aea74 [2021-01-20T00:38:14.673Z] ---> ab2e62bdfe70 [2021-01-20T00:38:14.673Z] Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:38:15.659Z] ---> Running in 9747304072fa [2021-01-20T00:38:19.955Z] Removing intermediate container 9747304072fa [2021-01-20T00:38:19.955Z] ---> e978e0d8ded0 [2021-01-20T00:38:19.955Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:38:22.555Z] ---> Running in 609e27cfc041 [2021-01-20T00:38:25.166Z] Removing intermediate container 609e27cfc041 [2021-01-20T00:38:25.166Z] ---> 90de067d285f [2021-01-20T00:38:25.166Z] [2021-01-20T00:38:25.436Z] Successfully built 90de067d285f [2021-01-20T00:38:25.436Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-20T00:38:28.065Z]  Building docker-security-bootstrap-redis-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:38:28.065Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:38:28.065Z] ---> 2cc716901c7b [2021-01-20T00:38:28.065Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:38:28.065Z] ---> Using cache [2021-01-20T00:38:28.065Z] ---> ec60408cc396 [2021-01-20T00:38:28.065Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:38:28.065Z] ---> Using cache [2021-01-20T00:38:28.065Z] ---> 1c3752241fee [2021-01-20T00:38:28.065Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:38:28.687Z] ---> Running in 68f2a5451b35 [2021-01-20T00:38:29.657Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:38:29.657Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:38:29.657Z] ---> 2cc716901c7b [2021-01-20T00:38:29.657Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:38:29.657Z] ---> Using cache [2021-01-20T00:38:29.657Z] ---> ec60408cc396 [2021-01-20T00:38:29.657Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:38:29.657Z] ---> Using cache [2021-01-20T00:38:29.657Z] ---> 1c3752241fee [2021-01-20T00:38:29.657Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T00:38:30.709Z] ---> Running in f66dc1f7f004 [2021-01-20T00:38:31.767Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:32.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:32.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:32.646Z] OK: 233 MiB in 51 packages [2021-01-20T00:38:32.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:33.528Z] OK: 233 MiB in 51 packages [2021-01-20T00:38:36.414Z] Removing intermediate container 68f2a5451b35 [2021-01-20T00:38:36.414Z] ---> dca5481739cc [2021-01-20T00:38:36.414Z] Step 6/21 : COPY go.mod . [2021-01-20T00:38:36.414Z] Removing intermediate container f66dc1f7f004 [2021-01-20T00:38:36.414Z] ---> af9868d27bf1 [2021-01-20T00:38:36.414Z] Step 6/24 : COPY go.mod . [2021-01-20T00:38:36.733Z] ---> eee3b7ed8ff3 [2021-01-20T00:38:36.733Z] Step 7/21 : RUN go mod download [2021-01-20T00:38:37.066Z] ---> 0724df6a163b [2021-01-20T00:38:37.066Z] Step 7/24 : RUN go mod download [2021-01-20T00:38:37.066Z] ---> Running in 88c4bda4aeca [2021-01-20T00:38:37.066Z] ---> Running in 5b511eb89cc7 [2021-01-20T00:38:39.117Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:38:39.117Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:38:39.117Z] ---> 2cc716901c7b [2021-01-20T00:38:39.117Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T00:38:39.117Z] ---> Using cache [2021-01-20T00:38:39.117Z] ---> ec60408cc396 [2021-01-20T00:38:39.117Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:38:39.117Z] ---> Using cache [2021-01-20T00:38:39.117Z] ---> 1c3752241fee [2021-01-20T00:38:39.117Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T00:38:39.717Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:38:39.717Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:38:39.717Z] ---> 2cc716901c7b [2021-01-20T00:38:39.717Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T00:38:39.717Z] ---> Using cache [2021-01-20T00:38:39.717Z] ---> ec60408cc396 [2021-01-20T00:38:39.717Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:38:39.717Z] ---> Using cache [2021-01-20T00:38:39.717Z] ---> 1c3752241fee [2021-01-20T00:38:39.717Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T00:38:40.311Z] ---> Running in f58a5438fedf [2021-01-20T00:38:40.311Z] ---> Running in 80790e617102 [2021-01-20T00:38:40.700Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-20T00:38:40.919Z] Removing intermediate container 5b511eb89cc7 [2021-01-20T00:38:40.919Z] ---> 2433aba27a58 [2021-01-20T00:38:40.919Z] Step 8/24 : COPY . . [2021-01-20T00:38:40.919Z] Removing intermediate container 88c4bda4aeca [2021-01-20T00:38:40.919Z] ---> 4183c63db858 [2021-01-20T00:38:40.919Z] Step 8/21 : COPY . . [2021-01-20T00:38:41.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:41.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:42.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:42.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:38:42.793Z] OK: 233 MiB in 51 packages [2021-01-20T00:38:42.793Z] OK: 233 MiB in 51 packages [2021-01-20T00:38:46.167Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-20T00:38:48.207Z] Removing intermediate container 80790e617102 [2021-01-20T00:38:48.207Z] ---> 2f1011376b0c [2021-01-20T00:38:48.207Z] Step 6/26 : COPY go.mod . [2021-01-20T00:38:49.173Z] Removing intermediate container f58a5438fedf [2021-01-20T00:38:49.173Z] ---> ca6ae9cafec6 [2021-01-20T00:38:49.173Z] Step 6/23 : COPY go.mod . [2021-01-20T00:38:49.448Z] ---> d2ab70a2cecd [2021-01-20T00:38:49.448Z] Step 7/26 : RUN go mod download [2021-01-20T00:38:50.514Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-20T00:38:50.514Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-20T00:38:50.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-20T00:38:50.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-20T00:38:50.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-20T00:38:50.514Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-20T00:38:51.439Z] ---> Running in 1da41c4334e0 [2021-01-20T00:38:51.439Z] ---> 4d7ffe30f651 [2021-01-20T00:38:51.439Z] Step 7/23 : RUN go mod download [2021-01-20T00:38:51.727Z] ---> Running in 8c7434dee6fa [2021-01-20T00:38:52.509Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-20T00:38:53.959Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-20T00:38:57.210Z] Removing intermediate container 8c7434dee6fa [2021-01-20T00:38:57.210Z] ---> 5f026b4e8e75 [2021-01-20T00:38:57.210Z] Step 8/23 : COPY . . [2021-01-20T00:38:57.210Z] Removing intermediate container 1da41c4334e0 [2021-01-20T00:38:57.210Z] ---> 80cf564bc9df [2021-01-20T00:38:57.210Z] Step 8/26 : COPY . . [2021-01-20T00:39:00.705Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-20T00:39:00.705Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-20T00:39:00.705Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-20T00:39:06.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.280s coverage: 46.6% of statements [2021-01-20T00:39:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-20T00:39:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-20T00:39:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-20T00:39:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-20T00:39:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-20T00:39:09.695Z] ---> a86f152fbfb3 [2021-01-20T00:39:09.695Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T00:39:09.695Z] ---> 36c97b826778 [2021-01-20T00:39:09.695Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T00:39:11.726Z] ---> Running in d93ed746fc2f [2021-01-20T00:39:11.726Z] ---> Running in 67f369894e8d [2021-01-20T00:39:13.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.648s coverage: 27.0% of statements [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-20T00:39:13.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-20T00:39:13.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-20T00:39:13.009Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.225s coverage: 67.9% of statements [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-20T00:39:13.009Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-20T00:39:13.193Z] 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-01-20T00:39:13.193Z] 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-01-20T00:39:13.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.3% of statements [2021-01-20T00:39:13.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-20T00:39:13.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:39:13.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-20T00:39:13.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-20T00:39:21.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.261s coverage: 28.6% of statements [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-20T00:39:21.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-20T00:39:21.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-20T00:39:21.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.261s coverage: 86.7% of statements [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-20T00:39:21.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.364s coverage: 97.5% of statements [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-20T00:39:21.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.196s coverage: 78.3% of statements [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-20T00:39:21.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-20T00:39:25.696Z] ---> ac92bf7d2232 [2021-01-20T00:39:25.696Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T00:39:25.696Z] ---> Running in 3a8177c015e1 [2021-01-20T00:39:25.696Z] ---> 440b379ab2f8 [2021-01-20T00:39:25.696Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T00:39:25.696Z] ---> Running in dc9475d32d27 [2021-01-20T00:39:26.706Z] 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-01-20T00:39:26.706Z] 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-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 92.8% of statements [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 0.1% of statements [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.132s coverage: 75.5% of statements [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements [2021-01-20T00:39:32.172Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements [2021-01-20T00:39:32.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-20T00:39:35.042Z] 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-01-20T00:39:35.042Z] 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-01-20T00:39:36.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.533s coverage: 63.5% of statements [2021-01-20T00:39:36.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-20T00:39:36.517Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-20T00:39:36.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2021-01-20T00:39:36.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.113s coverage: 91.3% of statements [2021-01-20T00:39:36.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-20T00:39:36.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-01-20T00:39:37.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2021-01-20T00:39:40.537Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.818s coverage: 68.9% of statements [2021-01-20T00:39:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-20T00:39:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-20T00:39:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-20T00:39:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-20T00:39:40.537Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-20T00:39:42.524Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.384s coverage: 37.0% of statements [2021-01-20T00:39:42.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-20T00:39:42.524Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-20T00:39:43.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.646s coverage: 84.0% of statements [2021-01-20T00:39:43.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-01-20T00:39:45.160Z] Removing intermediate container 67f369894e8d [2021-01-20T00:39:45.161Z] ---> a6e20c5bf1b1 [2021-01-20T00:39:45.161Z] [2021-01-20T00:39:45.161Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T00:39:45.161Z] ---> 389fef711851 [2021-01-20T00:39:45.161Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:39:45.161Z] ---> Using cache [2021-01-20T00:39:45.161Z] ---> 6b2f449577a0 [2021-01-20T00:39:45.161Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:39:45.161Z] Removing intermediate container d93ed746fc2f [2021-01-20T00:39:45.161Z] ---> 1eef2e5ad075 [2021-01-20T00:39:45.161Z] [2021-01-20T00:39:45.161Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T00:39:45.161Z] ---> 389fef711851 [2021-01-20T00:39:45.161Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T00:39:45.161Z] ---> Running in 92044476f0d6 [2021-01-20T00:39:45.161Z] ---> Running in 078c130a1cbe [2021-01-20T00:39:45.432Z] Removing intermediate container 92044476f0d6 [2021-01-20T00:39:45.432Z] ---> c9d9616fe104 [2021-01-20T00:39:45.432Z] Step 13/24 : WORKDIR / [2021-01-20T00:39:45.700Z] ---> Running in 1332fbe061ef [2021-01-20T00:39:45.981Z] Removing intermediate container 1332fbe061ef [2021-01-20T00:39:45.981Z] ---> 79d81ef43e59 [2021-01-20T00:39:45.981Z] 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-01-20T00:39:46.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:39:46.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:39:46.551Z] ---> 01780e823c7e [2021-01-20T00:39:46.551Z] 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-01-20T00:39:46.551Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T00:39:46.551Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:39:46.551Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T00:39:46.816Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T00:39:46.816Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:39:46.816Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:39:46.816Z] OK: 7 MiB in 18 packages [2021-01-20T00:39:47.787Z] ---> 21be8854a3b5 [2021-01-20T00:39:47.787Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T00:39:47.787Z] ---> fee969d0be81 [2021-01-20T00:39:47.787Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T00:39:48.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.411s coverage: 47.1% of statements [2021-01-20T00:39:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-20T00:39:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-20T00:39:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-20T00:39:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-20T00:39:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-20T00:39:48.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2021-01-20T00:39:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-20T00:39:48.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements [2021-01-20T00:39:48.602Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-20T00:39:48.960Z] Removing intermediate container 078c130a1cbe [2021-01-20T00:39:48.960Z] ---> 8266b5bfec47 [2021-01-20T00:39:48.960Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:39:50.896Z] ---> 0d53d5de5ab3 [2021-01-20T00:39:50.896Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T00:39:50.896Z] ---> Running in 9a39b5b02db6 [2021-01-20T00:39:51.164Z] Removing intermediate container dc9475d32d27 [2021-01-20T00:39:51.164Z] ---> 89a54d577d1e [2021-01-20T00:39:51.164Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T00:39:51.164Z] ---> 4dcfee56e652 [2021-01-20T00:39:51.164Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T00:39:51.164Z] Removing intermediate container 9a39b5b02db6 [2021-01-20T00:39:51.164Z] ---> 35d9ef5ee70f [2021-01-20T00:39:51.164Z] Step 13/21 : WORKDIR /edgex [2021-01-20T00:39:51.164Z] ---> Running in 3b4a2d8ea021 [2021-01-20T00:39:51.437Z] ---> Running in 1d61f12dd662 [2021-01-20T00:39:51.437Z] ---> 1d706688f779 [2021-01-20T00:39:51.437Z] 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-01-20T00:39:52.020Z] ---> Running in 7dcb0400c8cc [2021-01-20T00:39:52.020Z] Removing intermediate container 1d61f12dd662 [2021-01-20T00:39:52.020Z] ---> db1a76d7ddb8 [2021-01-20T00:39:52.020Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T00:39:52.020Z] 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-01-20T00:39:52.619Z] ---> 6efacdd43566 [2021-01-20T00:39:52.619Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T00:39:54.044Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.046s coverage: 29.1% of statements [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-20T00:39:54.044Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-20T00:39:54.044Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-20T00:39:54.044Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-20T00:39:54.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-20T00:39:54.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-20T00:39:54.044Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-20T00:39:54.044Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-01-20T00:39:54.564Z] ---> c11d1e7db16c [2021-01-20T00:39:54.564Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T00:39:54.564Z] Removing intermediate container 7dcb0400c8cc [2021-01-20T00:39:54.564Z] ---> afcc3ea7f3df [2021-01-20T00:39:54.564Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T00:39:54.835Z] ---> Running in c1c17afdceb2 [2021-01-20T00:39:55.028Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-20T00:39:55.306Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-20T00:39:55.900Z] GO111MODULE=on go vet ./... [2021-01-20T00:39:57.407Z] Removing intermediate container 3b4a2d8ea021 [2021-01-20T00:39:57.407Z] ---> dc905415b271 [2021-01-20T00:39:57.407Z] [2021-01-20T00:39:57.407Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T00:39:57.407Z] 20.10.0: Pulling from library/docker [2021-01-20T00:39:57.407Z] ---> 69e0a4c044b3 [2021-01-20T00:39:57.407Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T00:39:57.407Z] Removing intermediate container c1c17afdceb2 [2021-01-20T00:39:57.684Z] ---> db08dd34253e [2021-01-20T00:39:57.684Z] Step 22/24 : LABEL arch=x86_64 [2021-01-20T00:39:57.684Z] ---> Running in 46cd488c3626 [2021-01-20T00:39:57.684Z] ---> Running in e1da7b3b5ec9 [2021-01-20T00:39:57.684Z] Removing intermediate container 3a8177c015e1 [2021-01-20T00:39:57.684Z] ---> 0258a6fa06db [2021-01-20T00:39:57.684Z] [2021-01-20T00:39:57.684Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T00:39:57.684Z] ---> 389fef711851 [2021-01-20T00:39:57.684Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:39:57.960Z] ---> Running in b48f6bd4a33e [2021-01-20T00:39:58.226Z] Removing intermediate container 46cd488c3626 [2021-01-20T00:39:58.226Z] ---> 639569e6c833 [2021-01-20T00:39:58.226Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T00:39:58.226Z] Removing intermediate container e1da7b3b5ec9 [2021-01-20T00:39:58.226Z] ---> ceb94c342d83 [2021-01-20T00:39:58.226Z] Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:39:58.814Z] ---> Running in 0f3f536adf8e [2021-01-20T00:39:58.814Z] ---> Running in cd9c0b187dce [2021-01-20T00:39:58.814Z] Removing intermediate container b48f6bd4a33e [2021-01-20T00:39:58.814Z] ---> 960d08822186 [2021-01-20T00:39:58.814Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T00:39:59.091Z] ---> Running in 12e529e4319f [2021-01-20T00:39:59.091Z] Removing intermediate container 0f3f536adf8e [2021-01-20T00:39:59.091Z] ---> 27ae61d4fb11 [2021-01-20T00:39:59.091Z] Step 19/21 : LABEL arch=x86_64 [2021-01-20T00:39:59.091Z] Removing intermediate container cd9c0b187dce [2021-01-20T00:39:59.091Z] ---> ae00cab530f7 [2021-01-20T00:39:59.091Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:39:59.363Z] ---> Running in 08503c2f68c8 [2021-01-20T00:39:59.363Z] ---> Running in 97829fd4da90 [2021-01-20T00:39:59.363Z] Removing intermediate container 12e529e4319f [2021-01-20T00:39:59.363Z] ---> 90110161a8c3 [2021-01-20T00:39:59.363Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T00:39:59.648Z] ---> Running in 6c91ca79ebb0 [2021-01-20T00:39:59.648Z] Removing intermediate container 08503c2f68c8 [2021-01-20T00:39:59.648Z] ---> 4141d6b789bf [2021-01-20T00:39:59.648Z] Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:39:59.648Z] Removing intermediate container 97829fd4da90 [2021-01-20T00:39:59.648Z] ---> ea6233a46a40 [2021-01-20T00:39:59.648Z] [2021-01-20T00:39:59.923Z] ---> Running in 2830753851aa [2021-01-20T00:39:59.923Z] Removing intermediate container 6c91ca79ebb0 [2021-01-20T00:39:59.923Z] ---> 65e2e72de6c1 [2021-01-20T00:39:59.923Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:39:59.923Z] ---> Running in 904c453a99fd [2021-01-20T00:40:00.193Z] Successfully built ea6233a46a40 [2021-01-20T00:40:00.193Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-20T00:40:00.193Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2830753851aa [2021-01-20T00:40:00.193Z] ---> a99a4f956283 [2021-01-20T00:40:00.193Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:40:00.467Z] ---> Running in 44107fa40ca6 [2021-01-20T00:40:00.735Z] Removing intermediate container 44107fa40ca6 [2021-01-20T00:40:00.735Z] ---> bad7dadac91c [2021-01-20T00:40:00.735Z] [2021-01-20T00:40:01.002Z] Successfully built bad7dadac91c [2021-01-20T00:40:01.002Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-20T00:40:01.589Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 904c453a99fd [2021-01-20T00:40:01.589Z] ---> 08121a35b6e5 [2021-01-20T00:40:01.589Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T00:40:01.589Z] ---> Running in 56c679924078 [2021-01-20T00:40:03.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:03.812Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T00:40:03.812Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T00:40:03.812Z] ---> aefe523efa57 [2021-01-20T00:40:03.812Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T00:40:04.079Z] ---> Running in 40c5d3af8a98 [2021-01-20T00:40:04.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:04.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:04.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:05.189Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T00:40:05.189Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T00:40:05.189Z] Executing bash-5.0.17-r0.post-install [2021-01-20T00:40:05.189Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:40:05.189Z] OK: 12 MiB in 22 packages [2021-01-20T00:40:05.773Z] Removing intermediate container 40c5d3af8a98 [2021-01-20T00:40:05.773Z] ---> 497b79578be5 [2021-01-20T00:40:05.773Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T00:40:05.773Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T00:40:05.773Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T00:40:05.773Z] ---> Running in ff18ef7cc3a5 [2021-01-20T00:40:06.036Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T00:40:06.036Z] Removing intermediate container ff18ef7cc3a5 [2021-01-20T00:40:06.036Z] ---> cd9d54b3ffb4 [2021-01-20T00:40:06.036Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T00:40:06.036Z] ---> Running in 519da5629633 [2021-01-20T00:40:06.301Z] Removing intermediate container 519da5629633 [2021-01-20T00:40:06.301Z] ---> d64c01de611f [2021-01-20T00:40:06.301Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T00:40:06.301Z] ---> Running in 31bae1f1ffb7 [2021-01-20T00:40:06.301Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T00:40:06.572Z] Removing intermediate container 31bae1f1ffb7 [2021-01-20T00:40:06.572Z] ---> 55264364a010 [2021-01-20T00:40:06.572Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T00:40:06.572Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T00:40:06.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:40:06.836Z] OK: 8 MiB in 19 packages [2021-01-20T00:40:07.104Z] ---> e7e65b8b45e2 [2021-01-20T00:40:07.104Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T00:40:07.371Z] Removing intermediate container 56c679924078 [2021-01-20T00:40:07.371Z] ---> c354b0da2fe9 [2021-01-20T00:40:07.371Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:40:07.371Z] ---> 2b3d68202eb3 [2021-01-20T00:40:07.371Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T00:40:07.635Z] ---> 132b3d47a64c [2021-01-20T00:40:07.635Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T00:40:07.635Z] ---> fe0fa4620ea6 [2021-01-20T00:40:07.635Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T00:40:07.899Z] ---> Running in 6241ba52fe26 [2021-01-20T00:40:08.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:08.477Z] ---> 07de38368c17 [2021-01-20T00:40:08.477Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T00:40:08.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:08.741Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T00:40:08.741Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T00:40:08.741Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T00:40:08.741Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T00:40:08.741Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T00:40:08.741Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T00:40:08.741Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T00:40:08.741Z] ---> 913c8fe8612c [2021-01-20T00:40:08.741Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T00:40:09.359Z] ---> Running in 2b0d7faf74f4 [2021-01-20T00:40:12.628Z] Removing intermediate container 2b0d7faf74f4 [2021-01-20T00:40:12.628Z] ---> ae32e8bac213 [2021-01-20T00:40:12.628Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:40:12.628Z] ---> Running in ac2898fd35ab [2021-01-20T00:40:12.628Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T00:40:12.628Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T00:40:12.628Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T00:40:12.628Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T00:40:12.628Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T00:40:12.628Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T00:40:12.628Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T00:40:12.628Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T00:40:12.628Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T00:40:12.897Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T00:40:13.188Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T00:40:13.188Z] Removing intermediate container ac2898fd35ab [2021-01-20T00:40:13.188Z] ---> dda91f1d6053 [2021-01-20T00:40:13.188Z] Step 21/23 : LABEL arch=x86_64 [2021-01-20T00:40:13.188Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T00:40:13.501Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T00:40:13.501Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T00:40:13.501Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T00:40:13.501Z] ---> Running in aea09febc9e0 [2021-01-20T00:40:13.501Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T00:40:13.501Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T00:40:13.769Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T00:40:13.769Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T00:40:13.769Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T00:40:13.769Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T00:40:13.769Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T00:40:13.769Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T00:40:14.349Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T00:40:14.349Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T00:40:14.349Z] Removing intermediate container aea09febc9e0 [2021-01-20T00:40:14.349Z] ---> f5a658e4f58f [2021-01-20T00:40:14.349Z] Step 22/23 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:40:14.349Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T00:40:14.937Z] ---> Running in 2174d477f969 [2021-01-20T00:40:14.937Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:40:14.937Z] OK: 71 MiB in 55 packages [2021-01-20T00:40:14.937Z] Removing intermediate container 2174d477f969 [2021-01-20T00:40:14.937Z] ---> ce7e155e3532 [2021-01-20T00:40:14.937Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T00:40:15.204Z] ---> Running in 0e7ea79a3e42 [2021-01-20T00:40:15.469Z] Removing intermediate container 0e7ea79a3e42 [2021-01-20T00:40:15.469Z] ---> 5857151bd5ad [2021-01-20T00:40:15.469Z] [2021-01-20T00:40:15.469Z] Successfully built 5857151bd5ad [2021-01-20T00:40:15.741Z] Successfully tagged docker-core-data-go:latest [2021-01-20T00:40:21.081Z]  Building docker-core-data-go ... done Removing intermediate container 6241ba52fe26 [2021-01-20T00:40:21.081Z] ---> 8788e82644ff [2021-01-20T00:40:21.081Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T00:40:21.081Z] ---> Running in e479018a42bf [2021-01-20T00:40:22.036Z] Collecting docker-compose==1.23.2 [2021-01-20T00:40:22.036Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T00:40:22.298Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T00:40:22.298Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T00:40:23.248Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T00:40:23.248Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T00:40:23.249Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T00:40:23.249Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T00:40:23.826Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T00:40:23.827Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T00:40:23.827Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T00:40:23.827Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T00:40:24.403Z] Collecting PyYAML<4,>=3.10 [2021-01-20T00:40:24.403Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T00:40:25.350Z] 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-01-20T00:40:25.350Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T00:40:25.350Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T00:40:25.618Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T00:40:25.618Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T00:40:25.618Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T00:40:25.618Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T00:40:25.883Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T00:40:26.458Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T00:40:27.033Z] 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-01-20T00:40:27.033Z] Collecting idna<2.8,>=2.5 [2021-01-20T00:40:27.033Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T00:40:27.033Z] 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-01-20T00:40:27.033Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T00:40:27.033Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T00:40:27.033Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T00:40:27.033Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T00:40:27.033Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T00:40:27.033Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T00:40:27.296Z] Installing collected packages: docopt, urllib3, idna, requests, texttable, websocket-client, dockerpty, PyYAML, jsonschema, cached-property, docker-pycreds, docker, docker-compose [2021-01-20T00:40:27.296Z] Running setup.py install for docopt: started [2021-01-20T00:40:27.875Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T00:40:27.875Z] Attempting uninstall: urllib3 [2021-01-20T00:40:27.875Z] Found existing installation: urllib3 1.25.9 [2021-01-20T00:40:27.875Z] Uninstalling urllib3-1.25.9: [2021-01-20T00:40:27.875Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T00:40:28.139Z] Attempting uninstall: idna [2021-01-20T00:40:28.139Z] Found existing installation: idna 2.9 [2021-01-20T00:40:28.139Z] Uninstalling idna-2.9: [2021-01-20T00:40:28.139Z] Successfully uninstalled idna-2.9 [2021-01-20T00:40:28.405Z] Attempting uninstall: requests [2021-01-20T00:40:28.405Z] Found existing installation: requests 2.23.0 [2021-01-20T00:40:28.405Z] Uninstalling requests-2.23.0: [2021-01-20T00:40:28.405Z] Successfully uninstalled requests-2.23.0 [2021-01-20T00:40:28.405Z] Running setup.py install for texttable: started [2021-01-20T00:40:28.980Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T00:40:28.980Z] Running setup.py install for dockerpty: started [2021-01-20T00:40:29.558Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T00:40:29.558Z] Running setup.py install for PyYAML: started [2021-01-20T00:40:30.136Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T00:40:30.710Z] 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-01-20T00:40:34.041Z] Removing intermediate container e479018a42bf [2021-01-20T00:40:34.041Z] ---> 7da8b7366e41 [2021-01-20T00:40:34.041Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T00:40:34.041Z] ---> Running in f7c65d076da0 [2021-01-20T00:40:34.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:34.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T00:40:34.881Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:40:34.881Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T00:40:34.881Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T00:40:34.881Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:40:34.881Z] OK: 72 MiB in 58 packages [2021-01-20T00:40:35.456Z] Removing intermediate container f7c65d076da0 [2021-01-20T00:40:35.456Z] ---> 7b5bb0baf7df [2021-01-20T00:40:35.456Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T00:40:35.456Z] ---> Running in 0d4fbf224d91 [2021-01-20T00:40:35.718Z] Removing intermediate container 0d4fbf224d91 [2021-01-20T00:40:35.718Z] ---> fa50324ca683 [2021-01-20T00:40:35.718Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:40:35.718Z] ---> Running in 4d86966789a6 [2021-01-20T00:40:35.981Z] Removing intermediate container 4d86966789a6 [2021-01-20T00:40:35.981Z] ---> 31e6a890da6a [2021-01-20T00:40:35.981Z] Step 24/26 : LABEL arch=x86_64 [2021-01-20T00:40:35.981Z] ---> Running in 121e503c3060 [2021-01-20T00:40:36.242Z] Removing intermediate container 121e503c3060 [2021-01-20T00:40:36.242Z] ---> a571370bab0c [2021-01-20T00:40:36.242Z] Step 25/26 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:40:36.242Z] ---> Running in dd983dc7cc9e [2021-01-20T00:40:36.242Z] Removing intermediate container dd983dc7cc9e [2021-01-20T00:40:36.242Z] ---> bbd915461b61 [2021-01-20T00:40:36.242Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T00:40:36.504Z] ---> Running in 740434306ae0 [2021-01-20T00:40:36.504Z] Removing intermediate container 740434306ae0 [2021-01-20T00:40:36.504Z] ---> f689d5dc995e [2021-01-20T00:40:36.504Z] [2021-01-20T00:40:36.766Z] Successfully built f689d5dc995e [2021-01-20T00:40:36.766Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-20T00:40:37.355Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-20T00:40:37.379Z] $ docker stop --time=1 f699eaf52e695f0af9b079aca80ab1257fc5739211cf6b00ce3ee2067df5497f [2021-01-20T00:40:38.985Z] $ docker rm -f f699eaf52e695f0af9b079aca80ab1257fc5739211cf6b00ce3ee2067df5497f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:40:39.507Z] + docker images [2021-01-20T00:40:39.507Z] + grep docker [2021-01-20T00:40:39.770Z] docker-sys-mgmt-agent-go latest f689d5dc995e 3 seconds ago 313MB [2021-01-20T00:40:39.770Z] docker-core-data-go latest 5857151bd5ad 24 seconds ago 22.3MB [2021-01-20T00:40:39.770Z] docker-security-proxy-setup-go latest bad7dadac91c 39 seconds ago 24.4MB [2021-01-20T00:40:39.770Z] docker-security-secretstore-setup-go latest ea6233a46a40 40 seconds ago 24.6MB [2021-01-20T00:40:39.770Z] docker-security-bootstrap-redis-go latest 90de067d285f 2 minutes ago 15.8MB [2021-01-20T00:40:39.770Z] docker-support-notifications-go latest 263633658727 2 minutes ago 12MB [2021-01-20T00:40:39.770Z] docker-core-metadata-go latest 8e498ec0ab77 2 minutes ago 13.1MB [2021-01-20T00:40:39.770Z] docker-core-command-go latest e05e7c14e977 2 minutes ago 10.6MB [2021-01-20T00:40:39.770Z] docker-support-scheduler-go latest e863594cccc7 2 minutes ago 10.7MB [2021-01-20T00:40:39.770Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-20T00:40:55.519Z] Still waiting to schedule task [2021-01-20T00:40:55.520Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-20T00:41:03.966Z] gofmt -l . [2021-01-20T00:41:03.966Z] [ "`gofmt -l .`" = "" ] [2021-01-20T00:41:04.559Z] ./bin/test-go-mod-tidy.sh [2021-01-20T00:41:05.159Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-20T00:41:07.285Z] + ls -al . [2021-01-20T00:41:07.285Z] total 684 [2021-01-20T00:41:07.285Z] drwxrwxr-x 9 1001 1001 4096 Jan 20 00:41 . [2021-01-20T00:41:07.285Z] drwxr-xr-x 4 root root 4096 Jan 20 00:37 .. [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 11 Jan 20 00:35 .dockerignore [2021-01-20T00:41:07.285Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 00:35 .git [2021-01-20T00:41:07.285Z] drwxrwxr-x 3 1001 1001 4096 Jan 20 00:35 .github [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 824 Jan 20 00:35 .gitignore [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 166 Jan 20 00:35 .sonarcloud.properties [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 7744 Jan 20 00:35 Attribution.txt [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 3804 Jan 20 00:35 CONTRIBUTING.md [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 931 Jan 20 00:35 Dockerfile.build [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 863 Jan 20 00:35 Jenkinsfile [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 10775 Jan 20 00:35 LICENSE [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 5750 Jan 20 00:35 Makefile [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 6524 Jan 20 00:35 README.md [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 6744 Jan 20 00:35 SECURITY.md [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 5 Jan 20 00:32 VERSION [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 4131 Jan 20 00:35 ZMQWindows.md [2021-01-20T00:41:07.285Z] drwxrwxr-x 2 1001 1001 4096 Jan 20 00:35 bin [2021-01-20T00:41:07.285Z] drwxrwxr-x 14 1001 1001 4096 Jan 20 00:35 cmd [2021-01-20T00:41:07.285Z] -rw-r--r-- 1 root root 550280 Jan 20 00:39 coverage.out [2021-01-20T00:41:07.285Z] -rw-r--r-- 1 root root 981 Jan 20 00:41 go.mod [2021-01-20T00:41:07.285Z] -rw-r--r-- 1 root root 19436 Jan 20 00:41 go.sum [2021-01-20T00:41:07.285Z] drwxrwxr-x 8 1001 1001 4096 Jan 20 00:35 internal [2021-01-20T00:41:07.285Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 00:35 openapi [2021-01-20T00:41:07.285Z] drwxrwxr-x 4 1001 1001 4096 Jan 20 00:35 snap [2021-01-20T00:41:07.285Z] -rw-rw-r-- 1 1001 1001 168 Jan 20 00:35 version.go [Pipeline] sh [2021-01-20T00:41:07.946Z] + '[' -e coverage.out ] [2021-01-20T00:41:07.946Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-20T00:41:08.008Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T00:41:09.309Z] Stashed 1 file(s) [Pipeline] sh [2021-01-20T00:41:10.020Z] + make build [2021-01-20T00:41:10.021Z] 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-01-20T00:41:20.251Z] 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-01-20T00:41:42.448Z] 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-01-20T00:41:47.866Z] 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-01-20T00:41:52.176Z] 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-01-20T00:41:53.626Z] 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-01-20T00:41:59.032Z] 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-01-20T00:42:03.360Z] 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-01-20T00:42:06.769Z] 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-01-20T00:42:11.067Z] 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-01-20T00:42:16.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T00:42:20.764Z] 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 [Pipeline] } [2021-01-20T00:42:24.166Z] $ docker stop --time=1 6c2933cef7cb632e4dc0c8cec623c63b12525955ab6cb4d763f8067592221fd4 [2021-01-20T00:42:26.929Z] $ docker rm -f 6c2933cef7cb632e4dc0c8cec623c63b12525955ab6cb4d763f8067592221fd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:42:28.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:42:28.837Z] [2021-01-20T00:42:28.837Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:42:29.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:42:29.757Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-20T00:42:29.757Z] 29e5d40040c1: Pulling fs layer [2021-01-20T00:42:29.757Z] 1ce36da41761: Pulling fs layer [2021-01-20T00:42:29.757Z] 25b303627fd3: Pulling fs layer [2021-01-20T00:42:29.757Z] 29e5d40040c1: Verifying Checksum [2021-01-20T00:42:29.757Z] 29e5d40040c1: Download complete [2021-01-20T00:42:30.354Z] 29e5d40040c1: Pull complete [2021-01-20T00:42:30.354Z] 1ce36da41761: Verifying Checksum [2021-01-20T00:42:30.354Z] 1ce36da41761: Download complete [2021-01-20T00:42:31.797Z] 1ce36da41761: Pull complete [2021-01-20T00:42:32.070Z] 25b303627fd3: Verifying Checksum [2021-01-20T00:42:32.070Z] 25b303627fd3: Download complete [2021-01-20T00:42:42.232Z] 25b303627fd3: Pull complete [2021-01-20T00:42:42.233Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-20T00:42:42.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:42:42.233Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-20T00:42:42.494Z] prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container [2021-01-20T00:42:42.567Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-20T00:42:45.486Z] $ docker top bb88bebaa85bd270a759b22d5b0c817dbfbe141d0be832d28d72f6fc123d8be1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:42:46.511Z] + grep parallel [2021-01-20T00:42:46.511Z] + docker-compose build --help [2021-01-20T00:42:47.626Z] Running on prd-ubuntu18.04-docker-8c-8g-21447 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-01-20T00:42:47.681Z] Running in /w/workspace/edgex-go/44 [Pipeline] { [Pipeline] checkout [2021-01-20T00:42:49.908Z] --parallel Build images in parallel. [Pipeline] } [2021-01-20T00:42:49.928Z] $ docker stop --time=1 bb88bebaa85bd270a759b22d5b0c817dbfbe141d0be832d28d72f6fc123d8be1 [2021-01-20T00:42:49.938Z] using credential edgex-jenkins-ssh [2021-01-20T00:42:49.989Z] Cloning the remote Git repository [2021-01-20T00:42:50.018Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:42:50.080Z] > git init /w/workspace/edgex-go/44 # timeout=10 [2021-01-20T00:42:50.109Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:42:50.109Z] > git --version # timeout=10 [2021-01-20T00:42:50.116Z] > git --version # 'git version 2.17.1' [2021-01-20T00:42:50.117Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:42:50.141Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:42:51.878Z] $ docker rm -f bb88bebaa85bd270a759b22d5b0c817dbfbe141d0be832d28d72f6fc123d8be1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:42:52.659Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-20T00:42:52.659Z] . [Pipeline] withDockerContainer [2021-01-20T00:42:52.942Z] prd-ubuntu18.04-docker-arm64-4c-16g-21433 does not seem to be running inside a container [2021-01-20T00:42:53.057Z] $ 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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-20T00:42:54.543Z] $ docker top 4cfa759fa5f9a149f139b945a709d1ec63722803665101c38826d5f7c2d19dc3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:42:57.006Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-20T00:43:01.297Z] Building docker-core-command-go ... [2021-01-20T00:43:01.297Z] Building docker-core-data-go ... [2021-01-20T00:43:01.297Z] Building docker-core-metadata-go ... [2021-01-20T00:43:01.297Z] Building docker-security-bootstrap-redis-go ... [2021-01-20T00:43:01.297Z] Building docker-security-proxy-setup-go ... [2021-01-20T00:43:01.297Z] Building docker-security-secretstore-setup-go ... [2021-01-20T00:43:01.297Z] Building docker-support-notifications-go ... [2021-01-20T00:43:01.297Z] Building docker-support-scheduler-go ... [2021-01-20T00:43:01.297Z] Building docker-sys-mgmt-agent-go ... [2021-01-20T00:43:01.297Z] Building docker-core-metadata-go [2021-01-20T00:43:01.297Z] Building docker-support-notifications-go [2021-01-20T00:43:01.297Z] Building docker-security-secretstore-setup-go [2021-01-20T00:43:01.297Z] Building docker-sys-mgmt-agent-go [2021-01-20T00:43:01.297Z] Building docker-security-bootstrap-redis-go [2021-01-20T00:43:20.690Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:43:20.701Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T00:43:20.710Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-20T00:43:20.725Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-20T00:43:20.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:43:20.729Z] > 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-01-20T00:43:21.361Z] Merging remotes/origin/master commit c4887d0c009f35026456fc1c8cef2ef56b2ea654 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-01-20T00:43:21.609Z] Merge succeeded, producing efe81d618886f67dceb9ffdbbd2fb20c37710edf [2021-01-20T00:43:21.609Z] Checking out Revision efe81d618886f67dceb9ffdbbd2fb20c37710edf (PR-2858) [2021-01-20T00:43:21.375Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:43:21.380Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-01-20T00:43:21.456Z] > git remote # timeout=10 [2021-01-20T00:43:21.464Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T00:43:21.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T00:43:21.474Z] > git merge c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-20T00:43:21.605Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T00:43:21.615Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T00:43:21.619Z] > git checkout -f efe81d618886f67dceb9ffdbbd2fb20c37710edf # timeout=10 [2021-01-20T00:43:25.362Z] Commit message: "Merge commit 'c4887d0c009f35026456fc1c8cef2ef56b2ea654' into HEAD" [2021-01-20T00:43:25.374Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:43:25.369Z] > git rev-list --no-walk d452e94e0d7a1ecfb006c329791a579e7fa500aa # timeout=10 [2021-01-20T00:43:26.547Z] + echo snap-build.sh [2021-01-20T00:43:26.547Z] snap-build.sh [2021-01-20T00:43:26.547Z] + SNAP_BASE_DIR=. [2021-01-20T00:43:26.547Z] + '[' '!' -z /w/workspace/edgex-go/44 ']' [2021-01-20T00:43:26.547Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/44 [2021-01-20T00:43:26.547Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/44]' [2021-01-20T00:43:26.547Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/44] [2021-01-20T00:43:26.547Z] + cd /w/workspace/edgex-go/44 [2021-01-20T00:43:26.547Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-20T00:43:26.547Z] Reading package lists... [2021-01-20T00:43:26.547Z] Building dependency tree... [2021-01-20T00:43:26.547Z] Reading state information... [2021-01-20T00:43:26.809Z] The following packages were automatically installed and are no longer required: [2021-01-20T00:43:26.809Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-20T00:43:26.809Z] uidmap xdelta3 [2021-01-20T00:43:26.809Z] Use 'sudo apt autoremove' to remove them. [2021-01-20T00:43:26.809Z] The following packages will be REMOVED: [2021-01-20T00:43:26.809Z] lxd* lxd-client* [2021-01-20T00:43:27.071Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-20T00:43:27.071Z] After this operation, 31.7 MB disk space will be freed. [2021-01-20T00:43:28.122Z] (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-01-20T00:43:28.122Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T00:43:29.077Z] Removing lxd dnsmasq configuration [2021-01-20T00:43:29.077Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T00:43:29.342Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-20T00:43:30.295Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-20T00:43:30.559Z] (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-01-20T00:43:30.560Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-20T00:43:31.518Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-20T00:43:31.780Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-20T00:43:33.168Z] + sudo snap remove --purge lxd [2021-01-20T00:43:33.427Z] snap "lxd" is not installed [2021-01-20T00:43:33.427Z] + sudo groupadd --force --system lxd [2021-01-20T00:43:33.427Z] ++ whoami [2021-01-20T00:43:33.427Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-20T00:43:33.427Z] + newgrp - lxd [2021-01-20T00:43:33.427Z] + sudo snap install lxd [2021-01-20T00:43:43.449Z] 2021-01-20T00:43:40Z INFO Waiting for automatic snapd restart... [2021-01-20T00:43:55.734Z] lxd 4.10 from Canonical* installed [2021-01-20T00:43:55.734Z] + sudo lxd init --auto [2021-01-20T00:44:03.917Z] + sudo snap install --classic snapcraft [2021-01-20T00:44:08.137Z] snapcraft 4.4.4 from Canonical* installed [2021-01-20T00:44:08.137Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-20T00:44:08.137Z] + patch --verbose -p1 [2021-01-20T00:44:08.137Z] Hmm... Looks like a unified diff to me... [2021-01-20T00:44:08.137Z] The text leading up to this was: [2021-01-20T00:44:08.137Z] -------------------------- [2021-01-20T00:44:08.137Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-20T00:44:08.137Z] |From: Tony Espy [2021-01-20T00:44:08.137Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-20T00:44:08.137Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-20T00:44:08.137Z] | [2021-01-20T00:44:08.137Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-20T00:44:08.137Z] |optimize the snap CI check run for pull requests. When [2021-01-20T00:44:08.137Z] |applied, it essentially strips out everything (apps and [2021-01-20T00:44:08.137Z] |parts) from the snapcraft.yaml file except those required [2021-01-20T00:44:08.137Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-20T00:44:08.137Z] |catch changes to edgex-go that break the snap build. [2021-01-20T00:44:08.137Z] | [2021-01-20T00:44:08.137Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-20T00:44:08.137Z] |to update this patch file, otherwise it may fail to apply, [2021-01-20T00:44:08.137Z] |resulting in a failed snap build CI check in the associated [2021-01-20T00:44:08.137Z] |pull request. [2021-01-20T00:44:08.137Z] | [2021-01-20T00:44:08.137Z] |Note - in addition to applying this patch, the pipeline also [2021-01-20T00:44:08.137Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-20T00:44:08.137Z] |need to build the finally binary .snap file (and it won't [2021-01-20T00:44:08.137Z] |work with the patch applied). This further reduces the build [2021-01-20T00:44:08.137Z] |time. [2021-01-20T00:44:08.137Z] |--- [2021-01-20T00:44:08.137Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-20T00:44:08.137Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-20T00:44:08.137Z] | [2021-01-20T00:44:08.137Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-20T00:44:08.137Z] |index 1e537489..faf42425 100644 [2021-01-20T00:44:08.137Z] |--- a/snap/snapcraft.yaml [2021-01-20T00:44:08.137Z] |+++ b/snap/snapcraft.yaml [2021-01-20T00:44:08.137Z] -------------------------- [2021-01-20T00:44:08.137Z] patching file snap/snapcraft.yaml [2021-01-20T00:44:08.137Z] Using Plan A... [2021-01-20T00:44:08.137Z] Hunk #1 succeeded at 73. [2021-01-20T00:44:08.137Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-20T00:44:08.137Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-20T00:44:08.137Z] Hunk #4 FAILED at 223. [2021-01-20T00:44:08.137Z] Hunk #5 succeeded at 300. [2021-01-20T00:44:08.137Z] Hunk #6 succeeded at 327. [2021-01-20T00:44:08.137Z] Hunk #7 succeeded at 361. [2021-01-20T00:44:08.137Z] Hunk #8 FAILED at 412. [2021-01-20T00:44:08.137Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-01-20T00:44:08.137Z] Hmm... Ignoring the trailing garbage. [2021-01-20T00:44:08.137Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T00:44:08.856Z] Failed in branch amd64 [2021-01-20T00:44:09.296Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:44:09.296Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:44:09.296Z] ---> 52eb1dc14553 [2021-01-20T00:44:09.296Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:44:09.296Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:44:09.296Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:44:09.296Z] ---> 52eb1dc14553 [2021-01-20T00:44:09.296Z] Step 3/24 : WORKDIR /edgex-go [2021-01-20T00:44:09.296Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:44:09.296Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:44:09.296Z] ---> 52eb1dc14553 [2021-01-20T00:44:09.296Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:44:09.296Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:44:09.296Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:44:09.296Z] ---> 52eb1dc14553 [2021-01-20T00:44:09.296Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:44:09.568Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:44:09.568Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:44:09.568Z] ---> 52eb1dc14553 [2021-01-20T00:44:09.568Z] Step 3/26 : WORKDIR /edgex-go [2021-01-20T00:44:12.194Z] ---> Running in 333bf3c6e971 [2021-01-20T00:44:12.194Z] ---> Running in 48a7f2f34273 [2021-01-20T00:44:12.194Z] ---> Running in a6f83a051421 [2021-01-20T00:44:12.194Z] ---> Running in 29055c799761 [2021-01-20T00:44:12.194Z] ---> Running in 1cd3159a52e1 [2021-01-20T00:44:12.789Z] Removing intermediate container 48a7f2f34273 [2021-01-20T00:44:12.789Z] ---> 336b113f4c42 [2021-01-20T00:44:12.789Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:44:12.789Z] Removing intermediate container 1cd3159a52e1 [2021-01-20T00:44:12.789Z] ---> 2403a7ef23bd [2021-01-20T00:44:12.789Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:44:12.789Z] Removing intermediate container 333bf3c6e971 [2021-01-20T00:44:12.789Z] ---> 81e1e9faac4d [2021-01-20T00:44:12.789Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:44:12.789Z] Removing intermediate container a6f83a051421 [2021-01-20T00:44:12.789Z] ---> 1f6455209fed [2021-01-20T00:44:12.789Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:44:12.789Z] Removing intermediate container 29055c799761 [2021-01-20T00:44:12.789Z] ---> fa35fbf66a80 [2021-01-20T00:44:12.789Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:44:13.065Z] ---> Running in ff1d679d9651 [2021-01-20T00:44:13.065Z] ---> Running in de44bb404bdb [2021-01-20T00:44:13.065Z] ---> Running in 156c4bd4a207 [2021-01-20T00:44:13.065Z] ---> Running in 65cb76f25ae9 [2021-01-20T00:44:13.065Z] ---> Running in 3d04fd55e2c7 [2021-01-20T00:44:17.404Z] Removing intermediate container ff1d679d9651 [2021-01-20T00:44:17.404Z] ---> 036929898dbe [2021-01-20T00:44:17.404Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:44:17.404Z] ---> Running in 7c42be3f9534 [2021-01-20T00:44:17.404Z] Removing intermediate container 156c4bd4a207 [2021-01-20T00:44:17.404Z] ---> b88d73c779de [2021-01-20T00:44:17.404Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-20T00:44:17.404Z] Removing intermediate container de44bb404bdb [2021-01-20T00:44:17.404Z] ---> 84c5c4725faf [2021-01-20T00:44:17.404Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-20T00:44:17.404Z] ---> Running in 4c31db4d55a2 [2021-01-20T00:44:17.404Z] ---> Running in 6f2e9a2c2a36 [2021-01-20T00:44:17.676Z] Removing intermediate container 65cb76f25ae9 [2021-01-20T00:44:17.676Z] ---> b98bebd6331a [2021-01-20T00:44:17.676Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-20T00:44:17.676Z] Removing intermediate container 3d04fd55e2c7 [2021-01-20T00:44:17.676Z] ---> 9aff0a57117a [2021-01-20T00:44:17.676Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:44:17.958Z] ---> Running in 165124722ff3 [2021-01-20T00:44:17.958Z] ---> Running in 8ea71f1d4502 [2021-01-20T00:44:18.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:19.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:19.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:19.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:19.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:19.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:20.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:20.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:20.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:20.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:44:21.287Z] OK: 217 MiB in 51 packages [2021-01-20T00:44:21.287Z] OK: 217 MiB in 51 packages [2021-01-20T00:44:21.891Z] OK: 217 MiB in 51 packages [2021-01-20T00:44:22.888Z] OK: 217 MiB in 51 packages [2021-01-20T00:44:22.888Z] OK: 217 MiB in 51 packages [2021-01-20T00:44:22.888Z] Removing intermediate container 7c42be3f9534 [2021-01-20T00:44:22.888Z] ---> 2abbd9eab019 [2021-01-20T00:44:22.888Z] Step 6/22 : COPY go.mod . [2021-01-20T00:44:23.172Z] Removing intermediate container 4c31db4d55a2 [2021-01-20T00:44:23.172Z] ---> a1f2d328d85b [2021-01-20T00:44:23.172Z] Step 6/24 : COPY go.mod . [2021-01-20T00:44:23.778Z] Removing intermediate container 6f2e9a2c2a36 [2021-01-20T00:44:23.778Z] ---> fc14dea9ae98 [2021-01-20T00:44:23.778Z] Step 6/24 : COPY go.mod . [2021-01-20T00:44:23.778Z] ---> 6f4a617faf11 [2021-01-20T00:44:23.778Z] Step 7/22 : RUN go mod download [2021-01-20T00:44:24.052Z] ---> Running in 0f07b9f99d49 [2021-01-20T00:44:24.331Z] ---> 2c6ce4906757 [2021-01-20T00:44:24.331Z] Step 7/24 : RUN go mod download [2021-01-20T00:44:24.607Z] ---> Running in 7ec01bd678d3 [2021-01-20T00:44:24.607Z] Removing intermediate container 165124722ff3 [2021-01-20T00:44:24.607Z] ---> 8aa40f8b5e31 [2021-01-20T00:44:24.607Z] Step 6/26 : COPY go.mod . [2021-01-20T00:44:24.607Z] Removing intermediate container 8ea71f1d4502 [2021-01-20T00:44:24.607Z] ---> ccc6d9139dc1 [2021-01-20T00:44:24.607Z] Step 6/22 : COPY go.mod . [2021-01-20T00:44:24.607Z] ---> 7c239daed8d7 [2021-01-20T00:44:24.607Z] Step 7/24 : RUN go mod download [2021-01-20T00:44:24.884Z] ---> Running in 9bdc3d175c24 [2021-01-20T00:44:25.873Z] ---> a346f2a1d132 [2021-01-20T00:44:25.873Z] Step 7/26 : RUN go mod download [2021-01-20T00:44:25.873Z] ---> d03aaca0eda6 [2021-01-20T00:44:25.873Z] Step 7/22 : RUN go mod download [2021-01-20T00:44:26.156Z] ---> Running in c269bbf1110e [2021-01-20T00:44:26.156Z] ---> Running in afe0deedf8ec [2021-01-20T00:44:28.804Z] Removing intermediate container 0f07b9f99d49 [2021-01-20T00:44:28.804Z] ---> 0aa087297dff [2021-01-20T00:44:28.804Z] Step 8/22 : COPY . . [2021-01-20T00:44:28.804Z] Removing intermediate container 7ec01bd678d3 [2021-01-20T00:44:28.804Z] ---> 3c0625702bbd [2021-01-20T00:44:28.804Z] Step 8/24 : COPY . . [2021-01-20T00:44:29.412Z] Removing intermediate container 9bdc3d175c24 [2021-01-20T00:44:29.412Z] ---> 223cb280a4e9 [2021-01-20T00:44:29.412Z] Step 8/24 : COPY . . [2021-01-20T00:44:30.925Z] Removing intermediate container c269bbf1110e [2021-01-20T00:44:30.925Z] ---> a7c5b95d03e5 [2021-01-20T00:44:30.925Z] Step 8/26 : COPY . . [2021-01-20T00:44:31.524Z] Removing intermediate container afe0deedf8ec [2021-01-20T00:44:31.524Z] ---> 03b19f3a8882 [2021-01-20T00:44:31.524Z] Step 8/22 : COPY . . [2021-01-20T00:44:58.357Z] ---> 232d3242b9f6 [2021-01-20T00:44:58.357Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-20T00:44:58.357Z] ---> 384d82658fdb [2021-01-20T00:44:58.357Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-20T00:44:58.357Z] ---> 4d2c8d827876 [2021-01-20T00:44:58.357Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-20T00:44:58.357Z] ---> c39f4bc870cb [2021-01-20T00:44:58.357Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-20T00:44:58.357Z] ---> 660551da5da1 [2021-01-20T00:44:58.357Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-20T00:44:58.357Z] ---> Running in aa1996915baa [2021-01-20T00:44:58.357Z] ---> Running in d8cec517b666 [2021-01-20T00:44:58.357Z] ---> Running in da06fccd3b08 [2021-01-20T00:44:58.357Z] ---> Running in eda3c88a309f [2021-01-20T00:44:58.357Z] ---> Running in 03b41170e875 [2021-01-20T00:44:58.357Z] 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-01-20T00:44:58.357Z] 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-01-20T00:44:58.357Z] 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-01-20T00:44:58.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-20T00:44:58.357Z] 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-01-20T00:46:20.193Z] 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-01-20T00:46:28.484Z] Removing intermediate container da06fccd3b08 [2021-01-20T00:46:28.484Z] ---> 5371647b685f [2021-01-20T00:46:28.484Z] [2021-01-20T00:46:28.484Z] Step 10/22 : FROM alpine:3.12 [2021-01-20T00:46:28.484Z] 3.12: Pulling from library/alpine [2021-01-20T00:46:28.484Z] Removing intermediate container eda3c88a309f [2021-01-20T00:46:28.484Z] ---> 80d1918a0c90 [2021-01-20T00:46:28.484Z] [2021-01-20T00:46:28.484Z] Step 10/24 : FROM alpine:3.12 [2021-01-20T00:46:28.484Z] 3.12: Pulling from library/alpine [2021-01-20T00:46:29.920Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T00:46:29.920Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T00:46:29.920Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T00:46:29.920Z] ---> afeebe901d6b [2021-01-20T00:46:29.920Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:46:29.920Z] Status: Image is up to date for alpine:3.12 [2021-01-20T00:46:29.920Z] ---> afeebe901d6b [2021-01-20T00:46:29.920Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-20T00:46:30.898Z] ---> Running in 173764de01fd [2021-01-20T00:46:30.898Z] ---> Running in 77e2314305b5 [2021-01-20T00:46:32.357Z] Removing intermediate container aa1996915baa [2021-01-20T00:46:32.357Z] ---> 48b4b7b57d9d [2021-01-20T00:46:32.357Z] [2021-01-20T00:46:32.357Z] Step 10/24 : FROM scratch [2021-01-20T00:46:32.357Z] ---> [2021-01-20T00:46:32.357Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-20T00:46:32.357Z] Removing intermediate container 03b41170e875 [2021-01-20T00:46:32.357Z] ---> de0b89c43403 [2021-01-20T00:46:32.357Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-20T00:46:32.642Z] ---> Running in 5fed9f94a36f [2021-01-20T00:46:32.642Z] ---> Running in 6d9e6f979b76 [2021-01-20T00:46:33.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:33.638Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:33.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:33.915Z] Removing intermediate container 5fed9f94a36f [2021-01-20T00:46:33.915Z] ---> 2a8e924acdad [2021-01-20T00:46:33.915Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-20T00:46:33.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:33.915Z] ---> Running in e5ec0bfc394a [2021-01-20T00:46:34.514Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T00:46:34.514Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:46:34.514Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T00:46:34.514Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-20T00:46:34.514Z] 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-01-20T00:46:34.514Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T00:46:34.514Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T00:46:34.789Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:46:34.789Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:46:34.789Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-20T00:46:34.789Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:46:34.789Z] (4/5) Installing curl (7.69.1-r3) [2021-01-20T00:46:34.789Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-20T00:46:34.789Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:46:34.789Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:46:34.789Z] Removing intermediate container e5ec0bfc394a [2021-01-20T00:46:34.789Z] ---> 708886c0c080 [2021-01-20T00:46:34.789Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-20T00:46:35.068Z] OK: 7 MiB in 19 packages [2021-01-20T00:46:35.068Z] OK: 7 MiB in 19 packages [2021-01-20T00:46:35.343Z] ---> Running in 9a0a9e4b5b49 [2021-01-20T00:46:36.488Z] Removing intermediate container 9a0a9e4b5b49 [2021-01-20T00:46:36.488Z] ---> c4776e02eeb2 [2021-01-20T00:46:36.488Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-20T00:46:38.495Z] Removing intermediate container 77e2314305b5 [2021-01-20T00:46:38.495Z] ---> f4c11fd36d17 [2021-01-20T00:46:38.495Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-20T00:46:38.495Z] ---> Running in 5b872851671b [2021-01-20T00:46:38.495Z] ---> 7ae765425ee2 [2021-01-20T00:46:38.495Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-20T00:46:38.495Z] Removing intermediate container 173764de01fd [2021-01-20T00:46:38.495Z] ---> 3f1e6596e9a2 [2021-01-20T00:46:38.495Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:46:39.106Z] ---> Running in 45278ae2a452 [2021-01-20T00:46:39.106Z] Removing intermediate container 5b872851671b [2021-01-20T00:46:39.106Z] ---> 3958ee969857 [2021-01-20T00:46:39.106Z] Step 13/22 : WORKDIR / [2021-01-20T00:46:39.716Z] ---> Running in 8a85dafb3bc5 [2021-01-20T00:46:40.007Z] Removing intermediate container 45278ae2a452 [2021-01-20T00:46:40.007Z] ---> 59216ac7a8ad [2021-01-20T00:46:40.007Z] Step 13/24 : WORKDIR / [2021-01-20T00:46:40.007Z] ---> c9e68f1a6cfb [2021-01-20T00:46:40.007Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-20T00:46:40.285Z] ---> Running in 5aee29b14607 [2021-01-20T00:46:40.564Z] Removing intermediate container 8a85dafb3bc5 [2021-01-20T00:46:40.564Z] ---> bf1db43b1d3d [2021-01-20T00:46:40.564Z] Removing intermediate container 6d9e6f979b76 [2021-01-20T00:46:40.564Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:46:40.564Z] ---> af41645e9e3c [2021-01-20T00:46:40.564Z] [2021-01-20T00:46:40.564Z] Step 11/26 : FROM docker:20.10.0 [2021-01-20T00:46:40.841Z] 20.10.0: Pulling from library/docker [2021-01-20T00:46:40.841Z] Removing intermediate container 5aee29b14607 [2021-01-20T00:46:40.841Z] ---> 9d8d45e3ff8b [2021-01-20T00:46:40.841Z] 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-01-20T00:46:42.828Z] ---> 0048a38d80a0 [2021-01-20T00:46:42.828Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-20T00:46:43.426Z] ---> a6507aaeab3e [2021-01-20T00:46:43.426Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:46:43.426Z] ---> 6527e4abf205 [2021-01-20T00:46:43.426Z] 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-01-20T00:46:44.870Z] Removing intermediate container d8cec517b666 [2021-01-20T00:46:44.870Z] ---> d9c30ca50d4c [2021-01-20T00:46:44.870Z] [2021-01-20T00:46:44.870Z] Step 10/22 : FROM scratch [2021-01-20T00:46:44.870Z] ---> [2021-01-20T00:46:44.870Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:46:44.870Z] ---> 3bb393807ffb [2021-01-20T00:46:44.870Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-20T00:46:44.870Z] ---> 0c3840221fdb [2021-01-20T00:46:44.870Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-20T00:46:45.148Z] ---> 699ceeb5c0f8 [2021-01-20T00:46:45.148Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-20T00:46:45.148Z] ---> Running in fda8dbd63617 [2021-01-20T00:46:45.747Z] Removing intermediate container fda8dbd63617 [2021-01-20T00:46:45.747Z] ---> d33e4d2b2241 [2021-01-20T00:46:45.747Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-20T00:46:46.022Z] ---> a284853ce54b [2021-01-20T00:46:46.022Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-20T00:46:46.022Z] ---> Running in 7e68754457c6 [2021-01-20T00:46:46.622Z] ---> a10bcfdc726d [2021-01-20T00:46:46.622Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-20T00:46:46.898Z] ---> 783c1234c93a [2021-01-20T00:46:46.898Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-20T00:46:46.898Z] Removing intermediate container 7e68754457c6 [2021-01-20T00:46:46.898Z] ---> a6abfc922eb6 [2021-01-20T00:46:46.898Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:46:47.173Z] ---> Running in 2fa7b7c17d20 [2021-01-20T00:46:47.445Z] ---> e6562eeb5e13 [2021-01-20T00:46:47.445Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-20T00:46:47.724Z] ---> Running in 6648f9cdbc9c [2021-01-20T00:46:47.997Z] Removing intermediate container 2fa7b7c17d20 [2021-01-20T00:46:47.997Z] ---> a94654e1aaa4 [2021-01-20T00:46:47.997Z] Step 14/22 : WORKDIR / [2021-01-20T00:46:48.589Z] ---> d7d64e129496 [2021-01-20T00:46:48.589Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-20T00:46:48.589Z] ---> Running in 447542acf90a [2021-01-20T00:46:48.866Z] ---> 2573465ee9d3 [2021-01-20T00:46:48.866Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-20T00:46:48.866Z] ---> Running in 33268f45f5b7 [2021-01-20T00:46:49.463Z] Removing intermediate container 447542acf90a [2021-01-20T00:46:49.463Z] ---> 36b562df57da [2021-01-20T00:46:49.463Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:46:49.744Z] Removing intermediate container 33268f45f5b7 [2021-01-20T00:46:49.744Z] ---> fac844dd98c6 [2021-01-20T00:46:49.744Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:46:50.345Z] ---> Running in 664b7a81aaa0 [2021-01-20T00:46:50.345Z] ---> 7a9f92b426fc [2021-01-20T00:46:50.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-20T00:46:50.947Z] Removing intermediate container 664b7a81aaa0 [2021-01-20T00:46:50.947Z] ---> 716f26d649e9 [2021-01-20T00:46:51.221Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T00:46:51.822Z] ---> eff13556d135 [2021-01-20T00:46:51.822Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-20T00:46:51.822Z] ---> Running in 0f45898a6011 [2021-01-20T00:46:52.095Z] Removing intermediate container 6648f9cdbc9c [2021-01-20T00:46:52.095Z] ---> 9a6fd4ae9fac [2021-01-20T00:46:52.095Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-20T00:46:52.370Z] ---> d57ebf1a1a8d [2021-01-20T00:46:52.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-20T00:46:52.370Z] ---> Running in 506faf8b7863 [2021-01-20T00:46:52.643Z] Removing intermediate container 0f45898a6011 [2021-01-20T00:46:52.643Z] ---> 9bcc325cf774 [2021-01-20T00:46:52.643Z] Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:46:52.915Z] ---> b809a2fcbb20 [2021-01-20T00:46:52.915Z] 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-01-20T00:46:53.189Z] ---> Running in fba75c527517 [2021-01-20T00:46:53.189Z] ---> Running in b23456629d8d [2021-01-20T00:46:53.466Z] Removing intermediate container 506faf8b7863 [2021-01-20T00:46:53.466Z] ---> a36157477016 [2021-01-20T00:46:53.466Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T00:46:53.741Z] ---> 37360ab898d6 [2021-01-20T00:46:53.741Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-20T00:46:53.741Z] ---> Running in 869a7f503062 [2021-01-20T00:46:54.020Z] ---> Running in 369f1d11895e [2021-01-20T00:46:54.020Z] Removing intermediate container fba75c527517 [2021-01-20T00:46:54.020Z] ---> e618aa339137 [2021-01-20T00:46:54.020Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:46:54.294Z] ---> Running in ffd06661ea9b [2021-01-20T00:46:54.567Z] Removing intermediate container 869a7f503062 [2021-01-20T00:46:54.567Z] ---> 1251e7c03ab4 [2021-01-20T00:46:54.567Z] Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:46:54.567Z] Removing intermediate container 369f1d11895e [2021-01-20T00:46:54.567Z] ---> 55a9bec28920 [2021-01-20T00:46:54.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:46:54.840Z] ---> Running in 9570b11a18f2 [2021-01-20T00:46:54.840Z] Removing intermediate container ffd06661ea9b [2021-01-20T00:46:54.840Z] ---> 83b4efd360f4 [2021-01-20T00:46:54.840Z] [2021-01-20T00:46:55.118Z] ---> Running in aff0c7750a80 [2021-01-20T00:46:55.405Z] Removing intermediate container 9570b11a18f2 [2021-01-20T00:46:55.405Z] ---> 74c9254fccf9 [2021-01-20T00:46:55.405Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:46:55.678Z] Successfully built 83b4efd360f4 [2021-01-20T00:46:55.678Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-20T00:46:55.679Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-20T00:46:55.679Z] ---> Running in b06884464c2e [2021-01-20T00:46:55.679Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-20T00:46:55.974Z] Removing intermediate container aff0c7750a80 [2021-01-20T00:46:55.974Z] ---> a8b1bae77425 [2021-01-20T00:46:55.974Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T00:46:55.974Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-20T00:46:55.974Z] ---> eeaf43b92773 [2021-01-20T00:46:55.974Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-20T00:46:55.975Z] ---> Running in bfe2843a1700 [2021-01-20T00:46:56.248Z] ---> Running in aaf4bac23516 [2021-01-20T00:46:56.529Z] Removing intermediate container b06884464c2e [2021-01-20T00:46:56.529Z] ---> 9e4155f2f075 [2021-01-20T00:46:56.529Z] [2021-01-20T00:46:56.529Z] Removing intermediate container b23456629d8d [2021-01-20T00:46:56.529Z] ---> 406cb4f13575 [2021-01-20T00:46:56.529Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-20T00:46:56.809Z] Removing intermediate container bfe2843a1700 [2021-01-20T00:46:56.809Z] ---> 19843b492097 [2021-01-20T00:46:56.809Z] Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:46:57.083Z] Successfully built 9e4155f2f075 [2021-01-20T00:46:57.083Z] ---> Running in c5d11d776a29 [2021-01-20T00:46:57.083Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-20T00:46:57.083Z] Building docker-core-command-go [2021-01-20T00:46:57.364Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 1a4adab738ef [2021-01-20T00:46:57.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:57.910Z] Removing intermediate container c5d11d776a29 [2021-01-20T00:46:57.910Z] ---> f79cbe87e5d0 [2021-01-20T00:46:57.910Z] Step 22/24 : LABEL arch=arm64 [2021-01-20T00:46:57.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:46:58.186Z] ---> Running in 298e6c1cf3a1 [2021-01-20T00:46:58.187Z] Removing intermediate container 1a4adab738ef [2021-01-20T00:46:58.187Z] ---> 4bd806f94188 [2021-01-20T00:46:58.187Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:46:58.464Z] (1/2) Installing readline (8.0.4-r0) [2021-01-20T00:46:58.464Z] ---> Running in b9a0288cb24e [2021-01-20T00:46:58.464Z] (2/2) Installing bash (5.0.17-r0) [2021-01-20T00:46:58.464Z] Executing bash-5.0.17-r0.post-install [2021-01-20T00:46:58.464Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:46:58.464Z] OK: 12 MiB in 22 packages [2021-01-20T00:46:58.737Z] Removing intermediate container 298e6c1cf3a1 [2021-01-20T00:46:58.737Z] ---> 40e58ea91d0b [2021-01-20T00:46:58.737Z] Step 23/24 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:46:59.337Z] Removing intermediate container b9a0288cb24e [2021-01-20T00:46:59.337Z] ---> 953045c06342 [2021-01-20T00:46:59.337Z] [2021-01-20T00:47:00.065Z] Successfully built 953045c06342 [2021-01-20T00:47:00.065Z] ---> Running in dce82ce6d723 [2021-01-20T00:47:00.065Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-20T00:47:00.065Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-20T00:47:00.670Z] Removing intermediate container dce82ce6d723 [2021-01-20T00:47:00.670Z] ---> 47a7bbf195e2 [2021-01-20T00:47:00.670Z] Step 24/24 : LABEL version=0.0.0 [2021-01-20T00:47:00.944Z] ---> Running in 3584ab1427f3 [2021-01-20T00:47:00.944Z] Removing intermediate container aaf4bac23516 [2021-01-20T00:47:00.944Z] ---> a0d68d2c8254 [2021-01-20T00:47:00.944Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-20T00:47:01.921Z] ---> Running in a2cf3cd950cf [2021-01-20T00:47:01.921Z] Removing intermediate container 3584ab1427f3 [2021-01-20T00:47:01.921Z] ---> 34309ee47d0b [2021-01-20T00:47:01.921Z] [2021-01-20T00:47:02.198Z] Successfully built 34309ee47d0b [2021-01-20T00:47:02.198Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-20T00:47:02.198Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-20T00:47:03.182Z] Removing intermediate container a2cf3cd950cf [2021-01-20T00:47:03.182Z] ---> f88361d2ea84 [2021-01-20T00:47:03.182Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-20T00:47:03.182Z] ---> Running in 0813e5e97838 [2021-01-20T00:47:03.772Z] Removing intermediate container 0813e5e97838 [2021-01-20T00:47:03.772Z] ---> 2bcc8dcaed28 [2021-01-20T00:47:03.772Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-20T00:47:04.044Z] ---> Running in 526702ec11db [2021-01-20T00:47:05.025Z] Removing intermediate container 526702ec11db [2021-01-20T00:47:05.025Z] ---> 1d4918c8c9fc [2021-01-20T00:47:05.025Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-20T00:47:06.991Z] ---> 987d92ff5a90 [2021-01-20T00:47:06.991Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-20T00:47:08.441Z] ---> a2bb465256f2 [2021-01-20T00:47:08.441Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-20T00:47:10.424Z] ---> 8b0ede074761 [2021-01-20T00:47:10.424Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-20T00:47:10.424Z] ---> Running in da89ed711719 [2021-01-20T00:47:11.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:47:11.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:47:12.272Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-20T00:47:12.272Z] (2/33) Installing expat (2.2.9-r1) [2021-01-20T00:47:12.272Z] (3/33) Installing libffi (3.3-r2) [2021-01-20T00:47:12.272Z] (4/33) Installing gdbm (1.13-r1) [2021-01-20T00:47:12.272Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-20T00:47:12.272Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-20T00:47:12.272Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-20T00:47:14.235Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-20T00:47:14.235Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-20T00:47:14.235Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-20T00:47:14.235Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-20T00:47:14.235Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-20T00:47:14.235Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-20T00:47:14.235Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-20T00:47:14.507Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-20T00:47:14.507Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-20T00:47:14.507Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-20T00:47:14.507Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-20T00:47:14.507Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-20T00:47:14.507Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-20T00:47:14.507Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-20T00:47:14.507Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-20T00:47:14.507Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-20T00:47:14.779Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-20T00:47:14.779Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-20T00:47:14.779Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-20T00:47:14.779Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-20T00:47:14.779Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-20T00:47:14.779Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-20T00:47:14.779Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-20T00:47:14.779Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-20T00:47:14.779Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-20T00:47:14.779Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-20T00:47:15.049Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:47:15.049Z] OK: 71 MiB in 55 packages [2021-01-20T00:47:25.205Z] Removing intermediate container da89ed711719 [2021-01-20T00:47:25.205Z] ---> 0c776877989f [2021-01-20T00:47:25.205Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-20T00:47:25.205Z] ---> Running in b66af31e772a [2021-01-20T00:47:31.920Z] Collecting docker-compose==1.23.2 [2021-01-20T00:47:31.920Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-20T00:47:31.920Z] Collecting jsonschema<3,>=2.5.1 [2021-01-20T00:47:31.920Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-20T00:47:33.359Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-20T00:47:33.359Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-20T00:47:34.800Z] Collecting PyYAML<4,>=3.10 [2021-01-20T00:47:34.800Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-20T00:47:38.199Z] Collecting docopt<0.7,>=0.6.1 [2021-01-20T00:47:38.199Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-20T00:47:39.663Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:47:39.663Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:47:39.663Z] ---> 52eb1dc14553 [2021-01-20T00:47:39.663Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:47:39.663Z] ---> Using cache [2021-01-20T00:47:39.663Z] ---> fa35fbf66a80 [2021-01-20T00:47:39.663Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:47:39.663Z] ---> Using cache [2021-01-20T00:47:39.663Z] ---> 9aff0a57117a [2021-01-20T00:47:39.663Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:47:39.663Z] ---> Using cache [2021-01-20T00:47:39.663Z] ---> ccc6d9139dc1 [2021-01-20T00:47:39.663Z] Step 6/21 : COPY go.mod . [2021-01-20T00:47:39.663Z] ---> Using cache [2021-01-20T00:47:39.663Z] ---> d03aaca0eda6 [2021-01-20T00:47:39.663Z] Step 7/21 : RUN go mod download [2021-01-20T00:47:39.663Z] ---> Using cache [2021-01-20T00:47:39.663Z] ---> 03b19f3a8882 [2021-01-20T00:47:39.663Z] Step 8/21 : COPY . . [2021-01-20T00:47:39.663Z] ---> Using cache [2021-01-20T00:47:39.663Z] ---> c39f4bc870cb [2021-01-20T00:47:39.663Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-20T00:47:39.944Z] 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-01-20T00:47:40.995Z] Collecting cached-property<2,>=1.2.0 [2021-01-20T00:47:40.995Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-20T00:47:40.995Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:47:40.995Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:47:40.995Z] ---> 52eb1dc14553 [2021-01-20T00:47:40.995Z] Step 3/22 : WORKDIR /edgex-go [2021-01-20T00:47:40.995Z] ---> Using cache [2021-01-20T00:47:40.995Z] ---> fa35fbf66a80 [2021-01-20T00:47:40.995Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:47:40.995Z] ---> Using cache [2021-01-20T00:47:40.995Z] ---> 9aff0a57117a [2021-01-20T00:47:40.995Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-20T00:47:40.995Z] ---> Using cache [2021-01-20T00:47:40.995Z] ---> ccc6d9139dc1 [2021-01-20T00:47:40.995Z] Step 6/22 : COPY go.mod . [2021-01-20T00:47:40.995Z] ---> Using cache [2021-01-20T00:47:40.995Z] ---> d03aaca0eda6 [2021-01-20T00:47:40.995Z] Step 7/22 : RUN go mod download [2021-01-20T00:47:40.995Z] ---> Using cache [2021-01-20T00:47:40.995Z] ---> 03b19f3a8882 [2021-01-20T00:47:40.995Z] Step 8/22 : COPY . . [2021-01-20T00:47:41.280Z] ---> Using cache [2021-01-20T00:47:41.280Z] ---> c39f4bc870cb [2021-01-20T00:47:41.280Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-20T00:47:42.267Z] Collecting texttable<0.10,>=0.9.0 [2021-01-20T00:47:42.267Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-20T00:47:44.256Z] ---> Running in 7d3e638f345e [2021-01-20T00:47:44.256Z] ---> Running in b990803834fa [2021-01-20T00:47:44.256Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:47:44.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:47:44.256Z] ---> 52eb1dc14553 [2021-01-20T00:47:44.256Z] Step 3/23 : WORKDIR /edgex-go [2021-01-20T00:47:44.256Z] ---> Using cache [2021-01-20T00:47:44.256Z] ---> fa35fbf66a80 [2021-01-20T00:47:44.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:47:44.256Z] ---> Using cache [2021-01-20T00:47:44.256Z] ---> 9aff0a57117a [2021-01-20T00:47:44.256Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-20T00:47:44.256Z] ---> Running in f6dbb6d6648a [2021-01-20T00:47:44.861Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-20T00:47:44.861Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-20T00:47:44.861Z] ---> 52eb1dc14553 [2021-01-20T00:47:44.861Z] Step 3/21 : WORKDIR /edgex-go [2021-01-20T00:47:44.861Z] ---> Using cache [2021-01-20T00:47:44.862Z] ---> fa35fbf66a80 [2021-01-20T00:47:44.862Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:47:44.862Z] ---> Using cache [2021-01-20T00:47:44.862Z] ---> 9aff0a57117a [2021-01-20T00:47:44.862Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-20T00:47:44.862Z] ---> Using cache [2021-01-20T00:47:44.862Z] ---> ccc6d9139dc1 [2021-01-20T00:47:44.862Z] Step 6/21 : COPY go.mod . [2021-01-20T00:47:44.862Z] ---> Using cache [2021-01-20T00:47:44.862Z] ---> d03aaca0eda6 [2021-01-20T00:47:44.862Z] Step 7/21 : RUN go mod download [2021-01-20T00:47:44.862Z] ---> Using cache [2021-01-20T00:47:44.862Z] ---> 03b19f3a8882 [2021-01-20T00:47:44.862Z] Step 8/21 : COPY . . [2021-01-20T00:47:44.862Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-20T00:47:44.862Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-20T00:47:45.141Z] ---> Using cache [2021-01-20T00:47:45.141Z] ---> c39f4bc870cb [2021-01-20T00:47:45.141Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-20T00:47:45.423Z] ---> Running in 36c8c974f8a3 [2021-01-20T00:47:46.410Z] 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-01-20T00:47:47.043Z] 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-01-20T00:47:47.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:47:47.360Z] 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-01-20T00:47:47.706Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:47:48.749Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-20T00:47:48.749Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-20T00:47:48.749Z] OK: 217 MiB in 51 packages [2021-01-20T00:47:50.217Z] Collecting docker<4.0,>=3.6.0 [2021-01-20T00:47:50.217Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-20T00:47:50.492Z] Removing intermediate container f6dbb6d6648a [2021-01-20T00:47:50.493Z] ---> d05dab9f8a48 [2021-01-20T00:47:50.493Z] Step 6/23 : COPY go.mod . [2021-01-20T00:47:50.493Z] 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-01-20T00:47:51.093Z] Collecting idna<2.8,>=2.5 [2021-01-20T00:47:51.093Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-20T00:47:51.366Z] ---> e801ef40f378 [2021-01-20T00:47:51.366Z] Step 7/23 : RUN go mod download [2021-01-20T00:47:51.650Z] ---> Running in 2ba906924fb6 [2021-01-20T00:47:52.252Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-20T00:47:52.252Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-20T00:47:52.851Z] 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-01-20T00:47:53.125Z] Collecting docker-pycreds>=0.4.0 [2021-01-20T00:47:53.125Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-20T00:47:53.401Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-20T00:47:53.401Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-20T00:47:53.401Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-20T00:47:53.401Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-20T00:47:54.385Z] Installing collected packages: jsonschema, idna, urllib3, requests, PyYAML, docopt, cached-property, texttable, dockerpty, websocket-client, docker-pycreds, docker, docker-compose [2021-01-20T00:47:54.990Z] Attempting uninstall: idna [2021-01-20T00:47:54.990Z] Found existing installation: idna 2.9 [2021-01-20T00:47:54.990Z] Uninstalling idna-2.9: [2021-01-20T00:47:55.273Z] Successfully uninstalled idna-2.9 [2021-01-20T00:47:55.873Z] Attempting uninstall: urllib3 [2021-01-20T00:47:55.873Z] Found existing installation: urllib3 1.25.9 [2021-01-20T00:47:55.873Z] Uninstalling urllib3-1.25.9: [2021-01-20T00:47:56.149Z] Removing intermediate container 2ba906924fb6 [2021-01-20T00:47:56.149Z] ---> 2c59100f4738 [2021-01-20T00:47:56.149Z] Step 8/23 : COPY . . [2021-01-20T00:47:56.149Z] Successfully uninstalled urllib3-1.25.9 [2021-01-20T00:47:57.142Z] Attempting uninstall: requests [2021-01-20T00:47:57.142Z] Found existing installation: requests 2.23.0 [2021-01-20T00:47:57.142Z] Uninstalling requests-2.23.0: [2021-01-20T00:47:57.415Z] Successfully uninstalled requests-2.23.0 [2021-01-20T00:47:57.691Z] Running setup.py install for PyYAML: started [2021-01-20T00:48:02.011Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-20T00:48:02.011Z] Running setup.py install for docopt: started [2021-01-20T00:48:05.418Z] Running setup.py install for docopt: finished with status 'done' [2021-01-20T00:48:05.419Z] Running setup.py install for texttable: started [2021-01-20T00:48:08.822Z] Running setup.py install for texttable: finished with status 'done' [2021-01-20T00:48:08.822Z] Running setup.py install for dockerpty: started [2021-01-20T00:48:12.227Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-20T00:48:13.671Z] ---> eabedacea3ed [2021-01-20T00:48:13.671Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-20T00:48:13.946Z] ---> Running in 9cb3a7f304f7 [2021-01-20T00:48:15.940Z] 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-01-20T00:48:15.940Z] 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-01-20T00:48:21.357Z] Removing intermediate container b66af31e772a [2021-01-20T00:48:21.357Z] ---> acd255a99579 [2021-01-20T00:48:21.357Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-20T00:48:21.357Z] ---> Running in 2bd1fa30f2d1 [2021-01-20T00:48:23.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:48:23.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:48:24.603Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:48:24.603Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-20T00:48:24.603Z] (3/3) Installing curl (7.69.1-r3) [2021-01-20T00:48:24.603Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:48:24.603Z] OK: 71 MiB in 58 packages [2021-01-20T00:48:26.601Z] Removing intermediate container 2bd1fa30f2d1 [2021-01-20T00:48:26.601Z] ---> 37c8d916c517 [2021-01-20T00:48:26.601Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-20T00:48:26.601Z] ---> Running in 29aadd71bf6e [2021-01-20T00:48:27.207Z] Removing intermediate container 29aadd71bf6e [2021-01-20T00:48:27.207Z] ---> 8bc38f395ea6 [2021-01-20T00:48:27.207Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:48:27.207Z] ---> Running in 5eaa1d603f23 [2021-01-20T00:48:28.199Z] Removing intermediate container 5eaa1d603f23 [2021-01-20T00:48:28.199Z] ---> 9974a0c891bd [2021-01-20T00:48:28.199Z] Step 24/26 : LABEL arch=arm64 [2021-01-20T00:48:28.199Z] ---> Running in fb970aa8c3ed [2021-01-20T00:48:28.795Z] Removing intermediate container fb970aa8c3ed [2021-01-20T00:48:28.795Z] ---> 973923581610 [2021-01-20T00:48:28.795Z] Step 25/26 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:48:29.070Z] ---> Running in 2245ceaf61a4 [2021-01-20T00:48:29.670Z] Removing intermediate container 2245ceaf61a4 [2021-01-20T00:48:29.670Z] ---> 7998f17b840a [2021-01-20T00:48:29.670Z] Step 26/26 : LABEL version=0.0.0 [2021-01-20T00:48:29.670Z] ---> Running in 4c47e4855487 [2021-01-20T00:48:30.270Z] Removing intermediate container 4c47e4855487 [2021-01-20T00:48:30.270Z] ---> e39a214697d0 [2021-01-20T00:48:30.270Z] [2021-01-20T00:48:30.544Z] Successfully built e39a214697d0 [2021-01-20T00:48:30.820Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-20T00:49:03.166Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-20T00:49:18.267Z] Removing intermediate container b990803834fa [2021-01-20T00:49:18.267Z] ---> 1dc0e9fe6fd2 [2021-01-20T00:49:18.267Z] [2021-01-20T00:49:18.267Z] Step 10/22 : FROM scratch [2021-01-20T00:49:18.267Z] ---> [2021-01-20T00:49:18.267Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:49:18.267Z] ---> Using cache [2021-01-20T00:49:18.267Z] ---> d33e4d2b2241 [2021-01-20T00:49:18.267Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-20T00:49:18.267Z] Removing intermediate container 7d3e638f345e [2021-01-20T00:49:18.267Z] ---> b70029bdd351 [2021-01-20T00:49:18.267Z] [2021-01-20T00:49:18.267Z] Step 10/21 : FROM alpine:3.12 [2021-01-20T00:49:18.267Z] ---> afeebe901d6b [2021-01-20T00:49:18.267Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-20T00:49:18.267Z] Removing intermediate container 36c8c974f8a3 [2021-01-20T00:49:18.267Z] ---> a72aaf94239d [2021-01-20T00:49:18.267Z] [2021-01-20T00:49:18.267Z] Step 10/21 : FROM scratch [2021-01-20T00:49:18.267Z] ---> [2021-01-20T00:49:18.267Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:49:18.267Z] ---> Using cache [2021-01-20T00:49:18.267Z] ---> d33e4d2b2241 [2021-01-20T00:49:18.267Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-20T00:49:18.267Z] ---> Running in 15351308cc31 [2021-01-20T00:49:18.267Z] ---> Running in 997c860dbd61 [2021-01-20T00:49:18.267Z] ---> Running in 096f85037f88 [2021-01-20T00:49:18.267Z] Removing intermediate container 15351308cc31 [2021-01-20T00:49:18.267Z] ---> dce21f9a7fa6 [2021-01-20T00:49:18.267Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-20T00:49:18.267Z] ---> Running in 062daf6eb856 [2021-01-20T00:49:18.267Z] Removing intermediate container 096f85037f88 [2021-01-20T00:49:18.267Z] ---> 4a3d69dc1979 [2021-01-20T00:49:18.267Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-20T00:49:18.537Z] ---> Running in ad74b80d215d [2021-01-20T00:49:19.139Z] Removing intermediate container 062daf6eb856 [2021-01-20T00:49:19.139Z] ---> ffcef2546def [2021-01-20T00:49:19.139Z] Step 14/22 : WORKDIR / [2021-01-20T00:49:19.413Z] ---> Running in 708faf90bf11 [2021-01-20T00:49:19.413Z] Removing intermediate container ad74b80d215d [2021-01-20T00:49:19.413Z] ---> c26fc6edc176 [2021-01-20T00:49:19.413Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:49:19.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:49:19.690Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:49:20.288Z] Removing intermediate container 708faf90bf11 [2021-01-20T00:49:20.288Z] ---> e4b49497cc31 [2021-01-20T00:49:20.288Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:49:20.288Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-20T00:49:20.565Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-20T00:49:20.565Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-20T00:49:20.565Z] (4/4) Installing curl (7.69.1-r3) [2021-01-20T00:49:20.565Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:49:20.565Z] Executing ca-certificates-20191127-r4.trigger [2021-01-20T00:49:20.844Z] ---> 4afc39452b8e [2021-01-20T00:49:20.844Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-20T00:49:20.844Z] OK: 7 MiB in 18 packages [2021-01-20T00:49:21.447Z] ---> 61f1f23c646f [2021-01-20T00:49:21.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-20T00:49:24.078Z] ---> 86030ad0096a [2021-01-20T00:49:24.078Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-20T00:49:24.078Z] Removing intermediate container 997c860dbd61 [2021-01-20T00:49:24.078Z] ---> dd3047516c6e [2021-01-20T00:49:24.078Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-20T00:49:24.078Z] ---> 656d296c384e [2021-01-20T00:49:24.352Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-20T00:49:24.352Z] ---> Running in 9639edd1720f [2021-01-20T00:49:24.953Z] Removing intermediate container 9639edd1720f [2021-01-20T00:49:24.953Z] ---> 29c31981082c [2021-01-20T00:49:24.953Z] Step 13/21 : WORKDIR /edgex [2021-01-20T00:49:25.226Z] ---> 2a426d2d35a6 [2021-01-20T00:49:25.226Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-20T00:49:25.226Z] ---> Running in c998ea5ec302 [2021-01-20T00:49:25.502Z] ---> Running in 29dcfaebfc43 [2021-01-20T00:49:25.778Z] ---> f25072a29e4b [2021-01-20T00:49:25.779Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-20T00:49:26.057Z] ---> Running in dc2ebe727120 [2021-01-20T00:49:26.057Z] Removing intermediate container c998ea5ec302 [2021-01-20T00:49:26.057Z] ---> e65b2343919f [2021-01-20T00:49:26.057Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-20T00:49:26.332Z] Removing intermediate container 29dcfaebfc43 [2021-01-20T00:49:26.332Z] ---> 4c5f0d60437f [2021-01-20T00:49:26.332Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:49:26.606Z] ---> Running in c1c7e8eede7a [2021-01-20T00:49:26.880Z] Removing intermediate container dc2ebe727120 [2021-01-20T00:49:26.880Z] ---> 7e1812e5b841 [2021-01-20T00:49:26.880Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:49:27.158Z] ---> Running in 396a00771b96 [2021-01-20T00:49:27.158Z] Removing intermediate container c1c7e8eede7a [2021-01-20T00:49:27.158Z] ---> 98f75cb430d6 [2021-01-20T00:49:27.158Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T00:49:27.477Z] ---> 33e3aef23f5b [2021-01-20T00:49:27.477Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-20T00:49:27.477Z] ---> Running in 1c62e32d4771 [2021-01-20T00:49:27.867Z] Removing intermediate container 396a00771b96 [2021-01-20T00:49:27.867Z] ---> 33a7a5a84230 [2021-01-20T00:49:27.867Z] Step 20/22 : LABEL arch=arm64 [2021-01-20T00:49:27.867Z] ---> Running in 910adcbb821e [2021-01-20T00:49:28.183Z] Removing intermediate container 1c62e32d4771 [2021-01-20T00:49:28.183Z] ---> cf14c6597aa6 [2021-01-20T00:49:28.183Z] Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:49:28.515Z] ---> Running in 4c3af5291e44 [2021-01-20T00:49:29.159Z] Removing intermediate container 910adcbb821e [2021-01-20T00:49:29.159Z] ---> 7ddedd24e81f [2021-01-20T00:49:29.159Z] Step 21/22 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:49:29.433Z] ---> Running in 18e43cbc48bb [2021-01-20T00:49:29.433Z] Removing intermediate container 4c3af5291e44 [2021-01-20T00:49:29.433Z] ---> c3db370ea4ff [2021-01-20T00:49:29.433Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:49:29.709Z] ---> 31e5f5f3efa1 [2021-01-20T00:49:29.709Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-20T00:49:29.709Z] ---> Running in 10d003834207 [2021-01-20T00:49:30.312Z] Removing intermediate container 18e43cbc48bb [2021-01-20T00:49:30.312Z] ---> f532899c82f1 [2021-01-20T00:49:30.312Z] Step 22/22 : LABEL version=0.0.0 [2021-01-20T00:49:30.312Z] ---> Running in 1b39161c5923 [2021-01-20T00:49:30.312Z] Removing intermediate container 10d003834207 [2021-01-20T00:49:30.312Z] ---> 5b430cb5f72a [2021-01-20T00:49:30.312Z] [2021-01-20T00:49:30.911Z] Successfully built 5b430cb5f72a [2021-01-20T00:49:31.183Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-20T00:49:31.183Z]  Building docker-support-scheduler-go ... done  ---> a912670b2adc [2021-01-20T00:49:31.183Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-20T00:49:31.183Z] Removing intermediate container 1b39161c5923 [2021-01-20T00:49:31.183Z] ---> 1bb4d31e18c9 [2021-01-20T00:49:31.183Z] [2021-01-20T00:49:31.183Z] ---> Running in c0a9ad7f7a79 [2021-01-20T00:49:31.780Z] Successfully built 1bb4d31e18c9 [2021-01-20T00:49:31.780Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-20T00:49:31.780Z]  Building docker-core-command-go ... done Removing intermediate container c0a9ad7f7a79 [2021-01-20T00:49:31.780Z] ---> 29aeff58601a [2021-01-20T00:49:31.780Z] Step 18/21 : CMD ["--init=true"] [2021-01-20T00:49:31.780Z] ---> Running in a6871db8cad2 [2021-01-20T00:49:32.380Z] Removing intermediate container a6871db8cad2 [2021-01-20T00:49:32.380Z] ---> 552d5dd74c93 [2021-01-20T00:49:32.380Z] Step 19/21 : LABEL arch=arm64 [2021-01-20T00:49:32.654Z] ---> Running in daf553d2c496 [2021-01-20T00:49:32.941Z] Removing intermediate container daf553d2c496 [2021-01-20T00:49:32.941Z] ---> fa8329bd0d44 [2021-01-20T00:49:32.941Z] Step 20/21 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:49:33.214Z] ---> Running in 9fca7a7dbebf [2021-01-20T00:49:33.809Z] Removing intermediate container 9fca7a7dbebf [2021-01-20T00:49:33.809Z] ---> b4c15bac48cc [2021-01-20T00:49:33.809Z] Step 21/21 : LABEL version=0.0.0 [2021-01-20T00:49:34.081Z] ---> Running in c6e9c2ae4992 [2021-01-20T00:49:34.680Z] Removing intermediate container c6e9c2ae4992 [2021-01-20T00:49:34.680Z] ---> 1a8e4609936d [2021-01-20T00:49:34.680Z] [2021-01-20T00:49:34.952Z] Successfully built 1a8e4609936d [2021-01-20T00:49:34.952Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-20T00:49:41.644Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9cb3a7f304f7 [2021-01-20T00:49:41.644Z] ---> 9cdeb6dc1eb6 [2021-01-20T00:49:41.644Z] [2021-01-20T00:49:41.644Z] Step 10/23 : FROM alpine:3.12 [2021-01-20T00:49:41.644Z] ---> afeebe901d6b [2021-01-20T00:49:41.644Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-20T00:49:41.644Z] ---> Running in 71a259500b2d [2021-01-20T00:49:41.917Z] Removing intermediate container 71a259500b2d [2021-01-20T00:49:41.917Z] ---> 49c746b7418e [2021-01-20T00:49:41.917Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-20T00:49:42.188Z] ---> Running in 9d0243b4f674 [2021-01-20T00:49:42.460Z] Removing intermediate container 9d0243b4f674 [2021-01-20T00:49:42.460Z] ---> 8d9ed231e151 [2021-01-20T00:49:42.460Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-20T00:49:42.732Z] ---> Running in 28a98be576a2 [2021-01-20T00:49:43.003Z] Removing intermediate container 28a98be576a2 [2021-01-20T00:49:43.003Z] ---> c5f4b6f2df2c [2021-01-20T00:49:43.003Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T00:49:43.283Z] ---> Running in bcef39bbaa59 [2021-01-20T00:49:45.260Z] Removing intermediate container bcef39bbaa59 [2021-01-20T00:49:45.260Z] ---> 56ef6db40d59 [2021-01-20T00:49:45.260Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-20T00:49:45.533Z] ---> Running in 28484593411f [2021-01-20T00:49:46.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T00:49:47.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T00:49:48.061Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-20T00:49:48.061Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-20T00:49:48.061Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-20T00:49:48.330Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-20T00:49:48.600Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-20T00:49:48.600Z] Executing busybox-1.31.1-r19.trigger [2021-01-20T00:49:48.600Z] OK: 8 MiB in 19 packages [2021-01-20T00:49:50.036Z] Removing intermediate container 28484593411f [2021-01-20T00:49:50.036Z] ---> 4da6737923de [2021-01-20T00:49:50.036Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-20T00:49:50.631Z] ---> 5ebb5d778c31 [2021-01-20T00:49:50.631Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-20T00:49:52.060Z] ---> 9de57a7db2e8 [2021-01-20T00:49:52.060Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-20T00:49:52.650Z] ---> 0da7033e0cad [2021-01-20T00:49:52.650Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-20T00:49:52.650Z] ---> Running in 8e6cfcacdcd3 [2021-01-20T00:49:52.922Z] Removing intermediate container 8e6cfcacdcd3 [2021-01-20T00:49:52.922Z] ---> c6a0f99a8457 [2021-01-20T00:49:52.922Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-20T00:49:53.199Z] ---> Running in e7e4adf75bce [2021-01-20T00:49:53.470Z] Removing intermediate container e7e4adf75bce [2021-01-20T00:49:53.470Z] ---> cc45e03e57ff [2021-01-20T00:49:53.470Z] Step 21/23 : LABEL arch=arm64 [2021-01-20T00:49:53.745Z] ---> Running in 63607e599c06 [2021-01-20T00:49:54.338Z] Removing intermediate container 63607e599c06 [2021-01-20T00:49:54.338Z] ---> e894442d3302 [2021-01-20T00:49:54.338Z] Step 22/23 : LABEL git_sha=8a0907c482ccbc8c7a2eba3d5cd42f1361baf27c [2021-01-20T00:49:54.338Z] ---> Running in e53ef60560bf [2021-01-20T00:49:54.931Z] Removing intermediate container e53ef60560bf [2021-01-20T00:49:54.931Z] ---> ac0025af6b14 [2021-01-20T00:49:54.931Z] Step 23/23 : LABEL version=0.0.0 [2021-01-20T00:49:54.931Z] ---> Running in e2d91063e9eb [2021-01-20T00:49:55.527Z] Removing intermediate container e2d91063e9eb [2021-01-20T00:49:55.527Z] ---> 105c62561fa7 [2021-01-20T00:49:55.527Z] [2021-01-20T00:49:55.799Z] Successfully built 105c62561fa7 [2021-01-20T00:49:55.799Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-20T00:49:56.090Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-20T00:49:56.086Z] $ docker stop --time=1 4cfa759fa5f9a149f139b945a709d1ec63722803665101c38826d5f7c2d19dc3 [2021-01-20T00:49:58.002Z] $ docker rm -f 4cfa759fa5f9a149f139b945a709d1ec63722803665101c38826d5f7c2d19dc3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T00:49:58.677Z] + docker images [2021-01-20T00:49:58.677Z] + grep docker [2021-01-20T00:49:58.949Z] docker-core-data-go-arm64 latest 105c62561fa7 3 seconds ago 21MB [2021-01-20T00:49:58.949Z] docker-security-proxy-setup-go-arm64 latest 1a8e4609936d 24 seconds ago 23.2MB [2021-01-20T00:49:58.949Z] docker-support-scheduler-go-arm64 latest 5b430cb5f72a 28 seconds ago 10MB [2021-01-20T00:49:58.949Z] docker-core-command-go-arm64 latest 1bb4d31e18c9 28 seconds ago 9.98MB [2021-01-20T00:49:58.949Z] docker-sys-mgmt-agent-go-arm64 latest e39a214697d0 About a minute ago 300MB [2021-01-20T00:49:58.949Z] docker-security-secretstore-setup-go-arm64 latest 34309ee47d0b 2 minutes ago 23.4MB [2021-01-20T00:49:58.949Z] docker-core-metadata-go-arm64 latest 953045c06342 3 minutes ago 12.3MB [2021-01-20T00:49:58.949Z] docker-security-bootstrap-redis-go-arm64 latest 9e4155f2f075 3 minutes ago 15.1MB [2021-01-20T00:49:58.949Z] docker-support-notifications-go-arm64 latest 83b4efd360f4 3 minutes ago 11.4MB [2021-01-20T00:49:58.949Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:50:02.296Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:50:03.188Z] ---> package-listing.sh [2021-01-20T00:50:03.188Z] ++ facter osfamily [2021-01-20T00:50:03.188Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T00:50:03.188Z] + OS_FAMILY=redhat [2021-01-20T00:50:03.188Z] + workspace=/w/workspace/edgex-go/44 [2021-01-20T00:50:03.188Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T00:50:03.188Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T00:50:03.188Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T00:50:03.188Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T00:50:03.188Z] + '[' /w/workspace/edgex-go/44 ']' [2021-01-20T00:50:03.188Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T00:50:03.188Z] + case "${OS_FAMILY}" in [2021-01-20T00:50:03.188Z] + rpm -qa [2021-01-20T00:50:03.188Z] + sort [2021-01-20T00:50:08.506Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T00:50:08.506Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T00:50:08.506Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T00:50:08.506Z] + '[' /w/workspace/edgex-go/44 ']' [2021-01-20T00:50:08.506Z] + mkdir -p /w/workspace/edgex-go/44/archives/ [2021-01-20T00:50:08.506Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/44/archives/ [Pipeline] echo [2021-01-20T00:50:08.523Z] 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/44/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T00:50:08.827Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:50:09.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:50:09.417Z] [2021-01-20T00:50:09.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T00:50:09.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:50:09.777Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T00:50:09.777Z] df20fa9351a1: Pulling fs layer [2021-01-20T00:50:09.777Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T00:50:09.777Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T00:50:09.777Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T00:50:09.777Z] 93b61091891f: Pulling fs layer [2021-01-20T00:50:09.777Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T00:50:09.777Z] 5e14af77c1be: Pulling fs layer [2021-01-20T00:50:09.777Z] 01666e4c0597: Pulling fs layer [2021-01-20T00:50:09.777Z] aa168da1d23b: Pulling fs layer [2021-01-20T00:50:09.777Z] 93b61091891f: Waiting [2021-01-20T00:50:09.777Z] 93b9cdb0e59b: Waiting [2021-01-20T00:50:09.777Z] 5e14af77c1be: Waiting [2021-01-20T00:50:09.777Z] 01666e4c0597: Waiting [2021-01-20T00:50:09.777Z] aa168da1d23b: Waiting [2021-01-20T00:50:09.777Z] 46f8f816bc3b: Waiting [2021-01-20T00:50:09.777Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T00:50:09.777Z] 36b3adc4ff6f: Download complete [2021-01-20T00:50:09.777Z] 46f8f816bc3b: Download complete [2021-01-20T00:50:09.777Z] df20fa9351a1: Verifying Checksum [2021-01-20T00:50:10.045Z] 93b9cdb0e59b: Verifying Checksum [2021-01-20T00:50:10.045Z] 5e14af77c1be: Verifying Checksum [2021-01-20T00:50:10.045Z] 5e14af77c1be: Download complete [2021-01-20T00:50:10.045Z] 93b61091891f: Download complete [2021-01-20T00:50:10.045Z] 01666e4c0597: Verifying Checksum [2021-01-20T00:50:10.045Z] 01666e4c0597: Download complete [2021-01-20T00:50:10.045Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T00:50:10.045Z] 8ad3a11d3b57: Download complete [2021-01-20T00:50:10.312Z] df20fa9351a1: Pull complete [2021-01-20T00:50:10.577Z] 36b3adc4ff6f: Pull complete [2021-01-20T00:50:11.980Z] aa168da1d23b: Verifying Checksum [2021-01-20T00:50:11.981Z] aa168da1d23b: Download complete [2021-01-20T00:50:12.947Z] 8ad3a11d3b57: Pull complete [2021-01-20T00:50:13.211Z] 46f8f816bc3b: Pull complete [2021-01-20T00:50:14.161Z] 93b61091891f: Pull complete [2021-01-20T00:50:14.161Z] 93b9cdb0e59b: Pull complete [2021-01-20T00:50:14.161Z] 5e14af77c1be: Pull complete [2021-01-20T00:50:14.423Z] 01666e4c0597: Pull complete [2021-01-20T00:50:22.617Z] aa168da1d23b: Pull complete [2021-01-20T00:50:22.617Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T00:50:22.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T00:50:22.617Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T00:50:22.826Z] prd-centos7-docker-4c-2g-21425 does not seem to be running inside a container [2021-01-20T00:50:22.883Z] $ 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/44/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/44 -v /w/workspace/edgex-go/44:/w/workspace/edgex-go/44:rw,z -v /w/workspace/edgex-go/44@tmp:/w/workspace/edgex-go/44@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:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T00:50:27.803Z] $ docker top 03493f4c340b372b43d21235aa06402795e4323d688bcb1ae4444bdfe2b9c08b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T00:50:28.546Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T00:50:28.853Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T00:50:29.157Z] + ls /var/log/sa-host [2021-01-20T00:50:29.157Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T00:50:29.157Z] file_magic: OK [2021-01-20T00:50:29.157Z] HZ: Using current value: 100 [2021-01-20T00:50:29.157Z] file_header: OK [2021-01-20T00:50:29.157Z] 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-01-20T00:50:29.157Z] Statistics: [2021-01-20T00:50:29.157Z] 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... [2021-01-20T00:50:29.157Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T00:50:29.157Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T00:50:29.157Z] file_magic: OK [2021-01-20T00:50:29.157Z] HZ: Using current value: 100 [2021-01-20T00:50:29.157Z] file_header: OK [2021-01-20T00:50:29.157Z] 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-01-20T00:50:29.157Z] Statistics: [2021-01-20T00:50:29.157Z] Hnuu...uuuununununu... [2021-01-20T00:50:29.157Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T00:50:29.517Z] provisioning config files... [2021-01-20T00:50:29.536Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/44@tmp/config4707681144774520657tmp [Pipeline] { [Pipeline] echo [2021-01-20T00:50:29.642Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:50:29.941Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T00:50:29.951Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T00:50:30.038Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:50:30.336Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T00:50:30.348Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:50:30.649Z] ---> sudo-logs.sh [2021-01-20T00:50:30.649Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T00:50:30.661Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:50:30.966Z] ---> job-cost.sh [2021-01-20T00:50:30.966Z] lf-activate-venv: SKIPPING [2021-01-20T00:50:30.966Z] INFO: No Stack... [2021-01-20T00:50:32.889Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T00:50:33.152Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T00:50:33.166Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T00:50:33.464Z] ---> logs-deploy.sh [2021-01-20T00:50:33.464Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/44 [2021-01-20T00:50:33.464Z] INFO: archiving workspace using pattern(s): [2021-01-20T00:50:35.386Z] Archives upload complete. [2021-01-20T00:50:35.386Z] INFO: archiving logs to Nexus