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 f0a5054a805e8aad79e6fefc9c847f3d46b91de1 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from f0a5054a805e8aad79e6fefc9c847f3d46b91de1 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce 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 e395d696b4e6122b6a4fdab5d2b3787aeaccfdce (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e395d696b4e6122b6a4fdab5d2b3787aeaccfdce # timeout=10 Commit message: "Merge pull request #320 from ernestojeda/fix-email" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28130 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/73 [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/73 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 Merge succeeded, producing 9cdc503a79d12129dfb75c2382350f28388d6980 Checking out Revision 9cdc503a79d12129dfb75c2382350f28388d6980 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9cdc503a79d12129dfb75c2382350f28388d6980 # timeout=10 Commit message: "Merge commit 'f0a5054a805e8aad79e6fefc9c847f3d46b91de1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-02T00:32:34.151Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-02T00:32:34.391Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-02T00:32:34.486Z] ========================================================= [2021-03-02T00:32:34.486Z] EdgeX Global Pipelines Version Info [2021-03-02T00:32:34.486Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d6ded4327158f11b86382699c7f4aaf84d7a6d04 # timeout=10 [2021-03-02T00:32:36.948Z] ------------------- [2021-03-02T00:32:36.948Z] stable info: [2021-03-02T00:32:36.948Z] ------------------- [2021-03-02T00:32:36.948Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-02T00:32:36.949Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-02T00:32:36.949Z] Message: update stable to v1.0.183 [2021-03-02T00:32:37.913Z] ------------------- [2021-03-02T00:32:37.913Z] experimental info: [2021-03-02T00:32:37.913Z] ------------------- [2021-03-02T00:32:37.913Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-02T00:32:37.913Z] Commit SHA: e395d696b4e6122b6a4fdab5d2b3787aeaccfdce [2021-03-02T00:32:37.913Z] Message: update experimental to v1.0.183 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-02T00:32:38.254Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-02T00:32:38.336Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-02T00:32:38.423Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-02T00:32:38.506Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-02T00:32:38.591Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-02T00:32:38.673Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-02T00:32:38.759Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-02T00:32:38.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-02T00:32:38.916Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-02T00:32:38.996Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-02T00:32:39.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-02T00:32:39.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-02T00:32:39.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-02T00:32:39.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-02T00:32:39.403Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T00:32:39.508Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-02T00:32:39.588Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-02T00:32:39.670Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-02T00:32:39.754Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-02T00:32:39.839Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-02T00:32:39.949Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-02T00:32:40.076Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-02T00:32:40.194Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-03-02T00:32:40.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-03-02T00:32:40.370Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-03-02T00:32:40.452Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9cdc503a79d12129dfb75c2382350f28388d6980 [Pipeline] echo [2021-03-02T00:32:40.587Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9cdc503 [Pipeline] echo [2021-03-02T00:32:40.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T00:32:40.840Z] provisioning config files... [2021-03-02T00:32:40.896Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/73@tmp/config215318771561463615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:32:41.265Z] ---> docker-login.sh [2021-03-02T00:32:41.265Z] nexus3.edgexfoundry.org:10001 [2021-03-02T00:32:43.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:32:44.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:32:44.293Z] Configure a credential helper to remove this warning. See [2021-03-02T00:32:44.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:32:44.293Z] [2021-03-02T00:32:44.293Z] Login Succeeded [2021-03-02T00:32:44.293Z] nexus3.edgexfoundry.org:10002 [2021-03-02T00:32:45.595Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:32:45.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:32:45.870Z] Configure a credential helper to remove this warning. See [2021-03-02T00:32:45.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:32:45.870Z] [2021-03-02T00:32:45.870Z] Login Succeeded [2021-03-02T00:32:45.870Z] nexus3.edgexfoundry.org:10003 [2021-03-02T00:32:45.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:32:46.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:32:46.139Z] Configure a credential helper to remove this warning. See [2021-03-02T00:32:46.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:32:46.139Z] [2021-03-02T00:32:46.139Z] Login Succeeded [2021-03-02T00:32:46.139Z] nexus3.edgexfoundry.org:10004 [2021-03-02T00:32:46.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:32:46.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:32:46.404Z] Configure a credential helper to remove this warning. See [2021-03-02T00:32:46.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:32:46.404Z] [2021-03-02T00:32:46.404Z] Login Succeeded [2021-03-02T00:32:46.404Z] docker.io [2021-03-02T00:32:46.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:32:46.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:32:46.669Z] Configure a credential helper to remove this warning. See [2021-03-02T00:32:46.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:32:46.669Z] [2021-03-02T00:32:46.669Z] Login Succeeded [2021-03-02T00:32:46.669Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T00:32:46.680Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T00:32:47.225Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/core-command/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/core-data/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-02T00:32:47.225Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-02T00:32:47.225Z] ++ cut -d/ -f2 [2021-03-02T00:32:47.225Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-02T00:32:47.225Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-02T00:32:47.338Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:32:48.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T00:32:48.245Z] [2021-03-02T00:32:48.245Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:32:48.606Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T00:32:48.606Z] latest: Pulling from edgex-devops/git-semver [2021-03-02T00:32:48.606Z] 31603596830f: Pulling fs layer [2021-03-02T00:32:48.606Z] 2a8b12db71e7: Pulling fs layer [2021-03-02T00:32:48.606Z] 6ca5941a6612: Pulling fs layer [2021-03-02T00:32:48.606Z] ecc8261a40a4: Pulling fs layer [2021-03-02T00:32:48.606Z] ecc8261a40a4: Waiting [2021-03-02T00:32:48.606Z] 2a8b12db71e7: Verifying Checksum [2021-03-02T00:32:48.606Z] 2a8b12db71e7: Download complete [2021-03-02T00:32:48.918Z] 31603596830f: Download complete [2021-03-02T00:32:49.235Z] 6ca5941a6612: Verifying Checksum [2021-03-02T00:32:49.235Z] 6ca5941a6612: Download complete [2021-03-02T00:32:49.235Z] ecc8261a40a4: Verifying Checksum [2021-03-02T00:32:49.235Z] ecc8261a40a4: Download complete [2021-03-02T00:32:49.839Z] 31603596830f: Pull complete [2021-03-02T00:32:49.839Z] 2a8b12db71e7: Pull complete [2021-03-02T00:32:51.277Z] 6ca5941a6612: Pull complete [2021-03-02T00:32:51.871Z] ecc8261a40a4: Pull complete [2021-03-02T00:32:52.134Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-02T00:32:52.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-02T00:32:52.134Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-02T00:32:52.278Z] prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container [2021-03-02T00:32:52.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-02T00:32:58.332Z] $ docker top 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-02T00:32:59.133Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T00:32:59.133Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T00:33:00.165Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T00:33:00.174Z] $ docker exec 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent [2021-03-02T00:33:00.787Z] SSH_AUTH_SOCK=/tmp/ssh-yZjr3vSEsGig/agent.11 [2021-03-02T00:33:00.787Z] SSH_AGENT_PID=16 [2021-03-02T00:33:00.808Z] Running ssh-add (command line suppressed) [2021-03-02T00:33:01.135Z] Identity added: /w/workspace/edgex-go/73@tmp/private_key_7961697542741916455.key (/w/workspace/edgex-go/73@tmp/private_key_7961697542741916455.key) [2021-03-02T00:33:01.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T00:33:01.701Z] + git tag --points-at HEAD [Pipeline] } [2021-03-02T00:33:01.774Z] $ docker exec --env ******** --env ******** 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent -k [2021-03-02T00:33:02.191Z] unset SSH_AUTH_SOCK; [2021-03-02T00:33:02.192Z] unset SSH_AGENT_PID; [2021-03-02T00:33:02.192Z] echo Agent pid 16 killed; [2021-03-02T00:33:02.469Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-02T00:33:02.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-02T00:33:02.601Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-02T00:33:03.003Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-02T00:33:03.015Z] $ docker exec 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent [2021-03-02T00:33:03.257Z] SSH_AUTH_SOCK=/tmp/ssh-1DlrzPE3vYLM/agent.44 [2021-03-02T00:33:03.257Z] SSH_AGENT_PID=49 [2021-03-02T00:33:03.269Z] Running ssh-add (command line suppressed) [2021-03-02T00:33:03.465Z] Identity added: /w/workspace/edgex-go/73@tmp/private_key_2692144920853743054.key (/w/workspace/edgex-go/73@tmp/private_key_2692144920853743054.key) [2021-03-02T00:33:03.554Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-02T00:33:03.929Z] + git semver init [2021-03-02T00:33:03.929Z] # -> Open(): unable to determine branch for HEAD [2021-03-02T00:33:03.929Z] # $GIT_DIR = /w/workspace/edgex-go/73/.git [2021-03-02T00:33:03.929Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/73 [2021-03-02T00:33:03.929Z] # $SEMVER_REMOTE_NAME = origin [2021-03-02T00:33:03.929Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-02T00:33:03.929Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-02T00:33:03.929Z] # $SEMVER_BRANCH = PR-2858 [2021-03-02T00:33:03.929Z] # $SEMVER_TEMP = /tmp/semver-620835369 [2021-03-02T00:33:03.929Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-02T00:33:44.068Z] # '/tmp/semver-620835369' -> '/w/workspace/edgex-go/73/.semver' [2021-03-02T00:33:45.051Z] # -> Force: false [2021-03-02T00:33:45.051Z] # $SEMVER_DIR = /w/workspace/edgex-go/73/.semver [Pipeline] } [2021-03-02T00:33:45.353Z] $ docker exec --env ******** --env ******** 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 ssh-agent -k [2021-03-02T00:33:45.768Z] unset SSH_AUTH_SOCK; [2021-03-02T00:33:45.768Z] unset SSH_AGENT_PID; [2021-03-02T00:33:45.768Z] echo Agent pid 49 killed; [2021-03-02T00:33:45.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-02T00:33:46.409Z] + git semver [Pipeline] } [2021-03-02T00:33:46.447Z] $ docker stop --time=1 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 [2021-03-02T00:33:48.695Z] $ docker rm -f 1ce586d7134996e11fd72ae617e1ce8513f5ef4df5cae32f1e0fd6297fea26a4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T00:33:49.345Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-02T00:33:50.631Z] Stashed 1 file(s) [Pipeline] echo [2021-03-02T00:33:50.635Z] [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-03-02T00:33:51.798Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-02T00:33:52.118Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-02T00:33:52.422Z] + sudo service docker restart [2021-03-02T00:33:52.422Z] + true [2021-03-02T00:33:52.422Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-02T00:33:53.878Z] ========================================================= [2021-03-02T00:33:53.878Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-02T00:33:53.878Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:33:54.350Z] + 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-03-02T00:34:06.105Z] Still waiting to schedule task [2021-03-02T00:34:06.105Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28136’ is offline [2021-03-02T00:34:06.907Z] Sending build context to Docker daemon 328.2MB [2021-03-02T00:34:06.908Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T00:34:06.908Z] Step 2/6 : FROM ${BASE} [2021-03-02T00:34:06.908Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-02T00:34:06.908Z] 188c0c94c7c5: Pulling fs layer [2021-03-02T00:34:06.908Z] 0ef7d3d256c8: Pulling fs layer [2021-03-02T00:34:06.908Z] de9db76c5a1d: Pulling fs layer [2021-03-02T00:34:06.908Z] bca2f99d35d6: Pulling fs layer [2021-03-02T00:34:06.908Z] 93359f2a8cfa: Pulling fs layer [2021-03-02T00:34:06.908Z] 7c6f9722023f: Pulling fs layer [2021-03-02T00:34:06.908Z] a35cf1a2eb13: Pulling fs layer [2021-03-02T00:34:06.908Z] 93359f2a8cfa: Waiting [2021-03-02T00:34:06.908Z] 7c6f9722023f: Waiting [2021-03-02T00:34:06.908Z] a35cf1a2eb13: Waiting [2021-03-02T00:34:06.908Z] bca2f99d35d6: Waiting [2021-03-02T00:34:06.908Z] de9db76c5a1d: Verifying Checksum [2021-03-02T00:34:06.908Z] de9db76c5a1d: Download complete [2021-03-02T00:34:06.908Z] 0ef7d3d256c8: Download complete [2021-03-02T00:34:06.908Z] 93359f2a8cfa: Verifying Checksum [2021-03-02T00:34:06.908Z] 93359f2a8cfa: Download complete [2021-03-02T00:34:06.908Z] 7c6f9722023f: Download complete [2021-03-02T00:34:06.908Z] 188c0c94c7c5: Download complete [2021-03-02T00:34:07.200Z] 188c0c94c7c5: Pull complete [2021-03-02T00:34:07.492Z] 0ef7d3d256c8: Pull complete [2021-03-02T00:34:07.774Z] de9db76c5a1d: Pull complete [2021-03-02T00:34:11.262Z] a35cf1a2eb13: Verifying Checksum [2021-03-02T00:34:11.262Z] a35cf1a2eb13: Download complete [2021-03-02T00:34:13.401Z] bca2f99d35d6: Verifying Checksum [2021-03-02T00:34:13.401Z] bca2f99d35d6: Download complete [2021-03-02T00:34:21.695Z] bca2f99d35d6: Pull complete [2021-03-02T00:34:21.695Z] 93359f2a8cfa: Pull complete [2021-03-02T00:34:21.695Z] 7c6f9722023f: Pull complete [2021-03-02T00:34:30.183Z] a35cf1a2eb13: Pull complete [2021-03-02T00:34:30.183Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-02T00:34:30.183Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-02T00:34:30.183Z] ---> a62c8e92a672 [2021-03-02T00:34:30.183Z] 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-03-02T00:34:30.183Z] ---> Running in eab800328446 [2021-03-02T00:34:31.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:34:32.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:34:33.552Z] (1/12) Installing libmagic (5.38-r0) [2021-03-02T00:34:33.552Z] (2/12) Installing file (5.38-r0) [2021-03-02T00:34:33.822Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-02T00:34:33.822Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-02T00:34:37.191Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-02T00:34:37.457Z] (6/12) Installing patch (2.7.6-r6) [2021-03-02T00:34:37.457Z] (7/12) Installing build-base (0.5-r2) [2021-03-02T00:34:37.457Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-02T00:34:37.731Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-02T00:34:37.731Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-02T00:34:37.731Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-02T00:34:37.999Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-02T00:34:37.999Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:34:37.999Z] OK: 233 MiB in 51 packages [2021-03-02T00:34:43.444Z] Removing intermediate container eab800328446 [2021-03-02T00:34:43.444Z] ---> 58f1ed0bbde5 [2021-03-02T00:34:43.444Z] Step 4/6 : WORKDIR /edgex-go [2021-03-02T00:34:43.444Z] ---> Running in 351b3d4ef099 [2021-03-02T00:34:43.444Z] Removing intermediate container 351b3d4ef099 [2021-03-02T00:34:43.444Z] ---> 7f2c7121fd7b [2021-03-02T00:34:43.444Z] Step 5/6 : COPY go.mod . [2021-03-02T00:34:43.708Z] ---> 3935bb7f403c [2021-03-02T00:34:43.708Z] Step 6/6 : RUN go mod download [2021-03-02T00:34:44.038Z] ---> Running in 3c65c7f8fe78 [2021-03-02T00:35:33.096Z] Removing intermediate container 3c65c7f8fe78 [2021-03-02T00:35:33.096Z] ---> 8098a32aad48 [2021-03-02T00:35:33.096Z] Successfully built 8098a32aad48 [2021-03-02T00:35:33.096Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:35:33.477Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T00:35:34.078Z] . [Pipeline] withDockerContainer [2021-03-02T00:35:34.247Z] prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container [2021-03-02T00:35:34.322Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-02T00:35:37.014Z] $ docker top f301cf34cabe315783ebc5c9e5ebcc0332c2961de1df89bcc4bd5ebb1b21d1b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T00:35:38.124Z] + go version [2021-03-02T00:35:38.125Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-02T00:35:38.149Z] $ docker stop --time=1 f301cf34cabe315783ebc5c9e5ebcc0332c2961de1df89bcc4bd5ebb1b21d1b0 [2021-03-02T00:35:40.043Z] $ docker rm -f f301cf34cabe315783ebc5c9e5ebcc0332c2961de1df89bcc4bd5ebb1b21d1b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:35:41.414Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-02T00:35:41.678Z] . [Pipeline] withDockerContainer [2021-03-02T00:35:42.211Z] prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container [2021-03-02T00:35:42.380Z] $ 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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-02T00:35:43.580Z] $ docker top c58358a50fd51452a26e46244c4cf750df56ff27bded855692769da3e8b3541b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-02T00:35:43.873Z] ========================================================= [2021-03-02T00:35:43.873Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-02T00:35:43.873Z] ========================================================= [Pipeline] sh [2021-03-02T00:35:44.538Z] + make test [2021-03-02T00:35:44.539Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-02T00:36:11.858Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-02T00:36:20.961Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28138 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-02T00:36:21.016Z] Running in /w/workspace/edgex-go/73 [Pipeline] { [Pipeline] checkout [2021-03-02T00:36:26.591Z] using credential edgex-jenkins-ssh [2021-03-02T00:36:26.651Z] Cloning the remote Git repository [2021-03-02T00:36:26.720Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-02T00:36:26.829Z] > git init /w/workspace/edgex-go/73 # timeout=10 [2021-03-02T00:36:26.926Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-02T00:36:26.927Z] > git --version # timeout=10 [2021-03-02T00:36:26.950Z] > git --version # 'git version 2.17.1' [2021-03-02T00:36:26.952Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T00:36:27.029Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T00:36:40.230Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-02T00:36:48.803Z] Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-02T00:36:47.832Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-02T00:36:47.858Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T00:36:47.897Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-02T00:36:47.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-02T00:36:47.948Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T00:36:47.962Z] > 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-03-02T00:36:48.828Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T00:36:48.850Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-02T00:36:49.229Z] > git remote # timeout=10 [2021-03-02T00:36:49.262Z] > git config --get remote.origin.url # timeout=10 [2021-03-02T00:36:49.310Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T00:36:49.323Z] > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 [2021-03-02T00:36:50.228Z] Merge succeeded, producing 4d46453a19b37a314ef8cb9cfc0b5b99f5267264 [2021-03-02T00:36:50.229Z] Checking out Revision 4d46453a19b37a314ef8cb9cfc0b5b99f5267264 (PR-2858) [2021-03-02T00:36:50.214Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-02T00:36:50.241Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T00:36:50.258Z] > git checkout -f 4d46453a19b37a314ef8cb9cfc0b5b99f5267264 # timeout=10 [2021-03-02T00:36:54.747Z] Commit message: "Merge commit 'f0a5054a805e8aad79e6fefc9c847f3d46b91de1' into HEAD" [2021-03-02T00:36:54.760Z] > git rev-list --no-walk d6ded4327158f11b86382699c7f4aaf84d7a6d04 # timeout=10 [2021-03-02T00:36:54.777Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-02T00:36:56.231Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-02T00:36:56.647Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-02T00:36:56.997Z] + true [2021-03-02T00:36:56.998Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-02T00:36:59.064Z] provisioning config files... [2021-03-02T00:36:59.148Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/73@tmp/config827496842142077285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:36:59.561Z] ---> docker-login.sh [2021-03-02T00:36:59.561Z] nexus3.edgexfoundry.org:10001 [2021-03-02T00:37:00.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:37:00.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:37:00.827Z] Configure a credential helper to remove this warning. See [2021-03-02T00:37:00.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:37:00.827Z] [2021-03-02T00:37:00.827Z] Login Succeeded [2021-03-02T00:37:00.827Z] nexus3.edgexfoundry.org:10002 [2021-03-02T00:37:01.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:37:01.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:37:01.382Z] Configure a credential helper to remove this warning. See [2021-03-02T00:37:01.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:37:01.382Z] [2021-03-02T00:37:01.382Z] Login Succeeded [2021-03-02T00:37:01.382Z] nexus3.edgexfoundry.org:10003 [2021-03-02T00:37:01.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:37:01.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:37:01.930Z] Configure a credential helper to remove this warning. See [2021-03-02T00:37:01.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:37:01.930Z] [2021-03-02T00:37:01.930Z] Login Succeeded [2021-03-02T00:37:01.930Z] nexus3.edgexfoundry.org:10004 [2021-03-02T00:37:02.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:37:02.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:37:02.479Z] Configure a credential helper to remove this warning. See [2021-03-02T00:37:02.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:37:02.479Z] [2021-03-02T00:37:02.479Z] Login Succeeded [2021-03-02T00:37:02.479Z] docker.io [2021-03-02T00:37:02.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-02T00:37:03.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-02T00:37:03.027Z] Configure a credential helper to remove this warning. See [2021-03-02T00:37:03.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-02T00:37:03.027Z] [2021-03-02T00:37:03.027Z] Login Succeeded [2021-03-02T00:37:03.027Z] ---> docker-login.sh ends [Pipeline] } [2021-03-02T00:37:03.044Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-02T00:37:03.471Z] ========================================================= [2021-03-02T00:37:03.471Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-02T00:37:03.471Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:37:03.852Z] + 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-03-02T00:37:04.468Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-02T00:37:04.469Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-02T00:37:04.469Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-02T00:37:05.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-02T00:37:05.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-02T00:37:05.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-02T00:37:05.957Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-02T00:37:06.514Z] Sending build context to Docker daemon 166.5MB [2021-03-02T00:37:06.514Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-02T00:37:06.514Z] Step 2/6 : FROM ${BASE} [2021-03-02T00:37:06.514Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-02T00:37:06.514Z] 5f621e34cdf4: Pulling fs layer [2021-03-02T00:37:06.515Z] a4357932f1b6: Pulling fs layer [2021-03-02T00:37:06.515Z] 18c013af1878: Pulling fs layer [2021-03-02T00:37:06.515Z] 00ac8860ef70: Pulling fs layer [2021-03-02T00:37:06.515Z] 63d7cb157983: Pulling fs layer [2021-03-02T00:37:06.515Z] b116817d02f9: Pulling fs layer [2021-03-02T00:37:06.515Z] 745a02a5169b: Pulling fs layer [2021-03-02T00:37:06.515Z] 00ac8860ef70: Waiting [2021-03-02T00:37:06.515Z] 63d7cb157983: Waiting [2021-03-02T00:37:06.515Z] b116817d02f9: Waiting [2021-03-02T00:37:06.515Z] 745a02a5169b: Waiting [2021-03-02T00:37:06.515Z] 18c013af1878: Verifying Checksum [2021-03-02T00:37:06.515Z] 18c013af1878: Download complete [2021-03-02T00:37:06.515Z] a4357932f1b6: Verifying Checksum [2021-03-02T00:37:06.515Z] a4357932f1b6: Download complete [2021-03-02T00:37:06.515Z] 63d7cb157983: Verifying Checksum [2021-03-02T00:37:06.515Z] 63d7cb157983: Download complete [2021-03-02T00:37:06.515Z] b116817d02f9: Verifying Checksum [2021-03-02T00:37:06.515Z] b116817d02f9: Download complete [2021-03-02T00:37:06.515Z] 5f621e34cdf4: Verifying Checksum [2021-03-02T00:37:06.515Z] 5f621e34cdf4: Download complete [2021-03-02T00:37:07.426Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-02T00:37:07.506Z] 5f621e34cdf4: Pull complete [2021-03-02T00:37:07.791Z] a4357932f1b6: Pull complete [2021-03-02T00:37:08.024Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-02T00:37:08.391Z] 18c013af1878: Pull complete [2021-03-02T00:37:08.999Z] 745a02a5169b: Download complete [2021-03-02T00:37:10.445Z] 00ac8860ef70: Verifying Checksum [2021-03-02T00:37:10.445Z] 00ac8860ef70: Download complete [2021-03-02T00:37:13.725Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-02T00:37:13.725Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-02T00:37:13.725Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-02T00:37:17.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.310s coverage: 45.9% of statements [2021-03-02T00:37:17.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-02T00:37:17.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-02T00:37:17.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-02T00:37:17.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-02T00:37:17.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-02T00:37:17.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-02T00:37:17.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-02T00:37:17.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.171s coverage: 100.0% of statements [2021-03-02T00:37:20.606Z] 00ac8860ef70: Pull complete [2021-03-02T00:37:20.881Z] 63d7cb157983: Pull complete [2021-03-02T00:37:21.153Z] b116817d02f9: Pull complete [2021-03-02T00:37:23.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 2.081s coverage: 27.1% of statements [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-02T00:37:23.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-02T00:37:23.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-02T00:37:23.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-02T00:37:23.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.170s coverage: 65.8% of statements [2021-03-02T00:37:23.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-02T00:37:23.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-02T00:37:24.539Z] 745a02a5169b: Pull complete [2021-03-02T00:37:24.540Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-02T00:37:24.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-02T00:37:24.540Z] ---> b7e6874047d6 [2021-03-02T00:37:24.540Z] 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-03-02T00:37:25.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.551s coverage: 82.3% of statements [2021-03-02T00:37:25.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-02T00:37:25.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:37:25.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-02T00:37:25.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-02T00:37:27.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.736s coverage: 28.6% of statements [2021-03-02T00:37:27.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-02T00:37:27.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-02T00:37:27.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-02T00:37:27.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-02T00:37:27.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-02T00:37:27.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.127s coverage: 100.0% of statements [2021-03-02T00:37:27.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-02T00:37:27.873Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2021-03-02T00:37:27.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-02T00:37:27.941Z] ---> Running in 35be91aefd9c [2021-03-02T00:37:28.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.279s coverage: 86.7% of statements [2021-03-02T00:37:28.956Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-02T00:37:28.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:37:29.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.230s coverage: 97.5% of statements [2021-03-02T00:37:29.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-02T00:37:29.678Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements [2021-03-02T00:37:29.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-02T00:37:29.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-02T00:37:29.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-02T00:37:29.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-02T00:37:29.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:37:31.373Z] (1/12) Installing libmagic (5.38-r0) [2021-03-02T00:37:31.373Z] (2/12) Installing file (5.38-r0) [2021-03-02T00:37:31.644Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-02T00:37:31.644Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-02T00:37:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.043s coverage: 92.8% of statements [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-02T00:37:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.148s coverage: 58.8% of statements [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-02T00:37:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.100s coverage: 0.1% of statements [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-02T00:37:35.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-02T00:37:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements [2021-03-02T00:37:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.218s coverage: 79.5% of statements [2021-03-02T00:37:35.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-03-02T00:37:35.937Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-02T00:37:35.937Z] (6/12) Installing patch (2.7.6-r6) [2021-03-02T00:37:35.937Z] (7/12) Installing build-base (0.5-r2) [2021-03-02T00:37:35.937Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-02T00:37:35.937Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-02T00:37:35.937Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-02T00:37:35.937Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-02T00:37:36.210Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-02T00:37:36.210Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:37:36.210Z] OK: 217 MiB in 51 packages [2021-03-02T00:37:36.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.995s coverage: 96.3% of statements [2021-03-02T00:37:37.437Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.095s coverage: 87.5% of statements [2021-03-02T00:37:40.514Z] Removing intermediate container 35be91aefd9c [2021-03-02T00:37:40.514Z] ---> dbfd178eaada [2021-03-02T00:37:40.514Z] Step 4/6 : WORKDIR /edgex-go [2021-03-02T00:37:40.514Z] ---> Running in 5e2e93961dbb [2021-03-02T00:37:41.112Z] Removing intermediate container 5e2e93961dbb [2021-03-02T00:37:41.112Z] ---> 98e96944fa92 [2021-03-02T00:37:41.112Z] Step 5/6 : COPY go.mod . [2021-03-02T00:37:41.705Z] ---> 1cb856326e28 [2021-03-02T00:37:41.705Z] Step 6/6 : RUN go mod download [2021-03-02T00:37:41.705Z] ---> Running in aa99d0356f3d [2021-03-02T00:37:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.149s coverage: 94.4% of statements [2021-03-02T00:37:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.151s coverage: 44.8% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.888s coverage: 92.9% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.125s coverage: 77.8% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.093s coverage: 87.2% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.078s coverage: 100.0% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.943s coverage: 75.5% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.6% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.138s coverage: 91.6% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.257s coverage: 62.4% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.953s coverage: 69.1% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 38.4% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.130s coverage: 84.8% of statements [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.0% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.090s coverage: 100.0% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-02T00:38:06.255Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.242s coverage: 89.4% of statements [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:38:06.255Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-02T00:38:08.481Z] Removing intermediate container aa99d0356f3d [2021-03-02T00:38:08.481Z] ---> 86d996ea83c4 [2021-03-02T00:38:08.481Z] Successfully built 86d996ea83c4 [2021-03-02T00:38:08.481Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:38:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.158s coverage: 29.1% of statements [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-02T00:38:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.098s coverage: 99.0% of statements [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-02T00:38:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-02T00:38:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 94.3% of statements [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-02T00:38:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.175s coverage: 0.0% of statements [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-02T00:38:08.939Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-02T00:38:08.939Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-02T00:38:09.097Z] + docker inspect -f . ci-base-image-arm64 [2021-03-02T00:38:09.097Z] . [Pipeline] withDockerContainer [2021-03-02T00:38:09.352Z] prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container [2021-03-02T00:38:09.443Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-02T00:38:09.638Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2021-03-02T00:38:09.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-02T00:38:09.638Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-02T00:38:09.926Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-03-02T00:38:10.197Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-03-02T00:38:10.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements [2021-03-02T00:38:10.929Z] $ docker top 2a281803aca9340779452908268024cc73c5e32ae1cbc746596600b62f6729d2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T00:38:11.378Z] GO111MODULE=on go vet ./... [2021-03-02T00:38:11.945Z] + go version [2021-03-02T00:38:11.945Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-02T00:38:11.977Z] $ docker stop --time=1 2a281803aca9340779452908268024cc73c5e32ae1cbc746596600b62f6729d2 [2021-03-02T00:38:13.961Z] $ docker rm -f 2a281803aca9340779452908268024cc73c5e32ae1cbc746596600b62f6729d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:38:14.963Z] + docker inspect -f . ci-base-image-arm64 [2021-03-02T00:38:14.963Z] . [Pipeline] withDockerContainer [2021-03-02T00:38:15.249Z] prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container [2021-03-02T00:38:15.338Z] $ 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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-02T00:38:16.855Z] $ docker top 7d11c8632c97e0a058b3f1d5d0fbb1768231813d64c545d157f39e3614c22e95 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-02T00:38:17.259Z] ========================================================= [2021-03-02T00:38:17.260Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-02T00:38:17.260Z] ========================================================= [Pipeline] sh [2021-03-02T00:38:17.913Z] + make test [2021-03-02T00:38:17.913Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-02T00:38:44.730Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-02T00:39:08.877Z] gofmt -l . [2021-03-02T00:39:08.877Z] [ "`gofmt -l .`" = "" ] [2021-03-02T00:39:08.877Z] ./bin/test-go-mod-tidy.sh [2021-03-02T00:39:08.877Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-02T00:39:12.483Z] + ls -al . [2021-03-02T00:39:12.483Z] total 712 [2021-03-02T00:39:12.483Z] drwxrwxr-x 10 1001 1001 4096 Mar 2 00:39 . [2021-03-02T00:39:12.483Z] drwxr-xr-x 4 root root 30 Mar 2 00:35 .. [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 11 Mar 2 00:32 .dockerignore [2021-03-02T00:39:12.483Z] drwxrwxr-x 8 1001 1001 179 Mar 2 00:32 .git [2021-03-02T00:39:12.483Z] drwxrwxr-x 3 1001 1001 125 Mar 2 00:32 .github [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 818 Mar 2 00:32 .gitignore [2021-03-02T00:39:12.483Z] drwx------ 3 1001 1001 60 Mar 2 00:33 .semver [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 166 Mar 2 00:32 .sonarcloud.properties [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 8475 Mar 2 00:32 Attribution.txt [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 3804 Mar 2 00:32 CONTRIBUTING.md [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 931 Mar 2 00:32 Dockerfile.build [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 863 Mar 2 00:32 Jenkinsfile [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 10775 Mar 2 00:32 LICENSE [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 5774 Mar 2 00:32 Makefile [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 6524 Mar 2 00:32 README.md [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 6755 Mar 2 00:32 SECURITY.md [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 5 Mar 2 00:33 VERSION [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 4131 Mar 2 00:32 ZMQWindows.md [2021-03-02T00:39:12.483Z] drwxrwxr-x 2 1001 1001 117 Mar 2 00:32 bin [2021-03-02T00:39:12.483Z] drwxrwxr-x 14 1001 1001 4096 Mar 2 00:32 cmd [2021-03-02T00:39:12.483Z] -rw-r--r-- 1 root root 600565 Mar 2 00:38 coverage.out [2021-03-02T00:39:12.483Z] -rw-r--r-- 1 root root 1055 Mar 2 00:39 go.mod [2021-03-02T00:39:12.483Z] -rw-r--r-- 1 root root 21699 Mar 2 00:39 go.sum [2021-03-02T00:39:12.483Z] drwxrwxr-x 8 1001 1001 127 Mar 2 00:32 internal [2021-03-02T00:39:12.483Z] drwxrwxr-x 4 1001 1001 26 Mar 2 00:32 openapi [2021-03-02T00:39:12.483Z] drwxrwxr-x 4 1001 1001 71 Mar 2 00:32 snap [2021-03-02T00:39:12.483Z] -rw-rw-r-- 1 1001 1001 168 Mar 2 00:32 version.go [Pipeline] sh [2021-03-02T00:39:12.874Z] + '[' -e coverage.out ] [2021-03-02T00:39:12.874Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-02T00:39:13.217Z] Stashed 1 file(s) [Pipeline] sh [2021-03-02T00:39:13.531Z] + make build [2021-03-02T00:39:13.531Z] 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-03-02T00:39:19.152Z] 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-03-02T00:39:32.179Z] 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-03-02T00:39:35.580Z] 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-03-02T00:39:38.200Z] 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-03-02T00:39:39.246Z] 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-03-02T00:39:41.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-02T00:39:41.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-02T00:39:43.769Z] 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-03-02T00:39:46.581Z] 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-03-02T00:39:48.006Z] 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-03-02T00:39:49.762Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-02T00:39:49.762Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-02T00:39:50.629Z] 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-03-02T00:39:52.052Z] 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-03-02T00:39:52.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-02T00:39:52.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-02T00:39:52.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-02T00:39:52.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-02T00:39:53.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-02T00:39:55.020Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-02T00:39:56.006Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] } [2021-03-02T00:39:57.979Z] $ docker stop --time=1 c58358a50fd51452a26e46244c4cf750df56ff27bded855692769da3e8b3541b [2021-03-02T00:40:01.749Z] $ docker rm -f c58358a50fd51452a26e46244c4cf750df56ff27bded855692769da3e8b3541b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:40:04.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T00:40:04.260Z] [2021-03-02T00:40:04.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-03-02T00:40:04.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-02T00:40:04.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-02T00:40:04.311Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] sh [2021-03-02T00:40:04.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T00:40:04.932Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-02T00:40:04.932Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-02T00:40:04.932Z] ca9280d653b3: Pulling fs layer [2021-03-02T00:40:04.932Z] 7e9c9ca2126c: Pulling fs layer [2021-03-02T00:40:05.534Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-02T00:40:05.534Z] cbdbe7a5bc2a: Download complete [2021-03-02T00:40:06.526Z] ca9280d653b3: Verifying Checksum [2021-03-02T00:40:06.526Z] ca9280d653b3: Download complete [2021-03-02T00:40:06.526Z] cbdbe7a5bc2a: Pull complete [2021-03-02T00:40:08.522Z] 7e9c9ca2126c: Verifying Checksum [2021-03-02T00:40:08.522Z] 7e9c9ca2126c: Download complete [2021-03-02T00:40:08.522Z] ca9280d653b3: Pull complete [2021-03-02T00:40:09.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements [2021-03-02T00:40:09.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-02T00:40:09.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-02T00:40:09.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-02T00:40:09.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-02T00:40:09.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-02T00:40:09.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-02T00:40:09.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-02T00:40:09.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.268s coverage: 100.0% of statements [2021-03-02T00:40:18.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-02T00:40:18.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-02T00:40:18.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-02T00:40:18.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.226s coverage: 65.8% of statements [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-02T00:40:18.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-02T00:40:20.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.3% of statements [2021-03-02T00:40:20.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-02T00:40:20.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:40:20.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-02T00:40:20.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-02T00:40:21.211Z] 7e9c9ca2126c: Pull complete [2021-03-02T00:40:21.211Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-02T00:40:21.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T00:40:21.211Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-02T00:40:21.512Z] prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container [2021-03-02T00:40:21.581Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@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-03-02T00:40:24.320Z] $ docker top c80dc89b8a5f42c3a1f1a75e4d53a5ddf7d3d763da6d6926aa559483587119de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T00:40:25.100Z] + docker-compose build --help [2021-03-02T00:40:25.101Z] + grep parallel [2021-03-02T00:40:26.607Z] --parallel Build images in parallel. [Pipeline] } [2021-03-02T00:40:26.906Z] $ docker stop --time=1 c80dc89b8a5f42c3a1f1a75e4d53a5ddf7d3d763da6d6926aa559483587119de [2021-03-02T00:40:29.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.222s coverage: 28.6% of statements [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-02T00:40:29.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-02T00:40:29.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-02T00:40:29.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-02T00:40:29.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.457s coverage: 97.5% of statements [2021-03-02T00:40:29.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-02T00:40:29.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements [2021-03-02T00:40:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-02T00:40:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-02T00:40:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-02T00:40:29.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-02T00:40:29.783Z] $ docker rm -f c80dc89b8a5f42c3a1f1a75e4d53a5ddf7d3d763da6d6926aa559483587119de [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:40:30.649Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-02T00:40:30.649Z] . [Pipeline] withDockerContainer [2021-03-02T00:40:30.792Z] prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container [2021-03-02T00:40:30.858Z] $ 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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-02T00:40:33.189Z] $ docker top 4b7eea23e051991b5fc7427d49cf7125068957f68fe3c1da87af1800fc18bcef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T00:40:34.541Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-02T00:40:37.413Z] Building docker-core-command-go ... [2021-03-02T00:40:37.413Z] Building docker-core-data-go ... [2021-03-02T00:40:37.413Z] Building docker-core-metadata-go ... [2021-03-02T00:40:37.413Z] Building docker-security-bootstrapper-go ... [2021-03-02T00:40:37.413Z] Building docker-security-proxy-setup-go ... [2021-03-02T00:40:37.413Z] Building docker-security-secretstore-setup-go ... [2021-03-02T00:40:37.413Z] Building docker-support-notifications-go ... [2021-03-02T00:40:37.413Z] Building docker-support-scheduler-go ... [2021-03-02T00:40:37.414Z] Building docker-sys-mgmt-agent-go ... [2021-03-02T00:40:37.414Z] Building docker-sys-mgmt-agent-go [2021-03-02T00:40:37.414Z] Building docker-core-data-go [2021-03-02T00:40:37.414Z] Building docker-security-bootstrapper-go [2021-03-02T00:40:37.826Z] Building docker-support-scheduler-go [2021-03-02T00:40:37.826Z] Building docker-support-notifications-go [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.245s coverage: 92.8% of statements [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 0.1% of statements [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-02T00:40:39.879Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.097s coverage: 79.5% of statements [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2021-03-02T00:40:39.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements [2021-03-02T00:40:52.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-03-02T00:40:52.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-03-02T00:41:07.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-02T00:41:07.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-02T00:41:07.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.101s coverage: 87.2% of statements [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-02T00:41:07.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-02T00:41:07.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-03-02T00:41:07.472Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements [2021-03-02T00:41:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.612s coverage: 62.4% of statements [2021-03-02T00:41:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-02T00:41:07.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-03-02T00:41:07.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements [2021-03-02T00:41:08.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.961s coverage: 69.1% of statements [2021-03-02T00:41:08.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-02T00:41:08.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-02T00:41:09.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.419s coverage: 38.4% of statements [2021-03-02T00:41:09.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-02T00:41:09.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-02T00:41:09.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements [2021-03-02T00:41:09.455Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-02T00:41:10.055Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements [2021-03-02T00:41:16.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.485s coverage: 47.0% of statements [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-02T00:41:16.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.164s coverage: 100.0% of statements [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-02T00:41:16.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-02T00:41:16.806Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.456s coverage: 89.4% of statements [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:41:16.806Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-02T00:41:27.007Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.572s coverage: 29.1% of statements [2021-03-02T00:41:27.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-02T00:41:27.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-02T00:41:27.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-02T00:41:27.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.208s coverage: 94.3% of statements [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-02T00:41:27.008Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-02T00:41:27.008Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements [2021-03-02T00:41:27.606Z] GO111MODULE=on go vet ./... [2021-03-02T00:42:31.406Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:42:31.407Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:42:31.407Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:42:31.407Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:42:31.407Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:42:31.407Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:42:31.407Z] ---> 8098a32aad48 [2021-03-02T00:42:31.407Z] Step 3/23 : WORKDIR /edgex-go ---> 8098a32aad48 [2021-03-02T00:42:31.407Z] Step 3/26 : WORKDIR /edgex-go [2021-03-02T00:42:31.407Z] ---> 8098a32aad48 [2021-03-02T00:42:31.407Z] Step 3/30 : WORKDIR /edgex-go [2021-03-02T00:42:31.407Z] [2021-03-02T00:42:31.407Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:42:31.407Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:42:31.407Z] ---> 8098a32aad48 [2021-03-02T00:42:31.407Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T00:42:31.407Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:42:31.407Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:42:31.407Z] ---> 8098a32aad48 [2021-03-02T00:42:31.407Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T00:42:31.407Z] ---> Running in 035049b2d048 [2021-03-02T00:42:31.407Z] ---> Running in 2c9f6661328c [2021-03-02T00:42:31.407Z] ---> Running in 656f73c7c050 [2021-03-02T00:42:31.407Z] ---> Running in 6a500d04dbcd [2021-03-02T00:42:31.407Z] ---> Running in 379d484ddf95 [2021-03-02T00:42:34.148Z] Removing intermediate container 656f73c7c050 [2021-03-02T00:42:34.148Z] ---> 23097ca77f32 [2021-03-02T00:42:34.148Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:42:34.148Z] Removing intermediate container 6a500d04dbcd [2021-03-02T00:42:34.148Z] ---> a3f90249f27e [2021-03-02T00:42:34.148Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:42:34.148Z] Removing intermediate container 379d484ddf95 [2021-03-02T00:42:34.148Z] ---> 45502793bb8c [2021-03-02T00:42:34.148Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:42:34.148Z] Removing intermediate container 035049b2d048 [2021-03-02T00:42:34.148Z] ---> 854e101f9873 [2021-03-02T00:42:34.148Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:42:34.618Z] Removing intermediate container 2c9f6661328c [2021-03-02T00:42:34.618Z] ---> 5401b76b9ea3 [2021-03-02T00:42:34.618Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:42:34.888Z] ---> Running in e485e2664804 [2021-03-02T00:42:34.888Z] ---> Running in 7f9634d1597a [2021-03-02T00:42:34.888Z] ---> Running in 488cae9e3587 [2021-03-02T00:42:34.888Z] ---> Running in 4dde57db7c99 [2021-03-02T00:42:34.888Z] ---> Running in daefd4110c9b [2021-03-02T00:42:44.155Z] Removing intermediate container 4dde57db7c99 [2021-03-02T00:42:44.155Z] ---> 6075bbdfc10b [2021-03-02T00:42:44.155Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-02T00:42:44.155Z] Removing intermediate container e485e2664804 [2021-03-02T00:42:44.155Z] ---> e35892146a36 [2021-03-02T00:42:44.155Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-02T00:42:44.155Z] Removing intermediate container 7f9634d1597a [2021-03-02T00:42:44.155Z] ---> 334eb5dd9019 [2021-03-02T00:42:44.155Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-02T00:42:44.155Z] ---> Running in 41d5f561f211 [2021-03-02T00:42:44.155Z] ---> Running in e68987e1720a [2021-03-02T00:42:44.155Z] ---> Running in d4c0d8ccce66 [2021-03-02T00:42:44.155Z] Removing intermediate container daefd4110c9b [2021-03-02T00:42:44.155Z] ---> 539713b2598c [2021-03-02T00:42:44.155Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-02T00:42:44.155Z] Removing intermediate container 488cae9e3587 [2021-03-02T00:42:44.155Z] ---> a1a39ce2aba4 [2021-03-02T00:42:44.155Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-02T00:42:46.824Z] ---> Running in ce89ebbe80e9 [2021-03-02T00:42:46.824Z] ---> Running in 7cba460f0eb6 [2021-03-02T00:42:49.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.412Z] gofmt -l . [2021-03-02T00:42:49.412Z] [ "`gofmt -l .`" = "" ] [2021-03-02T00:42:49.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:49.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:42:50.180Z] OK: 233 MiB in 51 packages [2021-03-02T00:42:50.180Z] OK: 233 MiB in 51 packages [2021-03-02T00:42:50.501Z] OK: 233 MiB in 51 packages [2021-03-02T00:42:50.501Z] OK: 233 MiB in 51 packages [2021-03-02T00:42:50.501Z] OK: 233 MiB in 51 packages [2021-03-02T00:42:52.070Z] ./bin/test-go-mod-tidy.sh [2021-03-02T00:42:52.342Z] ./bin/test-attribution-txt.sh [2021-03-02T00:42:52.694Z] Removing intermediate container 41d5f561f211 [2021-03-02T00:42:52.694Z] ---> 43e06df3b959 [2021-03-02T00:42:52.694Z] Step 6/22 : COPY go.mod . [2021-03-02T00:42:53.083Z] Removing intermediate container ce89ebbe80e9 [2021-03-02T00:42:53.083Z] ---> 9bdbfb9a7bf2 [2021-03-02T00:42:53.083Z] Step 6/26 : COPY go.mod . [2021-03-02T00:42:53.083Z] Removing intermediate container d4c0d8ccce66 [2021-03-02T00:42:53.083Z] ---> 492a500ce511 [2021-03-02T00:42:53.083Z] Step 6/30 : COPY go.mod . [2021-03-02T00:42:53.780Z] ---> c3a02069eb28 [2021-03-02T00:42:53.780Z] Step 7/22 : RUN go mod download [2021-03-02T00:42:53.780Z] Removing intermediate container e68987e1720a [2021-03-02T00:42:53.780Z] ---> fd8a0343f1a1 [2021-03-02T00:42:53.780Z] Step 6/22 : COPY go.mod . [2021-03-02T00:42:53.780Z] Removing intermediate container 7cba460f0eb6 [2021-03-02T00:42:53.780Z] ---> 28a2039b1bfe [2021-03-02T00:42:53.780Z] Step 6/23 : COPY go.mod . [2021-03-02T00:42:54.060Z] ---> Running in 38e7956e1b0a [2021-03-02T00:42:54.060Z] ---> 0af952ab528c [2021-03-02T00:42:54.060Z] Step 7/26 : RUN go mod download [2021-03-02T00:42:54.060Z] ---> 97dc6b144e8f [2021-03-02T00:42:54.060Z] Step 7/30 : RUN go mod download [Pipeline] sh [2021-03-02T00:42:54.381Z] ---> Running in 8483b09e0e34 [2021-03-02T00:42:54.838Z] ---> Running in 5e129d311990 [2021-03-02T00:42:54.838Z] ---> 39e8f6c947b8 [2021-03-02T00:42:54.838Z] Step 7/23 : RUN go mod download [2021-03-02T00:42:54.838Z] ---> d0a3f2c167ca [2021-03-02T00:42:54.838Z] Step 7/22 : RUN go mod download [2021-03-02T00:42:54.838Z] ---> Running in 3874d8b2d378 [2021-03-02T00:42:54.838Z] ---> Running in f7872b32e100 [2021-03-02T00:42:54.973Z] + ls -al . [2021-03-02T00:42:54.973Z] total 740 [2021-03-02T00:42:54.973Z] drwxrwxr-x 9 1001 1001 4096 Mar 2 00:42 . [2021-03-02T00:42:54.973Z] drwxr-xr-x 4 root root 4096 Mar 2 00:38 .. [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 11 Mar 2 00:36 .dockerignore [2021-03-02T00:42:54.973Z] drwxrwxr-x 8 1001 1001 4096 Mar 2 00:36 .git [2021-03-02T00:42:54.973Z] drwxrwxr-x 3 1001 1001 4096 Mar 2 00:36 .github [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 818 Mar 2 00:36 .gitignore [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 166 Mar 2 00:36 .sonarcloud.properties [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 8475 Mar 2 00:36 Attribution.txt [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 3804 Mar 2 00:36 CONTRIBUTING.md [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 931 Mar 2 00:36 Dockerfile.build [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 863 Mar 2 00:36 Jenkinsfile [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 10775 Mar 2 00:36 LICENSE [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 5774 Mar 2 00:36 Makefile [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 6524 Mar 2 00:36 README.md [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 6755 Mar 2 00:36 SECURITY.md [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 5 Mar 2 00:33 VERSION [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 4131 Mar 2 00:36 ZMQWindows.md [2021-03-02T00:42:54.973Z] drwxrwxr-x 2 1001 1001 4096 Mar 2 00:36 bin [2021-03-02T00:42:54.973Z] drwxrwxr-x 14 1001 1001 4096 Mar 2 00:36 cmd [2021-03-02T00:42:54.973Z] -rw-r--r-- 1 root root 600565 Mar 2 00:41 coverage.out [2021-03-02T00:42:54.973Z] -rw-r--r-- 1 root root 1055 Mar 2 00:42 go.mod [2021-03-02T00:42:54.973Z] -rw-r--r-- 1 root root 21699 Mar 2 00:42 go.sum [2021-03-02T00:42:54.973Z] drwxrwxr-x 8 1001 1001 4096 Mar 2 00:36 internal [2021-03-02T00:42:54.973Z] drwxrwxr-x 4 1001 1001 4096 Mar 2 00:36 openapi [2021-03-02T00:42:54.973Z] drwxrwxr-x 4 1001 1001 4096 Mar 2 00:36 snap [2021-03-02T00:42:54.973Z] -rw-rw-r-- 1 1001 1001 168 Mar 2 00:36 version.go [Pipeline] sh [2021-03-02T00:42:55.635Z] + '[' -e coverage.out ] [2021-03-02T00:42:55.636Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-02T00:42:55.725Z] Warning: overwriting stash ‘coverage-report’ [2021-03-02T00:42:56.964Z] Stashed 1 file(s) [Pipeline] sh [2021-03-02T00:42:57.676Z] + make build [2021-03-02T00:42:57.676Z] 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-03-02T00:43:02.738Z] Removing intermediate container 38e7956e1b0a [2021-03-02T00:43:02.739Z] ---> ac5aa78ce823 [2021-03-02T00:43:02.739Z] Step 8/22 : COPY . . [2021-03-02T00:43:02.739Z] Removing intermediate container 8483b09e0e34 [2021-03-02T00:43:02.739Z] ---> b5052557fb86 [2021-03-02T00:43:02.739Z] Step 8/26 : COPY . . [2021-03-02T00:43:06.822Z] Removing intermediate container 5e129d311990 [2021-03-02T00:43:06.823Z] ---> a188240bbec2 [2021-03-02T00:43:06.823Z] Step 8/30 : COPY . . [2021-03-02T00:43:07.254Z] Removing intermediate container 3874d8b2d378 [2021-03-02T00:43:07.254Z] ---> 876ec09142b8 [2021-03-02T00:43:07.254Z] Step 8/22 : COPY . . [2021-03-02T00:43:07.613Z] Removing intermediate container f7872b32e100 [2021-03-02T00:43:07.613Z] ---> dfb1b16523b8 [2021-03-02T00:43:07.613Z] Step 8/23 : COPY . . [2021-03-02T00:43:10.120Z] 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-03-02T00:43:36.926Z] 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-03-02T00:43:37.911Z] 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-03-02T00:43:44.656Z] 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-03-02T00:43:46.636Z] 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-03-02T00:43:52.038Z] 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-03-02T00:43:58.747Z] 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-03-02T00:44:03.056Z] 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-03-02T00:44:08.459Z] 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-03-02T00:44:12.753Z] 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-03-02T00:44:18.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-02T00:44:24.905Z] $ docker stop --time=1 7d11c8632c97e0a058b3f1d5d0fbb1768231813d64c545d157f39e3614c22e95 [2021-03-02T00:44:27.418Z] $ docker rm -f 7d11c8632c97e0a058b3f1d5d0fbb1768231813d64c545d157f39e3614c22e95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:44:29.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T00:44:29.361Z] [2021-03-02T00:44:29.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:44:29.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T00:44:29.744Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-02T00:44:29.744Z] 29e5d40040c1: Pulling fs layer [2021-03-02T00:44:29.744Z] 1ce36da41761: Pulling fs layer [2021-03-02T00:44:29.744Z] 25b303627fd3: Pulling fs layer [2021-03-02T00:44:30.340Z] 29e5d40040c1: Download complete [2021-03-02T00:44:30.623Z] 1ce36da41761: Verifying Checksum [2021-03-02T00:44:30.623Z] 1ce36da41761: Download complete [2021-03-02T00:44:30.907Z] 29e5d40040c1: Pull complete [2021-03-02T00:44:32.341Z] 1ce36da41761: Pull complete [2021-03-02T00:44:32.341Z] 25b303627fd3: Verifying Checksum [2021-03-02T00:44:32.341Z] 25b303627fd3: Download complete [2021-03-02T00:44:42.480Z] 25b303627fd3: Pull complete [2021-03-02T00:44:42.480Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-02T00:44:42.480Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T00:44:42.480Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-02T00:44:42.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container [2021-03-02T00:44:42.810Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@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-03-02T00:44:45.688Z] $ docker top acdddd9a64e840f735465f6a89340a66146862e9c89bfe7fb8f3be15f8b020f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T00:44:46.644Z] + docker-compose build --help [2021-03-02T00:44:46.644Z] + grep parallel [2021-03-02T00:44:52.029Z] --parallel Build images in parallel. [Pipeline] } [2021-03-02T00:44:52.061Z] $ docker stop --time=1 acdddd9a64e840f735465f6a89340a66146862e9c89bfe7fb8f3be15f8b020f6 [2021-03-02T00:44:54.029Z] $ docker rm -f acdddd9a64e840f735465f6a89340a66146862e9c89bfe7fb8f3be15f8b020f6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:44:54.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-02T00:44:54.859Z] . [Pipeline] withDockerContainer [2021-03-02T00:44:55.147Z] prd-ubuntu18.04-docker-arm64-4c-16g-28138 does not seem to be running inside a container [2021-03-02T00:44:55.292Z] $ 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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-02T00:44:56.790Z] $ docker top cdef608998910284679802df79b98fb5f503806c2b93bc689f1ece941ccc96f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T00:44:57.900Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-02T00:45:03.302Z] Building docker-core-command-go ... [2021-03-02T00:45:03.302Z] Building docker-core-data-go ... [2021-03-02T00:45:03.302Z] Building docker-core-metadata-go ... [2021-03-02T00:45:03.302Z] Building docker-security-bootstrapper-go ... [2021-03-02T00:45:03.302Z] Building docker-security-proxy-setup-go ... [2021-03-02T00:45:03.302Z] Building docker-security-secretstore-setup-go ... [2021-03-02T00:45:03.302Z] Building docker-support-notifications-go ... [2021-03-02T00:45:03.302Z] Building docker-support-scheduler-go ... [2021-03-02T00:45:03.302Z] Building docker-sys-mgmt-agent-go ... [2021-03-02T00:45:03.302Z] Building docker-security-proxy-setup-go [2021-03-02T00:45:03.302Z] Building docker-security-bootstrapper-go [2021-03-02T00:45:03.302Z] Building docker-core-command-go [2021-03-02T00:45:03.302Z] Building docker-support-notifications-go [2021-03-02T00:45:03.302Z] Building docker-support-scheduler-go [2021-03-02T00:46:02.393Z] ---> c7872bb21e6b [2021-03-02T00:46:02.393Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-02T00:46:02.393Z] ---> 6b35f38eadbd [2021-03-02T00:46:02.393Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-02T00:46:02.393Z] ---> 50edf80aa634 [2021-03-02T00:46:02.393Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-02T00:46:02.393Z] ---> eb825e206e8b [2021-03-02T00:46:02.393Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-02T00:46:02.393Z] ---> Running in 6a50270ce1d0 [2021-03-02T00:46:02.393Z] ---> Running in b5d59e5d512f [2021-03-02T00:46:02.393Z] ---> Running in 3833b8c23ae3 [2021-03-02T00:46:02.393Z] ---> Running in cd54021aff4f [2021-03-02T00:46:02.393Z] ---> 2c96a88380e4 [2021-03-02T00:46:02.393Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-02T00:46:02.393Z] ---> Running in 706379c29669 [2021-03-02T00:46:05.806Z] 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-03-02T00:46:05.806Z] 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-03-02T00:46:05.806Z] 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-03-02T00:46:05.806Z] 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-03-02T00:46:06.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-02T00:46:25.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:46:25.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:46:25.606Z] ---> 86d996ea83c4 [2021-03-02T00:46:25.606Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T00:46:25.606Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:46:25.606Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:46:25.606Z] ---> 86d996ea83c4 [2021-03-02T00:46:25.606Z] Step 3/21 : WORKDIR /edgex-go [2021-03-02T00:46:25.606Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:46:25.606Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:46:25.606Z] ---> 86d996ea83c4 [2021-03-02T00:46:25.606Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T00:46:25.606Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:46:25.606Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:46:25.606Z] ---> 86d996ea83c4 [2021-03-02T00:46:25.606Z] Step 3/30 : WORKDIR /edgex-go [2021-03-02T00:46:25.606Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:46:25.606Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:46:25.606Z] ---> 86d996ea83c4 [2021-03-02T00:46:25.606Z] Step 3/22 : WORKDIR /edgex-go [2021-03-02T00:46:25.606Z] ---> Running in 8ed229e888c6 [2021-03-02T00:46:25.606Z] ---> Running in 8f4c7ac0a302 [2021-03-02T00:46:25.606Z] ---> Running in 11597a1b5475 [2021-03-02T00:46:25.606Z] ---> Running in 88534091f891 [2021-03-02T00:46:25.606Z] ---> Running in f4c403f7185b [2021-03-02T00:46:25.606Z] Removing intermediate container 8ed229e888c6 [2021-03-02T00:46:25.606Z] ---> f5a05b89ffdc [2021-03-02T00:46:25.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:46:25.606Z] Removing intermediate container f4c403f7185b [2021-03-02T00:46:25.606Z] ---> 77de90447c7c [2021-03-02T00:46:25.606Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:46:25.606Z] Removing intermediate container 8f4c7ac0a302 [2021-03-02T00:46:25.606Z] ---> 8c63d27c0711 [2021-03-02T00:46:25.606Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:46:25.606Z] Removing intermediate container 88534091f891 [2021-03-02T00:46:25.606Z] ---> a1909e889ccc [2021-03-02T00:46:25.606Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:46:25.606Z] Removing intermediate container 11597a1b5475 [2021-03-02T00:46:25.606Z] ---> 8c179ac4a72e [2021-03-02T00:46:25.606Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:46:25.606Z] ---> Running in bc3e82395456 [2021-03-02T00:46:25.606Z] ---> Running in d6abf7c1975a [2021-03-02T00:46:25.606Z] ---> Running in c9a22ca3b065 [2021-03-02T00:46:25.606Z] ---> Running in da7b5a956cdc [2021-03-02T00:46:25.606Z] ---> Running in 3956a688755f [2021-03-02T00:46:27.052Z] Removing intermediate container d6abf7c1975a [2021-03-02T00:46:27.052Z] ---> d2402cde8956 [2021-03-02T00:46:27.052Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T00:46:27.328Z] ---> Running in 542f9415df47 [2021-03-02T00:46:27.328Z] Removing intermediate container bc3e82395456 [2021-03-02T00:46:27.328Z] ---> 1c2df1d8c841 [2021-03-02T00:46:27.328Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-02T00:46:27.328Z] Removing intermediate container da7b5a956cdc [2021-03-02T00:46:27.328Z] ---> 6306dda663a2 [2021-03-02T00:46:27.328Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-02T00:46:27.607Z] Removing intermediate container 3956a688755f [2021-03-02T00:46:27.607Z] ---> c6311a65636e [2021-03-02T00:46:27.607Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-03-02T00:46:27.607Z] ---> Running in de90e99dc1e7 [2021-03-02T00:46:27.607Z] ---> Running in 24ab1e34583d [2021-03-02T00:46:27.891Z] Removing intermediate container c9a22ca3b065 [2021-03-02T00:46:27.891Z] ---> 168501e0768f [2021-03-02T00:46:27.891Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-02T00:46:27.891Z] ---> Running in 51fdc6bf1c19 [2021-03-02T00:46:28.165Z] ---> Running in c4d62917bd24 [2021-03-02T00:46:29.624Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:29.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:30.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:30.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:30.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:30.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:30.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:30.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:31.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:31.292Z] OK: 217 MiB in 51 packages [2021-03-02T00:46:31.569Z] OK: 217 MiB in 51 packages [2021-03-02T00:46:31.844Z] OK: 217 MiB in 51 packages [2021-03-02T00:46:31.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:46:31.844Z] OK: 217 MiB in 51 packages [2021-03-02T00:46:32.851Z] Removing intermediate container 542f9415df47 [2021-03-02T00:46:32.851Z] ---> a86f4f4268e7 [2021-03-02T00:46:32.851Z] Step 6/23 : COPY go.mod . [2021-03-02T00:46:33.447Z] Removing intermediate container de90e99dc1e7 [2021-03-02T00:46:33.447Z] ---> 82f1c53d23dd [2021-03-02T00:46:33.447Z] Step 6/22 : COPY go.mod . [2021-03-02T00:46:33.722Z] Removing intermediate container 24ab1e34583d [2021-03-02T00:46:33.722Z] ---> dc1ec0aaaceb [2021-03-02T00:46:33.722Z] Step 6/22 : COPY go.mod . [2021-03-02T00:46:33.722Z] Removing intermediate container 51fdc6bf1c19 [2021-03-02T00:46:33.722Z] ---> 0f6e106cb0e9 [2021-03-02T00:46:33.722Z] Step 6/30 : COPY go.mod . [2021-03-02T00:46:33.999Z] ---> 1bfd072bd0d0 [2021-03-02T00:46:33.999Z] Step 7/23 : RUN go mod download [2021-03-02T00:46:34.268Z] ---> Running in 169c398bd4eb [2021-03-02T00:46:34.268Z] OK: 217 MiB in 51 packages [2021-03-02T00:46:34.268Z] ---> 6978f2b81fc7 [2021-03-02T00:46:34.269Z] Step 7/22 : RUN go mod download [2021-03-02T00:46:34.545Z] ---> 40d6a94a98e7 [2021-03-02T00:46:34.545Z] Step 7/22 : RUN go mod download [2021-03-02T00:46:34.545Z] ---> Running in 9a7919a6d7fc [2021-03-02T00:46:34.824Z] ---> a738a877b590 [2021-03-02T00:46:34.824Z] Step 7/30 : RUN go mod download [2021-03-02T00:46:35.095Z] ---> Running in 86abc8dd29e9 [2021-03-02T00:46:35.366Z] ---> Running in a931b80e3dfd [2021-03-02T00:46:36.350Z] Removing intermediate container c4d62917bd24 [2021-03-02T00:46:36.350Z] ---> 23834e0ad977 [2021-03-02T00:46:36.350Z] Step 6/21 : COPY go.mod . [2021-03-02T00:46:37.338Z] ---> 67db876fb560 [2021-03-02T00:46:37.338Z] Step 7/21 : RUN go mod download [2021-03-02T00:46:37.619Z] ---> Running in 62e1219c17dc [2021-03-02T00:46:38.598Z] Removing intermediate container 169c398bd4eb [2021-03-02T00:46:38.598Z] ---> c1765c93e6a0 [2021-03-02T00:46:38.598Z] Step 8/23 : COPY . . [2021-03-02T00:46:39.196Z] Removing intermediate container 9a7919a6d7fc [2021-03-02T00:46:39.196Z] ---> 0ed13f5d2d92 [2021-03-02T00:46:39.196Z] Step 8/22 : COPY . . [2021-03-02T00:46:39.196Z] Removing intermediate container a931b80e3dfd [2021-03-02T00:46:39.196Z] ---> 17d2a5871c0c [2021-03-02T00:46:39.196Z] Step 8/30 : COPY . . [2021-03-02T00:46:39.798Z] Removing intermediate container 86abc8dd29e9 [2021-03-02T00:46:39.798Z] ---> 19b3f8080c01 [2021-03-02T00:46:39.798Z] Step 8/22 : COPY . . [2021-03-02T00:46:44.176Z] Removing intermediate container 62e1219c17dc [2021-03-02T00:46:44.176Z] ---> e916aae487aa [2021-03-02T00:46:44.176Z] Step 8/21 : COPY . . [2021-03-02T00:47:10.998Z] ---> 0a369875b711 [2021-03-02T00:47:10.998Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-02T00:47:10.998Z] ---> 5063cc67fe4c [2021-03-02T00:47:10.998Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-02T00:47:10.998Z] ---> acaff022d08e [2021-03-02T00:47:10.998Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-02T00:47:10.998Z] ---> 977cea4a5f28 [2021-03-02T00:47:10.998Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-02T00:47:10.998Z] ---> fee572ee7fc3 [2021-03-02T00:47:10.998Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-02T00:47:10.998Z] ---> Running in a666a6649366 [2021-03-02T00:47:10.998Z] ---> Running in bac840d1e065 [2021-03-02T00:47:10.998Z] ---> Running in b4f1343e224d [2021-03-02T00:47:10.999Z] ---> Running in 625b5c76e208 [2021-03-02T00:47:10.999Z] ---> Running in 040b84dbf80e [2021-03-02T00:47:10.999Z] 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-03-02T00:47:10.999Z] 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-03-02T00:47:10.999Z] 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-03-02T00:47:10.999Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-02T00:47:10.999Z] 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-03-02T00:47:46.058Z] Removing intermediate container b5d59e5d512f [2021-03-02T00:47:46.058Z] ---> f7ebd84578fb [2021-03-02T00:47:46.058Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-02T00:47:46.058Z] Removing intermediate container cd54021aff4f [2021-03-02T00:47:46.058Z] ---> e42075f751f2 [2021-03-02T00:47:46.058Z] [2021-03-02T00:47:46.058Z] Step 10/30 : FROM alpine:3.12 [2021-03-02T00:47:46.058Z] 3.12: Pulling from library/alpine [2021-03-02T00:47:46.058Z] ---> Running in 3b6af1628f00 [2021-03-02T00:47:46.058Z] Removing intermediate container 3833b8c23ae3 [2021-03-02T00:47:46.058Z] ---> 1db8c3a71890 [2021-03-02T00:47:46.058Z] [2021-03-02T00:47:46.058Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T00:47:46.058Z] 3.12: Pulling from library/alpine [2021-03-02T00:47:46.058Z] Removing intermediate container 6a50270ce1d0 [2021-03-02T00:47:46.058Z] ---> 3051ed687c6f [2021-03-02T00:47:46.058Z] [2021-03-02T00:47:46.058Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T00:47:46.058Z] 3.12: Pulling from library/alpine [2021-03-02T00:47:46.058Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T00:47:46.058Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T00:47:46.058Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T00:47:46.058Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T00:47:46.058Z] ---> 88dd2752d2ea [2021-03-02T00:47:46.058Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-02T00:47:46.058Z] Status: Image is up to date for alpine:3.12 [2021-03-02T00:47:46.058Z] ---> 88dd2752d2ea [2021-03-02T00:47:46.058Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-02T00:47:46.058Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T00:47:46.058Z] ---> 88dd2752d2ea [2021-03-02T00:47:46.058Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-02T00:47:46.058Z] 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-03-02T00:47:46.058Z] ---> Running in eb391b5c5aae [2021-03-02T00:47:46.058Z] ---> Running in 8e44309a1123 [2021-03-02T00:47:46.058Z] ---> Running in 9de135e0d84b [2021-03-02T00:47:48.112Z] Removing intermediate container 9de135e0d84b [2021-03-02T00:47:48.112Z] ---> b99c06b03fa5 [2021-03-02T00:47:48.112Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-02T00:47:49.255Z] ---> Running in 98804a32b545 [2021-03-02T00:47:50.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:47:50.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:47:50.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:47:50.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:47:50.549Z] Removing intermediate container 706379c29669 [2021-03-02T00:47:50.549Z] ---> 5ee5a3716998 [2021-03-02T00:47:50.549Z] [2021-03-02T00:47:50.549Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T00:47:50.549Z] ---> 88dd2752d2ea [2021-03-02T00:47:50.549Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-02T00:47:50.549Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-02T00:47:50.549Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:47:50.549Z] ---> Running in f86e0a11c5d2 [2021-03-02T00:47:50.549Z] OK: 6 MiB in 15 packages [2021-03-02T00:47:50.549Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-02T00:47:50.829Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-02T00:47:50.829Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:47:51.102Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T00:47:51.102Z] OK: 6 MiB in 16 packages [2021-03-02T00:47:52.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:47:52.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:47:52.069Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-02T00:47:52.069Z] (2/2) Installing su-exec (0.2-r1) [2021-03-02T00:47:52.069Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:47:52.069Z] OK: 6 MiB in 16 packages [2021-03-02T00:47:52.721Z] Removing intermediate container f86e0a11c5d2 [2021-03-02T00:47:52.721Z] ---> ffae65ccd3c5 [2021-03-02T00:47:52.721Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-02T00:47:52.721Z] ---> Running in 9fc0ccc94a21 [2021-03-02T00:47:54.174Z] Removing intermediate container eb391b5c5aae [2021-03-02T00:47:54.174Z] ---> 03a93d4df8ae [2021-03-02T00:47:54.174Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:47:54.174Z] Removing intermediate container 9fc0ccc94a21 [2021-03-02T00:47:54.174Z] ---> f3d85186acf2 [2021-03-02T00:47:54.174Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-02T00:47:54.174Z] Removing intermediate container 8e44309a1123 [2021-03-02T00:47:54.174Z] ---> ad76d09aac50 [2021-03-02T00:47:54.174Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:47:54.174Z] ---> Running in f1a7350324b1 [2021-03-02T00:47:54.174Z] ---> Running in e1e8e0903c4d [2021-03-02T00:47:54.174Z] ---> Running in b8423efee0d9 [2021-03-02T00:47:54.571Z] Removing intermediate container 3b6af1628f00 [2021-03-02T00:47:54.571Z] ---> f0d5fbb261d7 [2021-03-02T00:47:54.571Z] [2021-03-02T00:47:54.571Z] Step 11/26 : FROM docker:20.10.0 [2021-03-02T00:47:54.571Z] 20.10.0: Pulling from library/docker [2021-03-02T00:47:54.838Z] Removing intermediate container 98804a32b545 [2021-03-02T00:47:54.838Z] ---> 2118f609d6b1 [2021-03-02T00:47:54.838Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-02T00:47:55.431Z] Removing intermediate container f1a7350324b1 [2021-03-02T00:47:55.431Z] ---> c43e2cc84fed [2021-03-02T00:47:55.431Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-02T00:47:55.709Z] ---> Running in 1186f88c440a [2021-03-02T00:47:55.709Z] Removing intermediate container e1e8e0903c4d [2021-03-02T00:47:55.709Z] ---> 8bcde82863fe [2021-03-02T00:47:55.709Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:47:55.709Z] Removing intermediate container b8423efee0d9 [2021-03-02T00:47:55.709Z] ---> 52872647bfa9 [2021-03-02T00:47:55.709Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-02T00:47:55.709Z] ---> Running in 9f0c511dcbe1 [2021-03-02T00:47:55.984Z] ---> Running in e165162e8ec4 [2021-03-02T00:47:55.984Z] ---> Running in 27fe861a6f11 [2021-03-02T00:47:56.958Z] Removing intermediate container 1186f88c440a [2021-03-02T00:47:56.958Z] ---> c73205f87bda [2021-03-02T00:47:56.958Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-02T00:47:57.560Z] Removing intermediate container 9f0c511dcbe1 [2021-03-02T00:47:57.560Z] ---> e5e72fdf4149 [2021-03-02T00:47:57.560Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T00:47:57.560Z] Removing intermediate container 27fe861a6f11 [2021-03-02T00:47:57.560Z] ---> bc4406d43cfc [2021-03-02T00:47:57.560Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T00:47:57.868Z] ---> Running in d089531ca663 [2021-03-02T00:47:57.868Z] ---> Running in 8e519f070cb5 [2021-03-02T00:47:57.868Z] ---> Running in 3adccf3a6868 [2021-03-02T00:47:59.462Z] Removing intermediate container 8e519f070cb5 [2021-03-02T00:47:59.462Z] ---> 25b712f0a3c1 [2021-03-02T00:47:59.462Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:47:59.462Z] Removing intermediate container d089531ca663 [2021-03-02T00:47:59.462Z] ---> 7609aa825069 [2021-03-02T00:47:59.462Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-02T00:47:59.462Z] Removing intermediate container 3adccf3a6868 [2021-03-02T00:47:59.462Z] ---> 335f7cad7dd5 [2021-03-02T00:47:59.462Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:48:00.064Z] ---> Running in 4376af500ff9 [2021-03-02T00:48:00.668Z] ---> 7eba14847c8a [2021-03-02T00:48:00.668Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-02T00:48:01.280Z] ---> 7bd91486d931 [2021-03-02T00:48:01.280Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-02T00:48:01.887Z] Removing intermediate container e165162e8ec4 [2021-03-02T00:48:01.887Z] ---> 9513e066c9f4 [2021-03-02T00:48:01.887Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-02T00:48:02.491Z] ---> Running in 43da5bbd153a [2021-03-02T00:48:02.491Z] ---> 72d33f3f92a2 [2021-03-02T00:48:02.491Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-02T00:48:03.099Z] ---> 30078ebc8690 [2021-03-02T00:48:03.099Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-02T00:48:04.593Z] ---> e19b989dbebd [2021-03-02T00:48:04.593Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-02T00:48:04.946Z] ---> Running in 8fcd1a8ef9ab [2021-03-02T00:48:05.539Z] ---> 6450757afee3 [2021-03-02T00:48:05.539Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-02T00:48:06.236Z] ---> Running in 232546ad26e2 [2021-03-02T00:48:06.236Z] Removing intermediate container 4376af500ff9 [2021-03-02T00:48:06.236Z] ---> f3d866119b92 [2021-03-02T00:48:06.236Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-02T00:48:06.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:48:06.236Z] Removing intermediate container 8fcd1a8ef9ab [2021-03-02T00:48:06.236Z] ---> 927647b94c60 [2021-03-02T00:48:06.236Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:48:07.942Z] ---> Running in 473bd8892ebb [2021-03-02T00:48:07.942Z] ---> Running in 621c8f020e24 [2021-03-02T00:48:07.942Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:48:07.942Z] Removing intermediate container 232546ad26e2 [2021-03-02T00:48:07.942Z] ---> ae8223a1581f [2021-03-02T00:48:07.942Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:48:08.699Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-02T00:48:08.699Z] ---> Running in 256e20ac0a1f [2021-03-02T00:48:08.699Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-02T00:48:08.699Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-02T00:48:08.699Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-02T00:48:09.138Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T00:48:09.138Z] Removing intermediate container 473bd8892ebb [2021-03-02T00:48:09.138Z] ---> 1cee70727272 [2021-03-02T00:48:09.138Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-02T00:48:09.138Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-02T00:48:09.138Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:48:09.138Z] OK: 8 MiB in 20 packages [2021-03-02T00:48:09.480Z] Removing intermediate container 621c8f020e24 [2021-03-02T00:48:09.480Z] ---> c212548a9adf [2021-03-02T00:48:09.481Z] Step 20/22 : LABEL arch=x86_64 [2021-03-02T00:48:09.963Z] ---> Running in 3592513baade [2021-03-02T00:48:10.447Z] Removing intermediate container 256e20ac0a1f [2021-03-02T00:48:10.447Z] ---> 5824cfe5394f [2021-03-02T00:48:10.447Z] Step 20/22 : LABEL arch=x86_64 [2021-03-02T00:48:10.736Z] ---> Running in c863bc109821 [2021-03-02T00:48:10.736Z] ---> 3160aa8fbf60 [2021-03-02T00:48:10.736Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-02T00:48:11.060Z] ---> Running in ceec1e15f31e [2021-03-02T00:48:11.465Z] Removing intermediate container 3592513baade [2021-03-02T00:48:11.465Z] ---> 0a4286f38ef8 [2021-03-02T00:48:11.465Z] Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:48:11.465Z] ---> Running in 7cd419759ca1 [2021-03-02T00:48:11.786Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-02T00:48:11.786Z] Removing intermediate container c863bc109821 [2021-03-02T00:48:11.786Z] ---> 8bc88449a46b [2021-03-02T00:48:11.786Z] Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:48:11.786Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-02T00:48:11.786Z] ---> aefe523efa57 [2021-03-02T00:48:11.786Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-02T00:48:11.786Z] ---> Running in 1f7c03fded80 [2021-03-02T00:48:11.786Z] Removing intermediate container 43da5bbd153a [2021-03-02T00:48:11.786Z] ---> 5ef33335c264 [2021-03-02T00:48:11.786Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:48:11.786Z] ---> Running in 3647b8dcf796 [2021-03-02T00:48:12.059Z] Removing intermediate container 7cd419759ca1 [2021-03-02T00:48:12.059Z] ---> 5cd41e060872 [2021-03-02T00:48:12.059Z] Step 22/22 : LABEL version=0.0.0 [2021-03-02T00:48:12.335Z] Removing intermediate container 1f7c03fded80 [2021-03-02T00:48:12.335Z] ---> c307b36da24c [2021-03-02T00:48:12.335Z] Step 22/22 : LABEL version=0.0.0 [2021-03-02T00:48:12.335Z] ---> Running in c31977e6c44b [2021-03-02T00:48:12.335Z] ---> b84914fa94ff [2021-03-02T00:48:12.335Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-02T00:48:12.671Z] ---> Running in e03dba309c3b [2021-03-02T00:48:13.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:48:13.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:48:13.688Z] Removing intermediate container c31977e6c44b [2021-03-02T00:48:13.688Z] ---> a87e0c9e24f3 [2021-03-02T00:48:13.688Z] [2021-03-02T00:48:13.985Z] (1/2) Installing readline (8.0.4-r0) [2021-03-02T00:48:13.985Z] (2/2) Installing bash (5.0.17-r0) [2021-03-02T00:48:13.985Z] Executing bash-5.0.17-r0.post-install [2021-03-02T00:48:13.985Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:48:13.985Z] OK: 12 MiB in 22 packages [2021-03-02T00:48:14.331Z] Removing intermediate container e03dba309c3b [2021-03-02T00:48:14.331Z] ---> c10f6bb39135 [2021-03-02T00:48:14.331Z] [2021-03-02T00:48:16.001Z] ---> 044166b586ac [2021-03-02T00:48:16.001Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-02T00:48:16.001Z] Successfully built c10f6bb39135 [2021-03-02T00:48:16.321Z] Successfully tagged docker-support-notifications-go:latest [2021-03-02T00:48:16.321Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-02T00:48:16.321Z] Removing intermediate container ceec1e15f31e [2021-03-02T00:48:16.321Z] ---> 748d3da285c1 [2021-03-02T00:48:16.321Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:48:16.321Z] Successfully built a87e0c9e24f3 [2021-03-02T00:48:16.321Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-02T00:48:16.606Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-02T00:48:16.880Z] ---> fe3342fc302a [2021-03-02T00:48:16.880Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-02T00:48:17.154Z] ---> Running in 5662b3ce49a4 [2021-03-02T00:48:17.154Z] ---> 0837860b9bca [2021-03-02T00:48:17.154Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-02T00:48:17.154Z] Removing intermediate container 3647b8dcf796 [2021-03-02T00:48:17.154Z] ---> 388b3ae2ed5e [2021-03-02T00:48:17.154Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-02T00:48:17.748Z] ---> Running in af8aab980462 [2021-03-02T00:48:18.019Z] Removing intermediate container 5662b3ce49a4 [2021-03-02T00:48:18.019Z] ---> 97a4d78e4883 [2021-03-02T00:48:18.019Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:48:19.254Z] ---> Running in 83aab3bd2de7 [2021-03-02T00:48:20.225Z] Removing intermediate container af8aab980462 [2021-03-02T00:48:20.225Z] ---> 547c565c4ed7 [2021-03-02T00:48:20.225Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-02T00:48:21.193Z] ---> a63df9ac8ace [2021-03-02T00:48:21.193Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-02T00:48:22.908Z] ---> Running in 4f9e78317f95 [2021-03-02T00:48:23.257Z] Removing intermediate container 83aab3bd2de7 [2021-03-02T00:48:23.257Z] ---> a6ed80f5af88 [2021-03-02T00:48:23.257Z] Step 21/23 : LABEL arch=x86_64 [2021-03-02T00:48:24.107Z] ---> Running in 69441157bd8f [2021-03-02T00:48:24.394Z] ---> e22d4f103686 [2021-03-02T00:48:24.394Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-02T00:48:24.394Z] Removing intermediate container 4f9e78317f95 [2021-03-02T00:48:24.394Z] ---> e2832fcc8902 [2021-03-02T00:48:24.394Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-02T00:48:24.704Z] ---> Running in 7030457f6ae0 [2021-03-02T00:48:25.001Z] Removing intermediate container 69441157bd8f [2021-03-02T00:48:25.001Z] ---> ed1849deb174 [2021-03-02T00:48:25.001Z] Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:48:26.512Z] ---> Running in c8feb1c6da08 [2021-03-02T00:48:27.216Z] ---> fb3c9dd7ea21 [2021-03-02T00:48:27.216Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-02T00:48:27.954Z] Removing intermediate container 7030457f6ae0 [2021-03-02T00:48:27.955Z] ---> 508c77c23653 [2021-03-02T00:48:27.955Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-02T00:48:29.480Z] Removing intermediate container c8feb1c6da08 [2021-03-02T00:48:29.480Z] ---> 3322674930f9 [2021-03-02T00:48:29.480Z] Step 23/23 : LABEL version=0.0.0 [2021-03-02T00:48:29.480Z] ---> Running in f175a7837d25 [2021-03-02T00:48:29.762Z] ---> Running in f78ac477883c [2021-03-02T00:48:30.039Z] Removing intermediate container f175a7837d25 [2021-03-02T00:48:30.039Z] ---> cef64d62af9a [2021-03-02T00:48:30.039Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-02T00:48:30.341Z] Removing intermediate container f78ac477883c [2021-03-02T00:48:30.341Z] ---> 084213aecd75 [2021-03-02T00:48:30.341Z] [2021-03-02T00:48:33.324Z] Successfully built 084213aecd75 [2021-03-02T00:48:33.610Z] Successfully tagged docker-core-data-go:latest [2021-03-02T00:48:33.610Z]  Building docker-core-data-go ... done Building docker-security-secretstore-setup-go [2021-03-02T00:48:34.620Z] ---> 1c21a096b61e [2021-03-02T00:48:34.620Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-02T00:48:34.620Z] ---> f542b3fee9b5 [2021-03-02T00:48:34.620Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-02T00:48:36.692Z] ---> Running in 2dcd274b24a7 [2021-03-02T00:48:38.958Z] ---> 1474aba1fac1 [2021-03-02T00:48:38.958Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-02T00:48:42.966Z] ---> a83beea71d5a [2021-03-02T00:48:42.966Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-02T00:48:42.966Z] ---> Running in 6ff932ff100c [2021-03-02T00:48:44.976Z] Removing intermediate container 2dcd274b24a7 [2021-03-02T00:48:44.976Z] ---> 22a513d0104e [2021-03-02T00:48:44.976Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-02T00:48:47.098Z] ---> Running in fd6f50266e93 [2021-03-02T00:48:47.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:48:47.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:48:47.880Z] 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-03-02T00:48:48.285Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-02T00:48:48.285Z] (2/33) Installing expat (2.2.9-r1) [2021-03-02T00:48:48.285Z] (3/33) Installing libffi (3.3-r2) [2021-03-02T00:48:48.285Z] (4/33) Installing gdbm (1.13-r1) [2021-03-02T00:48:48.572Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-02T00:48:48.572Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-02T00:48:48.572Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-02T00:48:49.161Z] Removing intermediate container fd6f50266e93 [2021-03-02T00:48:49.161Z] ---> 00ea20695334 [2021-03-02T00:48:49.161Z] Step 27/30 : CMD ["gate"] [2021-03-02T00:49:00.378Z] ---> Running in f50ca6155e74 [2021-03-02T00:49:00.677Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-02T00:49:00.677Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-02T00:49:00.677Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-02T00:49:00.677Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-02T00:49:00.948Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-02T00:49:01.643Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-02T00:49:01.643Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-02T00:49:02.307Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-02T00:49:02.307Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-02T00:49:05.642Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-02T00:49:06.166Z] Removing intermediate container f50ca6155e74 [2021-03-02T00:49:06.166Z] ---> a9f657870a52 [2021-03-02T00:49:06.166Z] Step 28/30 : LABEL arch=x86_64 [2021-03-02T00:49:06.266Z] Removing intermediate container 040b84dbf80e [2021-03-02T00:49:06.266Z] ---> 4125a0739f04 [2021-03-02T00:49:06.266Z] [2021-03-02T00:49:06.266Z] Step 10/21 : FROM alpine:3.12 [2021-03-02T00:49:06.266Z] 3.12: Pulling from library/alpine [2021-03-02T00:49:06.266Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-02T00:49:06.266Z] Status: Downloaded newer image for alpine:3.12 [2021-03-02T00:49:06.266Z] ---> d10569e2745f [2021-03-02T00:49:06.266Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-02T00:49:06.266Z] ---> Running in 9e881b1d35f0 [2021-03-02T00:49:06.546Z] Removing intermediate container b4f1343e224d [2021-03-02T00:49:06.546Z] ---> 3a01cc61077e [2021-03-02T00:49:06.546Z] [2021-03-02T00:49:06.546Z] Step 10/30 : FROM alpine:3.12 [2021-03-02T00:49:06.546Z] ---> d10569e2745f [2021-03-02T00:49:06.546Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-02T00:49:07.157Z] ---> Running in ee1ebf0b0bde [2021-03-02T00:49:07.765Z] Removing intermediate container ee1ebf0b0bde [2021-03-02T00:49:07.765Z] ---> fd6490033a5b [2021-03-02T00:49:07.765Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-02T00:49:08.045Z] ---> Running in 0e54cd8bb62f [2021-03-02T00:49:08.333Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:08.450Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-02T00:49:08.450Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-02T00:49:08.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:09.544Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-02T00:49:09.544Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-02T00:49:09.846Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-02T00:49:09.846Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-02T00:49:09.866Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-02T00:49:09.866Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T00:49:09.866Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-02T00:49:09.866Z] (4/4) Installing curl (7.69.1-r3) [2021-03-02T00:49:09.866Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:49:09.866Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T00:49:10.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:10.197Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-02T00:49:10.439Z] OK: 7 MiB in 18 packages [2021-03-02T00:49:10.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:10.962Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-02T00:49:11.505Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-02T00:49:11.505Z] (2/2) Installing su-exec (0.2-r1) [2021-03-02T00:49:11.505Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:49:11.505Z] OK: 5 MiB in 16 packages [2021-03-02T00:49:11.681Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-02T00:49:12.074Z] ---> Running in 0c82b50aaaa0 [2021-03-02T00:49:12.074Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-02T00:49:12.074Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-02T00:49:12.074Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-02T00:49:12.074Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-02T00:49:12.074Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-02T00:49:12.074Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-02T00:49:12.074Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-02T00:49:12.783Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:49:13.498Z] Removing intermediate container 9e881b1d35f0 [2021-03-02T00:49:13.499Z] ---> 9bc1292f8cd7 [2021-03-02T00:49:13.499Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T00:49:13.523Z] OK: 71 MiB in 55 packages [2021-03-02T00:49:14.485Z] ---> Running in d89029732760 [2021-03-02T00:49:14.759Z] Removing intermediate container 0e54cd8bb62f [2021-03-02T00:49:14.759Z] ---> 637a9ca83e6a [2021-03-02T00:49:14.759Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-02T00:49:16.749Z] ---> Running in ee286a0ad0b4 [2021-03-02T00:49:16.749Z] Removing intermediate container d89029732760 [2021-03-02T00:49:16.749Z] ---> c0476688067c [2021-03-02T00:49:16.749Z] Step 13/21 : WORKDIR /edgex [2021-03-02T00:49:17.348Z] Removing intermediate container 625b5c76e208 [2021-03-02T00:49:17.348Z] ---> 68827fd434df [2021-03-02T00:49:17.348Z] [2021-03-02T00:49:17.348Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T00:49:17.348Z] ---> d10569e2745f [2021-03-02T00:49:17.348Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T00:49:17.348Z] ---> Running in abbd1fc79a92 [2021-03-02T00:49:17.642Z] Removing intermediate container ee286a0ad0b4 [2021-03-02T00:49:17.642Z] ---> 5dc3776264cc [2021-03-02T00:49:17.642Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-02T00:49:17.923Z] Removing intermediate container a666a6649366 [2021-03-02T00:49:17.923Z] ---> 9b21ff138cb9 [2021-03-02T00:49:17.923Z] [2021-03-02T00:49:17.923Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T00:49:17.923Z] ---> d10569e2745f [2021-03-02T00:49:17.923Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-02T00:49:18.089Z] Removing intermediate container 0c82b50aaaa0 [2021-03-02T00:49:18.089Z] ---> 379c8d4ab2bc [2021-03-02T00:49:18.089Z] Step 29/30 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:49:18.199Z] ---> Running in e95999ffb5ba [2021-03-02T00:49:18.478Z] ---> Running in 2b3410e83404 [2021-03-02T00:49:18.762Z] ---> Running in 29085a196611 [2021-03-02T00:49:18.762Z] Removing intermediate container abbd1fc79a92 [2021-03-02T00:49:18.762Z] ---> 46da40574fa8 [2021-03-02T00:49:18.762Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-02T00:49:19.381Z] Removing intermediate container bac840d1e065 [2021-03-02T00:49:19.381Z] ---> d94219202ab7 [2021-03-02T00:49:19.381Z] [2021-03-02T00:49:19.381Z] Step 10/22 : FROM alpine:3.12 [2021-03-02T00:49:19.381Z] ---> d10569e2745f [2021-03-02T00:49:19.381Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-02T00:49:19.661Z] Removing intermediate container 2b3410e83404 [2021-03-02T00:49:19.661Z] ---> f84ce1175370 [2021-03-02T00:49:19.661Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-02T00:49:19.944Z] ---> Running in bce413dbcf3c [2021-03-02T00:49:19.944Z] ---> Running in fccfc8e8d71b [2021-03-02T00:49:20.562Z] ---> 3d4b408c224b [2021-03-02T00:49:20.562Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-02T00:49:20.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:21.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:21.131Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:21.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:21.703Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-02T00:49:21.703Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:49:21.981Z] OK: 5 MiB in 15 packages [2021-03-02T00:49:21.981Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-02T00:49:21.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:21.981Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-02T00:49:21.981Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:49:22.262Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T00:49:22.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:49:22.539Z] OK: 6 MiB in 16 packages [2021-03-02T00:49:22.820Z] ---> 64cd26c969b6 [2021-03-02T00:49:22.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-02T00:49:22.820Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-02T00:49:22.820Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:49:22.820Z] OK: 5 MiB in 15 packages [2021-03-02T00:49:23.777Z] ---> Running in bd38c9870fdc [2021-03-02T00:49:24.268Z] Removing intermediate container fccfc8e8d71b [2021-03-02T00:49:24.269Z] ---> 185880dc79eb [2021-03-02T00:49:24.269Z] Removing intermediate container e95999ffb5ba [2021-03-02T00:49:24.269Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} ---> 92512a12d787 [2021-03-02T00:49:24.269Z] [2021-03-02T00:49:24.269Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:49:24.541Z] ---> Running in 8522fd28b8e3 [2021-03-02T00:49:24.541Z] ---> Running in 8f39b1496d78 [2021-03-02T00:49:24.541Z] ---> 5ab767724e1d [2021-03-02T00:49:24.541Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-02T00:49:24.817Z] ---> Running in 7637e243a3bb [2021-03-02T00:49:25.092Z] Removing intermediate container 29085a196611 [2021-03-02T00:49:25.092Z] ---> eb9efe18010e [2021-03-02T00:49:25.092Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:49:25.092Z] Removing intermediate container bce413dbcf3c [2021-03-02T00:49:25.092Z] ---> 8411ce918436 [2021-03-02T00:49:25.092Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:49:25.367Z] ---> Running in e5e6acc9b982 [2021-03-02T00:49:25.367Z] ---> Running in 8a6b0ad4c7d7 [2021-03-02T00:49:25.367Z] Removing intermediate container 8f39b1496d78 [2021-03-02T00:49:25.367Z] ---> a9ae8c420188 [2021-03-02T00:49:25.367Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-02T00:49:25.367Z] Removing intermediate container 8522fd28b8e3 [2021-03-02T00:49:25.367Z] ---> 41a08937f95e [2021-03-02T00:49:25.367Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-02T00:49:25.644Z] Removing intermediate container 7637e243a3bb [2021-03-02T00:49:25.644Z] ---> ebe2f9b07be4 [2021-03-02T00:49:25.644Z] Step 18/21 : CMD ["--init=true"] [2021-03-02T00:49:25.644Z] ---> Running in a52699d2d6bc [2021-03-02T00:49:25.918Z] ---> Running in fd9a9dfff27c [2021-03-02T00:49:25.918Z] Removing intermediate container e5e6acc9b982 [2021-03-02T00:49:25.918Z] ---> 1246fe3289b4 [2021-03-02T00:49:25.918Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-02T00:49:26.191Z] Removing intermediate container 8a6b0ad4c7d7 [2021-03-02T00:49:26.191Z] ---> 08a30433d8b4 [2021-03-02T00:49:26.191Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-02T00:49:26.191Z] ---> Running in 54dc6527a8cd [2021-03-02T00:49:26.464Z] ---> Running in 73aa533e019a [2021-03-02T00:49:26.465Z] Removing intermediate container a52699d2d6bc [2021-03-02T00:49:26.465Z] ---> 12a65c42a6cc [2021-03-02T00:49:26.465Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T00:49:26.465Z] Removing intermediate container fd9a9dfff27c [2021-03-02T00:49:26.465Z] ---> 4404dabbe922 [2021-03-02T00:49:26.465Z] Step 19/21 : LABEL arch=arm64 [2021-03-02T00:49:26.465Z] ---> 71d308c8100e [2021-03-02T00:49:26.465Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-02T00:49:26.672Z] Removing intermediate container bd38c9870fdc [2021-03-02T00:49:26.672Z] ---> 5da3102a7b27 [2021-03-02T00:49:26.672Z] Step 30/30 : LABEL version=0.0.0 [2021-03-02T00:49:26.735Z] ---> Running in 149e77dbc168 [2021-03-02T00:49:26.735Z] ---> Running in feeb2bfb2fd1 [2021-03-02T00:49:26.735Z] ---> Running in a24877f64f7f [2021-03-02T00:49:27.007Z] Removing intermediate container 54dc6527a8cd [2021-03-02T00:49:27.007Z] ---> 72218d74e917 [2021-03-02T00:49:27.007Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T00:49:27.289Z] Removing intermediate container 73aa533e019a [2021-03-02T00:49:27.289Z] ---> b8a7f2d227fe [2021-03-02T00:49:27.289Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-02T00:49:27.289Z] ---> Running in 13290716f94d [2021-03-02T00:49:27.566Z] ---> Running in 5b7a573cc5b6 [2021-03-02T00:49:27.566Z] Removing intermediate container 149e77dbc168 [2021-03-02T00:49:27.566Z] Removing intermediate container feeb2bfb2fd1 [2021-03-02T00:49:27.566Z] ---> 91485e98d8a8 [2021-03-02T00:49:27.566Z] Step 20/21 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 ---> b728ffa73b07 [2021-03-02T00:49:27.566Z] Step 15/23 : WORKDIR / [2021-03-02T00:49:27.566Z] [2021-03-02T00:49:27.840Z] ---> Running in 340a29e9220c [2021-03-02T00:49:27.840Z] ---> Running in 4568c219a296 [2021-03-02T00:49:28.116Z] Removing intermediate container 13290716f94d [2021-03-02T00:49:28.116Z] ---> da4247cdfb04 [2021-03-02T00:49:28.116Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:49:28.116Z] Removing intermediate container 5b7a573cc5b6 [2021-03-02T00:49:28.116Z] ---> 5f297dc86e09 [2021-03-02T00:49:28.116Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:49:28.396Z] Removing intermediate container 340a29e9220c [2021-03-02T00:49:28.396Z] ---> fcef937e05b5 [2021-03-02T00:49:28.396Z] Step 21/21 : LABEL version=0.0.0 [2021-03-02T00:49:28.665Z] Removing intermediate container 4568c219a296 [2021-03-02T00:49:28.665Z] ---> 56b1d6ad0610 [2021-03-02T00:49:28.665Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:49:28.665Z] ---> Running in 89bb10f5dfda [2021-03-02T00:49:29.264Z] ---> d4f345d4602a [2021-03-02T00:49:29.264Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-02T00:49:29.546Z] ---> 5e3a00266af5 [2021-03-02T00:49:29.546Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-02T00:49:29.546Z] Removing intermediate container 89bb10f5dfda [2021-03-02T00:49:29.546Z] ---> 0cd461c2376d [2021-03-02T00:49:29.546Z] [2021-03-02T00:49:29.824Z] ---> 172acaa54f3f [2021-03-02T00:49:29.824Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-02T00:49:30.097Z] Removing intermediate container a24877f64f7f [2021-03-02T00:49:30.097Z] ---> 4347441c8438 [2021-03-02T00:49:30.097Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:49:30.372Z] Successfully built 0cd461c2376d [2021-03-02T00:49:30.372Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-02T00:49:30.372Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-02T00:49:31.573Z] ---> Running in 3cc93f2e28f7 [2021-03-02T00:49:31.804Z] ---> 56d34ba6cc5c [2021-03-02T00:49:31.804Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-02T00:49:31.804Z] ---> d53259fb1e9f [2021-03-02T00:49:31.804Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-02T00:49:31.804Z] ---> 435803d24d73 [2021-03-02T00:49:31.804Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-02T00:49:31.804Z] ---> 3b89c2879fc5 [2021-03-02T00:49:31.804Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-02T00:49:34.437Z] ---> ec7ad8267b0d [2021-03-02T00:49:34.437Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-02T00:49:34.437Z] ---> Running in c090e4da4430 [2021-03-02T00:49:34.437Z] ---> 7abc5719d152 [2021-03-02T00:49:34.437Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-02T00:49:34.437Z] ---> 58e7cecdc7e2 [2021-03-02T00:49:34.437Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-02T00:49:34.437Z] ---> 8e551e7c6fbb [2021-03-02T00:49:34.437Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-02T00:49:35.034Z] ---> Running in 7e49252e9312 [2021-03-02T00:49:35.034Z] ---> Running in ee8d32f18b74 [2021-03-02T00:49:35.420Z] Removing intermediate container 3cc93f2e28f7 [2021-03-02T00:49:35.420Z] ---> 0ec51f4994f8 [2021-03-02T00:49:35.420Z] [2021-03-02T00:49:35.633Z] Removing intermediate container c090e4da4430 [2021-03-02T00:49:35.633Z] ---> 6d3210c728f0 [2021-03-02T00:49:35.633Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:49:35.911Z] ---> 52bd156ad941 [2021-03-02T00:49:35.911Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-02T00:49:36.198Z] ---> Running in 3674b4d6b791 [2021-03-02T00:49:36.198Z] Removing intermediate container ee8d32f18b74 [2021-03-02T00:49:36.198Z] ---> 45fe586b7fed [2021-03-02T00:49:36.198Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:49:36.793Z] Removing intermediate container 7e49252e9312 [2021-03-02T00:49:36.793Z] ---> ebe7c46f1352 [2021-03-02T00:49:36.793Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:49:37.064Z] ---> Running in db48cc2b5fe7 [2021-03-02T00:49:37.064Z] ---> Running in 74d0c5044b1e [2021-03-02T00:49:37.349Z] Removing intermediate container 3674b4d6b791 [2021-03-02T00:49:37.349Z] ---> 8d6e477c64b0 [2021-03-02T00:49:37.349Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-03-02T00:49:37.349Z] ---> c418f70f64ce [2021-03-02T00:49:37.349Z] Step 20/22 : LABEL arch=arm64 [2021-03-02T00:49:37.349Z] ---> Running in 35f107146522 [2021-03-02T00:49:37.943Z] ---> Running in 79a4eaed4043 [2021-03-02T00:49:37.943Z] Removing intermediate container db48cc2b5fe7 [2021-03-02T00:49:37.943Z] ---> dbbb7276988c [2021-03-02T00:49:37.943Z] Step 21/23 : LABEL arch=arm64 [2021-03-02T00:49:37.943Z] Removing intermediate container 74d0c5044b1e [2021-03-02T00:49:37.943Z] ---> 88f00cd0d1d4 [2021-03-02T00:49:37.943Z] Step 20/22 : LABEL arch=arm64 [2021-03-02T00:49:38.217Z] Removing intermediate container 35f107146522 [2021-03-02T00:49:38.217Z] ---> ae9067f66609 [2021-03-02T00:49:38.217Z] Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:49:38.217Z] ---> Running in 27eda57d9996 [2021-03-02T00:49:38.217Z] ---> Running in 9a72e20ac6e3 [2021-03-02T00:49:38.496Z] ---> Running in 4092ad043604 [2021-03-02T00:49:38.496Z] Removing intermediate container 79a4eaed4043 [2021-03-02T00:49:38.496Z] ---> 0e5ad0f3a9b7 [2021-03-02T00:49:38.496Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-02T00:49:38.775Z] Removing intermediate container 27eda57d9996 [2021-03-02T00:49:38.775Z] ---> 4cf86d224c74 [2021-03-02T00:49:38.775Z] Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:49:39.074Z] Removing intermediate container 9a72e20ac6e3 [2021-03-02T00:49:39.074Z] ---> 818b463314cc [2021-03-02T00:49:39.074Z] Step 21/22 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:49:39.074Z] ---> Running in 48a5c977486e [2021-03-02T00:49:39.352Z] ---> Running in b8489ba4230e [2021-03-02T00:49:39.352Z] Removing intermediate container 4092ad043604 [2021-03-02T00:49:39.352Z] ---> be0cf70bc156 [2021-03-02T00:49:39.352Z] Step 22/22 : LABEL version=0.0.0 [2021-03-02T00:49:39.960Z] ---> b3d7b0fb5957 [2021-03-02T00:49:39.960Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-03-02T00:49:40.036Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:49:40.036Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:49:40.036Z] ---> 8098a32aad48 [2021-03-02T00:49:40.036Z] Step 3/21 : WORKDIR /edgex-go [2021-03-02T00:49:40.036Z] ---> Using cache [2021-03-02T00:49:40.036Z] ---> 5401b76b9ea3 [2021-03-02T00:49:40.036Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:49:40.036Z] ---> Using cache [2021-03-02T00:49:40.036Z] ---> 539713b2598c [2021-03-02T00:49:40.036Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-02T00:49:40.036Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:49:40.036Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:49:40.036Z] ---> 8098a32aad48 [2021-03-02T00:49:40.036Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T00:49:40.036Z] ---> Using cache [2021-03-02T00:49:40.036Z] ---> 5401b76b9ea3 [2021-03-02T00:49:40.036Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:49:40.036Z] ---> Using cache [2021-03-02T00:49:40.036Z] ---> 539713b2598c [2021-03-02T00:49:40.036Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T00:49:40.247Z] ---> Running in 7d2eb22a1445 [2021-03-02T00:49:40.247Z] Removing intermediate container 48a5c977486e [2021-03-02T00:49:40.247Z] ---> 4474b3bfa58c [2021-03-02T00:49:40.247Z] Step 23/23 : LABEL version=0.0.0 [2021-03-02T00:49:40.523Z] Removing intermediate container b8489ba4230e [2021-03-02T00:49:40.523Z] ---> df3aeaffcfbe [2021-03-02T00:49:40.523Z] Step 22/22 : LABEL version=0.0.0 [2021-03-02T00:49:40.656Z] Successfully built 0ec51f4994f8 [2021-03-02T00:49:40.798Z] ---> Running in 5f50ad8e9610 [2021-03-02T00:49:41.080Z] ---> Running in 22c640dd60b3 [2021-03-02T00:49:41.080Z] ---> Running in 547bad396d29 [2021-03-02T00:49:41.080Z] Removing intermediate container 7d2eb22a1445 [2021-03-02T00:49:41.080Z] ---> a3eec8168aa4 [2021-03-02T00:49:41.080Z] [2021-03-02T00:49:41.671Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-02T00:49:41.671Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-03-02T00:49:41.954Z] ---> Running in e412cb5a9449 [2021-03-02T00:49:41.954Z] ---> Running in 96444abecc2c [2021-03-02T00:49:42.071Z] Successfully built a3eec8168aa4 [2021-03-02T00:49:42.356Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-02T00:49:42.356Z] Building docker-core-metadata-go [2021-03-02T00:49:42.356Z]  Building docker-support-notifications-go ... done Removing intermediate container 22c640dd60b3 [2021-03-02T00:49:42.356Z] ---> 11f403eaa5c8 [2021-03-02T00:49:42.356Z] [2021-03-02T00:49:42.954Z] Successfully built 11f403eaa5c8 [2021-03-02T00:49:42.954Z] Removing intermediate container 547bad396d29 [2021-03-02T00:49:42.954Z] ---> 686ee8f682bd [2021-03-02T00:49:42.954Z] [2021-03-02T00:49:42.954Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-02T00:49:42.954Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-02T00:49:43.560Z] Successfully built 686ee8f682bd [2021-03-02T00:49:43.560Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-02T00:49:43.560Z] Building docker-sys-mgmt-agent-go [2021-03-02T00:49:44.056Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:49:44.056Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:49:44.056Z] ---> 8098a32aad48 [2021-03-02T00:49:44.056Z] Step 3/24 : WORKDIR /edgex-go [2021-03-02T00:49:44.056Z] ---> Using cache [2021-03-02T00:49:44.056Z] ---> 5401b76b9ea3 [2021-03-02T00:49:44.056Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:49:44.056Z] ---> Using cache [2021-03-02T00:49:44.056Z] ---> 539713b2598c [2021-03-02T00:49:44.056Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-02T00:49:44.153Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5f50ad8e9610 [2021-03-02T00:49:44.153Z] ---> 78c922951270 [2021-03-02T00:49:44.153Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-02T00:49:44.424Z] ---> Running in 2aa164953c54 [2021-03-02T00:49:45.020Z] Removing intermediate container 2aa164953c54 [2021-03-02T00:49:45.020Z] ---> bb25044ef624 [2021-03-02T00:49:45.020Z] Step 27/30 : CMD ["gate"] [2021-03-02T00:49:45.293Z] ---> Running in b53150add2b0 [2021-03-02T00:49:45.893Z] Removing intermediate container b53150add2b0 [2021-03-02T00:49:45.893Z] ---> 2cd9553d8a59 [2021-03-02T00:49:45.893Z] Step 28/30 : LABEL arch=arm64 [2021-03-02T00:49:46.167Z] ---> Running in 778b9cd6e697 [2021-03-02T00:49:46.764Z] Removing intermediate container 778b9cd6e697 [2021-03-02T00:49:46.764Z] ---> 1a35fcdbb78c [2021-03-02T00:49:46.764Z] Step 29/30 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:49:46.936Z] ---> Running in d8414d212d0c [2021-03-02T00:49:47.364Z] ---> Running in f6b174a36560 [2021-03-02T00:49:48.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:49:48.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:49:48.812Z] Removing intermediate container f6b174a36560 [2021-03-02T00:49:48.812Z] ---> 127564500499 [2021-03-02T00:49:48.812Z] Step 30/30 : LABEL version=0.0.0 [2021-03-02T00:49:49.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:49:49.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:49:49.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:49:49.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:49:49.798Z] ---> Running in ba5e6045aba7 [2021-03-02T00:49:49.972Z] OK: 233 MiB in 51 packages [2021-03-02T00:49:49.972Z] OK: 233 MiB in 51 packages [2021-03-02T00:49:50.628Z] OK: 233 MiB in 51 packages [2021-03-02T00:49:51.781Z] Removing intermediate container ba5e6045aba7 [2021-03-02T00:49:51.781Z] ---> 00832b485c8a [2021-03-02T00:49:51.781Z] [2021-03-02T00:49:52.054Z] Successfully built 00832b485c8a [2021-03-02T00:49:52.054Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-02T00:49:58.362Z] Removing intermediate container 96444abecc2c [2021-03-02T00:49:58.362Z] ---> 900889e265de [2021-03-02T00:49:58.362Z] Step 6/23 : COPY go.mod . [2021-03-02T00:49:58.362Z] Removing intermediate container d8414d212d0c [2021-03-02T00:49:58.362Z] ---> 9a318e000f38 [2021-03-02T00:49:58.362Z] Step 6/24 : COPY go.mod . [2021-03-02T00:49:58.655Z] Removing intermediate container e412cb5a9449 [2021-03-02T00:49:58.655Z] ---> d51b86fb3be4 [2021-03-02T00:49:58.655Z] Step 6/21 : COPY go.mod . [2021-03-02T00:49:59.704Z] ---> 44b1a9d866bd [2021-03-02T00:49:59.704Z] Step 7/24 : RUN go mod download [2021-03-02T00:49:59.704Z] ---> 21b948f15352 [2021-03-02T00:49:59.704Z] Step 7/23 : RUN go mod download [2021-03-02T00:49:59.997Z] ---> 96ba32b83747 [2021-03-02T00:49:59.997Z] Step 7/21 : RUN go mod download [2021-03-02T00:50:00.290Z] ---> Running in c7d4fdaecbcd [2021-03-02T00:50:00.290Z] ---> Running in 94c48a008619 [2021-03-02T00:50:00.652Z] ---> Running in 19c3e37b022e [2021-03-02T00:50:04.515Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:50:04.515Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:50:04.515Z] ---> 86d996ea83c4 [2021-03-02T00:50:04.515Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T00:50:04.515Z] ---> Using cache [2021-03-02T00:50:04.515Z] ---> 8c179ac4a72e [2021-03-02T00:50:04.515Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:50:04.515Z] ---> Using cache [2021-03-02T00:50:04.515Z] ---> c6311a65636e [2021-03-02T00:50:04.515Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-02T00:50:06.482Z] ---> Running in 9333b659c57f [2021-03-02T00:50:07.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:50:08.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:50:09.130Z] OK: 217 MiB in 51 packages [2021-03-02T00:50:11.782Z] Removing intermediate container 9333b659c57f [2021-03-02T00:50:11.782Z] ---> 0926d7a899be [2021-03-02T00:50:11.782Z] Step 6/23 : COPY go.mod . [2021-03-02T00:50:13.222Z] ---> c2665359e8e3 [2021-03-02T00:50:13.222Z] Step 7/23 : RUN go mod download [2021-03-02T00:50:14.214Z] ---> Running in a5b6971c320e [2021-03-02T00:50:19.889Z] Removing intermediate container a5b6971c320e [2021-03-02T00:50:19.889Z] ---> 1aa4af0dd030 [2021-03-02T00:50:19.889Z] Step 8/23 : COPY . . [2021-03-02T00:50:28.176Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:50:28.176Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:50:28.176Z] ---> 86d996ea83c4 [2021-03-02T00:50:28.176Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 8c179ac4a72e [2021-03-02T00:50:28.176Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> c6311a65636e [2021-03-02T00:50:28.176Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 0f6e106cb0e9 [2021-03-02T00:50:28.176Z] Step 6/23 : COPY go.mod . [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> a738a877b590 [2021-03-02T00:50:28.176Z] Step 7/23 : RUN go mod download [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 17d2a5871c0c [2021-03-02T00:50:28.176Z] Step 8/23 : COPY . . [2021-03-02T00:50:28.176Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:50:28.176Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:50:28.176Z] ---> 86d996ea83c4 [2021-03-02T00:50:28.176Z] Step 3/24 : WORKDIR /edgex-go [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 8c179ac4a72e [2021-03-02T00:50:28.176Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> c6311a65636e [2021-03-02T00:50:28.176Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 0f6e106cb0e9 [2021-03-02T00:50:28.176Z] Step 6/24 : COPY go.mod . [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> a738a877b590 [2021-03-02T00:50:28.176Z] Step 7/24 : RUN go mod download [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 17d2a5871c0c [2021-03-02T00:50:28.176Z] Step 8/24 : COPY . . [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 5063cc67fe4c [2021-03-02T00:50:28.176Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 5063cc67fe4c [2021-03-02T00:50:28.176Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-02T00:50:28.176Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:50:28.176Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:50:28.176Z] ---> 86d996ea83c4 [2021-03-02T00:50:28.176Z] Step 3/26 : WORKDIR /edgex-go [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> 8c179ac4a72e [2021-03-02T00:50:28.176Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:50:28.176Z] ---> Using cache [2021-03-02T00:50:28.176Z] ---> c6311a65636e [2021-03-02T00:50:28.176Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-02T00:50:33.781Z] Removing intermediate container c7d4fdaecbcd [2021-03-02T00:50:33.781Z] ---> 93e909f5bd76 [2021-03-02T00:50:33.781Z] Step 8/24 : COPY . . [2021-03-02T00:50:33.781Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-02T00:50:33.781Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-02T00:50:33.781Z] ---> 8098a32aad48 [2021-03-02T00:50:33.781Z] Step 3/23 : WORKDIR /edgex-go [2021-03-02T00:50:33.781Z] ---> Using cache [2021-03-02T00:50:33.781Z] ---> 5401b76b9ea3 [2021-03-02T00:50:33.781Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:50:33.781Z] ---> Using cache [2021-03-02T00:50:33.781Z] ---> 539713b2598c [2021-03-02T00:50:33.781Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-02T00:50:33.781Z] ---> Using cache [2021-03-02T00:50:33.781Z] ---> d51b86fb3be4 [2021-03-02T00:50:33.781Z] Step 6/23 : COPY go.mod . [2021-03-02T00:50:33.781Z] ---> Using cache [2021-03-02T00:50:33.781Z] ---> 96ba32b83747 [2021-03-02T00:50:33.781Z] Step 7/23 : RUN go mod download [2021-03-02T00:50:33.781Z] ---> Using cache [2021-03-02T00:50:33.781Z] ---> 3cdb9a7fc7f7 [2021-03-02T00:50:33.781Z] Step 8/23 : COPY . . [2021-03-02T00:50:33.781Z] Removing intermediate container 19c3e37b022e [2021-03-02T00:50:33.781Z] ---> 3cdb9a7fc7f7 [2021-03-02T00:50:33.781Z] Step 8/21 : COPY . . [2021-03-02T00:50:33.781Z] Removing intermediate container 94c48a008619 [2021-03-02T00:50:33.781Z] ---> 7e67014eac5e [2021-03-02T00:50:33.781Z] Step 8/23 : COPY . . [2021-03-02T00:50:34.914Z] ---> Running in cf1e8c314081 [2021-03-02T00:50:34.914Z] ---> Running in c640fd69291b [2021-03-02T00:50:34.914Z] ---> Running in fabe27cdea8e [2021-03-02T00:50:34.914Z] ---> 6400d5b499ad [2021-03-02T00:50:34.914Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-02T00:50:34.914Z] ---> Running in 8ab3b7aaa386 [2021-03-02T00:50:35.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:50:35.908Z] 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-03-02T00:50:36.188Z] 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-03-02T00:50:36.465Z] 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-03-02T00:50:36.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:50:37.450Z] OK: 217 MiB in 51 packages [2021-03-02T00:50:38.888Z] Removing intermediate container c640fd69291b [2021-03-02T00:50:38.888Z] ---> 2dab9b3b61e5 [2021-03-02T00:50:38.888Z] Step 6/26 : COPY go.mod . [2021-03-02T00:50:39.904Z] ---> 3eaccf4ac304 [2021-03-02T00:50:39.904Z] Step 7/26 : RUN go mod download [2021-03-02T00:50:40.205Z] ---> Running in 5a8385f724a1 [2021-03-02T00:50:45.673Z] Removing intermediate container 5a8385f724a1 [2021-03-02T00:50:45.673Z] ---> d632f4a34899 [2021-03-02T00:50:45.673Z] Step 8/26 : COPY . . [2021-03-02T00:51:07.912Z] ---> 8b4cbe87368a [2021-03-02T00:51:07.912Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-02T00:51:07.912Z] ---> Running in 8212a55af382 [2021-03-02T00:51:07.912Z] 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-03-02T00:51:43.710Z] Removing intermediate container 6ff932ff100c [2021-03-02T00:51:43.710Z] ---> 8e996f6977b9 [2021-03-02T00:51:43.710Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-02T00:51:43.710Z] ---> Running in 6bdc9c7d72ee [2021-03-02T00:51:54.975Z] 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-03-02T00:52:10.117Z] Removing intermediate container fabe27cdea8e [2021-03-02T00:52:10.117Z] ---> a7596f7665ee [2021-03-02T00:52:10.117Z] [2021-03-02T00:52:10.117Z] Step 10/24 : FROM alpine:3.12 [2021-03-02T00:52:10.117Z] ---> d10569e2745f [2021-03-02T00:52:10.117Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-02T00:52:10.117Z] ---> Running in 654f22522336 [2021-03-02T00:52:10.394Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:52:10.672Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:52:11.282Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-02T00:52:11.282Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T00:52:11.282Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-02T00:52:11.282Z] (4/5) Installing curl (7.69.1-r3) [2021-03-02T00:52:11.562Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-02T00:52:11.562Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:52:11.562Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T00:52:11.842Z] OK: 7 MiB in 19 packages [2021-03-02T00:52:14.492Z] Removing intermediate container 654f22522336 [2021-03-02T00:52:14.492Z] ---> de726c0a8fe4 [2021-03-02T00:52:14.492Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T00:52:15.099Z] ---> Running in 5c6c1f7db649 [2021-03-02T00:52:15.710Z] Removing intermediate container 5c6c1f7db649 [2021-03-02T00:52:15.710Z] ---> 457b028f0fd6 [2021-03-02T00:52:15.710Z] Step 13/24 : WORKDIR / [2021-03-02T00:52:15.989Z] ---> Running in ce147f025475 [2021-03-02T00:52:16.983Z] Removing intermediate container ce147f025475 [2021-03-02T00:52:16.984Z] ---> 5b195708675c [2021-03-02T00:52:16.984Z] 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-03-02T00:52:17.979Z] ---> cc7582d073b6 [2021-03-02T00:52:17.979Z] 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-03-02T00:52:19.433Z] ---> c875417aa262 [2021-03-02T00:52:19.433Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-02T00:52:20.440Z] ---> f5408d3527b9 [2021-03-02T00:52:20.440Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-02T00:52:22.443Z] ---> 1ee4200f99bf [2021-03-02T00:52:22.443Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-02T00:52:24.445Z] ---> 430e308df6a3 [2021-03-02T00:52:24.445Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-02T00:52:25.440Z] ---> 969833a21a45 [2021-03-02T00:52:25.440Z] 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-03-02T00:52:25.715Z] ---> Running in 344ec882e05e [2021-03-02T00:52:29.141Z] Removing intermediate container 344ec882e05e [2021-03-02T00:52:29.141Z] ---> 55928f3ccd60 [2021-03-02T00:52:29.141Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-02T00:52:29.141Z] ---> Running in 28ca3000cca7 [2021-03-02T00:52:30.132Z] Removing intermediate container 28ca3000cca7 [2021-03-02T00:52:30.132Z] ---> ab8e65825d9f [2021-03-02T00:52:30.132Z] Step 22/24 : LABEL arch=arm64 [2021-03-02T00:52:30.411Z] ---> Running in 55a0a4db6f64 [2021-03-02T00:52:31.405Z] Removing intermediate container 55a0a4db6f64 [2021-03-02T00:52:31.405Z] ---> 8af567dd7b2e [2021-03-02T00:52:31.405Z] Step 23/24 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:52:32.007Z] ---> Running in aef910fcb7a9 [2021-03-02T00:52:33.006Z] Removing intermediate container aef910fcb7a9 [2021-03-02T00:52:33.006Z] ---> 5c59d0df0295 [2021-03-02T00:52:33.006Z] Step 24/24 : LABEL version=0.0.0 [2021-03-02T00:52:33.610Z] ---> Running in 00b2608104ad [2021-03-02T00:52:34.299Z] Removing intermediate container 00b2608104ad [2021-03-02T00:52:34.300Z] ---> 613bc0223bcc [2021-03-02T00:52:34.300Z] [2021-03-02T00:52:35.352Z] Successfully built 613bc0223bcc [2021-03-02T00:52:35.352Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-02T00:52:35.352Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container cf1e8c314081 [2021-03-02T00:52:35.352Z] ---> 858f0308cee7 [2021-03-02T00:52:35.352Z] [2021-03-02T00:52:35.352Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T00:52:35.352Z] ---> d10569e2745f [2021-03-02T00:52:35.352Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T00:52:35.352Z] ---> Using cache [2021-03-02T00:52:35.352Z] ---> 8411ce918436 [2021-03-02T00:52:35.352Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:52:35.352Z] ---> Using cache [2021-03-02T00:52:35.352Z] ---> 08a30433d8b4 [2021-03-02T00:52:35.352Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-02T00:52:35.632Z] ---> Running in 5d3b38658935 [2021-03-02T00:52:35.632Z] Removing intermediate container 8212a55af382 [2021-03-02T00:52:35.632Z] ---> 63c28f6456fc [2021-03-02T00:52:35.632Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-02T00:52:35.907Z] ---> Running in bfa6b2e3e9c1 [2021-03-02T00:52:36.508Z] Removing intermediate container 5d3b38658935 [2021-03-02T00:52:36.508Z] ---> 22784e90692d [2021-03-02T00:52:36.508Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T00:52:36.508Z] ---> Running in 0a9671d184a5 [2021-03-02T00:52:37.102Z] Removing intermediate container 0a9671d184a5 [2021-03-02T00:52:37.102Z] ---> b7aac28e9dc5 [2021-03-02T00:52:37.102Z] Step 15/23 : WORKDIR / [2021-03-02T00:52:37.380Z] ---> Running in 5c2540ef6f1f [2021-03-02T00:52:37.380Z] 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-03-02T00:52:38.370Z] Removing intermediate container 5c2540ef6f1f [2021-03-02T00:52:38.370Z] ---> 0c1807ad446d [2021-03-02T00:52:38.370Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:52:39.827Z] ---> 125057a1d31b [2021-03-02T00:52:39.827Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-02T00:52:40.102Z] Removing intermediate container 8ab3b7aaa386 [2021-03-02T00:52:40.102Z] ---> a42e4ea52b13 [2021-03-02T00:52:40.102Z] [2021-03-02T00:52:40.102Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T00:52:40.102Z] ---> d10569e2745f [2021-03-02T00:52:40.102Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-02T00:52:40.700Z] ---> Running in be88165ab43c [2021-03-02T00:52:40.700Z] Removing intermediate container bfa6b2e3e9c1 [2021-03-02T00:52:40.700Z] ---> 9f02e645ff48 [2021-03-02T00:52:40.700Z] [2021-03-02T00:52:40.700Z] Step 11/26 : FROM docker:20.10.0 [2021-03-02T00:52:40.973Z] 20.10.0: Pulling from library/docker [2021-03-02T00:52:40.973Z] ---> 15c0f9227d94 [2021-03-02T00:52:40.973Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-02T00:52:41.250Z] Removing intermediate container be88165ab43c [2021-03-02T00:52:41.250Z] ---> e54f49faac84 [2021-03-02T00:52:41.250Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-02T00:52:41.250Z] ---> Running in 59a68ae3cc8d [2021-03-02T00:52:42.245Z] ---> 0833352e41bb [2021-03-02T00:52:42.245Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-02T00:52:42.518Z] Removing intermediate container 59a68ae3cc8d [2021-03-02T00:52:42.518Z] ---> 9d3c69ca2fee [2021-03-02T00:52:42.518Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-02T00:52:42.791Z] ---> Running in de1f483ceb54 [2021-03-02T00:52:43.068Z] ---> Running in c939ca783ea4 [2021-03-02T00:52:43.665Z] Removing intermediate container de1f483ceb54 [2021-03-02T00:52:43.665Z] ---> c3e9e274869a [2021-03-02T00:52:43.665Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:52:43.941Z] Removing intermediate container c939ca783ea4 [2021-03-02T00:52:43.941Z] ---> b1cf74d37ceb [2021-03-02T00:52:43.941Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-02T00:52:43.941Z] ---> Running in f0eeed40f694 [2021-03-02T00:52:43.941Z] ---> Running in 3504a04de1c6 [2021-03-02T00:52:44.544Z] Removing intermediate container f0eeed40f694 [2021-03-02T00:52:44.545Z] ---> d9590edca491 [2021-03-02T00:52:44.545Z] Step 21/23 : LABEL arch=arm64 [2021-03-02T00:52:44.829Z] ---> Running in 5c52d40b65eb [2021-03-02T00:52:45.815Z] Removing intermediate container 5c52d40b65eb [2021-03-02T00:52:45.815Z] ---> 3eaaa8744af7 [2021-03-02T00:52:45.815Z] Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:52:46.416Z] ---> Running in ce0714c694c4 [2021-03-02T00:52:47.405Z] Removing intermediate container ce0714c694c4 [2021-03-02T00:52:47.405Z] ---> 93ae111769c1 [2021-03-02T00:52:47.405Z] Step 23/23 : LABEL version=0.0.0 [2021-03-02T00:52:47.405Z] Removing intermediate container 3504a04de1c6 [2021-03-02T00:52:47.405Z] ---> a2a9b2d8fa1c [2021-03-02T00:52:47.405Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-02T00:52:47.682Z] ---> Running in 5fcd099eab78 [2021-03-02T00:52:47.682Z] ---> Running in 9a2196edc86c [2021-03-02T00:52:48.671Z] Removing intermediate container 9a2196edc86c [2021-03-02T00:52:48.671Z] ---> e54c42eb786f [2021-03-02T00:52:48.671Z] [2021-03-02T00:52:49.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:52:49.270Z] Successfully built e54c42eb786f [2021-03-02T00:52:49.270Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-02T00:52:49.867Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:52:50.851Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-02T00:52:50.851Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-02T00:52:50.851Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-02T00:52:50.851Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-02T00:52:50.851Z] ---> eeaf43b92773 [2021-03-02T00:52:50.851Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-02T00:52:50.851Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-02T00:52:50.851Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-02T00:52:51.480Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-02T00:52:51.480Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-02T00:52:51.480Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:52:51.480Z] OK: 8 MiB in 20 packages [2021-03-02T00:52:51.480Z] ---> Running in 9310f7872c36 [2021-03-02T00:52:52.933Z] Removing intermediate container 5fcd099eab78 [2021-03-02T00:52:52.933Z] ---> 2636f59641d6 [2021-03-02T00:52:52.933Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:52:52.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:52:53.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:52:53.809Z] ---> 5b7af72e7172 [2021-03-02T00:52:53.809Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-02T00:52:53.809Z] (1/2) Installing readline (8.0.4-r0) [2021-03-02T00:52:53.809Z] (2/2) Installing bash (5.0.17-r0) [2021-03-02T00:52:53.809Z] Executing bash-5.0.17-r0.post-install [2021-03-02T00:52:53.809Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:52:53.809Z] OK: 12 MiB in 22 packages [2021-03-02T00:52:53.948Z] Collecting docker-compose==1.23.2 [2021-03-02T00:52:53.948Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-02T00:52:53.948Z] Collecting docker<4.0,>=3.6.0 [2021-03-02T00:52:53.948Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-02T00:52:53.948Z] ---> 0f4501da5f04 [2021-03-02T00:52:53.948Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-02T00:52:53.948Z] ---> c0cff9a5d2b2 [2021-03-02T00:52:53.948Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-02T00:52:53.948Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-02T00:52:53.948Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-02T00:52:53.948Z] ---> 1d74db296058 [2021-03-02T00:52:53.948Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-02T00:52:53.948Z] ---> Running in 7c95d9347132 [2021-03-02T00:52:53.948Z] ---> Running in ae8b62db2f03 [2021-03-02T00:52:53.948Z] Collecting PyYAML<4,>=3.10 [2021-03-02T00:52:53.948Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-02T00:52:53.948Z] ---> Running in 7c6df89b36d5 [2021-03-02T00:52:53.948Z] ---> 9ec361e6986c [2021-03-02T00:52:53.948Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-02T00:52:53.948Z] ---> Running in fadeeab2a69c [2021-03-02T00:52:54.730Z] 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-03-02T00:52:54.730Z] 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-03-02T00:52:54.730Z] 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-03-02T00:52:54.730Z] 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-03-02T00:52:55.252Z] ---> 4d5003441576 [2021-03-02T00:52:55.252Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-02T00:52:55.528Z] Removing intermediate container 9310f7872c36 [2021-03-02T00:52:55.528Z] ---> 001747badd44 [2021-03-02T00:52:55.528Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-02T00:52:55.528Z] ---> Running in 666092cb6440 [2021-03-02T00:52:56.128Z] ---> 4509efadfd83 [2021-03-02T00:52:56.128Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-02T00:52:56.128Z] Removing intermediate container 666092cb6440 [2021-03-02T00:52:56.128Z] ---> fd65a6db644c [2021-03-02T00:52:56.128Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-02T00:52:56.128Z] ---> Running in 241a656b16fd [2021-03-02T00:52:56.403Z] ---> Running in 8032ca9f4d64 [2021-03-02T00:52:56.678Z] Removing intermediate container 241a656b16fd [2021-03-02T00:52:56.678Z] ---> a3b0990c1ae9 [2021-03-02T00:52:56.678Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:52:56.678Z] ---> Running in 98dcf19d9507 [2021-03-02T00:52:56.956Z] Removing intermediate container 8032ca9f4d64 [2021-03-02T00:52:56.956Z] ---> 3dd42db041f1 [2021-03-02T00:52:56.956Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-02T00:52:56.956Z] ---> Running in 8b6e90de75e8 [2021-03-02T00:52:57.230Z] Removing intermediate container 98dcf19d9507 [2021-03-02T00:52:57.231Z] ---> 1596bc0c08a9 [2021-03-02T00:52:57.231Z] Step 21/23 : LABEL arch=arm64 [2021-03-02T00:52:57.507Z] ---> Running in 02f37e71b885 [2021-03-02T00:52:57.507Z] Removing intermediate container 8b6e90de75e8 [2021-03-02T00:52:57.507Z] ---> 9abcfd7d1bbe [2021-03-02T00:52:57.507Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-02T00:52:57.782Z] Removing intermediate container 02f37e71b885 [2021-03-02T00:52:57.782Z] ---> 8e0abe85b25f [2021-03-02T00:52:57.782Z] Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:52:58.054Z] ---> Running in 0e9083858193 [2021-03-02T00:52:58.656Z] Removing intermediate container 0e9083858193 [2021-03-02T00:52:58.656Z] ---> 970c0bc6c06b [2021-03-02T00:52:58.656Z] Step 23/23 : LABEL version=0.0.0 [2021-03-02T00:52:58.656Z] ---> f367d2c66aaf [2021-03-02T00:52:58.656Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-02T00:52:58.932Z] ---> Running in 16b11a84c2cb [2021-03-02T00:52:59.530Z] Removing intermediate container 16b11a84c2cb [2021-03-02T00:52:59.530Z] ---> 8317df44b905 [2021-03-02T00:52:59.530Z] [2021-03-02T00:52:59.804Z] ---> 5b90bc8a8ca1 [2021-03-02T00:52:59.804Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-02T00:52:59.804Z] Successfully built 8317df44b905 [2021-03-02T00:52:59.804Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-02T00:53:00.793Z]  Building docker-core-data-go ... done  ---> ef9d2eb59c4d [2021-03-02T00:53:00.793Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-02T00:53:00.793Z] ---> Running in e9e39cfd54e9 [2021-03-02T00:53:01.600Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-02T00:53:01.600Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-02T00:53:01.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:53:02.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:53:02.322Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-02T00:53:02.322Z] (2/33) Installing expat (2.2.9-r1) [2021-03-02T00:53:02.322Z] (3/33) Installing libffi (3.3-r2) [2021-03-02T00:53:02.598Z] (4/33) Installing gdbm (1.13-r1) [2021-03-02T00:53:02.598Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-02T00:53:02.598Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-02T00:53:02.598Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-02T00:53:02.696Z] Collecting docopt<0.7,>=0.6.1 [2021-03-02T00:53:02.696Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-02T00:53:03.727Z] Collecting jsonschema<3,>=2.5.1 [2021-03-02T00:53:03.727Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-02T00:53:03.727Z] Collecting texttable<0.10,>=0.9.0 [2021-03-02T00:53:03.727Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-02T00:53:04.587Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-02T00:53:04.587Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-02T00:53:04.587Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-02T00:53:04.587Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-02T00:53:04.587Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-02T00:53:04.587Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-02T00:53:04.587Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-02T00:53:04.587Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-02T00:53:04.587Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-02T00:53:04.587Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-02T00:53:04.587Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-02T00:53:04.587Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-02T00:53:04.587Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-02T00:53:04.587Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-02T00:53:04.587Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-02T00:53:04.587Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-02T00:53:04.587Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-02T00:53:04.587Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-02T00:53:04.587Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-02T00:53:04.587Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-02T00:53:04.587Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-02T00:53:04.587Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-02T00:53:04.587Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-02T00:53:04.587Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-02T00:53:04.587Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-02T00:53:04.587Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-02T00:53:04.861Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:53:04.861Z] OK: 71 MiB in 55 packages [2021-03-02T00:53:04.868Z] 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-03-02T00:53:05.160Z] Collecting cached-property<2,>=1.2.0 [2021-03-02T00:53:05.160Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-02T00:53:06.189Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-02T00:53:06.189Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-02T00:53:06.472Z] Collecting docker-pycreds>=0.4.0 [2021-03-02T00:53:07.925Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-02T00:53:07.925Z] 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-03-02T00:53:07.925Z] 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-03-02T00:53:07.925Z] Collecting idna<2.8,>=2.5 [2021-03-02T00:53:07.925Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-02T00:53:07.925Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-02T00:53:07.925Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-02T00:53:08.245Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-02T00:53:08.246Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-02T00:53:08.246Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-02T00:53:08.246Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-02T00:53:08.927Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, docopt, jsonschema, texttable, cached-property, docker-compose [2021-03-02T00:53:08.927Z] Attempting uninstall: idna [2021-03-02T00:53:08.927Z] Found existing installation: idna 2.9 [2021-03-02T00:53:08.927Z] Uninstalling idna-2.9: [2021-03-02T00:53:09.234Z] Successfully uninstalled idna-2.9 [2021-03-02T00:53:09.863Z] Attempting uninstall: urllib3 [2021-03-02T00:53:09.863Z] Found existing installation: urllib3 1.25.9 [2021-03-02T00:53:09.863Z] Uninstalling urllib3-1.25.9: [2021-03-02T00:53:10.454Z] Successfully uninstalled urllib3-1.25.9 [2021-03-02T00:53:11.421Z] Attempting uninstall: requests [2021-03-02T00:53:11.421Z] Found existing installation: requests 2.23.0 [2021-03-02T00:53:11.421Z] Uninstalling requests-2.23.0: [2021-03-02T00:53:11.577Z] Removing intermediate container e9e39cfd54e9 [2021-03-02T00:53:11.577Z] ---> 0165b2fff70e [2021-03-02T00:53:11.577Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-02T00:53:11.577Z] ---> Running in 5b5091cace2e [2021-03-02T00:53:11.753Z] Successfully uninstalled requests-2.23.0 [2021-03-02T00:53:14.117Z] Running setup.py install for PyYAML: started [2021-03-02T00:53:16.823Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-02T00:53:16.823Z] Running setup.py install for dockerpty: started [2021-03-02T00:53:16.973Z] Collecting docker-compose==1.23.2 [2021-03-02T00:53:16.973Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-02T00:53:17.573Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-02T00:53:17.573Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-03-02T00:53:17.899Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-02T00:53:17.899Z] Running setup.py install for docopt: started [2021-03-02T00:53:18.168Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-02T00:53:18.168Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-02T00:53:20.221Z] Running setup.py install for docopt: finished with status 'done' [2021-03-02T00:53:20.222Z] Running setup.py install for texttable: started [2021-03-02T00:53:20.242Z] Collecting cached-property<2,>=1.2.0 [2021-03-02T00:53:20.242Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-02T00:53:20.501Z] Running setup.py install for texttable: finished with status 'done' [2021-03-02T00:53:21.105Z] 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-03-02T00:53:21.676Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-02T00:53:21.676Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-02T00:53:22.272Z] Collecting docker<4.0,>=3.6.0 [2021-03-02T00:53:22.272Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-02T00:53:22.872Z] 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-03-02T00:53:22.872Z] Collecting docopt<0.7,>=0.6.1 [2021-03-02T00:53:22.872Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-02T00:53:25.523Z] Collecting jsonschema<3,>=2.5.1 [2021-03-02T00:53:25.523Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-02T00:53:26.118Z] Collecting PyYAML<4,>=3.10 [2021-03-02T00:53:26.118Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-02T00:53:29.509Z] Collecting texttable<0.10,>=0.9.0 [2021-03-02T00:53:29.509Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-02T00:53:30.942Z] Collecting idna<2.8,>=2.5 [2021-03-02T00:53:31.216Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-02T00:53:31.216Z] 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-03-02T00:53:31.670Z] Removing intermediate container 6bdc9c7d72ee [2021-03-02T00:53:31.670Z] ---> c860602afc08 [2021-03-02T00:53:31.670Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-02T00:53:31.670Z] ---> Running in cb5991fb0cd0 [2021-03-02T00:53:31.814Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-02T00:53:31.814Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-02T00:53:31.814Z] 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-03-02T00:53:32.087Z] Collecting docker-pycreds>=0.4.0 [2021-03-02T00:53:32.087Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-02T00:53:32.360Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-02T00:53:32.361Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-02T00:53:32.361Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-02T00:53:32.361Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-02T00:53:33.343Z] Installing collected packages: websocket-client, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, docopt, jsonschema, PyYAML, texttable, docker-compose [2021-03-02T00:53:33.343Z] Running setup.py install for dockerpty: started [2021-03-02T00:53:35.394Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-02T00:53:35.675Z] Attempting uninstall: idna [2021-03-02T00:53:35.675Z] Found existing installation: idna 2.9 [2021-03-02T00:53:35.675Z] Uninstalling idna-2.9: [2021-03-02T00:53:35.675Z] Successfully uninstalled idna-2.9 [2021-03-02T00:53:36.284Z] Attempting uninstall: urllib3 [2021-03-02T00:53:36.284Z] Found existing installation: urllib3 1.25.9 [2021-03-02T00:53:36.284Z] Uninstalling urllib3-1.25.9: [2021-03-02T00:53:36.562Z] Successfully uninstalled urllib3-1.25.9 [2021-03-02T00:53:37.159Z] Attempting uninstall: requests [2021-03-02T00:53:37.159Z] Found existing installation: requests 2.23.0 [2021-03-02T00:53:37.159Z] Uninstalling requests-2.23.0: [2021-03-02T00:53:37.432Z] Successfully uninstalled requests-2.23.0 [2021-03-02T00:53:38.412Z] Running setup.py install for docopt: started [2021-03-02T00:53:39.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:53:39.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:53:39.925Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T00:53:39.925Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-02T00:53:39.925Z] (3/3) Installing curl (7.69.1-r3) [2021-03-02T00:53:39.925Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:53:39.925Z] OK: 72 MiB in 58 packages [2021-03-02T00:53:40.386Z] Running setup.py install for docopt: finished with status 'done' [2021-03-02T00:53:40.659Z] Running setup.py install for PyYAML: started [2021-03-02T00:53:43.274Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-02T00:53:43.274Z] Running setup.py install for texttable: started [2021-03-02T00:53:45.249Z] Running setup.py install for texttable: finished with status 'done' [2021-03-02T00:53:45.846Z] 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-03-02T00:53:46.619Z] Removing intermediate container cb5991fb0cd0 [2021-03-02T00:53:46.619Z] ---> b06df754cc2d [2021-03-02T00:53:46.619Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-02T00:53:48.833Z] ---> Running in f6ca8ee6ab01 [2021-03-02T00:53:49.159Z] 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-03-02T00:53:49.159Z] 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-03-02T00:53:50.144Z] Removing intermediate container 5b5091cace2e [2021-03-02T00:53:50.144Z] ---> 5cf5d73da247 [2021-03-02T00:53:50.144Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-02T00:53:50.144Z] ---> Running in ba3022106a1d [2021-03-02T00:53:50.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-02T00:53:50.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-02T00:53:51.332Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T00:53:51.332Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-02T00:53:51.332Z] (3/3) Installing curl (7.69.1-r3) [2021-03-02T00:53:51.332Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:53:51.332Z] OK: 71 MiB in 58 packages [2021-03-02T00:53:52.771Z] Removing intermediate container ba3022106a1d [2021-03-02T00:53:52.771Z] ---> f789d38a373a [2021-03-02T00:53:52.771Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-02T00:53:52.771Z] ---> Running in 13d82a0ba607 [2021-03-02T00:53:52.925Z] Removing intermediate container f6ca8ee6ab01 [2021-03-02T00:53:52.925Z] ---> 65d7eabdafba [2021-03-02T00:53:52.925Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:53:53.044Z] Removing intermediate container 13d82a0ba607 [2021-03-02T00:53:53.044Z] ---> 885f5db0556a [2021-03-02T00:53:53.044Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:53:53.323Z] ---> Running in 7b0021785044 [2021-03-02T00:53:53.918Z] Removing intermediate container 7b0021785044 [2021-03-02T00:53:53.918Z] ---> 7cb6e5db90a3 [2021-03-02T00:53:53.918Z] Step 24/26 : LABEL arch=arm64 [2021-03-02T00:53:53.918Z] ---> Running in 67734e403557 [2021-03-02T00:53:54.513Z] Removing intermediate container 67734e403557 [2021-03-02T00:53:54.513Z] ---> d88c8de064a8 [2021-03-02T00:53:54.513Z] Step 25/26 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:53:54.513Z] ---> Running in e86ba73cb1fa [2021-03-02T00:53:55.109Z] Removing intermediate container e86ba73cb1fa [2021-03-02T00:53:55.109Z] ---> 3d9db81c0c77 [2021-03-02T00:53:55.109Z] Step 26/26 : LABEL version=0.0.0 [2021-03-02T00:53:55.109Z] ---> Running in 3af66e1e9ca6 [2021-03-02T00:53:55.579Z] ---> Running in 7a39b55d5171 [2021-03-02T00:53:55.706Z] Removing intermediate container 3af66e1e9ca6 [2021-03-02T00:53:55.706Z] ---> ee366fc9ff09 [2021-03-02T00:53:55.706Z] [2021-03-02T00:53:55.978Z] Successfully built ee366fc9ff09 [2021-03-02T00:53:55.978Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-02T00:53:56.274Z] Removing intermediate container 7a39b55d5171 [2021-03-02T00:53:56.274Z] ---> af80eeb27c8c [2021-03-02T00:53:56.274Z] Step 24/26 : LABEL arch=x86_64 [2021-03-02T00:53:56.588Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-02T00:53:56.606Z] $ docker stop --time=1 cdef608998910284679802df79b98fb5f503806c2b93bc689f1ece941ccc96f4 [2021-03-02T00:53:57.057Z] ---> Running in 32410a38a75a [2021-03-02T00:53:58.551Z] $ docker rm -f cdef608998910284679802df79b98fb5f503806c2b93bc689f1ece941ccc96f4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T00:53:59.288Z] + docker images [2021-03-02T00:53:59.288Z] + grep docker [2021-03-02T00:53:59.356Z] Removing intermediate container 32410a38a75a [2021-03-02T00:53:59.356Z] ---> 29c767b1171e [2021-03-02T00:53:59.356Z] Step 25/26 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:53:59.559Z] docker-sys-mgmt-agent-go-arm64 latest ee366fc9ff09 4 seconds ago 300MB [2021-03-02T00:53:59.559Z] docker-core-data-go-arm64 latest 8317df44b905 About a minute ago 21.1MB [2021-03-02T00:53:59.559Z] docker-core-metadata-go-arm64 latest e54c42eb786f About a minute ago 17.9MB [2021-03-02T00:53:59.559Z] docker-security-secretstore-setup-go-arm64 latest 613bc0223bcc About a minute ago 23.7MB [2021-03-02T00:53:59.559Z] docker-security-bootstrapper-go-arm64 latest 00832b485c8a 4 minutes ago 17.6MB [2021-03-02T00:53:59.559Z] docker-support-scheduler-go-arm64 latest 686ee8f682bd 4 minutes ago 16.3MB [2021-03-02T00:53:59.559Z] docker-core-command-go-arm64 latest 11f403eaa5c8 4 minutes ago 16.2MB [2021-03-02T00:53:59.559Z] docker-support-notifications-go-arm64 latest a3eec8168aa4 4 minutes ago 16.8MB [2021-03-02T00:53:59.559Z] docker-security-proxy-setup-go-arm64 latest 0cd461c2376d 4 minutes ago 23.4MB [2021-03-02T00:53:59.559Z] docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:54:00.547Z] ---> job-cost.sh [2021-03-02T00:54:00.547Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gUIn [2021-03-02T00:54:00.861Z] ---> Running in ac7043728ddf [2021-03-02T00:54:01.139Z] Removing intermediate container ae8b62db2f03 [2021-03-02T00:54:01.139Z] ---> 91f43d52a1dd [2021-03-02T00:54:01.139Z] [2021-03-02T00:54:01.139Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T00:54:01.139Z] ---> 88dd2752d2ea [2021-03-02T00:54:01.139Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T00:54:01.416Z] ---> Using cache [2021-03-02T00:54:01.416Z] ---> 03a93d4df8ae [2021-03-02T00:54:01.416Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:54:01.416Z] ---> Using cache [2021-03-02T00:54:01.416Z] ---> c43e2cc84fed [2021-03-02T00:54:01.416Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-02T00:54:01.416Z] Removing intermediate container ac7043728ddf [2021-03-02T00:54:01.416Z] ---> 73e921519d31 [2021-03-02T00:54:01.416Z] Step 26/26 : LABEL version=0.0.0 [2021-03-02T00:54:03.816Z] ---> Running in 3f2bdba0d6b2 [2021-03-02T00:54:03.816Z] ---> Running in e241673f24f4 [2021-03-02T00:54:09.856Z] Removing intermediate container 7c95d9347132 [2021-03-02T00:54:09.857Z] ---> 699e531f4ec4 [2021-03-02T00:54:09.857Z] [2021-03-02T00:54:09.857Z] Step 10/24 : FROM alpine:3.12 [2021-03-02T00:54:09.857Z] Removing intermediate container 7c6df89b36d5 [2021-03-02T00:54:09.857Z] ---> faf4591ec30a [2021-03-02T00:54:09.857Z] [2021-03-02T00:54:09.857Z] Step 10/21 : FROM alpine:3.12 [2021-03-02T00:54:09.857Z] ---> 88dd2752d2ea [2021-03-02T00:54:09.857Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-02T00:54:09.857Z] ---> 88dd2752d2ea [2021-03-02T00:54:09.857Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-02T00:54:10.333Z] Removing intermediate container 3f2bdba0d6b2 [2021-03-02T00:54:10.333Z] ---> 7e10ea1e4892 [2021-03-02T00:54:10.333Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T00:54:10.954Z] Removing intermediate container e241673f24f4 [2021-03-02T00:54:10.954Z] ---> a2189a89df91 [2021-03-02T00:54:10.954Z] [2021-03-02T00:54:11.220Z] ---> Running in 85924741b107 [2021-03-02T00:54:11.220Z] ---> Running in f43641fd4a0d [2021-03-02T00:54:11.919Z] ---> Running in 33e3d1612546 [2021-03-02T00:54:12.196Z] Successfully built a2189a89df91 [2021-03-02T00:54:12.492Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-02T00:54:12.832Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fadeeab2a69c [2021-03-02T00:54:12.832Z] ---> e3de25521780 [2021-03-02T00:54:12.832Z] [2021-03-02T00:54:12.832Z] Step 10/23 : FROM alpine:3.12 [2021-03-02T00:54:12.832Z] ---> 88dd2752d2ea [2021-03-02T00:54:12.832Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-02T00:54:12.832Z] ---> Using cache [2021-03-02T00:54:12.832Z] ---> 03a93d4df8ae [2021-03-02T00:54:12.832Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-02T00:54:12.832Z] ---> Using cache [2021-03-02T00:54:12.832Z] ---> c43e2cc84fed [2021-03-02T00:54:12.832Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-02T00:54:13.120Z] Removing intermediate container 33e3d1612546 [2021-03-02T00:54:13.120Z] ---> 0bd8f6157965 [2021-03-02T00:54:13.120Z] Step 15/23 : WORKDIR / [2021-03-02T00:54:13.120Z] ---> Running in ebd4a165f90b [2021-03-02T00:54:13.409Z] ---> Running in fb81ea51c9e0 [2021-03-02T00:54:14.482Z] Removing intermediate container ebd4a165f90b [2021-03-02T00:54:14.482Z] ---> 7d24a487801f [2021-03-02T00:54:14.482Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-02T00:54:14.752Z] ---> Running in 1e5b351403e1 [2021-03-02T00:54:15.025Z] Removing intermediate container fb81ea51c9e0 [2021-03-02T00:54:15.026Z] ---> ecbef3df9467 [2021-03-02T00:54:15.026Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:54:15.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:54:15.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-02T00:54:15.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:54:15.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-02T00:54:15.568Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-02T00:54:15.568Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-02T00:54:15.568Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T00:54:15.568Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-02T00:54:15.568Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-02T00:54:15.568Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-02T00:54:15.568Z] (4/5) Installing curl (7.69.1-r3) [2021-03-02T00:54:15.568Z] (4/4) Installing curl (7.69.1-r3) [2021-03-02T00:54:15.568Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-02T00:54:15.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:54:15.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-02T00:54:15.568Z] Removing intermediate container 1e5b351403e1 [2021-03-02T00:54:15.568Z] ---> cc04a91d6e86 [2021-03-02T00:54:15.568Z] Step 15/23 : WORKDIR / [2021-03-02T00:54:16.569Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T00:54:16.569Z] Executing ca-certificates-20191127-r4.trigger [2021-03-02T00:54:16.569Z] OK: 7 MiB in 19 packages [2021-03-02T00:54:16.569Z] OK: 7 MiB in 18 packages [2021-03-02T00:54:17.255Z] ---> f9e725a9d23d [2021-03-02T00:54:17.255Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-02T00:54:17.255Z] ---> Running in 1f724e4f7ca5 [2021-03-02T00:54:18.776Z] Removing intermediate container 1f724e4f7ca5 [2021-03-02T00:54:18.776Z] ---> 4f604cdf4431 [2021-03-02T00:54:18.776Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-02T00:54:19.908Z] ---> 1527a72f4401 [2021-03-02T00:54:19.908Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-02T00:54:21.355Z] Removing intermediate container f43641fd4a0d [2021-03-02T00:54:21.355Z] ---> 48cda6f5a3bb [2021-03-02T00:54:21.355Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T00:54:21.355Z] Removing intermediate container 85924741b107 [2021-03-02T00:54:21.355Z] ---> 2ec515cd9369 [2021-03-02T00:54:21.355Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-02T00:54:21.355Z] ---> 5a4d4298c3be [2021-03-02T00:54:21.355Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-02T00:54:21.355Z] ---> c628298f898e [2021-03-02T00:54:21.355Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-02T00:54:21.710Z] ---> Running in e3a11c295e6b [2021-03-02T00:54:21.710Z] ---> Running in d13b9f03b196 [2021-03-02T00:54:22.422Z] ---> Running in f3d4df590213 [2021-03-02T00:54:22.748Z] Removing intermediate container d13b9f03b196 [2021-03-02T00:54:22.748Z] ---> fc6caee2ec57 [2021-03-02T00:54:22.748Z] Step 13/24 : WORKDIR / [2021-03-02T00:54:22.748Z] Removing intermediate container e3a11c295e6b [2021-03-02T00:54:22.748Z] ---> 0d29d12559b6 [2021-03-02T00:54:22.748Z] Step 13/21 : WORKDIR /edgex [2021-03-02T00:54:23.397Z] ---> Running in 798a6aaf84ff [2021-03-02T00:54:23.397Z] Removing intermediate container f3d4df590213 [2021-03-02T00:54:23.397Z] ---> e4d1ae365bb4 [2021-03-02T00:54:23.397Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:54:23.397Z] ---> Running in 3e87712edb6d [2021-03-02T00:54:23.808Z] ---> 5c19bace2147 [2021-03-02T00:54:23.808Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-02T00:54:23.808Z] ---> Running in cea7a4d5e146 [2021-03-02T00:54:24.540Z] Removing intermediate container 798a6aaf84ff [2021-03-02T00:54:24.540Z] ---> b6634e7620ce [2021-03-02T00:54:24.540Z] 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-03-02T00:54:24.892Z] Removing intermediate container cea7a4d5e146 [2021-03-02T00:54:24.892Z] ---> 632d8e2bc3cb [2021-03-02T00:54:24.892Z] Step 21/23 : LABEL arch=x86_64 [2021-03-02T00:54:24.892Z] Removing intermediate container 3e87712edb6d [2021-03-02T00:54:24.892Z] ---> e75cb627c6c8 [2021-03-02T00:54:24.892Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-02T00:54:25.200Z] ---> 125790ee4d5e [2021-03-02T00:54:25.200Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-02T00:54:25.200Z] ---> Running in 45eba621d5e5 [2021-03-02T00:54:25.801Z] ---> Running in 73d4197f19a4 [2021-03-02T00:54:25.801Z] ---> 616dbccc96b7 [2021-03-02T00:54:25.801Z] 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-03-02T00:54:26.089Z] ---> 50d5c53800cb [2021-03-02T00:54:26.089Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-02T00:54:26.089Z] Removing intermediate container 45eba621d5e5 [2021-03-02T00:54:26.089Z] ---> 4dd82d20b848 [2021-03-02T00:54:26.089Z] Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:54:26.704Z] ---> Running in 801785cf3184 [2021-03-02T00:54:26.704Z] Removing intermediate container 73d4197f19a4 [2021-03-02T00:54:26.704Z] ---> 731b8df18a06 [2021-03-02T00:54:26.704Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-02T00:54:27.008Z] ---> Running in f525b6bb4133 [2021-03-02T00:54:27.008Z] ---> 66029b7f4c6f [2021-03-02T00:54:27.008Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-02T00:54:28.041Z] Removing intermediate container 801785cf3184 [2021-03-02T00:54:28.041Z] ---> ed3ecb68a88f [2021-03-02T00:54:28.041Z] Step 23/23 : LABEL version=0.0.0 [2021-03-02T00:54:28.041Z] Removing intermediate container f525b6bb4133 [2021-03-02T00:54:28.041Z] ---> 328ac69bfbaf [2021-03-02T00:54:28.041Z] Step 21/23 : LABEL arch=x86_64 [2021-03-02T00:54:28.373Z] ---> 18834e08c059 [2021-03-02T00:54:28.373Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-02T00:54:28.373Z] ---> Running in 7f7fbfb11570 [2021-03-02T00:54:28.373Z] ---> Running in ec9212d1d17a [2021-03-02T00:54:28.699Z] ---> 97b3f97927b1 [2021-03-02T00:54:28.699Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-02T00:54:29.174Z] Removing intermediate container ec9212d1d17a [2021-03-02T00:54:29.174Z] ---> 8fabb82abd81 [2021-03-02T00:54:29.174Z] [2021-03-02T00:54:29.899Z] Removing intermediate container 7f7fbfb11570 [2021-03-02T00:54:29.899Z] ---> b00d758017df [2021-03-02T00:54:29.899Z] Step 22/23 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:54:30.603Z] ---> Running in 56c529ffa3f7 [2021-03-02T00:54:30.924Z] ---> a0940fda4eb0 [2021-03-02T00:54:30.924Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-02T00:54:31.197Z] Successfully built 8fabb82abd81 [2021-03-02T00:54:31.197Z] Successfully tagged docker-core-command-go:latest [2021-03-02T00:54:31.474Z]  Building docker-core-command-go ... done  ---> Running in 25f15b542972 [2021-03-02T00:54:31.475Z] ---> 679056724bfe [2021-03-02T00:54:31.475Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-02T00:54:31.766Z] Removing intermediate container 56c529ffa3f7 [2021-03-02T00:54:31.766Z] ---> 6dc8abf93af9 [2021-03-02T00:54:31.766Z] Step 23/23 : LABEL version=0.0.0 [2021-03-02T00:54:32.452Z] ---> Running in 40fa11e2d496 [2021-03-02T00:54:32.452Z] Removing intermediate container 25f15b542972 [2021-03-02T00:54:32.452Z] ---> 2c03c9a67cc9 [2021-03-02T00:54:32.452Z] Step 18/21 : CMD ["--init=true"] [2021-03-02T00:54:32.729Z] ---> Running in 49a5b71923e3 [2021-03-02T00:54:33.007Z] Removing intermediate container 40fa11e2d496 [2021-03-02T00:54:33.007Z] ---> eff0533e9840 [2021-03-02T00:54:33.007Z] [2021-03-02T00:54:33.007Z] ---> 7ac3ca8771a2 [2021-03-02T00:54:33.007Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-02T00:54:33.274Z] Successfully built eff0533e9840 [2021-03-02T00:54:33.553Z] Removing intermediate container 49a5b71923e3 [2021-03-02T00:54:33.553Z] ---> c98f9646f4d4 [2021-03-02T00:54:33.553Z] Step 19/21 : LABEL arch=x86_64 [2021-03-02T00:54:33.553Z] Successfully tagged docker-core-metadata-go:latest [2021-03-02T00:54:33.553Z]  Building docker-core-metadata-go ... done  ---> b2d117370609 [2021-03-02T00:54:33.553Z] 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-03-02T00:54:33.553Z] ---> Running in f0333ae4db84 [2021-03-02T00:54:33.845Z] ---> Running in 88c196a719e2 [2021-03-02T00:54:34.478Z] Removing intermediate container f0333ae4db84 [2021-03-02T00:54:34.478Z] ---> c8f729254662 [2021-03-02T00:54:34.478Z] Step 20/21 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:54:34.478Z] ---> Running in 6513ecf27a18 [2021-03-02T00:54:35.129Z] Removing intermediate container 6513ecf27a18 [2021-03-02T00:54:35.129Z] ---> de02855fb3b3 [2021-03-02T00:54:35.129Z] Step 21/21 : LABEL version=0.0.0 [2021-03-02T00:54:35.129Z] ---> Running in d61eec2aae24 [2021-03-02T00:54:35.415Z] Removing intermediate container d61eec2aae24 [2021-03-02T00:54:35.415Z] ---> 9db550241fc0 [2021-03-02T00:54:35.415Z] [2021-03-02T00:54:36.416Z] Successfully built 9db550241fc0 [2021-03-02T00:54:36.416Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-02T00:54:38.528Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 88c196a719e2 [2021-03-02T00:54:38.528Z] ---> 8a77bccb1f46 [2021-03-02T00:54:38.528Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-02T00:54:38.528Z] ---> Running in d1cfb56dc0cc [2021-03-02T00:54:39.507Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-02T00:54:39.578Z] Removing intermediate container d1cfb56dc0cc [2021-03-02T00:54:39.578Z] ---> cf52b9881335 [2021-03-02T00:54:39.578Z] Step 22/24 : LABEL arch=x86_64 [2021-03-02T00:54:39.578Z] ---> Running in b86ed8ec73b4 [2021-03-02T00:54:41.168Z] Removing intermediate container b86ed8ec73b4 [2021-03-02T00:54:41.168Z] ---> d00eb25d6987 [2021-03-02T00:54:41.168Z] Step 23/24 : LABEL git_sha=9cdc503a79d12129dfb75c2382350f28388d6980 [2021-03-02T00:54:41.168Z] ---> Running in 0a63ae59a3cb [2021-03-02T00:54:41.779Z] Removing intermediate container 0a63ae59a3cb [2021-03-02T00:54:41.779Z] ---> 0bcfa9809a47 [2021-03-02T00:54:41.779Z] Step 24/24 : LABEL version=0.0.0 [2021-03-02T00:54:41.779Z] ---> Running in 424201fc8854 [2021-03-02T00:54:42.549Z] Removing intermediate container 424201fc8854 [2021-03-02T00:54:42.549Z] ---> 47a1283993e8 [2021-03-02T00:54:42.549Z] [2021-03-02T00:54:42.822Z] Successfully built 47a1283993e8 [2021-03-02T00:54:42.822Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-02T00:54:43.936Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-03-02T00:54:44.151Z] $ docker stop --time=1 4b7eea23e051991b5fc7427d49cf7125068957f68fe3c1da87af1800fc18bcef [2021-03-02T00:54:47.456Z] $ docker rm -f 4b7eea23e051991b5fc7427d49cf7125068957f68fe3c1da87af1800fc18bcef [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-02T00:54:48.318Z] + docker images [2021-03-02T00:54:48.318Z] + grep docker [2021-03-02T00:54:50.398Z] docker-security-secretstore-setup-go latest 47a1283993e8 8 seconds ago 24.9MB [2021-03-02T00:54:50.398Z] docker-security-proxy-setup-go latest 9db550241fc0 15 seconds ago 24.7MB [2021-03-02T00:54:50.398Z] docker-core-metadata-go latest eff0533e9840 18 seconds ago 19MB [2021-03-02T00:54:50.398Z] docker-core-command-go latest 8fabb82abd81 22 seconds ago 17MB [2021-03-02T00:54:50.398Z] docker-sys-mgmt-agent-go latest a2189a89df91 42 seconds ago 313MB [2021-03-02T00:54:50.398Z] docker-security-bootstrapper-go latest 0ec51f4994f8 5 minutes ago 18.7MB [2021-03-02T00:54:50.398Z] docker-core-data-go latest 084213aecd75 6 minutes ago 22.4MB [2021-03-02T00:54:50.398Z] docker-support-notifications-go latest c10f6bb39135 6 minutes ago 17.8MB [2021-03-02T00:54:50.398Z] docker-support-scheduler-go latest a87e0c9e24f3 6 minutes ago 17.2MB [2021-03-02T00:54:50.398Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-02T00:55:06.920Z] Still waiting to schedule task [2021-03-02T00:55:06.921Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-02T00:56:00.326Z] Running on prd-ubuntu18.04-docker-8c-8g-28142 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-03-02T00:56:00.425Z] Running in /w/workspace/edgex-go/73 [Pipeline] { [Pipeline] checkout [2021-03-02T00:56:02.728Z] using credential edgex-jenkins-ssh [2021-03-02T00:56:02.799Z] Cloning the remote Git repository [2021-03-02T00:56:02.821Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-02T00:56:02.893Z] > git init /w/workspace/edgex-go/73 # timeout=10 [2021-03-02T00:56:02.925Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-02T00:56:02.925Z] > git --version # timeout=10 [2021-03-02T00:56:02.930Z] > git --version # 'git version 2.17.1' [2021-03-02T00:56:02.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T00:56:02.954Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T00:56:09.792Z] Merging remotes/origin/master commit f0a5054a805e8aad79e6fefc9c847f3d46b91de1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-03-02T00:56:10.095Z] Merge succeeded, producing 79282bcde8e8af750604fe6d1eb3de2fef606106 [2021-03-02T00:56:10.096Z] Checking out Revision 79282bcde8e8af750604fe6d1eb3de2fef606106 (PR-2858) [2021-03-02T00:56:09.107Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-02T00:56:09.114Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-02T00:56:09.123Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-02T00:56:09.134Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-02T00:56:09.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T00:56:09.138Z] > 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-03-02T00:56:09.801Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T00:56:09.806Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-03-02T00:56:09.882Z] > git remote # timeout=10 [2021-03-02T00:56:09.889Z] > git config --get remote.origin.url # timeout=10 [2021-03-02T00:56:09.895Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-02T00:56:09.898Z] > git merge f0a5054a805e8aad79e6fefc9c847f3d46b91de1 # timeout=10 [2021-03-02T00:56:10.088Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-02T00:56:10.097Z] > git config core.sparsecheckout # timeout=10 [2021-03-02T00:56:10.102Z] > git checkout -f 79282bcde8e8af750604fe6d1eb3de2fef606106 # timeout=10 [2021-03-02T00:56:13.763Z] Commit message: "Merge commit 'f0a5054a805e8aad79e6fefc9c847f3d46b91de1' into HEAD" [2021-03-02T00:56:13.772Z] First time build. Skipping changelog. [2021-03-02T00:56:14.000Z] [2021-03-02T00:56:14.000Z] GitHub has been notified of this commit’s build result [2021-03-02T00:56:14.000Z] [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:56:14.776Z] + echo snap-build.sh [2021-03-02T00:56:14.776Z] snap-build.sh [2021-03-02T00:56:14.776Z] + SNAP_BASE_DIR=. [2021-03-02T00:56:14.776Z] + '[' '!' -z /w/workspace/edgex-go/73 ']' [2021-03-02T00:56:14.776Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/73 [2021-03-02T00:56:14.776Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/73]' [2021-03-02T00:56:14.776Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/73] [2021-03-02T00:56:14.776Z] + cd /w/workspace/edgex-go/73 [2021-03-02T00:56:14.776Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-02T00:56:14.776Z] Reading package lists... [2021-03-02T00:56:14.776Z] Building dependency tree... [2021-03-02T00:56:14.776Z] Reading state information... [2021-03-02T00:56:13.765Z] > git rev-list --no-walk d6ded4327158f11b86382699c7f4aaf84d7a6d04 # timeout=10 [2021-03-02T00:56:15.039Z] The following packages were automatically installed and are no longer required: [2021-03-02T00:56:15.039Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-02T00:56:15.039Z] uidmap xdelta3 [2021-03-02T00:56:15.039Z] Use 'sudo apt autoremove' to remove them. [2021-03-02T00:56:15.039Z] The following packages will be REMOVED: [2021-03-02T00:56:15.039Z] lxd* lxd-client* [2021-03-02T00:56:15.300Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-02T00:56:15.300Z] After this operation, 31.7 MB disk space will be freed. [2021-03-02T00:56:16.348Z] (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-03-02T00:56:16.348Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-02T00:56:17.293Z] Removing lxd dnsmasq configuration [2021-03-02T00:56:17.293Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-02T00:56:17.557Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-02T00:56:18.502Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-02T00:56:18.502Z] (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-03-02T00:56:18.502Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-02T00:56:19.899Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-02T00:56:19.899Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-02T00:56:21.292Z] + sudo snap remove --purge lxd [2021-03-02T00:56:21.554Z] snap "lxd" is not installed [2021-03-02T00:56:21.554Z] + sudo groupadd --force --system lxd [2021-03-02T00:56:21.554Z] ++ whoami [2021-03-02T00:56:21.554Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-02T00:56:21.554Z] + newgrp - lxd [2021-03-02T00:56:21.554Z] + sudo snap install lxd [2021-03-02T00:56:31.577Z] 2021-03-02T00:56:28Z INFO Waiting for automatic snapd restart... [2021-03-02T00:56:43.888Z] lxd 4.11 from Canonical* installed [2021-03-02T00:56:43.888Z] + sudo lxd init --auto [2021-03-02T00:56:52.058Z] + sudo snap install --classic snapcraft [2021-03-02T00:56:57.356Z] snapcraft 4.5.1 from Canonical* installed [2021-03-02T00:56:57.356Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-02T00:56:57.356Z] + patch --verbose -p1 [2021-03-02T00:56:57.356Z] Hmm... Looks like a unified diff to me... [2021-03-02T00:56:57.356Z] The text leading up to this was: [2021-03-02T00:56:57.356Z] -------------------------- [2021-03-02T00:56:57.356Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-02T00:56:57.356Z] |From: Tony Espy [2021-03-02T00:56:57.356Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-02T00:56:57.356Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-02T00:56:57.356Z] | [2021-03-02T00:56:57.356Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-02T00:56:57.356Z] |optimize the snap CI check run for pull requests. When [2021-03-02T00:56:57.356Z] |applied, it essentially strips out everything (apps and [2021-03-02T00:56:57.356Z] |parts) from the snapcraft.yaml file except those required [2021-03-02T00:56:57.356Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-02T00:56:57.356Z] |catch changes to edgex-go that break the snap build. [2021-03-02T00:56:57.356Z] | [2021-03-02T00:56:57.356Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-02T00:56:57.356Z] |to update this patch file, otherwise it may fail to apply, [2021-03-02T00:56:57.356Z] |resulting in a failed snap build CI check in the associated [2021-03-02T00:56:57.356Z] |pull request. [2021-03-02T00:56:57.356Z] | [2021-03-02T00:56:57.356Z] |Note - in addition to applying this patch, the pipeline also [2021-03-02T00:56:57.356Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-02T00:56:57.356Z] |need to build the finally binary .snap file (and it won't [2021-03-02T00:56:57.356Z] |work with the patch applied). This further reduces the build [2021-03-02T00:56:57.356Z] |time. [2021-03-02T00:56:57.356Z] |--- [2021-03-02T00:56:57.356Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-02T00:56:57.356Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-02T00:56:57.356Z] | [2021-03-02T00:56:57.356Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-02T00:56:57.356Z] |index 1e537489..faf42425 100644 [2021-03-02T00:56:57.356Z] |--- a/snap/snapcraft.yaml [2021-03-02T00:56:57.356Z] |+++ b/snap/snapcraft.yaml [2021-03-02T00:56:57.356Z] -------------------------- [2021-03-02T00:56:57.356Z] patching file snap/snapcraft.yaml [2021-03-02T00:56:57.356Z] Using Plan A... [2021-03-02T00:56:57.356Z] Hunk #1 succeeded at 73. [2021-03-02T00:56:57.356Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-02T00:56:57.356Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-02T00:56:57.356Z] Hunk #4 FAILED at 222. [2021-03-02T00:56:57.356Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-03-02T00:56:57.356Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-03-02T00:56:57.356Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-03-02T00:56:57.356Z] Hunk #8 FAILED at 411. [2021-03-02T00:56:57.356Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-03-02T00:56:57.356Z] Hmm... Ignoring the trailing garbage. [2021-03-02T00:56:57.356Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-02T00:56:58.118Z] Failed in branch amd64 [2021-03-02T00:57:01.325Z] lf-activate-venv(): INFO: Adding /tmp/venv-gUIn/bin to PATH [2021-03-02T00:57:01.325Z] INFO: No Stack... [2021-03-02T00:57:01.596Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-02T00:57:02.190Z] INFO: Archiving Costs [Pipeline] sh [2021-03-02T00:57:02.528Z] + cut -d, -f6 [2021-03-02T00:57:02.528Z] + cat /w/workspace/edgex-go/73/archives/cost.csv [Pipeline] lock [2021-03-02T00:57:02.649Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-73-stack-cost] [2021-03-02T00:57:02.668Z] Resource [jenkins-edgexfoundry-edgex-go-PR-2858-73-stack-cost] did not exist. Created. [2021-03-02T00:57:02.668Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-73-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-02T00:57:03.117Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-02T00:57:03.518Z] Stashed 1 file(s) [Pipeline] } [2021-03-02T00:57:03.531Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-73-stack-cost] [Pipeline] // lock [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] { (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-03-02T00:57:07.367Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:57:09.284Z] ---> package-listing.sh [2021-03-02T00:57:09.285Z] ++ facter osfamily [2021-03-02T00:57:09.285Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-02T00:57:09.285Z] + OS_FAMILY=redhat [2021-03-02T00:57:09.285Z] + workspace=/w/workspace/edgex-go/73 [2021-03-02T00:57:09.285Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-02T00:57:09.285Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-02T00:57:09.285Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-02T00:57:09.285Z] + PACKAGES=/tmp/packages_start.txt [2021-03-02T00:57:09.285Z] + '[' /w/workspace/edgex-go/73 ']' [2021-03-02T00:57:09.285Z] + PACKAGES=/tmp/packages_end.txt [2021-03-02T00:57:09.285Z] + case "${OS_FAMILY}" in [2021-03-02T00:57:09.285Z] + rpm -qa [2021-03-02T00:57:09.285Z] + sort [2021-03-02T00:57:17.382Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-02T00:57:17.382Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-02T00:57:17.382Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-02T00:57:17.382Z] + '[' /w/workspace/edgex-go/73 ']' [2021-03-02T00:57:17.382Z] + mkdir -p /w/workspace/edgex-go/73/archives/ [2021-03-02T00:57:17.382Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/73/archives/ [Pipeline] echo [2021-03-02T00:57:17.403Z] 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/73/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-02T00:57:17.813Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:57:18.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T00:57:18.672Z] [2021-03-02T00:57:18.672Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-02T00:57:19.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T00:57:19.031Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-02T00:57:19.031Z] df20fa9351a1: Pulling fs layer [2021-03-02T00:57:19.031Z] 36b3adc4ff6f: Pulling fs layer [2021-03-02T00:57:19.031Z] 8ad3a11d3b57: Pulling fs layer [2021-03-02T00:57:19.031Z] 46f8f816bc3b: Pulling fs layer [2021-03-02T00:57:19.031Z] 93b61091891f: Pulling fs layer [2021-03-02T00:57:19.031Z] 93b9cdb0e59b: Pulling fs layer [2021-03-02T00:57:19.031Z] 5e14af77c1be: Pulling fs layer [2021-03-02T00:57:19.031Z] 01666e4c0597: Pulling fs layer [2021-03-02T00:57:19.031Z] aa168da1d23b: Pulling fs layer [2021-03-02T00:57:19.031Z] 93b9cdb0e59b: Waiting [2021-03-02T00:57:19.031Z] 5e14af77c1be: Waiting [2021-03-02T00:57:19.031Z] 01666e4c0597: Waiting [2021-03-02T00:57:19.031Z] aa168da1d23b: Waiting [2021-03-02T00:57:19.031Z] 46f8f816bc3b: Waiting [2021-03-02T00:57:19.031Z] 93b61091891f: Waiting [2021-03-02T00:57:19.031Z] 36b3adc4ff6f: Verifying Checksum [2021-03-02T00:57:19.031Z] 36b3adc4ff6f: Download complete [2021-03-02T00:57:19.294Z] 46f8f816bc3b: Verifying Checksum [2021-03-02T00:57:19.294Z] 46f8f816bc3b: Download complete [2021-03-02T00:57:19.294Z] df20fa9351a1: Download complete [2021-03-02T00:57:19.294Z] 93b9cdb0e59b: Verifying Checksum [2021-03-02T00:57:19.294Z] 93b9cdb0e59b: Download complete [2021-03-02T00:57:19.294Z] 5e14af77c1be: Verifying Checksum [2021-03-02T00:57:19.294Z] 5e14af77c1be: Download complete [2021-03-02T00:57:19.294Z] 01666e4c0597: Verifying Checksum [2021-03-02T00:57:19.294Z] 01666e4c0597: Download complete [2021-03-02T00:57:19.294Z] 93b61091891f: Verifying Checksum [2021-03-02T00:57:19.294Z] 93b61091891f: Download complete [2021-03-02T00:57:19.903Z] df20fa9351a1: Pull complete [2021-03-02T00:57:19.903Z] 8ad3a11d3b57: Verifying Checksum [2021-03-02T00:57:19.903Z] 8ad3a11d3b57: Download complete [2021-03-02T00:57:20.227Z] 36b3adc4ff6f: Pull complete [2021-03-02T00:57:22.246Z] 8ad3a11d3b57: Pull complete [2021-03-02T00:57:23.286Z] aa168da1d23b: Verifying Checksum [2021-03-02T00:57:23.286Z] aa168da1d23b: Download complete [2021-03-02T00:57:24.248Z] 46f8f816bc3b: Pull complete [2021-03-02T00:57:25.727Z] 93b61091891f: Pull complete [2021-03-02T00:57:26.007Z] 93b9cdb0e59b: Pull complete [2021-03-02T00:57:26.300Z] 5e14af77c1be: Pull complete [2021-03-02T00:57:26.735Z] 01666e4c0597: Pull complete [2021-03-02T00:57:45.515Z] aa168da1d23b: Pull complete [2021-03-02T00:57:45.515Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-02T00:57:45.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-02T00:57:45.515Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-02T00:57:46.190Z] prd-centos7-docker-4c-2g-28130 does not seem to be running inside a container [2021-03-02T00:57:46.285Z] $ 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/73/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/73 -v /w/workspace/edgex-go/73:/w/workspace/edgex-go/73:rw,z -v /w/workspace/edgex-go/73@tmp:/w/workspace/edgex-go/73@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-02T00:57:52.697Z] $ docker top 05746696cc56fd51addf42db080eafca87c29c8bdc12e160a0dc113cbba90a3b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-02T00:57:54.193Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-02T00:57:54.941Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-02T00:57:55.672Z] + ls /var/log/sa-host [2021-03-02T00:57:55.672Z] + sadf -c /var/log/sa-host/sa02 [2021-03-02T00:57:55.672Z] file_magic: OK [2021-03-02T00:57:55.672Z] HZ: Using current value: 100 [2021-03-02T00:57:55.672Z] file_header: OK [2021-03-02T00:57:55.672Z] 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-03-02T00:57:55.672Z] Statistics: [2021-03-02T00:57:55.672Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-02T00:57:55.672Z] File successfully converted to sysstat format version 12.2.1 [2021-03-02T00:57:55.672Z] + sadf -c /var/log/sa-host/sa23 [2021-03-02T00:57:55.672Z] file_magic: OK [2021-03-02T00:57:55.672Z] HZ: Using current value: 100 [2021-03-02T00:57:55.672Z] file_header: OK [2021-03-02T00:57:55.672Z] 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-03-02T00:57:55.672Z] Statistics: [2021-03-02T00:57:55.672Z] Hnuu...uuuununununu... [2021-03-02T00:57:55.672Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-02T00:57:56.364Z] provisioning config files... [2021-03-02T00:57:56.390Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/73@tmp/config2873840821353745484tmp [Pipeline] { [Pipeline] echo [2021-03-02T00:57:56.495Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:57:57.155Z] ---> create-netrc.sh [Pipeline] } [2021-03-02T00:57:57.433Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-02T00:57:57.527Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:57:58.185Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-02T00:57:58.198Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:57:59.252Z] ---> sudo-logs.sh [2021-03-02T00:57:59.252Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-02T00:57:59.452Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:58:00.232Z] ---> job-cost.sh [2021-03-02T00:58:00.232Z] lf-activate-venv: SKIPPING [2021-03-02T00:58:00.232Z] DEBUG: total: 0.20999999344348907 [2021-03-02T00:58:00.232Z] INFO: Retrieving Stack Cost... [2021-03-02T00:58:01.212Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-02T00:58:02.178Z] INFO: Archiving Costs [Pipeline] echo [2021-03-02T00:58:02.208Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-02T00:58:02.840Z] ---> logs-deploy.sh [2021-03-02T00:58:02.840Z] lf-activate-venv: SKIPPING [2021-03-02T00:58:02.840Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/73 [2021-03-02T00:58:02.840Z] INFO: archiving workspace using pattern(s): [2021-03-02T00:58:05.521Z] Archives upload complete. [2021-03-02T00:58:05.521Z] INFO: archiving logs to Nexus